/* Termbox banner iframes — responsive layout */
.contentCelebsBody2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 8px;
}

.contentCelebsBody2 iframe {
    flex: 1 1 30%;
    margin: 10px;
    max-width: 300px;
}

/* Sidebar banners */
.kod_sidebar iframe {
    display: block;
    margin-bottom: 15px;
}

.kod_sidebar iframe:last-child {
    margin-bottom: 0;
}

/* Outstream video centering */
#bcov_tool {
    text-align: center;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .contentCelebsBody2 {
        justify-content: center;
    }
    .contentCelebsBody2 iframe {
        margin: 10px 0;
        flex: 1 1 45%;
        max-width: 100%;
    }
    .banner-rotation {
        display: none;
    }
}

@media (max-width: 480px) {
    .contentCelebsBody2 {
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
    }
    .contentCelebsBody2 iframe {
        margin-bottom: 10px;
        margin-right: 0;
        flex: 0 0 auto;
    }
}

.contentCelebsDescription {
    box-sizing: border-box;
    clear: both;
    margin: 14px 0 18px;
    padding: 20px 24px;
    border-radius: 12px;
    background: #fff;
    color: #2d2e33;
    font-size: 15px;
    line-height: 1.65;
}

.contentCelebsDescription h1,
.contentCelebsDescription h2,
.contentCelebsDescription h3 {
    margin: 0 0 12px;
    text-align: left;
}

.contentCelebsDescription p,
.contentCelebsDescription ul,
.contentCelebsDescription ol {
    margin: 0 0 12px;
    text-align: left;
}

.contentCelebsDescription ul,
.contentCelebsDescription ol {
    margin-left: 20px;
    list-style-position: outside;
}

.contentCelebsDescription ul {
    list-style: disc;
}

.contentCelebsDescription ol {
    list-style: decimal;
}

.contentCelebsDescription :last-child {
    margin-bottom: 0;
}

@font-face {
    font-family: "OptbitRemixIcon";
    src: url("../fonts/remixicon.woff2") format("woff2");
    font-display: block;
}

.headerMenuList > li.menu-tds > a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.headerMenuList > li.menu-tds > a::before {
    flex: 0 0 auto;
    font-family: "OptbitRemixIcon";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    opacity: .85;
}

.headerMenuList > li.menu-tds-chat > a::before {
    content: "\eb4f";
}

.headerMenuList > li.menu-tds-razdevator > a::before {
    content: "\ed32";
}

.headerMenuList > li.current-menu-item > a {
    color: #8258c8;
}

.headerMenuList > li.optbit-language-menu {
    margin-right: 0;
}

.headerMenuList > li.optbit-language-menu > a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    box-sizing: border-box;
    padding-right: 12px;
    white-space: nowrap;
}

.headerMenuList > li.optbit-language-menu > a:after {
    right: 0;
}

.optbit-language-menu img {
    display: block;
    width: 22px;
    height: 15px;
    flex: 0 0 22px;
    border-radius: 2px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(0,0,0,.12);
}

.headerMenuList .optbit-language-menu .sub-menu {
    right: auto;
    left: 50%;
    width: 142px;
    min-width: 142px;
    transform: translateX(calc(-50% + 14px));
}

.headerMenuList .optbit-language-menu .sub-menu a {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.headerMenuList .optbit-language-menu .sub-menu li.current-menu-item > a {
    color: #8258c8;
}

.stars_top_media_count {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 0 10px;
    white-space: nowrap;
}

.stars_top_media_count span {
    font-size: 28px;
    line-height: 24px;
    padding: 0 8px;
}

.stars_top_media_count span::after {
    bottom: -6px;
    height: 7px;
}

@media (max-width: 768px) {
    .stars_top_media_count {
        gap: 0 8px;
    }

    .stars_top_media_count span {
        font-size: 18px;
        line-height: 20px;
        padding: 0 5px;
    }

    .stars_top_media_count span::after {
        bottom: -5px;
        height: 5px;
    }
}

.contentCelebsBody a .optbit-card-stat {
    position: absolute;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    box-sizing: border-box;
    width: 50px;
    height: 24px;
    margin: 0;
    padding: 0;
    background: none;
    font: 700 15px/24px "Open Sans", "Arial", sans-serif;
    font-style: normal;
    box-shadow: none;
}

.contentCelebsBody a .optbit-card-stat::before {
    flex: 0 0 auto;
    font-family: "OptbitRemixIcon";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.contentCelebsBody a .optbit-card-stat--photos::before {
    content: "\eb31";
}

.contentCelebsBody a .optbit-card-stat--videos::before {
    content: "\ed21";
}

.contentCelebsBody a .optbit-card-stat--photos {
    left: 50%;
    margin-left: -58px;
}

.contentCelebsBody a .optbit-card-stat--videos {
    left: 50%;
    margin-left: 8px;
}

.contentCelebsLett li.is-disabled {
    cursor: default;
    opacity: .35;
}

.contentCelebsLett li.is-disabled:hover {
    background: transparent;
}

.contentCelebsLett li._checked {
    background: transparent;
    color: var(--optbit-alphabet-active-color, #8258c8);
    font-weight: 700;
    text-shadow: var(--optbit-alphabet-active-shadow, none);
    box-shadow: var(--optbit-alphabet-active-underline, inset 0 -2px 0 currentColor), var(--optbit-alphabet-active-underline-shadow, 0 0 0 transparent);
}

.contentCelebsLett li._checked:hover {
    background: rgba(0,0,0,.06);
}

.contentCelebsLett li._checked a,
.contentCelebsLett li._checked span {
    color: inherit;
}

.contentCelebsLett li span {
    display: block;
    text-decoration: none;
}

@media (max-width: 600px), (max-device-width: 600px) {
    .contentCelebsDescription {
        margin: 12px 0 16px;
        padding: 18px 16px;
    }

    .contentCelebsBody a .optbit-card-stat {
        width: 50px;
    }

    .contentCelebsBody a .optbit-card-stat--photos {
        margin-left: -58px;
    }
}

@media (max-width: 780px), (max-device-width: 780px) {
    .headerMenuList > li.optbit-language-menu {
        margin-top: 6px;
    }

    .headerMenuList > li.optbit-language-menu > .optbit-language-current {
        display: none;
    }

    .headerMenuList .optbit-language-menu .optbit-language-submenu {
        display: block;
        position: static;
        left: auto;
        right: auto;
        width: 100%;
        min-width: 0;
        transform: none;
        padding: 0;
        overflow: visible;
        box-sizing: border-box;
        visibility: inherit !important;
        opacity: inherit !important;
        background: transparent;
    }

    .headerMenuList .optbit-language-menu .optbit-language-submenu a {
        display: flex !important;
        align-items: center;
        gap: 8px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 12px !important;
    }

    .headerMenuList .optbit-language-menu .optbit-language-submenu img {
        width: 22px;
        height: 15px;
        flex: 0 0 22px;
    }
}
