/* ==========================================================
   EEAT PAGES
========================================================== */

.eeat-page {
    width: 100%;
    background: #f8fafc;
    color: #334155;
}


/* ==========================================================
   CONTAINER
========================================================== */

.eeat-container {
    width: 100%;
    max-width: 1150px;

    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;

    box-sizing: border-box;
}


/* ==========================================================
   HERO
========================================================== */

.eeat-hero {
    width: 100%;

    padding: 70px 0 60px;

    text-align: center;

    background: #f8fafc;
}


.eeat-tag {
    display: inline-block;

    margin-bottom: 12px;

    color: #2563eb;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;
}


.eeat-hero h1 {
    margin: 0;

    color: #0f172a;

    font-size: 42px;
    line-height: 1.2;

    font-weight: 800;
}


.eeat-intro {
    width: 100%;
    max-width: 780px;

    margin: 18px auto 0;

    color: #64748b;

    font-size: 17px;
    line-height: 1.75;
}


/* ==========================================================
   CONTENT
========================================================== */

.eeat-content {
    width: 100%;

    padding: 0 0 70px;
}


.eeat-layout {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        300px;

    gap: 35px;

    align-items: start;
}


/* ==========================================================
   ARTICLE
========================================================== */

.eeat-article {
    min-width: 0;

    padding: 35px;

    background: #ffffff;

    border: 1px solid #e2e8f0;

    border-radius: 16px;

    box-shadow:
        0 8px 25px rgba(15, 23, 42, .05);

    box-sizing: border-box;
}


.eeat-block {
    margin-bottom: 42px;
}


.eeat-block:last-child {
    margin-bottom: 0;
}


.eeat-block h2 {
    margin: 0 0 15px;

    color: #0f172a;

    font-size: 26px;
    line-height: 1.3;

    font-weight: 800;
}


.eeat-block h3 {
    margin: 0 0 5px;

    color: #0f172a;

    font-size: 16px;
    font-weight: 700;
}


.eeat-block p {
    margin: 0 0 15px;

    color: #64748b;

    font-size: 15px;
    line-height: 1.8;
}


.eeat-block p:last-child {
    margin-bottom: 0;
}


.eeat-block a {
    color: #2563eb;

    font-weight: 600;

    text-decoration: none;
}


.eeat-block a:hover {
    color: #1d4ed8;

    text-decoration: underline;
}


/* ==========================================================
   EEAT POINTS
========================================================== */

.eeat-points {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 15px;

    margin-top: 25px;
}


.eeat-point {
    display: flex;

    gap: 12px;

    padding: 18px;

    background: #f8fafc;

    border: 1px solid #e2e8f0;

    border-radius: 12px;

    box-sizing: border-box;
}


.eeat-point-icon {
    flex: 0 0 28px;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 28px;
    height: 28px;

    border-radius: 50%;

    background: #eff6ff;

    color: #2563eb;

    font-size: 14px;
    font-weight: 800;
}


.eeat-point p {
    margin: 0;

    font-size: 13px;

    line-height: 1.6;
}


/* ==========================================================
   MARKET LIST
========================================================== */

.market-list {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 10px 20px;

    margin: 20px 0;

    padding: 0;

    list-style: none;
}


.market-list li {
    margin: 0;
}


.market-list a {
    display: block;

    padding: 12px 14px;

    background: #f8fafc;

    border: 1px solid #e2e8f0;

    border-radius: 9px;

    color: #2563eb;

    font-size: 14px;

    text-decoration: none;

    transition: .2s ease;
}


.market-list a:hover {
    background: #eff6ff;

    border-color: #bfdbfe;
}


/* ==========================================================
   CONTACT BOX
========================================================== */

.eeat-contact-box {
    margin-top: 10px;

    padding: 25px;

    background: #eff6ff;

    border: 1px solid #bfdbfe;

    border-radius: 14px;

    box-sizing: border-box;
}


.eeat-contact-box h2 {
    margin: 0 0 10px;

    color: #0f172a;

    font-size: 22px;
}


.eeat-contact-box p {
    margin: 0 0 18px;

    color: #64748b;

    font-size: 14px;

    line-height: 1.7;
}


.eeat-contact-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 44px;

    padding: 0 20px;

    background: #2563eb;

    border-radius: 9px;

    color: #ffffff !important;

    font-size: 14px;

    text-decoration: none !important;

    transition: .2s ease;
}


.eeat-contact-button:hover {
    background: #1d4ed8;
}


/* ==========================================================
   SIDEBAR
========================================================== */

.eeat-sidebar {
    display: flex;

    flex-direction: column;

    gap: 18px;

    position: sticky;

    top: 90px;
}


.eeat-sidebar-card {
    padding: 20px;

    background: #ffffff;

    border: 1px solid #e2e8f0;

    border-radius: 14px;

    box-shadow:
        0 6px 20px rgba(15, 23, 42, .04);

    box-sizing: border-box;
}


.eeat-sidebar-card h3 {
    margin: 0 0 14px;

    color: #0f172a;

    font-size: 17px;

    font-weight: 800;
}


.eeat-sidebar-card p {
    margin: 0 0 12px;

    color: #64748b;

    font-size: 13px;

    line-height: 1.6;
}


.eeat-sidebar-card ul {
    margin: 0;
    padding: 0;

    list-style: none;
}


.eeat-sidebar-card li {
    margin-bottom: 10px;

    color: #64748b;

    font-size: 13px;
}


.eeat-sidebar-card li:last-child {
    margin-bottom: 0;
}


.eeat-sidebar-card a {
    color: #2563eb;

    text-decoration: none;

    font-weight: 600;
}


.eeat-sidebar-card a:hover {
    color: #1d4ed8;

    text-decoration: underline;
}


.sidebar-link {
    display: inline-block;

    margin-top: 3px;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 900px) {

    .eeat-layout {
        grid-template-columns: 1fr;
    }


    .eeat-sidebar {
        position: static;

        display: grid;

        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 768px) {

    .eeat-container {
        padding-left: 14px;
        padding-right: 14px;
    }


    .eeat-hero {
        padding: 45px 0 40px;
    }


    .eeat-hero h1 {
        font-size: 30px;
    }


    .eeat-intro {
        margin-top: 14px;

        font-size: 14px;

        line-height: 1.65;
    }


    .eeat-content {
        padding-bottom: 45px;
    }


    .eeat-layout {
        display: block;
    }


    .eeat-article {
        padding: 22px 17px;

        border-radius: 13px;
    }


    .eeat-block {
        margin-bottom: 32px;
    }


    .eeat-block h2 {
        font-size: 22px;
    }


    .eeat-block p {
        font-size: 14px;

        line-height: 1.7;
    }


    .eeat-points {
        grid-template-columns: 1fr;

        gap: 10px;
    }


    .market-list {
        grid-template-columns: 1fr;

        gap: 8px;
    }


    .market-list a {
        padding: 11px 12px;

        font-size: 13px;
    }


    .eeat-sidebar {
        display: flex;

        margin-top: 20px;
    }


    .eeat-sidebar-card {
        padding: 17px;
    }


    .eeat-contact-box {
        padding: 20px;
    }

}
/* ==========================================================
   EDITORIAL POLICY
========================================================== */

.editorial-page .eeat-block h2 {
    position: relative;
}


.editorial-page .eeat-block h2::after {
    content: "";

    display: block;

    width: 45px;
    height: 3px;

    margin-top: 9px;

    background: #2563eb;

    border-radius: 3px;
}


.editorial-page .eeat-sidebar-card:first-child {
    border-top: 3px solid #2563eb;
}


@media (max-width: 768px) {

    .editorial-page .eeat-block h2::after {
        width: 35px;
        height: 2px;
    }

}
/* ==========================================================
   CORRECTIONS POLICY
========================================================== */

.corrections-page .eeat-block h2 {
    position: relative;
}

.corrections-page .eeat-block h2::after {
    content: "";

    display: block;

    width: 45px;
    height: 3px;

    margin-top: 9px;

    background: #2563eb;

    border-radius: 3px;
}


.methodology-list {
    margin: 20px 0;
    padding-left: 22px;

    color: #64748b;

    font-size: 15px;
    line-height: 1.8;
}


.methodology-list li {
    margin-bottom: 8px;
}


@media (max-width: 768px) {

    .corrections-page .eeat-block h2::after {
        width: 35px;
        height: 2px;
    }

    .methodology-list {
        font-size: 14px;
        line-height: 1.7;
    }

}/* ==========================================================
   LEGAL INFORMATION
========================================================== */

.legal-page .eeat-block h2 {
    position: relative;
}

.legal-page .eeat-block h2::after {
    content: "";

    display: block;

    width: 45px;
    height: 3px;

    margin-top: 9px;

    background: #2563eb;

    border-radius: 3px;
}

@media (max-width: 768px) {

    .legal-page .eeat-block h2::after {
        width: 35px;
        height: 2px;
    }

}

/* ==========================================================
   CONTACT PAGE
========================================================== */

.contact-page .eeat-block h2 {
    position: relative;
}

.contact-page .eeat-block h2::after {
    content: "";

    display: block;

    width: 45px;
    height: 3px;

    margin-top: 9px;

    background: #2563eb;

    border-radius: 3px;
}


/* Contact lists */

.contact-list,
.contact-policy-links {
    margin: 20px 0;

    padding-left: 22px;

    color: #64748b;

    font-size: 15px;

    line-height: 1.8;
}


.contact-list li,
.contact-policy-links li {
    margin-bottom: 8px;
}


.contact-policy-links a {
    color: #2563eb;

    font-weight: 600;

    text-decoration: none;
}


.contact-policy-links a:hover {
    color: #1d4ed8;

    text-decoration: underline;
}


@media (max-width: 768px) {

    .contact-page .eeat-block h2::after {
        width: 35px;
        height: 2px;
    }

    .contact-list,
    .contact-policy-links {
        font-size: 14px;

        line-height: 1.7;
    }

}
/* ==========================================================
   PRIVACY POLICY
========================================================== */

.privacy-page .eeat-block h2 {
    position: relative;
}

.privacy-page .eeat-block h2::after {
    content: "";

    display: block;

    width: 45px;
    height: 3px;

    margin-top: 9px;

    background: #2563eb;

    border-radius: 3px;
}

@media (max-width: 768px) {

    .privacy-page .eeat-block h2::after {
        width: 35px;
        height: 2px;
    }

}
/* ==========================================================
   DISCLAIMER
========================================================== */

.disclaimer-page .eeat-block h2 {
    position: relative;
}

.disclaimer-page .eeat-block h2::after {
    content: "";

    display: block;

    width: 45px;
    height: 3px;

    margin-top: 9px;

    background: #2563eb;

    border-radius: 3px;
}


.disclaimer-links {
    margin: 20px 0;

    padding-left: 22px;

    color: #64748b;

    font-size: 15px;

    line-height: 1.8;
}


.disclaimer-links li {
    margin-bottom: 8px;
}


.disclaimer-links a {
    color: #2563eb;

    font-weight: 600;

    text-decoration: none;
}


.disclaimer-links a:hover {
    color: #1d4ed8;

    text-decoration: underline;
}


@media (max-width: 768px) {

    .disclaimer-page .eeat-block h2::after {
        width: 35px;
        height: 2px;
    }

    .disclaimer-links {
        font-size: 14px;
    }

}
/* ==========================================================
   TERMS AND CONDITIONS
========================================================== */

.terms-page .eeat-block h2 {
    position: relative;
}

.terms-page .eeat-block h2::after {
    content: "";

    display: block;

    width: 45px;
    height: 3px;

    margin-top: 9px;

    background: #2563eb;

    border-radius: 3px;
}


.terms-list {
    margin: 20px 0;

    padding-left: 22px;

    color: #64748b;

    font-size: 15px;

    line-height: 1.8;
}


.terms-list li {
    margin-bottom: 8px;
}


@media (max-width: 768px) {

    .terms-page .eeat-block h2::after {
        width: 35px;
        height: 2px;
    }

    .terms-list {
        font-size: 14px;
        line-height: 1.7;
    }

}