.course-card-panel {
    /*border: solid 1px;*/
    border-radius: 10px;
    /*border-color: #d3d3d3;*/
    background-color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 5px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.0828781);
    width: 256px;
}

.course-card-img {
    position: absolute;
    left: 0px;
    border-radius: 5px 5px 5px 5px;
    width: 246px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.course-card-img-overlay {
    position: absolute;
    top: 0px;
    opacity: 0.7;
    background-color: black;
    border-radius: 5px 5px 5px 5px;
    width: 246px;
    height: 138px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.course-card-img-overlay-icon {
    position: relative;
    top: 42px;
    font-size: 36px;
    margin-left: auto;
    margin-right: auto;
}

.course-card-admin-buttons-background {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 82px;
    height: 27px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px 5px 5px 5px;
}

.course-card-admin-buttons-container {
    position: absolute;
    top: 15px;
    left: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;

}

.course-card-admin-buttons {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.course-card-new-badge {
    position: absolute;
    top: -8px;
    left: -8px;
    z-index: 999;
    color: black;
    background: #F5C323;
    border-radius: 8px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.course-card-owner-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 2px;
    overflow: hidden;
}

.course-card-owner {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    text-overflow: ellipsis;
    text-align: left;
    text-transform: uppercase;
}

.course-card-course-title-container {
    height: 52px;
    line-height: 1.35;
    overflow: hidden;
}

.course-card-course-title {
    font-weight: 700;
    font-size: 15px;
    color: black;
}

.course-card-description-container {
    height: 95px;
    line-height: 1.5;
    width: 225px;
    overflow: hidden;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.course-card-price-section {
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #f8f8f8;
    cursor: pointer;
    width: 246px;
    text-align: left;
}

.course-card-expiry-notice {
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    color: #D32F2F;
}

.upcoming-event-img {
    height: 90px;
    width: 160px;
    border-radius: 5px 5px 5px 5px;
}

.upcoming-events-table tr:not(:last-child) {
    border-bottom: 1px solid;
    border-color: #e8e8e8;
}

/* "Fedezz fel még többet!" kártya a Kurzusaim oldal .cards rácsában (courseListMiniMyCourses.phtml) -
   a .course-card-panel-nek nincs saját magassága, a sorban lévő kurzuskártyák magasságára nyúlik. */
.cards > .card {
    display: flex;
    flex-direction: column;
}

.cards > .card > .course-card-panel {
    /* flex-grow, de flex-basis:auto (nem flex:1, ami 0%-os basist adna) - hogy a sor magassága a
       ténylegesen legtöbb tartalmú kártya alapján számolódjon, ne vágja/csorgassa a tartalmat. */
    flex-grow: 1;
}

/* A .course-card-explore-more-inner abszolút pozícionált, ezért önmagában nem ad magasságot a
   panelnek - eddig kizárólag a fenti flex-grow-ra (a sortársak magasságára) támaszkodott. Mobilon a
   256px-es kártyaszélesség miatt soronként csak 1 kártya fér el, így ez a kártya mindig egyedül van a
   saját sorában, nincs mivel nyúlnia -> 0 magasságú lett. A min-height biztosít neki egy önálló,
   ésszerű magasságot (kb. a "Kurzusaim" kártya tartalmának magassága) attól függetlenül is, hogy van-e
   sortársa. */
.course-card-explore-more-panel {
    min-height: 380px;
}

.course-card-explore-more-inner {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: #efefef;
    border-radius: 5px;
}

.course-card-explore-more-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
/* Értékesítési oldal */
.sales-page-title-box {
    margin-top: -31px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

.course-property {
    padding-right: 30px;
    white-space: nowrap;
}

.offer-percent-badge {
    border-radius: 5px;
    padding: 2px 4px;
}

.offer-cta-button {
    border-radius: 10px;
    white-space: normal;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    display: inline-block;
}

.follower {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    margin-top: -100px;
    max-height: 90vh;
    overflow-y: auto;
}

.follower-lp {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    margin-top: -100px;
    max-height: 93vh;
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 7px;
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

.rating-user-avatar {
    border-radius: 50%;
    height: 64px;
    width: 64px;
}

.rating-user-avatar-container {
    width: 90px;
    vertical-align: top;
}

.teacher-avatar-container {
    width: 120px;
}

.teacher-avatar {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.sales-content-img {
    width: 80px;
    height: 45px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 4px 4px 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, .1);
}

.sales-content-img-not-active {
    width: 80px;
    height: 45px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 4px 4px 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, .1);
}

.sales-thumbnail-icon-container {
    position: absolute;
    top: 7px;
    width: 100%;
    text-align: center;
    font-size: 26px;
    text-shadow: 8px 16px 40px rgba(0, 0, 0, 0.20);
}

.sales-page-content-title {
    /*-ms-word-break: break-all;*/
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    /* word-break: break-all; */
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.course-tag {
    border-radius: 10px;
    padding: 4px 16px;
    margin-top: 4px;
    margin-right: 20px;
    float: left;
}

@media (max-width: 767px) {
    .course-property {
        padding-right: 16px;
        white-space: nowrap;
    }

    .rating-user-avatar {
        border-radius: 50%;
        height: 40px;
        width: 40px;
    }

    .rating-user-avatar-container {
        width: 60px;
        vertical-align: top;
    }

    .teacher-avatar-container {
        width: 90px;
    }

    .teacher-avatar {
        border-radius: 50%;
        height: 64px;
        width: 64px;
    }
}