
.ccm-page .courseinfo-list-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    background-color: rgba(0, 0, 0, .0);
    font-size: 0.88rem;
    font-weight: 300;
    transition: all 0.4s ease-in-out;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
}

.ccm-page .courseinfo-list-wrapper p {
    margin-bottom: 0;
    font-weight: 300;
}

.ccm-page .courseinfo-list-wrapper:hover {
    background-color: rgba(0, 0, 0, .05);
}

.ccm-page .courseinfo-list-wrapper a.detail-arrow {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}
.ccm-page .courseinfo-list-wrapper {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 64 64'%3E%3Ctitle%3E right-arrow%3C/title%3E%3Cg stroke-linecap='square' stroke-linejoin='miter' stroke-width='3' fill='none' stroke='%23777777' stroke-miterlimit='10'%3E%3Cpolyline points='18,4 46,32 18,60 '%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 99% 50%;
}

.ccm-page .courseinfo-list-wrapper:hover {
    background-position: 100% 50%;
}


.ccm-page .courseinfo-list-header {
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    padding-left: 0;
    padding-right: 0;
}

.ccm-page .courseinfo-link-mobile {
    display: none;
}

@media (min-width: 991px) {
    .courseinfo-list-wrapper {
        font-size: 1rem;
    }
}

@media (max-width: 992px) {

    .ccm-page .courseinfo-list-wrapper {
        background-image: none;
    }

    .ccm-page .courseinfo-list-wrapper .courseinfo-image,
    .ccm-page .courseinfo-list-wrapper .courseinfo-content,
    .ccm-page .courseinfo-list-wrapper .courseinfo-date {
        padding-bottom: 1rem;
    }

    .courseinfo-list-wrapper div.dates {
        font-weight: 700;
    }

    .ccm-page .courseinfo-link-mobile {
        display: block;
        color: #293b6b;
        padding: 10px 0;
    }
    .ccm-page .courseinfo-link-mobile:after {
        content: '❯';
        margin-left: 10px;
    }

}

.position-static {
    position: static !important;
}

.stretched-link::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

