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

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

.kod_sidebar iframe {
    display: block;
    margin-bottom: 15px;
}

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

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

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

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

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

.contentCelebsLett li._checked {
    background: transparent;
    color: #8258c8;
    font-weight: 700;
    box-shadow: inset 0 -2px 0 currentColor;
}

.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;
}

.section-posts .listing-description--top {
    margin-bottom: 24px;
}

.entry-content .gallery-title {
    margin: 1.8em 0 .9em;
    font-size: 1.35em;
    line-height: 1.25;
}

.entry-content > .gallery-title:first-child {
    margin-top: 0;
}

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

.post-card__thumbnail .post-card__media-stat {
    position: absolute;
    z-index: 4;
    top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    box-sizing: border-box;
    min-width: 42px;
    height: 24px;
    margin: 0;
    padding: 0 8px;
    border-radius: 12px;
    background: rgba(20, 22, 27, .72);
    box-shadow: 0 1px 4px rgba(0,0,0,.22);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-transform: none;
}

.post-card__thumbnail .post-card__media-stat:before {
    flex: 0 0 auto;
    font-family: "RebootRemixIcon";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    opacity: .9;
}

.post-card__thumbnail .post-card__media-stat--photos {
    left: 10px;
}

.post-card__thumbnail .post-card__media-stat--photos:before {
    content: "\eb31";
}

.post-card__thumbnail .post-card__media-stat--videos {
    right: 10px;
}

.post-card__thumbnail .post-card__media-stat--videos:before {
    content: "\ed21";
}
