/* =========================================================
   FOKONA NEWS
   Newspaper / Nigerian News Portal Layout
   Inspired by traditional newspaper portals
   ========================================================= */


/* =========================================================
   1. VARIABLES
   ========================================================= */

.fokona-news-site {

    --fokona-red: #e53935;
    --fokona-dark-red: #c62828;

    --fokona-black: #111111;
    --fokona-dark: #1b1b1b;

    --fokona-text: #202020;
    --fokona-muted: #777777;

    --fokona-border: #dddddd;
    --fokona-light-border: #eeeeee;

    --fokona-bg: #ffffff;
    --fokona-soft-bg: #f7f7f7;

    width: 100%;

    margin: 0;
    padding: 0;

    background: var(--fokona-bg);

    color: var(--fokona-text);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    line-height: 1.5;
}


/* =========================================================
   2. RESET INSIDE NEWS PAGE
   ========================================================= */

.fokona-news-site *,
.fokona-news-site *::before,
.fokona-news-site *::after {

    box-sizing: border-box;
}


.fokona-news-site img {

    max-width: 100%;

    height: auto;
}


.fokona-news-site a {

    text-decoration: none;
}


.fokona-news-site h1,
.fokona-news-site h2,
.fokona-news-site h3,
.fokona-news-site h4,
.fokona-news-site p {

    margin-top: 0;
}


/* =========================================================
   3. BREAK OUT OF DISCY CONTENT CONTAINER
   ========================================================= */

body .fokona-news-site {

    width: 100vw;
    max-width: 100vw;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    position: relative;
}


/*
 * Remove common Discy page spacing around
 * the custom news template.
 */

body:has(.fokona-news-site) .main-content,
body:has(.fokona-news-site) .page-content,
body:has(.fokona-news-site) .content-area {

    padding-left: 0;
    padding-right: 0;
}


/* =========================================================
   4. GLOBAL NEWS CONTAINER
   ========================================================= */

.fokona-news-wrap {

    width: min(1280px, calc(100% - 48px));

    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   5. DATE BAR
   ========================================================= */

.fokona-news-datebar {

    width: 100%;

    background: #f5f5f5;

    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid var(--fokona-border);
}


.fokona-news-datebar-inner {

    min-height: 36px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    color: #666666;

    font-size: 12px;

    font-weight: 500;
}


.fokona-news-datebar-right {

    color: #888888;

    text-transform: uppercase;

    letter-spacing: 0.5px;
}


/* =========================================================
   6. MASTHEAD
   ========================================================= */

.fokona-news-masthead {

    background: #ffffff;

    border-bottom: 1px solid #d7d7d7;
}


.fokona-news-masthead-inner {

    min-height: 105px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;
}


/* =========================================================
   7. BRAND
   ========================================================= */

.fokona-news-brand {

    display: flex;

    align-items: center;

    gap: 14px;
}


.fokona-news-brand-mark {

    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: var(--fokona-red);

    color: #ffffff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 42px;

    font-weight: 900;

    line-height: 1;

    border-radius: 2px;
}


.fokona-news-brand-name {

    color: var(--fokona-red);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 37px;

    font-weight: 900;

    letter-spacing: -2px;

    line-height: 0.95;
}


.fokona-news-brand-subtitle {

    margin-top: 7px;

    color: #777777;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.4px;
}


.fokona-news-masthead-title {

    color: #222222;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 38px;

    font-weight: 700;

    letter-spacing: 5px;
}


/* =========================================================
   8. PRIMARY NAVIGATION
   ========================================================= */

.fokona-news-primary-nav {

    width: 100%;

    background: var(--fokona-dark);

    border-bottom: 4px solid var(--fokona-red);
}


.fokona-news-primary-nav-inner {

    min-height: 48px;

    display: flex;

    align-items: stretch;

    overflow-x: auto;

    scrollbar-width: none;

    white-space: nowrap;
}


.fokona-news-primary-nav-inner::-webkit-scrollbar {

    display: none;
}


.fokona-news-primary-link {

    position: relative;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 48px;

    padding: 0 17px;

    color: #ffffff !important;

    font-size: 12px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.15px;

    transition:
        background 0.2s ease,
        color 0.2s ease;
}


.fokona-news-primary-link:hover {

    background: #333333;

    color: #ffffff !important;
}


.fokona-news-primary-link.fokona-news-primary-active {

    background: var(--fokona-red);

    color: #ffffff !important;
}


.fokona-news-primary-link.fokona-news-primary-active:hover {

    background: var(--fokona-dark-red);
}


/* =========================================================
   9. BREAKING NEWS
   ========================================================= */

.fokona-news-breaking {

    width: 100%;

    background: #ffffff;

    border-bottom: 1px solid var(--fokona-border);
}


.fokona-news-breaking-inner {

    min-height: 44px;

    display: flex;

    align-items: center;

    overflow: hidden;
}


.fokona-news-breaking-label {

    position: relative;

    flex: 0 0 auto;

    display: flex;

    align-items: center;

    min-height: 44px;

    padding: 0 18px;

    background: var(--fokona-red);

    color: #ffffff;

    font-size: 11px;

    font-weight: 900;

    text-transform: uppercase;

    letter-spacing: 0.5px;
}


.fokona-news-breaking-label::after {

    content: "";

    position: absolute;

    top: 0;
    right: -10px;

    width: 0;
    height: 0;

    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;

    border-left: 10px solid var(--fokona-red);
}


.fokona-news-breaking-track {

    display: flex;

    align-items: center;

    gap: 40px;

    padding-left: 28px;

    overflow-x: auto;

    white-space: nowrap;

    scrollbar-width: none;
}


.fokona-news-breaking-track::-webkit-scrollbar {

    display: none;
}


.fokona-news-breaking-item {

    position: relative;

    color: #333333 !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 13px;

    font-weight: 600;

    flex-shrink: 0;
}


.fokona-news-breaking-item::after {

    content: "•";

    margin-left: 40px;

    color: var(--fokona-red);
}


/* =========================================================
   10. MAIN CONTENT
   ========================================================= */

.fokona-news-main {

    width: 100%;

    background: #ffffff;
}


/* =========================================================
   11. SECTION HEADING
   ========================================================= */

.fokona-news-heading {

    display: flex;

    align-items: center;

    gap: 12px;

    padding-top: 42px;

    margin-bottom: 24px;
}


.fokona-news-heading-line {

    width: 7px;
    height: 30px;

    flex: 0 0 auto;

    background: var(--fokona-red);
}


.fokona-news-heading h1 {

    margin: 0;

    color: #161616;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 31px;

    font-weight: 700;

    line-height: 1;
}


.fokona-news-heading-rule {

    flex: 1;

    height: 1px;

    background: #222222;
}


/* =========================================================
   12. LEAD NEWS LAYOUT
   ========================================================= */

.fokona-news-lead-layout {

    display: grid;

    grid-template-columns:
        minmax(0, 1.65fr)
        minmax(360px, 0.9fr);

    gap: 30px;

    padding-bottom: 42px;

    border-bottom: 1px solid var(--fokona-border);
}


/* =========================================================
   13. FEATURED STORY
   ========================================================= */

.fokona-news-featured {

    min-width: 0;
}


.fokona-news-featured-image {

    display: block;

    width: 100%;

    height: 430px;

    overflow: hidden;

    background: #eeeeee;
}


.fokona-news-featured-image img {

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.4s ease;
}


.fokona-news-featured:hover
.fokona-news-featured-image img {

    transform: scale(1.025);
}


/* =========================================================
   14. FEATURED CONTENT
   ========================================================= */

.fokona-news-featured-content {

    padding-top: 15px;
}


.fokona-news-category {

    display: inline-block;

    margin-bottom: 7px;

    color: var(--fokona-red) !important;

    font-size: 10px;

    font-weight: 800;

    line-height: 1.2;

    text-transform: uppercase;

    letter-spacing: 0.45px;
}


.fokona-news-featured-content h2 {

    margin: 0;

    max-width: 900px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 39px;

    font-weight: 700;

    line-height: 1.05;
}


.fokona-news-featured-content h2 a {

    color: #111111 !important;
}


.fokona-news-featured-content h2 a:hover {

    color: var(--fokona-red) !important;
}


.fokona-news-featured-content p {

    max-width: 850px;

    margin: 13px 0 0;

    color: #666666;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 14px;

    line-height: 1.6;
}


.fokona-news-post-meta {

    display: flex;

    align-items: center;

    gap: 8px;

    margin-top: 13px;

    color: #888888;

    font-size: 11px;

    font-weight: 500;
}


.fokona-news-meta-divider {

    color: var(--fokona-red);
}


/* =========================================================
   15. TOP STORIES
   ========================================================= */

.fokona-news-top-stories {

    min-width: 0;

    border-top: 3px solid #222222;
}


.fokona-news-top-story {

    display: grid;

    grid-template-columns: 135px minmax(0, 1fr);

    gap: 15px;

    padding: 15px 0;

    border-bottom: 1px solid var(--fokona-border);
}


.fokona-news-top-image {

    display: block;

    width: 135px;
    height: 100px;

    overflow: hidden;

    background: #eeeeee;
}


.fokona-news-top-image img {

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.3s ease;
}


.fokona-news-top-story:hover
.fokona-news-top-image img {

    transform: scale(1.04);
}


.fokona-news-top-content {

    min-width: 0;
}


.fokona-news-top-content .fokona-news-category {

    margin-bottom: 5px;

    font-size: 9px;
}


.fokona-news-top-content h3 {

    margin: 0;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 19px;

    font-weight: 700;

    line-height: 1.12;
}


.fokona-news-top-content h3 a {

    color: #171717 !important;
}


.fokona-news-top-content h3 a:hover {

    color: var(--fokona-red) !important;
}


.fokona-news-top-content time {

    display: block;

    margin-top: 7px;

    color: #999999;

    font-size: 10px;
}


/* =========================================================
   16. LATEST STORIES
   ========================================================= */

.fokona-news-latest-section {

    padding: 42px 0 48px;
}


/* =========================================================
   17. SECTION TITLE
   ========================================================= */

.fokona-news-section-title {

    display: flex;

    align-items: center;

    gap: 11px;

    margin-bottom: 22px;
}


.fokona-news-section-title > span {

    width: 7px;
    height: 25px;

    flex: 0 0 auto;

    background: var(--fokona-red);
}


.fokona-news-section-title h2 {

    flex: 0 0 auto;

    margin: 0;

    color: #161616;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 27px;

    font-weight: 700;

    line-height: 1;
}


.fokona-news-section-title > div {

    flex: 1;

    height: 1px;

    background: #222222;
}


.fokona-news-section-title > a {

    flex: 0 0 auto;

    color: var(--fokona-red) !important;

    font-size: 11px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 0.4px;
}


/* =========================================================
   18. LATEST NEWS GRID
   ========================================================= */

.fokona-news-latest-grid {

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 24px;
}


.fokona-news-card {

    min-width: 0;

    padding-bottom: 18px;

    border-bottom: 1px solid var(--fokona-border);
}


.fokona-news-card-image {

    display: block;

    width: 100%;

    height: 175px;

    overflow: hidden;

    background: #eeeeee;

    margin-bottom: 13px;
}


.fokona-news-card-image img {

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.35s ease;
}


.fokona-news-card:hover
.fokona-news-card-image img {

    transform: scale(1.035);
}


.fokona-news-card-content h3 {

    margin: 0;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 20px;

    line-height: 1.12;
}


.fokona-news-card-content h3 a {

    color: #161616 !important;
}


.fokona-news-card-content h3 a:hover {

    color: var(--fokona-red) !important;
}


.fokona-news-card-content p {

    margin: 9px 0 0;

    color: #777777;

    font-size: 12px;

    line-height: 1.5;
}


.fokona-news-card-content time {

    display: block;

    margin-top: 9px;

    color: #999999;

    font-size: 10px;
}


/* =========================================================
   19. CATEGORY SECTIONS
   ========================================================= */

.fokona-news-category-section {

    padding: 46px 0;

    background: #ffffff;

    border-top: 1px solid var(--fokona-border);
}


.fokona-news-category-section:nth-of-type(even) {

    background: #fafafa;
}


/* =========================================================
   20. CATEGORY GRID
   ========================================================= */

.fokona-news-category-grid {

    display: grid;

    grid-template-columns:
        minmax(0, 1.55fr)
        minmax(360px, 0.95fr);

    gap: 30px;
}


/* =========================================================
   21. CATEGORY FEATURED
   ========================================================= */

.fokona-news-category-featured {

    min-width: 0;
}


.fokona-news-category-image {

    display: block;

    width: 100%;

    height: 335px;

    overflow: hidden;

    background: #eeeeee;
}


.fokona-news-category-image img {

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.4s ease;
}


.fokona-news-category-featured:hover
.fokona-news-category-image img {

    transform: scale(1.025);
}


.fokona-news-category-featured-content {

    padding-top: 13px;
}


.fokona-news-category-featured-content h3 {

    margin: 0;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 29px;

    font-weight: 700;

    line-height: 1.08;
}


.fokona-news-category-featured-content h3 a {

    color: #151515 !important;
}


.fokona-news-category-featured-content h3 a:hover {

    color: var(--fokona-red) !important;
}


.fokona-news-category-featured-content p {

    margin: 10px 0 0;

    color: #6f6f6f;

    font-size: 13px;

    line-height: 1.55;
}


.fokona-news-category-featured-content time {

    display: block;

    margin-top: 10px;

    color: #999999;

    font-size: 10px;
}


/* =========================================================
   22. CATEGORY STORY LIST
   ========================================================= */

.fokona-news-category-list {

    display: flex;

    flex-direction: column;

    border-top: 3px solid #222222;
}


.fokona-news-category-story {

    display: grid;

    grid-template-columns: 145px minmax(0, 1fr);

    gap: 16px;

    padding: 15px 0;

    border-bottom: 1px solid var(--fokona-border);
}


.fokona-news-category-story-image {

    display: block;

    width: 145px;
    height: 105px;

    overflow: hidden;

    background: #eeeeee;
}


.fokona-news-category-story-image img {

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.3s ease;
}


.fokona-news-category-story:hover
.fokona-news-category-story-image img {

    transform: scale(1.04);
}


.fokona-news-category-story-content {

    min-width: 0;
}


.fokona-news-category-story-content .fokona-news-category {

    margin-bottom: 5px;

    font-size: 9px;
}


.fokona-news-category-story-content h3 {

    margin: 0;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 18px;

    font-weight: 700;

    line-height: 1.12;
}


.fokona-news-category-story-content h3 a {

    color: #171717 !important;
}


.fokona-news-category-story-content h3 a:hover {

    color: var(--fokona-red) !important;
}


.fokona-news-category-story-content time {

    display: block;

    margin-top: 7px;

    color: #999999;

    font-size: 10px;
}


/* =========================================================
   23. IMAGE PLACEHOLDER
   ========================================================= */

.fokona-news-image-placeholder {

    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    background:
        linear-gradient(
            135deg,
            #eeeeee,
            #dddddd
        );

    color: #777777;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 13px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1px;
}


/* =========================================================
   24. EMPTY STATE
   ========================================================= */

.fokona-news-empty {

    grid-column: 1 / -1;

    padding: 50px 20px;

    text-align: center;

    color: #777777;

    background: #f7f7f7;

    border: 1px solid var(--fokona-border);
}


/* =========================================================
   25. EDUCATION CTA
   ========================================================= */

.fokona-news-education {

    padding: 50px 0;

    background: #171717;
}


.fokona-news-education-inner {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 35px;

    padding: 35px 40px;

    background: #222222;

    border-left: 6px solid var(--fokona-red);
}


.fokona-news-education-inner span {

    display: block;

    margin-bottom: 7px;

    color: var(--fokona-red);

    font-size: 10px;

    font-weight: 900;

    letter-spacing: 1px;
}


.fokona-news-education-inner h2 {

    margin: 0;

    color: #ffffff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 31px;

    line-height: 1.1;
}


.fokona-news-education-inner p {

    max-width: 650px;

    margin: 9px 0 0;

    color: #cccccc;

    font-size: 13px;

    line-height: 1.55;
}


.fokona-news-education-inner > a {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 160px;

    min-height: 46px;

    padding: 0 22px;

    flex-shrink: 0;

    background: var(--fokona-red);

    color: #ffffff !important;

    font-size: 12px;

    font-weight: 800;

    text-transform: uppercase;

    transition:
        background 0.2s ease;
}


.fokona-news-education-inner > a:hover {

    background: var(--fokona-dark-red);

    color: #ffffff !important;
}


/* =========================================================
   26. TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .fokona-news-wrap {

        width: min(
            100% - 36px,
            1000px
        );
    }


    .fokona-news-lead-layout {

        grid-template-columns:
            minmax(0, 1.45fr)
            minmax(300px, 0.9fr);

        gap: 24px;
    }


    .fokona-news-featured-image {

        height: 380px;
    }


    .fokona-news-featured-content h2 {

        font-size: 34px;
    }


    .fokona-news-top-story {

        grid-template-columns: 110px minmax(0, 1fr);

        gap: 12px;
    }


    .fokona-news-top-image {

        width: 110px;
        height: 85px;
    }


    .fokona-news-top-content h3 {

        font-size: 17px;
    }


    .fokona-news-latest-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .fokona-news-category-grid {

        grid-template-columns:
            minmax(0, 1.4fr)
            minmax(300px, 0.9fr);
    }


    .fokona-news-category-image {

        height: 300px;
    }


    .fokona-news-category-story {

        grid-template-columns: 110px minmax(0, 1fr);
    }


    .fokona-news-category-story-image {

        width: 110px;
        height: 85px;
    }

}


/* =========================================================
   27. TABLET / SMALL DESKTOP
   ========================================================= */

@media (max-width: 900px) {

    .fokona-news-masthead-inner {

        min-height: 90px;
    }


    .fokona-news-brand-name {

        font-size: 32px;
    }


    .fokona-news-brand-mark {

        width: 50px;
        height: 50px;

        font-size: 36px;
    }


    .fokona-news-masthead-title {

        font-size: 30px;
    }


    .fokona-news-lead-layout {

        grid-template-columns: 1fr;
    }


    .fokona-news-featured-image {

        height: 420px;
    }


    .fokona-news-top-stories {

        display: grid;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        column-gap: 24px;
    }


    .fokona-news-category-grid {

        grid-template-columns: 1fr;
    }


    .fokona-news-category-image {

        height: 380px;
    }


    .fokona-news-education-inner {

        padding: 30px;
    }

}


/* =========================================================
   28. MOBILE
   ========================================================= */

@media (max-width: 600px) {

    body .fokona-news-site {

        width: 100vw;
        max-width: 100vw;

        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }


    .fokona-news-wrap {

        width: calc(100% - 24px);
    }


    /* -----------------------------------------------------
       DATE BAR
    ----------------------------------------------------- */

    .fokona-news-datebar-inner {

        min-height: 32px;

        font-size: 10px;
    }


    .fokona-news-datebar-right {

        display: none;
    }


    /* -----------------------------------------------------
       MASTHEAD
    ----------------------------------------------------- */

    .fokona-news-masthead-inner {

        min-height: 76px;

        justify-content: center;
    }


    .fokona-news-brand {

        gap: 10px;
    }


    .fokona-news-brand-mark {

        width: 43px;
        height: 43px;

        font-size: 31px;
    }


    .fokona-news-brand-name {

        font-size: 27px;

        letter-spacing: -1.5px;
    }


    .fokona-news-brand-subtitle {

        margin-top: 4px;

        font-size: 7px;

        letter-spacing: 0.9px;
    }


    .fokona-news-masthead-title {

        display: none;
    }


    /* -----------------------------------------------------
       NAV
    ----------------------------------------------------- */

    .fokona-news-primary-nav {

        border-bottom-width: 3px;
    }


    .fokona-news-primary-nav-inner {

        min-height: 45px;
    }


    .fokona-news-primary-link {

        min-height: 45px;

        padding: 0 13px;

        font-size: 10px;
    }


    /* -----------------------------------------------------
       BREAKING
    ----------------------------------------------------- */

    .fokona-news-breaking-inner {

        min-height: 38px;
    }


    .fokona-news-breaking-label {

        min-height: 38px;

        padding: 0 12px;

        font-size: 9px;
    }


    .fokona-news-breaking-label::after {

        right: -8px;

        border-top-width: 19px;
        border-bottom-width: 19px;

        border-left-width: 8px;
    }


    .fokona-news-breaking-track {

        gap: 25px;

        padding-left: 20px;
    }


    .fokona-news-breaking-item {

        font-size: 11px;
    }


    .fokona-news-breaking-item::after {

        margin-left: 25px;
    }


    /* -----------------------------------------------------
       MAIN HEADING
    ----------------------------------------------------- */

    .fokona-news-heading {

        padding-top: 30px;

        margin-bottom: 18px;

        gap: 9px;
    }


    .fokona-news-heading-line {

        width: 5px;
        height: 23px;
    }


    .fokona-news-heading h1 {

        font-size: 24px;
    }


    /* -----------------------------------------------------
       FEATURED
    ----------------------------------------------------- */

    .fokona-news-lead-layout {

        gap: 22px;

        padding-bottom: 30px;
    }


    .fokona-news-featured-image {

        height: 240px;
    }


    .fokona-news-featured-content {

        padding-top: 11px;
    }


    .fokona-news-featured-content h2 {

        font-size: 28px;

        line-height: 1.06;
    }


    .fokona-news-featured-content p {

        font-size: 12px;

        line-height: 1.55;
    }


    /* -----------------------------------------------------
       TOP STORIES
    ----------------------------------------------------- */

    .fokona-news-top-stories {

        display: flex;

        flex-direction: column;
    }


    .fokona-news-top-story {

        grid-template-columns: 100px minmax(0, 1fr);

        gap: 12px;

        padding: 13px 0;
    }


    .fokona-news-top-image {

        width: 100px;
        height: 76px;
    }


    .fokona-news-top-content h3 {

        font-size: 16px;

        line-height: 1.13;
    }


    .fokona-news-top-content time {

        margin-top: 5px;

        font-size: 9px;
    }


    /* -----------------------------------------------------
       LATEST STORIES
    ----------------------------------------------------- */

    .fokona-news-latest-section {

        padding: 32px 0 38px;
    }


    .fokona-news-section-title {

        gap: 8px;

        margin-bottom: 17px;
    }


    .fokona-news-section-title > span {

        width: 5px;
        height: 22px;
    }


    .fokona-news-section-title h2 {

        font-size: 22px;
    }


    .fokona-news-section-title > a {

        font-size: 9px;
    }


    .fokona-news-latest-grid {

        grid-template-columns: 1fr;

        gap: 20px;
    }


    .fokona-news-card {

        display: grid;

        grid-template-columns: 120px minmax(0, 1fr);

        gap: 13px;

        padding-bottom: 15px;
    }


    .fokona-news-card-image {

        width: 120px;
        height: 92px;

        margin: 0;
    }


    .fokona-news-card-content .fokona-news-category {

        margin-bottom: 4px;

        font-size: 8px;
    }


    .fokona-news-card-content h3 {

        font-size: 17px;

        line-height: 1.12;
    }


    .fokona-news-card-content p {

        display: none;
    }


    .fokona-news-card-content time {

        margin-top: 6px;

        font-size: 9px;
    }


    /* -----------------------------------------------------
       CATEGORY SECTIONS
    ----------------------------------------------------- */

    .fokona-news-category-section {

        padding: 34px 0;
    }


    .fokona-news-category-grid {

        gap: 22px;
    }


    .fokona-news-category-image {

        height: 230px;
    }


    .fokona-news-category-featured-content {

        padding-top: 11px;
    }


    .fokona-news-category-featured-content h3 {

        font-size: 24px;

        line-height: 1.08;
    }


    .fokona-news-category-featured-content p {

        font-size: 12px;
    }


    .fokona-news-category-story {

        grid-template-columns: 100px minmax(0, 1fr);

        gap: 12px;

        padding: 13px 0;
    }


    .fokona-news-category-story-image {

        width: 100px;
        height: 76px;
    }


    .fokona-news-category-story-content h3 {

        font-size: 16px;

        line-height: 1.12;
    }


    /* -----------------------------------------------------
       EDUCATION
    ----------------------------------------------------- */

    .fokona-news-education {

        padding: 35px 0;
    }


    .fokona-news-education-inner {

        display: block;

        padding: 25px 20px;
    }


    .fokona-news-education-inner h2 {

        font-size: 24px;
    }


    .fokona-news-education-inner p {

        font-size: 12px;
    }


    .fokona-news-education-inner > a {

        width: 100%;

        margin-top: 18px;
    }

}


/* =========================================================
   29. SMALL PHONES
   ========================================================= */

@media (max-width: 380px) {

    .fokona-news-wrap {

        width: calc(100% - 20px);
    }


    .fokona-news-brand-name {

        font-size: 24px;
    }


    .fokona-news-brand-mark {

        width: 39px;
        height: 39px;

        font-size: 28px;
    }


    .fokona-news-featured-image {

        height: 210px;
    }


    .fokona-news-featured-content h2 {

        font-size: 25px;
    }


    .fokona-news-card {

        grid-template-columns: 95px minmax(0, 1fr);
    }


    .fokona-news-card-image {

        width: 95px;
        height: 75px;
    }


    .fokona-news-card-content h3 {

        font-size: 15px;
    }


    .fokona-news-category-image {

        height: 200px;
    }


    .fokona-news-category-featured-content h3 {

        font-size: 21px;
    }


    .fokona-news-category-story {

        grid-template-columns: 90px minmax(0, 1fr);
    }


    .fokona-news-category-story-image {

        width: 90px;
        height: 70px;
    }


    .fokona-news-category-story-content h3 {

        font-size: 15px;
    }

}


/* =========================================================
   30. REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .fokona-news-site *,
    .fokona-news-site *::before,
    .fokona-news-site *::after {

        scroll-behavior: auto !important;

        transition: none !important;

        animation: none !important;
    }

}