/* É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-family: 'Inter', serif;
    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;
    }
}