/* Public movie and series card badge overrides. Kept separate so cached legacy custom.css cannot mask the unified badge style. */
.imdb-rate-badge.imdb-year-badge,
.year-badge.imdb-year-badge {
    display: block;
    position: absolute;
    top: 12px;
    width: auto;
    height: auto;
    overflow: visible;
    padding: 0;
    z-index: 9;
}

.imdb-rate-badge.imdb-year-badge .badge,
.year-badge.imdb-year-badge .badge {
    position: static;
    float: none !important;
    width: auto !important;
    margin: 0;
    padding: .42rem .55rem;
    border-radius: .45rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1;
}

.imdb-year-badge--left {
    left: 12px !important;
    right: auto !important;
}

.imdb-year-badge--right {
    right: 12px !important;
    left: auto !important;
}

.imdb-year-badge--left .badge {
    background: rgba(33, 37, 41, .92) !important;
    color: #f8d24a !important;
}

.imdb-year-badge--right .badge {
    background: rgba(33, 37, 41, .92) !important;
    color: #fff !important;
}

@media (max-width: 575.98px) {
    .imdb-rate-badge.imdb-year-badge,
    .year-badge.imdb-year-badge {
        top: 8px;
    }

    .imdb-rate-badge.imdb-year-badge .badge,
    .year-badge.imdb-year-badge .badge {
        padding: .32rem .4rem;
        font-size: 10px;
    }

    .imdb-year-badge--left {
        left: 8px !important;
    }

    .imdb-year-badge--right {
        top: 38px !important;
        left: 8px !important;
        right: auto !important;
    }
}
