/* =========================================================
   JNK NEWS & INSIGHTS
========================================================= */

.jnk-insights-page {
    position: relative;

    background: #fff;

    color: #172b46;
}


/* =========================================================
   VARIABLES
========================================================= */

.jnk-insights-page {
    --insights-navy: #0b2748;
    --insights-navy-dark: #071d36;
    --insights-blue: #1d557f;
    --insights-teal: #5eb8b7;
    --insights-light: #f4f7f9;
    --insights-border: #dfe6ec;
    --insights-muted: #718096;
    --insights-white: #ffffff;
}


/* =========================================================
   HERO
========================================================= */

.jnk-insights-hero {
    position: relative;

    min-height: 570px;

    display: flex;

    align-items: center;

    background:
        linear-gradient(
            115deg,
            rgba(7, 29, 54, .95),
            rgba(11, 39, 72, .78)
        ),
        url("../img/insights/insights-hero.jpg")
        center center / cover no-repeat;

    overflow: hidden;
}

.jnk-insights-hero::after {
    content: "";

    position: absolute;

    width: 520px;
    height: 520px;

    right: -180px;
    bottom: -250px;

    border: 1px solid rgba(255, 255, 255, .08);

    border-radius: 50%;
}

.jnk-insights-hero__overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(5, 24, 44, .9),
            rgba(5, 24, 44, .35)
        );
}

.jnk-insights-hero .container {
    position: relative;

    z-index: 2;
}

.jnk-insights-hero__content {
    max-width: 780px;

    padding: 110px 0 90px;

    color: #fff;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.jnk-insights-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    top: 50px;
    margin-bottom: 55px;
    font-size: 14px;
    color: rgba(255,255,255,.65);
}
.jnk-insights-breadcrumb a {
    color: rgba(255, 255, 255, .7);
    transition: .3s ease;
}

.jnk-insights-breadcrumb a:hover {
    color: #fff;
}

.jnk-insights-breadcrumb span {
    color: rgba(255, 255, 255, .4);
}


/* =========================================================
   EYEBROW
========================================================= */

.jnk-insights-eyebrow {
    display: inline-block;

    margin-bottom: 18px;

    color: var(--insights-teal);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 3px;

    line-height: 1.5;

    text-transform: uppercase;
}


/* =========================================================
   HERO TITLE
========================================================= */

.jnk-insights-hero h1 {
    max-width: 800px;

    margin: 0 0 28px;

    color: #fff;

    font-size: clamp(48px, 6vw, 78px);

    font-weight: 500;

    line-height: 1.04;

    letter-spacing: -2px;
}

.jnk-insights-hero p {
    max-width: 650px;

    margin: 0;

    color: rgba(255, 255, 255, .72);

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   FEATURED SECTION
========================================================= */

.jnk-insights-featured {
    padding: 120px 0;

    background: #fff;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.jnk-insights-section-heading {
    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 50px;

    margin-bottom: 55px;
}

.jnk-insights-section-heading h2 {
    margin: 0;

    color: var(--insights-navy);

    font-size: clamp(34px, 4vw, 52px);

    font-weight: 500;

    line-height: 1.1;

    letter-spacing: -1.5px;
}

.jnk-insights-section-heading > p {
    max-width: 400px;

    margin: 0;

    color: var(--insights-muted);

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================================
   FEATURED ARTICLE
========================================================= */

.jnk-featured-article {
    display: grid;

    grid-template-columns: 1.15fr .85fr;

    min-height: 570px;

    background: var(--insights-light);
}


/* =========================================================
   FEATURED IMAGE
========================================================= */

.jnk-featured-article__image {
    position: relative;

    min-height: 570px;

    overflow: hidden;

    background: #dfe6eb;
}

.jnk-featured-article__image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .7s ease;
}

.jnk-featured-article:hover
.jnk-featured-article__image img {
    transform: scale(1.04);
}


/* =========================================================
   FEATURED TAG
========================================================= */

.jnk-featured-article__tag {
    position: absolute;

    top: 28px;
    left: 28px;

    padding: 9px 14px;

    background: var(--insights-navy);

    color: #fff;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.8px;

    text-transform: uppercase;
}


/* =========================================================
   FEATURED CONTENT
========================================================= */

.jnk-featured-article__content {
    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 65px;
}

.jnk-featured-article__meta {
    display: flex;

    flex-wrap: wrap;

    gap: 18px;

    margin-bottom: 25px;

    color: var(--insights-blue);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.jnk-featured-article__meta span + span {
    position: relative;

    padding-left: 18px;
}

.jnk-featured-article__meta span + span::before {
    content: "";

    position: absolute;

    top: 50%;
    left: 0;

    width: 4px;
    height: 4px;

    transform: translateY(-50%);

    border-radius: 50%;

    background: var(--insights-teal);
}

.jnk-featured-article__content h2 {
    max-width: 560px;

    margin: 0 0 25px;

    color: var(--insights-navy);

    font-size: clamp(30px, 3vw, 45px);

    font-weight: 500;

    line-height: 1.15;

    letter-spacing: -1px;
}

.jnk-featured-article__content p {
    max-width: 540px;

    margin: 0 0 15px;

    color: var(--insights-muted);

    font-size: 14px;

    line-height: 1.85;
}


/* =========================================================
   READ MORE
========================================================= */

.jnk-insights-read-more {
    display: inline-flex;

    align-items: center;

    gap: 18px;

    width: fit-content;

    margin-top: 25px;

    padding-bottom: 8px;

    border-bottom: 1px solid var(--insights-navy);

    color: var(--insights-navy);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.2px;

    text-decoration: none;

    text-transform: uppercase;

    transition:
        gap .3s ease,
        color .3s ease;
}

.jnk-insights-read-more span {
    font-size: 18px;

    line-height: 1;

    transition: transform .3s ease;
}

.jnk-insights-read-more:hover {
    gap: 24px;

    color: var(--insights-blue);
}

.jnk-insights-read-more:hover span {
    transform: translateX(4px);
}


/* =========================================================
   LATEST INSIGHTS
========================================================= */

.jnk-insights-latest {
    padding: 120px 0;

    background: var(--insights-light);
}

.jnk-insights-section-heading--center {
    display: block;

    max-width: 720px;

    margin-right: auto;
    margin-left: auto;

    text-align: center;
}

.jnk-insights-section-heading--center .jnk-insights-eyebrow {
    margin-bottom: 15px;
}

.jnk-insights-section-heading--center p {
    max-width: 560px;

    margin: 20px auto 0;
}


/* =========================================================
   FILTER
========================================================= */

.jnk-insights-filter {
    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap: 10px;

    margin-bottom: 55px;
}

.jnk-insights-filter__button {
    padding: 12px 21px;

    border: 1px solid var(--insights-border);

    background: #fff;

    color: var(--insights-muted);

    font-family: inherit;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.2px;

    text-transform: uppercase;

    cursor: pointer;

    transition:
        background .3s ease,
        color .3s ease,
        border-color .3s ease;
}

.jnk-insights-filter__button:hover,
.jnk-insights-filter__button.is-active {
    border-color: var(--insights-navy);

    background: var(--insights-navy);

    color: #fff;
}


/* =========================================================
   ARTICLE CARD
========================================================= */

.jnk-insight-card {
    height: 100%;

    background: #fff;

    border: 1px solid var(--insights-border);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.jnk-insight-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 25px 60px rgba(20, 45, 80, .10);
}


/* =========================================================
   CARD IMAGE
========================================================= */

.jnk-insight-card__image {
    position: relative;

    height: 245px;

    overflow: hidden;

    background: #e8edf1;
}

.jnk-insight-card__image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .5s ease;
}

.jnk-insight-card:hover
.jnk-insight-card__image img {
    transform: scale(1.05);
}


/* =========================================================
   CARD TAG
========================================================= */

.jnk-insight-card__tag {
    position: absolute;

    top: 18px;
    left: 18px;

    padding: 7px 11px;

    background: var(--insights-navy);

    color: #fff;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.jnk-insight-card__content {
    padding: 30px;
}

.jnk-insight-card__meta {
    margin-bottom: 13px;

    color: var(--insights-blue);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.5px;
}

.jnk-insight-card__content h3 {
    min-height: 58px;

    margin: 0 0 15px;

    color: var(--insights-navy);

    font-size: 21px;

    font-weight: 600;

    line-height: 1.3;
}

.jnk-insight-card__content p {
    min-height: 72px;

    margin: 0 0 23px;

    color: var(--insights-muted);

    font-size: 13px;

    line-height: 1.75;
}


/* =========================================================
   CARD LINK
========================================================= */

.jnk-insight-card__link {
    display: inline-flex;

    align-items: center;

    gap: 13px;

    color: var(--insights-navy);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.3px;

    text-decoration: none;

    text-transform: uppercase;
}

.jnk-insight-card__link span {
    font-size: 17px;

    transition:
        transform .3s ease;
}

.jnk-insight-card__link:hover {
    color: var(--insights-blue);
}

.jnk-insight-card__link:hover span {
    transform: translateX(5px);
}


/* =========================================================
   COMING SOON
========================================================= */

.jnk-insight-coming-soon {
    min-height: 100%;

    padding: 12px;
}

.jnk-insight-coming-soon__inner {
    height: 100%;

    min-height: 410px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 45px;

    border: 1px dashed #cbd5de;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .8),
            rgba(241, 245, 248, .8)
        );

    text-align: center;
}

.jnk-insight-coming-soon__inner .jnk-insights-eyebrow {
    margin-bottom: 15px;
}

.jnk-insight-coming-soon__inner h3 {
    margin: 0 0 17px;

    color: var(--insights-navy);

    font-size: 26px;

    font-weight: 500;

    line-height: 1.25;
}

.jnk-insight-coming-soon__inner p {
    max-width: 350px;

    margin: 0 auto;

    color: var(--insights-muted);

    font-size: 13px;

    line-height: 1.8;
}


/* =========================================================
   PERSPECTIVE
========================================================= */

.jnk-insights-perspective {
    padding: 100px 0;

    background: var(--insights-navy);
}

.jnk-insights-perspective__inner {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 60px;
}

.jnk-insights-perspective__content {
    max-width: 700px;
}

.jnk-insights-perspective__content .jnk-insights-eyebrow {
    margin-bottom: 18px;
}

.jnk-insights-perspective__content h2 {
    margin: 0 0 22px;

    color: #fff;

    font-size: clamp(34px, 4vw, 52px);

    font-weight: 500;

    line-height: 1.12;

    letter-spacing: -1.5px;
}

.jnk-insights-perspective__content p {
    max-width: 620px;

    margin: 0;

    color: rgba(255, 255, 255, .65);

    font-size: 14px;

    line-height: 1.85;
}


/* =========================================================
   PERSPECTIVE BUTTON
========================================================= */

.jnk-insights-button {
    display: inline-flex;

    align-items: center;

    gap: 18px;

    padding: 17px 24px;

    border: 1px solid rgba(255, 255, 255, .3);

    color: #fff;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.4px;

    text-decoration: none;

    text-transform: uppercase;

    white-space: nowrap;

    transition:
        background .3s ease,
        border-color .3s ease,
        gap .3s ease;
}

.jnk-insights-button span {
    font-size: 18px;

    line-height: 1;
}

.jnk-insights-button:hover {
    gap: 24px;

    border-color: var(--insights-teal);

    background: var(--insights-teal);

    color: #fff;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .jnk-insights-hero {
        min-height: 500px;
    }

    .jnk-insights-hero__content {
        padding: 100px 0 75px;
    }

    .jnk-insights-section-heading {
        align-items: flex-start;

        flex-direction: column;

        gap: 20px;
    }

    .jnk-featured-article {
        grid-template-columns: 1fr;
    }

    .jnk-featured-article__image {
        min-height: 420px;
    }

    .jnk-featured-article__content {
        padding: 50px;
    }

    .jnk-insights-perspective__inner {
        align-items: flex-start;

        flex-direction: column;
    }

}


@media (max-width: 767px) {

    .jnk-insights-hero {
        min-height: 470px;
    }

    .jnk-insights-hero__content {
        padding: 85px 0 60px;
    }

    .jnk-insights-hero h1 {
        font-size: 46px;

        letter-spacing: -1px;
    }

    .jnk-insights-featured,
    .jnk-insights-latest {
        padding: 80px 0;
    }

    .jnk-featured-article__image {
        min-height: 330px;
    }

    .jnk-featured-article__content {
        padding: 38px 30px;
    }

    .jnk-featured-article__content h2 {
        font-size: 32px;
    }

    .jnk-insights-filter {
        justify-content: flex-start;

        overflow-x: auto;

        flex-wrap: nowrap;

        padding-bottom: 8px;

        scrollbar-width: none;
    }

    .jnk-insights-filter::-webkit-scrollbar {
        display: none;
    }

    .jnk-insights-filter__button {
        flex: 0 0 auto;
    }

    .jnk-insight-card__content {
        padding: 25px;
    }

    .jnk-insights-perspective {
        padding: 75px 0;
    }

}


@media (max-width: 575px) {

    .jnk-insights-hero {
        min-height: 440px;
    }

    .jnk-insights-breadcrumb {
        margin-bottom: 30px;
    }

    .jnk-insights-hero h1 {
        font-size: 39px;
    }

    .jnk-insights-hero p {
        font-size: 14px;
    }

    .jnk-featured-article__image {
        min-height: 260px;
    }

    .jnk-featured-article__content {
        padding: 30px 23px;
    }

    .jnk-featured-article__content h2 {
        font-size: 28px;
    }

    .jnk-insight-coming-soon__inner {
        min-height: 300px;

        padding: 30px 22px;
    }

    .jnk-insights-perspective__content h2 {
        font-size: 34px;
    }

}
/* =========================================================
   JNK ARTICLE MODAL
========================================================= */

.jnk-article-modal {
    position: fixed;

    inset: 0;

    z-index: 99999;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 30px;

    visibility: hidden;

    opacity: 0;

    pointer-events: none;

    transition:
        opacity .35s ease,
        visibility .35s ease;
}


/* =========================================================
   MODAL ACTIVE
========================================================= */

.jnk-article-modal.is-open {
    visibility: visible;

    opacity: 1;

    pointer-events: auto;
}


/* =========================================================
   OVERLAY
========================================================= */

.jnk-article-modal__overlay {
    position: absolute;

    inset: 0;

    background:
        rgba(5, 18, 34, .78);

    backdrop-filter: blur(5px);

    -webkit-backdrop-filter: blur(5px);
}


/* =========================================================
   MODAL DIALOG
========================================================= */

.jnk-article-modal__dialog {
    position: relative;

    z-index: 2;

    width: min(1080px, 100%);

    max-height: calc(100vh - 60px);

    overflow-y: auto;

    background: #fff;

    box-shadow:
        0 35px 100px rgba(0, 0, 0, .25);

    transform:
        translateY(35px)
        scale(.98);

    opacity: 0;

    transition:
        transform .4s ease,
        opacity .35s ease;

    scrollbar-width: thin;

    scrollbar-color:
        #aebbc7
        transparent;
}


/* =========================================================
   DIALOG ACTIVE
========================================================= */

.jnk-article-modal.is-open
.jnk-article-modal__dialog {
    transform:
        translateY(0)
        scale(1);

    opacity: 1;
}


/* =========================================================
   CUSTOM SCROLLBAR
========================================================= */

.jnk-article-modal__dialog::-webkit-scrollbar {
    width: 7px;
}

.jnk-article-modal__dialog::-webkit-scrollbar-track {
    background: #f4f6f8;
}

.jnk-article-modal__dialog::-webkit-scrollbar-thumb {
    background: #aebbc7;

    border-radius: 10px;
}

.jnk-article-modal__dialog::-webkit-scrollbar-thumb:hover {
    background: #7d8d9c;
}


/* =========================================================
   CLOSE BUTTON
========================================================= */

.jnk-article-modal__close {
    position: absolute;

    z-index: 10;

    top: 22px;
    right: 22px;

    width: 46px;
    height: 46px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, .3);

    background:
        rgba(7, 29, 54, .85);

    cursor: pointer;

    transition:
        background .3s ease,
        transform .3s ease;
}

.jnk-article-modal__close:hover {
    background:
        #071d36;

    transform:
        rotate(90deg);
}


/* =========================================================
   CLOSE ICON
========================================================= */

.jnk-article-modal__close span {
    position: absolute;

    width: 18px;
    height: 1px;

    background: #fff;
}

.jnk-article-modal__close span:first-child {
    transform: rotate(45deg);
}

.jnk-article-modal__close span:last-child {
    transform: rotate(-45deg);
}


/* =========================================================
   ARTICLE
========================================================= */

.jnk-article-modal__article {
    background: #fff;
}


/* =========================================================
   ARTICLE HEADER
========================================================= */

.jnk-article-modal__category {
    margin-bottom: 18px;

    color: #5eb8b7;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 3px;

    text-transform: uppercase;
}

.jnk-article-modal__title {
    max-width: 850px;

    margin: 0 0 25px;

    color: #0b2748;

    font-size: clamp(38px, 5vw, 62px);

    font-weight: 500;

    line-height: 1.08;

    letter-spacing: -1.8px;
}


/* =========================================================
   ARTICLE META
========================================================= */

.jnk-article-modal__meta {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 20px;

    margin-bottom: 40px;

    color: #718096;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}

.jnk-article-modal__meta span + span {
    position: relative;

    padding-left: 20px;
}

.jnk-article-modal__meta span + span::before {
    content: "";

    position: absolute;

    top: 50%;
    left: 0;

    width: 4px;
    height: 4px;

    border-radius: 50%;

    background: #5eb8b7;

    transform: translateY(-50%);
}


/* =========================================================
   ARTICLE IMAGE
========================================================= */

.jnk-article-modal__image {
    width: 100%;

    height: 520px;

    overflow: hidden;

    background: #e8edf1;
}

.jnk-article-modal__image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}


/* =========================================================
   ARTICLE TOP AREA
========================================================= */

.jnk-article-modal__article {
    padding-top: 0;
}

.jnk-article-modal__category,
.jnk-article-modal__title,
.jnk-article-modal__meta {
    margin-left: 80px;

    margin-right: 80px;
}


/* =========================================================
   ARTICLE CONTENT
========================================================= */

.jnk-article-modal__content {
    max-width: 760px;

    margin: 0 auto;

    padding: 70px 30px 80px;
}

.jnk-article-modal__content p {
    margin: 0 0 25px;

    color: #64748b;

    font-size: 15px;

    line-height: 1.95;
}

.jnk-article-modal__content .jnk-article-modal__lead {
    margin-bottom: 45px;

    color: #263d58;

    font-size: 19px;

    font-weight: 400;

    line-height: 1.8;
}

.jnk-article-modal__content h3 {
    margin: 55px 0 20px;

    color: #0b2748;

    font-size: 28px;

    font-weight: 500;

    line-height: 1.25;

    letter-spacing: -.5px;
}

.jnk-article-modal__content h3:first-child {
    margin-top: 0;
}


/* =========================================================
   ARTICLE FOOTER
========================================================= */

.jnk-article-modal__footer {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    padding: 25px 80px;

    border-top: 1px solid #e1e7ec;

    background: #f5f7f9;

    color: #718096;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.8px;

    text-transform: uppercase;
}


/* =========================================================
   BODY LOCK
========================================================= */

body.jnk-modal-open {
    overflow: hidden;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .jnk-article-modal {
        padding: 20px;
    }

    .jnk-article-modal__dialog {
        max-height: calc(100vh - 40px);
    }

    .jnk-article-modal__category,
    .jnk-article-modal__title,
    .jnk-article-modal__meta {
        margin-left: 50px;

        margin-right: 50px;
    }

    .jnk-article-modal__image {
        height: 420px;
    }

    .jnk-article-modal__footer {
        padding: 22px 50px;
    }

}


@media (max-width: 767px) {

    .jnk-article-modal {
        padding: 0;
    }

    .jnk-article-modal__dialog {
        width: 100%;

        max-height: 100vh;

        height: 100vh;
    }

    .jnk-article-modal__category,
    .jnk-article-modal__title,
    .jnk-article-modal__meta {
        margin-left: 30px;

        margin-right: 30px;
    }

    .jnk-article-modal__category {
        margin-top: 55px;
    }

    .jnk-article-modal__title {
        font-size: 38px;

        letter-spacing: -1px;
    }

    .jnk-article-modal__meta {
        margin-bottom: 30px;
    }

    .jnk-article-modal__image {
        height: 300px;
    }

    .jnk-article-modal__content {
        padding: 50px 25px 60px;
    }

    .jnk-article-modal__content p {
        font-size: 14px;

        line-height: 1.85;
    }

    .jnk-article-modal__content .jnk-article-modal__lead {
        font-size: 17px;
    }

    .jnk-article-modal__content h3 {
        margin-top: 45px;

        font-size: 25px;
    }

    .jnk-article-modal__footer {
        align-items: flex-start;

        flex-direction: column;

        padding: 22px 30px;
    }

    .jnk-article-modal__close {
        top: 15px;
        right: 15px;
    }

}


@media (max-width: 480px) {

    .jnk-article-modal__category,
    .jnk-article-modal__title,
    .jnk-article-modal__meta {
        margin-left: 22px;

        margin-right: 22px;
    }

    .jnk-article-modal__title {
        font-size: 32px;
    }

    .jnk-article-modal__image {
        height: 240px;
    }

}
/* =========================================================
   ARTICLE IMAGE SLIDER
========================================================= */

.jnk-article-slider {

    position: relative;

    width: 100%;
    height: 100%;

    overflow: hidden;

    background: #071d36;

}


/* =========================================================
   SLIDE
========================================================= */

.jnk-article-slide {

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    opacity: 0;

    visibility: hidden;

    transition:
        opacity .5s ease,
        visibility .5s ease;

}


.jnk-article-slide.is-active {

    opacity: 1;

    visibility: visible;

}


.jnk-article-slide img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

}


/* =========================================================
   SLIDER BUTTON
========================================================= */

.jnk-article-slider__button {

    position: absolute;

    z-index: 5;

    top: 50%;

    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.35);

    border-radius: 50%;

    background: rgba(7,29,54,.65);

    color: #fff;

    font-size: 32px;

    font-family: Arial, sans-serif;

    line-height: 1;

    cursor: pointer;

    transform:
        translateY(-50%);

    transition:
        background .3s ease,
        transform .3s ease;

}


.jnk-article-slider__button:hover {

    background:
        rgba(7,29,54,.95);

}


.jnk-article-slider__button--prev {

    left: 25px;

}


.jnk-article-slider__button--next {

    right: 25px;

}


/* =========================================================
   DOTS
========================================================= */

.jnk-article-slider__dots {

    position: absolute;

    z-index: 5;

    left: 50%;
    bottom: 22px;

    display: flex;

    align-items: center;

    gap: 8px;

    transform:
        translateX(-50%);

}


.jnk-article-slider__dots button {

    width: 8px;
    height: 8px;

    padding: 0;

    border: 0;

    border-radius: 50%;

    background:
        rgba(255,255,255,.45);

    cursor: pointer;

    transition:
        width .3s ease,
        background .3s ease;

}


.jnk-article-slider__dots button.is-active {

    width: 25px;

    border-radius: 10px;

    background:
        #5eb8b7;

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .jnk-article-slider__button {

        width: 40px;
        height: 40px;

        font-size: 26px;

    }


    .jnk-article-slider__button--prev {

        left: 15px;

    }


    .jnk-article-slider__button--next {

        right: 15px;

    }


    .jnk-article-slider__dots {

        bottom: 15px;

    }

}