/* ==========================================================================
   Netflix Dark Theme – Salient Child
   ========================================================================== */

/* -------------------------------------------------------------------------
   1. Global dark background & typography
   ------------------------------------------------------------------------- */

body,
body.original,
body.ascend,
body.material {
    background: #0F0F0F;
    background: radial-gradient(ellipse at top center, #1a1a2e 0%, #0F0F0F 60%);
    color: #E5E5E5;
    line-height: normal;
}

.netflix-content {
    position: relative;
    z-index: 10;
    background: #0F0F0F;
    background: radial-gradient(ellipse at top center, #1a1a2e 0%, #0F0F0F 60%);
    padding-bottom: 60px;
}

/* -------------------------------------------------------------------------
   2. Header override – transparent on hero, solid on scroll
   ------------------------------------------------------------------------- */

body #header-outer,
body #header-outer[data-permanent-transparent="false"],
body #header-outer[data-permanent-transparent="1"],
body[data-header-color] #header-outer {
    background: radial-gradient(ellipse at top center, #1a1a2e 0%, #0F0F0F 60%) !important;
    transition: background 0.35s ease;
    box-shadow: none !important;
}

body #header-outer .bg-color-stripe {
    display: none !important;
}

#header-space {
    background: radial-gradient(ellipse at top center, #1a1a2e 0%, #0F0F0F 60%) !important;
}

body #header-outer[data-permanent-transparent="false"].scrolled-down,
body #header-outer.scrolled-down {
    background-color: rgba(15, 15, 15, 0.92) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

#header-outer .container,
#header-outer nav ul li a,
#header-outer #logo img {
    transition: all 0.3s ease;
}

body #header-outer nav > ul > li > a,
body #header-outer .nectar-header-text-content {
    color: #fff !important;
    font-weight: 600;
}

body #header-outer nav > ul > li {
    margin: 0 5px !important;
    padding: 0 !important;
}

body #header-outer nav > ul > li > a {
    display: inline-block;
    border: 1px solid #444;
    border-radius: 5px;
    padding: 6px 16px;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: border-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
                color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

body #header-outer nav > ul > li > a:hover {
    border-color: #888;
    color: #fff !important;
    text-decoration: none;
}

/* Search overlay - dark background, white text */
#search-outer {
    background-color: #080808 !important;
}

#search-outer #search input[type="text"],
#search-outer #search input[type="text"]::placeholder,
#search-outer #search span,
#search-outer #search #close a span {
    color: #fff !important;
}

/* -------------------------------------------------------------------------
   3. Footer override
   ------------------------------------------------------------------------- */

#footer-outer {
    background-color: #0a0a0a !important;
    color: #999;
}

#footer-outer a {
    color: #ccc;
}

#footer-outer .col .widget h4,
#footer-outer #copyright {
    color: #666;
}

/* -------------------------------------------------------------------------
   4. Remove Salient page wrappers that constrain width
   ------------------------------------------------------------------------- */

body .container-wrap {
    background: #0F0F0F;
    background: radial-gradient(ellipse at top center, #1a1a2e 0%, #0F0F0F 60%);
    padding: 0;
    margin: 0;
}


/* -------------------------------------------------------------------------
   5. SEO intro header (homepage only, between nav and first carousel)
   ------------------------------------------------------------------------- */

.nfx-intro {
    padding: 20px 4% 12px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.nfx-intro__inner {
    max-width: 800px;
    margin: 0 auto;
}

.nfx-intro__title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 8px;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.nfx-intro__desc {
    color: #999;
    font-size: 0.78rem;
    line-height: 1.65;
    margin: 0;
}

@media (min-width: 768px) {
    .nfx-intro {
        padding: 28px 4% 16px;
    }

    .nfx-intro__title {
        font-size: 1.35rem;
    }

    .nfx-intro__desc {
        font-size: 0.84rem;
    }
}

@media (min-width: 1200px) {
    .nfx-intro {
        padding: 36px 4% 18px;
    }

    .nfx-intro__inner {
        max-width: 860px;
    }

    .nfx-intro__title {
        font-size: 1.6rem;
    }

    .nfx-intro__desc {
        font-size: 0.88rem;
        line-height: 1.7;
    }
}


/* -------------------------------------------------------------------------
   6. Netflix row (carousel section)
   ------------------------------------------------------------------------- */

.netflix-row {
    padding: 24px 0 0;
    position: relative;
    z-index: 1;
}

.netflix-row:hover {
    z-index: 2;
}

.netflix-row__title {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 14px;
    padding-left: 4%;
    padding-right: 4%;
    letter-spacing: -0.01em;
}

/* Swiper container – full width with inner padding for slides */
.netflix-carousel {
    overflow: visible;
    padding: 0 4% 40px;
}

.netflix-carousel .swiper-wrapper {
    /* keep items from clipping during hover */
    overflow: visible;
}

.netflix-carousel .swiper-slide {
    overflow: visible;
}

/* Clip horizontal overflow but let expanded cards peek out vertically */
.netflix-row {
    overflow-x: clip;
    overflow-y: visible;
}

/* ---- Edge fade overlays ---- */

.netflix-carousel::before,
.netflix-carousel::after {
    content: '';
    position: absolute;
    top: 0;
    height: calc(100% - 40px);
    z-index: 11;
    pointer-events: none;
    width: calc(4% + 8px);
}

.netflix-carousel::before {
    left: 0;
    background: linear-gradient(to right, #0F0F0F 0%, #0F0F0F calc(100% - 8px), transparent 100%);
}

.netflix-carousel::after {
    right: 0;
    background: linear-gradient(to left, #0F0F0F 0%, #0F0F0F calc(100% - 8px), transparent 100%);
}

/* -------------------------------------------------------------------------
   7. Swiper navigation arrows – gradient fade + custom chevron
   ------------------------------------------------------------------------- */

.netflix-carousel .swiper-button-prev,
.netflix-carousel .swiper-button-next {
    width: 80px;
    height: 100%;
    top: 0;
    margin-top: 0;
    border-radius: 0;
    opacity: 0;
    z-index: 12;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.netflix-carousel .swiper-button-prev {
    left: 0;
    background: linear-gradient(to right, rgba(15, 15, 15, 0.7) 0%, transparent 100%);
}

.netflix-carousel .swiper-button-next {
    right: 0;
    background: linear-gradient(to left, rgba(15, 15, 15, 0.7) 0%, transparent 100%);
}

.netflix-row:hover .swiper-button-prev,
.netflix-row:hover .swiper-button-next {
    opacity: 1;
}

.netflix-carousel .swiper-button-prev:hover {
    background: linear-gradient(to right, rgba(15, 15, 15, 0.85) 0%, transparent 100%);
}

.netflix-carousel .swiper-button-next:hover {
    background: linear-gradient(to left, rgba(15, 15, 15, 0.85) 0%, transparent 100%);
}

.netflix-carousel .swiper-button-prev::after,
.netflix-carousel .swiper-button-next::after {
    display: none;
}

.netflix-carousel .swiper-button-prev::before,
.netflix-carousel .swiper-button-next::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2.5px solid rgba(255, 255, 255, 0.85);
    border-right: 2.5px solid rgba(255, 255, 255, 0.85);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.netflix-carousel .swiper-button-prev::before {
    transform: rotate(-135deg);
    margin-left: 8px;
}

.netflix-carousel .swiper-button-next::before {
    transform: rotate(45deg);
    margin-right: 8px;
}

.netflix-carousel .swiper-button-prev:hover::before {
    transform: rotate(-135deg) translateX(3px);
    border-color: #fff;
}

.netflix-carousel .swiper-button-next:hover::before {
    transform: rotate(45deg) translateX(3px);
    border-color: #fff;
}

/* -------------------------------------------------------------------------
   8. Card – base
   ------------------------------------------------------------------------- */

.netflix-card {
    position: relative;
    border-radius: 6px;
    overflow: visible;
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1),
                z-index 0s 0.35s;
    transform-origin: center top;
    will-change: transform;
}

.netflix-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.netflix-card__link:hover {
    text-decoration: none;
    color: inherit;
}

/* ---- Image ---- */

.netflix-card__image {
    position: relative;
    aspect-ratio: 37 / 53;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    background: #1a1a1a;
}

.netflix-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease;
}

.netflix-card__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
}

/* ---- Gradient over image ---- */

.netflix-card__gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient(to top, rgba(15, 15, 15, 0.9) 0%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}

/* ---- Title on image ---- */

.netflix-card__title {
    position: absolute;
    bottom: 10px;
    left: 12px;
    right: 12px;
    z-index: 3;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* -------------------------------------------------------------------------
   9. Card – info panel (hidden by default on desktop, absolutely positioned
      so it never shifts content below)
   ------------------------------------------------------------------------- */

.netflix-card__info {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #181818;
    padding: 0 12px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
    transition: max-height 0.35s cubic-bezier(0.25, 0.1, 0.25, 1),
                opacity 0.3s ease,
                padding 0.35s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.netflix-card__info-title {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: normal;
}

.netflix-card__excerpt {
    color: #b3b3b3;
    font-size: 0.75rem;
    line-height: normal;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.netflix-card__meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 2px;
}

.netflix-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 6px;
}

.netflix-card__tag {
    background: rgba(255, 255, 255, 0.1);
    color: #ccc;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.netflix-card__date {
    color: #666;
    font-size: 0.68rem;
}

/* -------------------------------------------------------------------------
   10. Card – hover expand (desktop only)
   ------------------------------------------------------------------------- */

@media (hover: hover) and (min-width: 768px) {

    .netflix-card:hover {
        transform: scale(1.15);
        z-index: 14;
        transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s,
                    z-index 0s 0s;
    }

    .netflix-card:hover .netflix-card__info {
        max-height: 200px;
        opacity: 1;
        padding: 10px 12px 12px;
        transition: max-height 0.35s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s,
                    opacity 0.3s ease 0.35s,
                    padding 0.35s ease 0.3s;
    }

    .netflix-card:hover .netflix-card__image {
        border-radius: 6px 6px 0 0;
    }

    .swiper-slide:has(.netflix-card:hover) {
        z-index: 14;
    }

    .netflix-carousel .swiper-wrapper:has(.netflix-card:hover) {
        z-index: 12;
    }

    /* Hide the on-image title when expanded (we show it in info panel) */
    .netflix-card:hover .netflix-card__title {
        opacity: 0;
        transition: opacity 0.15s ease;
    }

    .netflix-card:hover .netflix-card__gradient {
        height: 30%;
    }
}

/* -------------------------------------------------------------------------
   11. Mobile – excerpt always visible, no hover expand
   ------------------------------------------------------------------------- */

@media (max-width: 767px) {

    .netflix-row {
        padding: 16px 0 0;
    }

    .netflix-row__title {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .netflix-carousel {
        padding-bottom: 16px;
    }

    .netflix-card__image {
        border-radius: 6px 6px 0 0;
    }

    /* On mobile the info panel is in-flow (always visible) */
    .netflix-card__info {
        position: static;
        max-height: none;
        opacity: 1;
        padding: 8px 10px 10px;
        background: #181818;
        border-radius: 0 0 6px 6px;
        box-shadow: none;
    }

    .netflix-card__excerpt {
        -webkit-line-clamp: 2;
    }

    /* Hide on-image title since we show it in info panel */
    .netflix-card__title {
        display: none;
    }

    /* Show nav arrows always on mobile */
    .netflix-carousel .swiper-button-prev,
    .netflix-carousel .swiper-button-next {
        display: none;
    }
}

/* -------------------------------------------------------------------------
   12. Tablet adjustments
   ------------------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 1199px) {
    .netflix-row__title {
        font-size: 1.2rem;
    }
}

/* -------------------------------------------------------------------------
   13. Smooth scrollbar & global refinements
   ------------------------------------------------------------------------- */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #0F0F0F;
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

::selection {
    background: rgba(229, 9, 20, 0.4);
    color: #fff;
}

/* Salient-specific overrides for clean full-width layout */
body #ajax-content-wrap {
    background: transparent;
}

body .main-content {
    background: transparent;
}

#page-header-bg,
.page-header-no-bg {
    display: none;
}

body #ajax-content-wrap .container-wrap {
    min-height: auto;
}

/* -------------------------------------------------------------------------
   14. Animations – fade in rows on scroll (driven by IntersectionObserver)
   ------------------------------------------------------------------------- */

.netflix-row {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.netflix-row.nfx-visible {
    opacity: 1;
    transform: translateY(0);
}

/* -------------------------------------------------------------------------
   15. Custom footer
   ------------------------------------------------------------------------- */

.nfx-footer {
    padding: 40px 16px;
    text-align: center;
}

.nfx-footer__inner {
    max-width: 900px;
    margin: 0 auto;
}

/* ---- Logo ---- */

.nfx-footer__logo {
    margin-bottom: 30px;
}

.nfx-footer__logo img {
    max-width: 180px;
    height: auto;
    display: inline-block;
}

/* ---- Description block ---- */

.nfx-footer__description {
    margin-bottom: 32px;
    text-align: left;
}

.nfx-footer__description h1 {
    color: #E5E5E5;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 16px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.nfx-footer__description h3 {
    color: #ccc;
    font-size: 1rem;
    font-weight: 600;
    margin: 20px 0 10px;
    line-height: 1.3;
}

.nfx-footer__description p {
    color: #999;
    font-size: 0.85rem;
    line-height: 1.6;
    margin: 0 0 12px;
}

/* ---- Pill links ---- */

.nfx-footer__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.nfx-footer__pill {
    display: inline-block;
    border: 1px solid #444;
    border-radius: 5px;
    padding: 6px 16px;
    color: #ccc;
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: border-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
                color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.nfx-footer__pill:hover {
    border-color: #888;
    color: #fff;
    text-decoration: none;
}

/* ---- Copyright ---- */

.nfx-footer__copy {
    color: #555;
    font-size: 0.75rem;
    margin: 0;
    line-height: 1.5;
}

/* ---- Tablet ---- */

@media (min-width: 768px) {

    .nfx-footer {
        padding: 60px 4%;
    }

    .nfx-footer__logo img {
        max-width: 220px;
    }

    .nfx-footer__description h1 {
        font-size: 1.5rem;
    }

    .nfx-footer__description h3 {
        font-size: 1.1rem;
    }

    .nfx-footer__description p {
        font-size: 0.88rem;
    }

    .nfx-footer__pill {
        padding: 8px 20px;
        font-size: 0.82rem;
    }
}

/* ---- Desktop ---- */

@media (min-width: 1200px) {

    .nfx-footer {
        padding: 80px 4%;
    }

    .nfx-footer__inner {
        max-width: 1000px;
    }
}

/* -------------------------------------------------------------------------
   16. Archive header
   ------------------------------------------------------------------------- */

.nfx-archive-header {
    padding: 80px 4% 20px;
    position: relative;
    text-align: center;
}

.nfx-archive-header::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.08) 20%, rgba(255, 255, 255, 0.08) 80%, transparent 100%);
}

.nfx-archive-header__title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto;
    padding-bottom: 10px;
    letter-spacing: -0.01em;
    line-height: 1.25;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
    position: relative;
    display: inline-block;
}

.nfx-archive-header__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(229, 9, 20, 0.3), rgba(229, 9, 20, 0.9), rgba(229, 9, 20, 0.3));
}

.nfx-archive-header__desc {
    color: #999;
    font-size: 0.82rem;
    line-height: 1.65;
    max-width: 600px;
    margin: 14px auto 0;
}

.nfx-archive-header__desc p {
    margin: 0;
}

@media (min-width: 768px) {
    .nfx-archive-header {
        padding: 110px 4% 24px;
    }

    .nfx-archive-header::after {
        margin-top: 28px;
    }

    .nfx-archive-header__title {
        font-size: 2rem;
        padding-bottom: 12px;
    }

    .nfx-archive-header__title::after {
        width: 50px;
    }

    .nfx-archive-header__desc {
        font-size: 0.88rem;
        margin-top: 16px;
        max-width: 640px;
    }
}

@media (min-width: 1200px) {
    .nfx-archive-header {
        padding: 120px 4% 28px;
    }

    .nfx-archive-header__title {
        font-size: 2.4rem;
        padding-bottom: 14px;
    }

    .nfx-archive-header__title::after {
        width: 60px;
        height: 3px;
    }

    .nfx-archive-header__desc {
        font-size: 0.92rem;
        max-width: 680px;
    }
}

/* -------------------------------------------------------------------------
   17. Numeric pagination
   Hardened selectors to override Salient parent theme resets
   ------------------------------------------------------------------------- */

.netflix-content .nfx-pagination {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 4% 40px;
    margin: 0;
    float: none;
    position: relative;
    clear: both;
}

.netflix-content .nfx-pagination .nfx-pagination__list {
    list-style: none !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    width: auto;
    float: none;
}

.netflix-content .nfx-pagination .nfx-pagination__list li {
    list-style: none !important;
    display: inline-flex !important;
    float: none !important;
    vertical-align: middle;
    text-indent: 0;
    margin: 0;
    padding: 0;
    background: none;
    width: auto;
    height: auto;
}

.netflix-content .nfx-pagination a,
.netflix-content .nfx-pagination span {
    background-image: none !important;
    text-indent: 0 !important;
    float: none !important;
    box-shadow: none !important;
}

.netflix-content .nfx-pagination .nfx-pagination__link,
.netflix-content .nfx-pagination .nfx-pagination__arrow {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #333;
    border-radius: 6px;
    background: transparent;
    color: #ccc;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.02em;
    line-height: 1;
    transition: border-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
                color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
                background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    cursor: pointer;
}

.netflix-content .nfx-pagination .nfx-pagination__link:hover,
.netflix-content .nfx-pagination .nfx-pagination__arrow:hover {
    border-color: #888;
    color: #fff;
    text-decoration: none;
}

.netflix-content .nfx-pagination .nfx-pagination__current {
    background: #fff !important;
    color: #0F0F0F !important;
    border-color: #fff !important;
    cursor: default;
    font-weight: 700;
}

.netflix-content .nfx-pagination .nfx-pagination__current:hover {
    background: #fff !important;
    color: #0F0F0F !important;
    border-color: #fff !important;
}

.netflix-content .nfx-pagination .nfx-pagination__arrow {
    font-size: 1.2rem;
}

.netflix-content .nfx-pagination .nfx-pagination__arrow span {
    display: inline-block;
    line-height: 1;
    margin-top: -1px;
}

.netflix-content .nfx-pagination .nfx-pagination__disabled {
    opacity: 0.25;
    cursor: default;
    pointer-events: none;
}

.netflix-content .nfx-pagination .nfx-pagination__ellipsis {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 38px;
    color: #666;
    font-size: 0.9rem;
    letter-spacing: 2px;
    cursor: default;
    border: none;
    background: none;
}

/* ---- Mobile pagination ---- */

@media (max-width: 767px) {
    .netflix-content .nfx-pagination {
        padding: 16px 4% 32px;
    }

    .netflix-content .nfx-pagination .nfx-pagination__list {
        gap: 4px;
    }

    .netflix-content .nfx-pagination .nfx-pagination__link,
    .netflix-content .nfx-pagination .nfx-pagination__arrow {
        min-width: 34px;
        height: 34px;
        padding: 0 8px;
        font-size: 0.78rem;
    }

    .netflix-content .nfx-pagination .nfx-pagination__arrow {
        font-size: 1.1rem;
    }
}

/* ---- Desktop pagination ---- */

@media (min-width: 1200px) {
    .netflix-content .nfx-pagination .nfx-pagination__link,
    .netflix-content .nfx-pagination .nfx-pagination__arrow {
        min-width: 42px;
        height: 42px;
        font-size: 0.85rem;
    }

    .netflix-content .nfx-pagination .nfx-pagination__link:hover,
    .netflix-content .nfx-pagination .nfx-pagination__arrow:hover {
        background: rgba(255, 255, 255, 0.06);
    }

    .netflix-content .nfx-pagination .nfx-pagination__current:hover {
        background: #fff !important;
    }
}
