/*
==========================================================
Qalamation
Public Articles
==========================================================
*/


/*
|--------------------------------------------------------------------------
| Hero
|--------------------------------------------------------------------------
*/

.articles-page-hero {

    position: relative;

    padding: 105px 0 110px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(25, 135, 84, 0.12),
            transparent 30%
        ),
        radial-gradient(
            circle at 10% 90%,
            rgba(25, 135, 84, 0.07),
            transparent 25%
        ),
        #f7fcf9;

}

.articles-page-hero::before {

    content: "";

    position: absolute;

    inset: 0;

    opacity: 0.35;

    background-image:
        linear-gradient(
            rgba(25, 135, 84, 0.05) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(25, 135, 84, 0.05) 1px,
            transparent 1px
        );

    background-size: 60px 60px;

}

.articles-hero-orb {

    position: absolute;

    border-radius: 50%;

    pointer-events: none;

}

.articles-hero-orb-one {

    width: 380px;

    height: 380px;

    right: -190px;

    top: -190px;

    border: 75px solid
        rgba(25, 135, 84, 0.05);

}

.articles-hero-orb-two {

    width: 180px;

    height: 180px;

    left: -90px;

    bottom: -90px;

    background:
        rgba(25, 135, 84, 0.05);

}

.articles-page-hero-inner {

    position: relative;

    z-index: 2;

    max-width: 920px;

    margin: 0 auto;

    text-align: center;

}

.articles-page-label {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding: 9px 16px;

    border-radius: 50px;

    color: #198754;

    background:
        rgba(25, 135, 84, 0.09);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.7px;

}

.articles-page-hero h1 {

    margin: 30px 0 0;

    color: #192d22;

    font-size: clamp(
        52px,
        7vw,
        84px
    );

    font-weight: 800;

    line-height: 1.03;

    letter-spacing: -5px;

}

.articles-page-hero h1 span {

    display: block;

    color: #198754;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-weight: 400;

    font-style: italic;

}

.articles-page-hero p {

    max-width: 680px;

    margin: 30px auto 0;

    color: #718078;

    font-size: 16px;

    line-height: 1.8;

}


/*
|--------------------------------------------------------------------------
| Hero Search
|--------------------------------------------------------------------------
*/

.articles-hero-search {

    max-width: 700px;

    min-height: 68px;

    margin: 42px auto 0;

    padding: 7px;

    border: 1px solid #dce8e1;

    border-radius: 22px;

    display: flex;

    align-items: center;

    background: #ffffff;

    box-shadow:
        0 20px 55px
        rgba(31, 67, 48, 0.1);

}

.articles-search-icon {

    width: 54px;

    min-width: 54px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #198754;

}

.articles-hero-search input {

    min-width: 0;

    flex: 1;

    border: 0;

    outline: 0;

    color: #2d4036;

    background: transparent;

    font-size: 13px;

}

.articles-hero-search input::placeholder {

    color: #9ba7a0;

}

.articles-hero-search button {

    min-height: 52px;

    padding: 0 24px;

    border: 0;

    border-radius: 16px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    color: #ffffff;

    background: #198754;

    font-size: 11px;

    font-weight: 800;

    transition:
        transform 0.2s ease,
        background 0.2s ease;

}

.articles-hero-search button:hover {

    background: #126b42;

    transform: translateY(-2px);

}


/*
|--------------------------------------------------------------------------
| Category Navigation
|--------------------------------------------------------------------------
*/

.articles-category-navigation {

    border-top: 1px solid #eef3f0;

    border-bottom: 1px solid #e4ebe7;

    background: #ffffff;

}

.articles-category-scroll {

    display: flex;

    align-items: center;

    gap: 8px;

    padding: 18px 0;

    overflow-x: auto;

    scrollbar-width: none;

}

.articles-category-scroll::-webkit-scrollbar {

    display: none;

}

.articles-category-scroll a {

    flex: 0 0 auto;

    padding: 10px 15px;

    border-radius: 50px;

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #66786e;

    text-decoration: none;

    font-size: 10px;

    font-weight: 700;

    white-space: nowrap;

    transition: 0.2s ease;

}

.articles-category-scroll a span {

    min-width: 21px;

    height: 21px;

    padding: 0 6px;

    border-radius: 50px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    background: #edf3ef;

    font-size: 8px;

}

.articles-category-scroll a:hover,
.articles-category-scroll a.active {

    color: #ffffff;

    background: #198754;

}

.articles-category-scroll a:hover span,
.articles-category-scroll a.active span {

    color: #198754;

    background: #ffffff;

}


/*
|--------------------------------------------------------------------------
| Featured Story
|--------------------------------------------------------------------------
*/

.articles-featured-section {

    padding: 85px 0 40px;

    background: #ffffff;

}

.articles-featured-label-row {

    margin-bottom: 20px;

}

.articles-featured-label-row > span {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #198754;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.7px;

}

.articles-featured-label-row i {

    color: #e3a21a;

}

.articles-featured-story {

    min-height: 540px;

    border: 1px solid #dfe8e3;

    border-radius: 30px;

    display: grid;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(0, 0.85fr);

    overflow: hidden;

    background: #f8fcfa;

    box-shadow:
        0 30px 75px
        rgba(29, 67, 47, 0.1);

}

.articles-featured-image {

    display: block;

    min-height: 540px;

    overflow: hidden;

    background: #e7efeb;

}

.articles-featured-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform 0.7s ease;

}

.articles-featured-story:hover
.articles-featured-image img {

    transform: scale(1.04);

}

.articles-featured-content {

    padding: 65px 55px;

    display: flex;

    flex-direction: column;

    justify-content: center;

}

.articles-featured-category {

    align-self: flex-start;

    padding: 8px 14px;

    border-radius: 50px;

    color: #198754;

    background:
        rgba(25, 135, 84, 0.09);

    text-decoration: none;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;

}

.articles-featured-content h2 {

    margin: 25px 0 0;

}

.articles-featured-content h2 a {

    color: #20362a;

    text-decoration: none;

    font-size: 40px;

    font-weight: 800;

    line-height: 1.18;

    letter-spacing: -2px;

}

.articles-featured-content h2 a:hover {

    color: #198754;

}

.articles-featured-content > p {

    margin: 23px 0 0;

    color: #718078;

    font-family: Georgia, serif;

    font-size: 16px;

    line-height: 1.8;

    display: -webkit-box;

    -webkit-line-clamp: 4;

    -webkit-box-orient: vertical;

    overflow: hidden;

}

.articles-featured-meta {

    margin-top: 28px;

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 18px;

}

.articles-featured-meta span {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: #829087;

    font-size: 10px;

}

.articles-featured-meta i {

    color: #198754;

}

.articles-featured-read {

    align-self: flex-start;

    margin-top: 35px;

    display: inline-flex;

    align-items: center;

    gap: 14px;

    color: #263d31;

    text-decoration: none;

    font-size: 11px;

    font-weight: 800;

}

.articles-featured-read > span {

    width: 44px;

    height: 44px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #ffffff;

    background: #198754;

    font-size: 10px;

    transform: rotate(-35deg);

    transition: transform 0.25s ease;

}

.articles-featured-read:hover {

    color: #198754;

}

.articles-featured-read:hover > span {

    transform: rotate(0);

}


/*
|--------------------------------------------------------------------------
| Article Browser
|--------------------------------------------------------------------------
*/

.articles-browser-section {

    padding: 90px 0 115px;

    background: #ffffff;

}

.articles-browser-header {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 35px;

    margin-bottom: 35px;

}

.articles-browser-eyebrow {

    display: block;

    margin-bottom: 10px;

    color: #198754;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;

}

.articles-browser-header h2 {

    margin: 0;

    color: #21372b;

    font-size: 43px;

    font-weight: 800;

    letter-spacing: -2px;

}

.articles-browser-header > div > p {

    margin: 9px 0 0;

    color: #8a9790;

    font-size: 11px;

}


/*
|--------------------------------------------------------------------------
| Sort
|--------------------------------------------------------------------------
*/

.articles-sort-form {

    display: flex;

    align-items: center;

    gap: 12px;

}

.articles-sort-form label {

    color: #89968f;

    font-size: 10px;

}

.articles-sort-select {

    position: relative;

}

.articles-sort-select select {

    min-width: 155px;

    height: 46px;

    padding: 0 42px 0 17px;

    border: 1px solid #dce5e0;

    border-radius: 14px;

    outline: none;

    appearance: none;

    color: #35483e;

    background: #ffffff;

    font-size: 11px;

    font-weight: 700;

    cursor: pointer;

}

.articles-sort-select select:focus {

    border-color: #198754;

    box-shadow:
        0 0 0 3px
        rgba(25, 135, 84, 0.1);

}

.articles-sort-select i {

    position: absolute;

    right: 16px;

    top: 50%;

    color: #198754;

    font-size: 9px;

    pointer-events: none;

    transform: translateY(-50%);

}


/*
|--------------------------------------------------------------------------
| Active Filters
|--------------------------------------------------------------------------
*/

.articles-active-filters {

    margin-bottom: 35px;

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 9px;

}

.articles-active-filters > span {

    margin-right: 5px;

    color: #929f98;

    font-size: 9px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1px;

}

.articles-active-filters a {

    padding: 8px 12px;

    border-radius: 50px;

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #496055;

    background: #f0f6f2;

    text-decoration: none;

    font-size: 9px;

    font-weight: 700;

}

.articles-active-filters a i {

    color: #198754;

}

.articles-active-filters
.articles-clear-filters {

    color: #b94b4b;

    background: #fff1f1;

}


/*
|--------------------------------------------------------------------------
| Article Grid
|--------------------------------------------------------------------------
*/

.articles-public-grid {

    display: grid;

    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        );

    gap: 28px;

}

.articles-public-card {

    min-width: 0;

    border: 1px solid #e1e9e5;

    border-radius: 23px;

    overflow: hidden;

    background: #ffffff;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;

}

.articles-public-card:hover {

    transform: translateY(-7px);

    border-color:
        rgba(25, 135, 84, 0.23);

    box-shadow:
        0 22px 55px
        rgba(30, 67, 48, 0.1);

}

.articles-public-image {

    position: relative;

    display: block;

    height: 260px;

    overflow: hidden;

    background: #e8efeb;

}

.articles-public-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform 0.6s ease;

}

.articles-public-card:hover
.articles-public-image img {

    transform: scale(1.06);

}

.articles-card-featured {

    position: absolute;

    left: 18px;

    top: 18px;

    width: 37px;

    height: 37px;

    border-radius: 12px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #e4a31d;

    background:
        rgba(255, 255, 255, 0.93);

    backdrop-filter: blur(7px);

    font-size: 11px;

}

.articles-card-arrow {

    position: absolute;

    right: 18px;

    bottom: 18px;

    width: 45px;

    height: 45px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #ffffff;

    background: #198754;

    font-size: 10px;

    transform: rotate(-35deg);

    transition: transform 0.25s ease;

}

.articles-public-card:hover
.articles-card-arrow {

    transform: rotate(0);

}

.articles-public-content {

    padding: 25px;

}

.articles-card-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

}

.articles-card-top a {

    color: #198754;

    text-decoration: none;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;

}

.articles-card-top > span {

    color: #9aa69f;

    font-size: 9px;

    white-space: nowrap;

}

.articles-public-content h3 {

    margin: 15px 0 0;

}

.articles-public-content h3 a {

    color: #263b30;

    text-decoration: none;

    font-size: 21px;

    font-weight: 800;

    line-height: 1.4;

    letter-spacing: -0.6px;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;

}

.articles-public-content h3 a:hover {

    color: #198754;

}

.articles-public-content > p {

    min-height: 63px;

    margin: 15px 0 0;

    color: #7d8b83;

    font-size: 11px;

    line-height: 1.9;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    overflow: hidden;

}

.articles-card-footer {

    margin-top: 24px;

    padding-top: 20px;

    border-top: 1px solid #edf1ef;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

}

.articles-card-author {

    min-width: 0;

    display: flex;

    align-items: center;

    gap: 10px;

}

.articles-card-author > span {

    width: 38px;

    height: 38px;

    min-width: 38px;

    border-radius: 12px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #198754,
            #3eb177
        );

    font-size: 11px;

    font-weight: 800;

}

.articles-card-author div {

    min-width: 0;

}

.articles-card-author strong,
.articles-card-author small {

    display: block;

}

.articles-card-author strong {

    max-width: 120px;

    overflow: hidden;

    color: #405449;

    font-size: 10px;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.articles-card-author small {

    margin-top: 2px;

    color: #9aa69f;

    font-size: 8px;

}

.articles-card-stats {

    display: flex;

    align-items: center;

    gap: 10px;

}

.articles-card-stats span {

    display: inline-flex;

    align-items: center;

    gap: 5px;

    color: #89968f;

    font-size: 8px;

    white-space: nowrap;

}

.articles-card-stats i {

    color: #198754;

}


/*
|--------------------------------------------------------------------------
| Empty State
|--------------------------------------------------------------------------
*/

.articles-empty-state {

    padding: 90px 30px;

    border: 1px dashed #cdd9d3;

    border-radius: 27px;

    text-align: center;

    background: #fafcfb;

}

.articles-empty-icon {

    width: 85px;

    height: 85px;

    margin: 0 auto 25px;

    border-radius: 27px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #198754;

    background:
        rgba(25, 135, 84, 0.09);

    font-size: 30px;

}

.articles-empty-state > span {

    color: #198754;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1.7px;

}

.articles-empty-state h3 {

    margin: 13px 0 0;

    color: #293f33;

    font-size: 29px;

    font-weight: 800;

}

.articles-empty-state p {

    max-width: 520px;

    margin: 14px auto 0;

    color: #819087;

    font-size: 12px;

    line-height: 1.8;

}

.articles-empty-state > a {

    margin-top: 28px;

    padding: 14px 22px;

    border-radius: 50px;

    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #ffffff;

    background: #198754;

    text-decoration: none;

    font-size: 10px;

    font-weight: 800;

}


/*
|--------------------------------------------------------------------------
| Pagination
|--------------------------------------------------------------------------
*/

.articles-pagination {

    margin-top: 60px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

}

.articles-pagination-direction {

    min-width: 115px;

    height: 46px;

    padding: 0 16px;

    border: 1px solid #dce5e0;

    border-radius: 14px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    color: #53685d;

    background: #ffffff;

    text-decoration: none;

    font-size: 10px;

    font-weight: 700;

}

a.articles-pagination-direction:hover {

    color: #ffffff;

    background: #198754;

    border-color: #198754;

}

.articles-pagination-direction.disabled {

    opacity: 0.45;

    cursor: not-allowed;

}

.articles-pagination-pages {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

}

.articles-pagination-pages a,
.articles-pagination-pages span {

    width: 42px;

    height: 42px;

    border-radius: 13px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #687a70;

    text-decoration: none;

    font-size: 10px;

    font-weight: 700;

}

.articles-pagination-pages a:hover,
.articles-pagination-pages a.active {

    color: #ffffff;

    background: #198754;

}


/*
|--------------------------------------------------------------------------
| Writer CTA
|--------------------------------------------------------------------------
*/

.articles-writer-cta {

    padding: 0 0 120px;

    background: #ffffff;

}

.articles-writer-cta-inner {

    position: relative;

    min-height: 270px;

    padding: 55px 60px;

    border-radius: 30px;

    display: flex;

    align-items: center;

    gap: 35px;

    overflow: hidden;

    color: #ffffff;

    background:
        linear-gradient(
            125deg,
            #0e5e39,
            #198754
        );

    box-shadow:
        0 35px 80px
        rgba(25, 135, 84, 0.2);

}

.articles-writer-cta-inner::after {

    content: "Q";

    position: absolute;

    right: -35px;

    bottom: -145px;

    color:
        rgba(255, 255, 255, 0.05);

    font-family: Georgia, serif;

    font-size: 380px;

    font-weight: 800;

    line-height: 1;

}

.articles-writer-cta-icon {

    position: relative;

    z-index: 2;

    width: 90px;

    height: 90px;

    min-width: 90px;

    border-radius: 27px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #198754;

    background: #ffffff;

    font-size: 30px;

}

.articles-writer-cta-content {

    position: relative;

    z-index: 2;

    max-width: 600px;

}

.articles-writer-cta-content > span {

    color:
        rgba(255, 255, 255, 0.7);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;

}

.articles-writer-cta-content h2 {

    margin: 10px 0 0;

    color: #ffffff;

    font-size: 37px;

    font-weight: 800;

    letter-spacing: -1.7px;

}

.articles-writer-cta-content p {

    margin: 14px 0 0;

    color:
        rgba(255, 255, 255, 0.75);

    font-size: 13px;

    line-height: 1.8;

}

.articles-writer-cta-action {

    position: relative;

    z-index: 2;

    margin-left: auto;

}

.articles-writer-cta-action a {

    min-width: 185px;

    padding: 17px 24px;

    border-radius: 50px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 11px;

    color: #198754;

    background: #ffffff;

    text-decoration: none;

    font-size: 11px;

    font-weight: 800;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;

}

.articles-writer-cta-action a:hover {

    transform: translateY(-3px);

    box-shadow:
        0 15px 35px
        rgba(0, 0, 0, 0.15);

}


/*
|--------------------------------------------------------------------------
| Tablet
|--------------------------------------------------------------------------
*/

@media (
    max-width: 991.98px
) {

    .articles-page-hero {

        padding: 90px 0 95px;

    }

    .articles-featured-story {

        grid-template-columns: 1fr;

    }

    .articles-featured-image {

        min-height: 430px;

        height: 430px;

    }

    .articles-featured-content {

        padding: 50px;

    }

    .articles-public-grid {

        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );

    }

    .articles-writer-cta-inner {

        flex-wrap: wrap;

    }

    .articles-writer-cta-action {

        width: 100%;

        margin-left: 125px;

    }

}


/*
|--------------------------------------------------------------------------
| Mobile
|--------------------------------------------------------------------------
*/

@media (
    max-width: 767.98px
) {

    .articles-page-hero {

        padding: 70px 0 75px;

    }

    .articles-page-hero h1 {

        font-size: 48px;

        letter-spacing: -3px;

    }

    .articles-page-hero p {

        font-size: 14px;

    }


    /*
    |--------------------------------------------------------------------------
    | Search
    |--------------------------------------------------------------------------
    */

    .articles-hero-search {

        min-height: auto;

        padding: 8px;

        border-radius: 20px;

        flex-wrap: wrap;

    }

    .articles-search-icon {

        width: 45px;

        min-width: 45px;

    }

    .articles-hero-search input {

        min-height: 48px;

    }

    .articles-hero-search button {

        width: 100%;

        margin-top: 4px;

    }


    /*
    |--------------------------------------------------------------------------
    | Featured
    |--------------------------------------------------------------------------
    */

    .articles-featured-section {

        padding: 60px 0 25px;

    }

    .articles-featured-story {

        min-height: auto;

        border-radius: 23px;

    }

    .articles-featured-image {

        min-height: 300px;

        height: 300px;

    }

    .articles-featured-content {

        padding: 32px 27px;

    }

    .articles-featured-content h2 a {

        font-size: 30px;

        letter-spacing: -1.4px;

    }

    .articles-featured-content > p {

        font-size: 14px;

    }


    /*
    |--------------------------------------------------------------------------
    | Browser
    |--------------------------------------------------------------------------
    */

    .articles-browser-section {

        padding: 70px 0 85px;

    }

    .articles-browser-header {

        align-items: flex-start;

        flex-direction: column;

        margin-bottom: 30px;

    }

    .articles-browser-header h2 {

        font-size: 35px;

    }

    .articles-sort-form {

        width: 100%;

        justify-content: space-between;

    }

    .articles-sort-select {

        flex: 1;

    }

    .articles-sort-select select {

        width: 100%;

    }


    /*
    |--------------------------------------------------------------------------
    | Grid
    |--------------------------------------------------------------------------
    */

    .articles-public-grid {

        grid-template-columns: 1fr;

        gap: 20px;

    }

    .articles-public-image {

        height: 260px;

    }

    .articles-public-content {

        padding: 24px;

    }

    .articles-public-content > p {

        min-height: auto;

    }


    /*
    |--------------------------------------------------------------------------
    | Pagination
    |--------------------------------------------------------------------------
    */

    .articles-pagination {

        margin-top: 45px;

        flex-wrap: wrap;

        justify-content: center;

    }

    .articles-pagination-pages {

        order: -1;

        width: 100%;

    }

    .articles-pagination-direction {

        flex: 1;

    }


    /*
    |--------------------------------------------------------------------------
    | CTA
    |--------------------------------------------------------------------------
    */

    .articles-writer-cta {

        padding-bottom: 80px;

    }

    .articles-writer-cta-inner {

        padding: 40px 30px;

        display: block;

        border-radius: 25px;

    }

    .articles-writer-cta-icon {

        width: 75px;

        height: 75px;

        min-width: 75px;

        border-radius: 22px;

        font-size: 25px;

    }

    .articles-writer-cta-content {

        margin-top: 28px;

    }

    .articles-writer-cta-content h2 {

        font-size: 31px;

    }

    .articles-writer-cta-action {

        width: auto;

        margin: 30px 0 0;

    }

    .articles-writer-cta-action a {

        width: 100%;

    }

}


/*
|--------------------------------------------------------------------------
| Small Mobile
|--------------------------------------------------------------------------
*/

@media (
    max-width: 399.98px
) {

    .articles-page-hero h1 {

        font-size: 42px;

    }

    .articles-featured-image {

        min-height: 270px;

        height: 270px;

    }

    .articles-featured-content h2 a {

        font-size: 27px;

    }

    .articles-card-footer {

        align-items: flex-start;

        flex-direction: column;

    }

    .articles-pagination-pages a,
    .articles-pagination-pages span {

        width: 37px;

        height: 37px;

    }

}