/* =========================================================
   STUDY PAGE
========================================================= */

.hz-study-page {
    padding: 35px 0 70px;
    background: #f8fafc;
}


/* =========================================================
   HERO
========================================================= */

.hz-study-page-hero {

    position: relative;
    overflow: hidden;

    display: flex;
    align-items: center;

    min-height: 300px;

    padding: 45px 55px;

    border-radius: 28px;

    background:
        linear-gradient(
            120deg,
            #f5f9ff 0%,
            #ffffff 55%,
            #f4fbf8 100%
        );

    border: 1px solid #e7edf5;

    box-shadow:
        0 15px 40px rgba(30, 55, 90, .06);
}

.hz-study-page-hero::before {

    content: "";

    position: absolute;

    top: 0;
    left: 55px;

    width: 75px;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            #2563eb,
            #14b8a6
        );
}


.hz-study-hero-content {

    position: relative;
    z-index: 3;

    max-width: 600px;
}


.hz-study-page-label {

    display: inline-flex;
    align-items: center;

    gap: 7px;

    margin-bottom: 12px;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1.5px;

    color: #2563eb;
}


.hz-study-hero-content h1 {

    margin: 0;

    font-size: 42px;
    line-height: 1.12;

    font-weight: 800;

    letter-spacing: -1px;

    color: #172033;
}

.hz-study-hero-content h1 span {
    color: #2563eb;
}


.hz-study-hero-content p {

    max-width: 560px;

    margin: 15px 0 22px;

    font-size: 15px;
    line-height: 1.7;

    color: #68758a;
}


/* Hero stats */

.hz-study-hero-stats {

    display: flex;

    gap: 30px;
}

.hz-study-hero-stats strong {

    display: block;

    font-size: 18px;

    color: #1e293b;
}

.hz-study-hero-stats span {

    display: block;

    margin-top: 2px;

    font-size: 10px;

    color: #8993a4;
}


/* =========================================================
   HERO VISUAL
========================================================= */

.hz-study-hero-visual {

    position: absolute;

    right: 70px;
    top: 50%;

    width: 250px;
    height: 250px;

    transform: translateY(-50%);
}


.hz-study-book {

    position: absolute;

    top: 50%;
    left: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 105px;
    height: 105px;

    transform: translate(-50%, -50%);

    border-radius: 30px;

    background: #ffffff;

    color: #2563eb;

    font-size: 48px;

    box-shadow:
        0 20px 45px rgba(37, 99, 235, .13);
}


.hz-study-orbit {

    position: absolute;

    top: 50%;
    left: 50%;

    border: 1px dashed rgba(37, 99, 235, .16);

    border-radius: 50%;

    transform: translate(-50%, -50%);
}

.orbit-one {
    width: 175px;
    height: 175px;
}

.orbit-two {
    width: 235px;
    height: 235px;

    border-color: rgba(20, 184, 166, .12);
}


.hz-study-floating {

    position: absolute;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    border-radius: 14px;

    background: #ffffff;

    box-shadow:
        0 10px 25px rgba(30, 55, 90, .08);

    font-size: 18px;
}


.floating-one {
    top: 20px;
    right: 25px;

    color: #2878c8;
}

.floating-two {
    bottom: 20px;
    left: 15px;

    color: #7c4dcc;
}

.floating-three {
    top: 105px;
    right: -5px;

    color: #15966b;
}


/* =========================================================
   SEARCH
========================================================= */

.hz-study-search-section {

    display: flex;
    justify-content: center;

    margin: 28px 0 40px;
}

.hz-study-search {

    display: flex;
    align-items: center;

    width: 100%;
    max-width: 650px;

    height: 56px;

    padding: 4px 5px 4px 18px;

    border: 1px solid #e1e7ef;

    border-radius: 17px;

    background: #ffffff;

    box-shadow:
        0 7px 25px rgba(30, 55, 90, .06);
}

.hz-study-search > i {

    margin-right: 10px;

    color: #94a3b8;
}

.hz-study-search input {

    flex: 1 1 0;

    min-width: 0;

    height: 100%;

    border: 0;
    outline: 0;

    font-size: 13px;

    color: #1e293b;
}

.hz-study-search button {

    flex: 0 0 90px;

    height: 48px;

    border: 0;

    border-radius: 13px;

    background: #2563eb;

    color: #fff;

    font-size: 13px;
    font-weight: 700;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.hz-study-section-heading {

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    margin-bottom: 20px;
}

.hz-study-section-heading span {

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.4px;

    color: #2563eb;
}

.hz-study-section-heading h2 {

    margin: 5px 0 0;

    font-size: 26px;

    font-weight: 800;

    color: #172033;
}

.hz-study-section-heading p {

    margin: 0;

    font-size: 13px;

    color: #8993a4;
}


/* =========================================================
   SUBJECT GRID
========================================================= */

.hz-study-subject-grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 17px;
}


/* Subject card */

.hz-study-subject-card {

    display: flex;

    min-width: 0;

    padding: 20px;

    gap: 15px;

    border: 1px solid #e7ecf2;

    border-radius: 19px;

    background: #ffffff;

    text-decoration: none;

    box-shadow:
        0 5px 18px rgba(30, 55, 90, .035);

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.hz-study-subject-card:hover {

    transform: translateY(-3px);

    border-color: #d9e3f0;

    box-shadow:
        0 13px 30px rgba(30, 55, 90, .08);
}


/* Subject icon */

.hz-subject-icon {

    display: flex;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;

    flex: 0 0 50px;

    border-radius: 14px;

    font-size: 21px;
}

.hz-subject-icon.geography {
    background: #eef6ff;
    color: #2878c8;
}

.hz-subject-icon.mathematics {
    background: #f5efff;
    color: #7c4dcc;
}

.hz-subject-icon.science {
    background: #ecfaf3;
    color: #15966b;
}

.hz-subject-icon.history {
    background: #fff5e8;
    color: #d68122;
}

.hz-subject-icon.polity {
    background: #fff0f0;
    color: #d65b5b;
}

.hz-subject-icon.rivers {
    background: #edf8ff;
    color: #1688bf;
}


/* Content */

.hz-subject-content {

    flex: 1;

    min-width: 0;
}

.hz-subject-number {

    display: block;

    margin-bottom: 4px;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1px;

    color: #a0a8b5;
}

.hz-subject-content h3 {

    margin: 0;

    font-size: 16px;

    font-weight: 750;

    color: #1e293b;
}

.hz-subject-content p {

    margin: 6px 0 14px;

    font-size: 12px;

    line-height: 1.5;

    color: #8993a4;
}


/* Footer */

.hz-subject-footer {

    display: flex;

    align-items: center;
    justify-content: space-between;

    font-size: 12px;

    color: #7d8999;
}

.hz-subject-footer span {

    display: flex;
    align-items: center;

    gap: 5px;
}

.hz-subject-footer > i {

    color: #aeb7c4;

    transition:
        color .2s ease,
        transform .2s ease;
}

.hz-study-subject-card:hover
.hz-subject-footer > i {

    color: #2563eb;

    transform: translateX(3px);
}


/* =========================================================
   VIEW MORE
========================================================= */

.hz-study-view-more {

    display: flex;
    justify-content: center;

    margin: 28px 0 38px;
}

.hz-study-view-more a {

    display: inline-flex;
    align-items: center;

    gap: 8px;

    padding: 10px 17px;

    border: 1px solid #e1e7ef;

    border-radius: 10px;

    background: #ffffff;

    color: #2563eb;

    text-decoration: none;

    font-size: 12px;
    font-weight: 700;
}

.hz-study-view-more a:hover {
    background: #f5f8ff;
}


/* =========================================================
   STUDY TIP
========================================================= */

.hz-study-tip {

    display: flex;
    align-items: center;

    gap: 15px;

    padding: 20px 24px;

    border-radius: 17px;

    background:
        linear-gradient(
            110deg,
            #f5f9ff,
            #f8fcfb
        );

    border: 1px solid #e5edf4;
}

.hz-study-tip-icon {

    display: flex;
    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    flex: 0 0 45px;

    border-radius: 13px;

    background: #ffffff;

    color: #2563eb;

    box-shadow:
        0 5px 15px rgba(30, 55, 90, .05);
}

.hz-study-tip span {

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.2px;

    color: #2563eb;
}

.hz-study-tip h4 {

    margin: 3px 0;

    font-size: 14px;

    color: #1e293b;
}

.hz-study-tip p {

    margin: 0;

    font-size: 11px;

    color: #8993a4;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .hz-study-page-hero {
        padding: 40px 35px;
    }

    .hz-study-hero-visual {
        right: 20px;
        opacity: .45;
    }

    .hz-study-subject-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .hz-study-page {
        padding: 20px 0 45px;
    }

    .hz-study-page-hero {

        min-height: auto;

        padding: 30px 22px;

        border-radius: 21px;
    }

    .hz-study-page-hero::before {
        left: 22px;
    }

    .hz-study-hero-content {
        max-width: none;
    }

    .hz-study-hero-content h1 {
        font-size: 30px;
    }

    .hz-study-hero-content p {
        font-size: 13px;
    }


    /* Hide visual on mobile */

    .hz-study-hero-visual {
        display: none;
    }


    .hz-study-hero-stats {
        gap: 20px;
    }


    /* Search */

    .hz-study-search-section {
        margin: 20px 0 30px;
    }

    .hz-study-search {
        height: 53px;

        padding-left: 13px;

        border-radius: 15px;
    }

    .hz-study-search button {
        flex-basis: 82px;

        height: 46px;

        font-size: 12px;
    }


    /* Heading */

    .hz-study-section-heading {
        display: block;
    }

    .hz-study-section-heading h2 {
        font-size: 23px;
    }

    .hz-study-section-heading p {
        margin-top: 6px;
    }


    /* Grid */

    .hz-study-subject-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 10px;
    }

    .hz-study-subject-card {

        flex-direction: column;

        gap: 12px;

        padding: 15px;

        border-radius: 16px;
    }

    .hz-subject-icon {

        width: 42px;
        height: 42px;

        flex-basis: 42px;

        border-radius: 12px;

        font-size: 18px;
    }

    .hz-subject-content h3 {
        font-size: 14px;
    }

    .hz-subject-content p {
        font-size: 12px;
    }


    .hz-study-tip {
        padding: 17px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {

    .hz-study-page-hero {
        padding: 26px 18px;
    }

    .hz-study-hero-content h1 {
        font-size: 27px;
    }

    .hz-study-hero-stats {
        gap: 16px;
    }

    .hz-study-hero-stats strong {
        font-size: 16px;
    }

    .hz-study-subject-card {
        padding: 13px;
    }

    .hz-subject-content p {
        margin-bottom: 12px;
    }

    .hz-study-tip {
        align-items: flex-start;
    }

}



/* =========================================================
   STUDY LEARN
========================================================= */

.hz-study-learn-page {
    padding: 28px 0 70px;
}


/* =========================================================
   TOP BAR
========================================================= */

.hz-learn-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 25px;
}

.hz-learn-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: #64748b;
    text-decoration: none;

    font-size: 13px;
    font-weight: 600;
}

.hz-learn-back:hover {
    color: #2563eb;
}

.hz-learn-session {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 8px 12px;

    border: 1px solid #e5eaf1;
    border-radius: 10px;

    background: #fff;

    color: #64748b;

    font-size: 11px;
    font-weight: 600;
}


/* =========================================================
   HERO
========================================================= */

.hz-learn-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;

    padding: 27px 30px;

    margin-bottom: 18px;

    border: 1px solid #e5ebf2;
    border-radius: 20px;

    background:
        linear-gradient(
            110deg,
            #f6faff,
            #ffffff 60%,
            #f4fbf8
        );

    box-shadow:
        0 8px 25px rgba(30,55,90,.04);
}

.hz-learn-hero-main {
    display: flex;
    align-items: center;

    gap: 15px;

    min-width: 0;
}

.hz-learn-subject-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    flex: 0 0 52px;

    border-radius: 15px;

    background: #edf5ff;

    color: #2878c8;

    font-size: 22px;
}

.hz-learn-breadcrumb {
    display: flex;
    align-items: center;

    gap: 7px;

    margin-bottom: 4px;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 1px;
    text-transform: uppercase;

    color: #2563eb;
}

.hz-learn-breadcrumb i {
    font-size: 7px;
    color: #a6afbb;
}

.hz-learn-hero h1 {
    margin: 0;

    font-size: 25px;
    font-weight: 800;

    color: #172033;
}

.hz-learn-hero p {
    margin: 5px 0 0;

    font-size: 13px;

    color: #8993a4;
}

.hz-learn-hero-meta {
    display: flex;

    gap: 25px;
    
    flex: 0 0 auto;
}

.hz-learn-hero-meta div {
    text-align: center;
}

.hz-learn-hero-meta strong {
    display: block;

    font-size: 17px;

    color: #1e293b;
}

.hz-learn-hero-meta span {
    display: block;

    margin-top: 2px;

    font-size: 13px;

    color: #8b95a5;
}


/* =========================================================
   INTRO
========================================================= */

.hz-learn-intro {
    display: flex;
    align-items: center;

    gap: 12px;

    max-width: 850px;

    margin: 0 auto 25px;

    padding: 13px 16px;

    border: 1px solid #e6edf7;
    border-radius: 12px;

    background: #f8faff;
}

.hz-learn-intro-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 35px;
    height: 35px;

    flex: 0 0 35px;

    border-radius: 9px;

    background: #edf4ff;

    color: #2563eb;
}

.hz-learn-intro strong {
    display: block;

    margin-bottom: 2px;

    font-size: 13px;

    color: #334155;
}

.hz-learn-intro span {
    display: block;

    font-size: 12px;

    color: #8993a4;
}


/* =========================================================
   LEARNING ITEM
========================================================= */

.hz-learn-item {
    display: grid;

    grid-template-columns: 75px minmax(0, 1fr);

    max-width: 850px;

    margin: 0 auto 15px;

    padding: 25px 28px;

    border: 1px solid #e6ebf1;
    border-radius: 18px;

    background: #ffffff;

    box-shadow:
        0 5px 20px rgba(30,55,90,.035);
}

.hz-learn-item-featured {
    border-color: #dce7f7;

    box-shadow:
        0 10px 30px rgba(37,99,235,.055);
}


/* =========================================================
   NUMBER
========================================================= */

.hz-learn-item-number {
    display: flex;

    flex-direction: column;

    align-items: flex-start;
}

.hz-learn-item-number span {
    font-size: 25px;

    line-height: 1;

    font-weight: 800;

    color: #d9e1ec;
}

.hz-learn-item-featured
.hz-learn-item-number span {
    color: #cbdcf4;
}

.hz-learn-item-number div {
    width: 1px;

    flex: 1;

    min-height: 25px;

    margin: 10px 0 7px 11px;

    background: #e8edf3;
}

.hz-learn-item-number small {
    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1px;

    color: #a0a9b7;
}


/* =========================================================
   QUESTION
========================================================= */

.hz-learn-item-content {
    min-width: 0;
}

.hz-learn-item-content h2 {
    margin: 0 0 19px;

    font-size: 18px;

    line-height: 1.45;

    font-weight: 750;

    color: #172033;
}


/* =========================================================
   ANSWER
========================================================= */

.hz-learn-answer-box {
    display: flex;
    align-items: center;

    gap: 13px;

    margin-bottom: 14px;

    padding: 12px 15px;

    border-radius: 11px;

    background: #f0faf5;

    border: 1px solid #d9eee3;
}

.hz-learn-label {
    display: inline-flex;

    align-items: center;

    padding: 5px 8px;

    border-radius: 6px;

    background: #dff3e8;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: .8px;

    color: #168052;
}

.hz-learn-answer-box strong {
    font-size: 14px;

    color: #176b45;
}


/* =========================================================
   EXPLANATION
========================================================= */

.hz-learn-explanation-box {
    padding: 15px 17px;

    margin-bottom: 13px;

    border-left: 3px solid #dbe5f3;

    border-radius: 0 10px 10px 0;

    background: #fafbfd;
}

.hz-learn-box-title {
    display: flex;
    align-items: center;

    gap: 6px;

    margin-bottom: 6px;

    font-size: 10px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: .9px;

    color: #64748b;
}

.hz-learn-box-title i {
    color: #7b8797;
}

.hz-learn-explanation-box p {
    margin: 0;

    font-size: 12px;

    line-height: 1.7;

    color: #68758a;
}


/* =========================================================
   FACT
========================================================= */

.hz-learn-fact {
    display: flex;
    align-items: flex-start;

    gap: 10px;

    padding: 13px 15px;

    border-radius: 11px;

    background: #fffbf1;

    border: 1px solid #f5ead0;
}

.hz-learn-fact-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    flex: 0 0 30px;

    border-radius: 8px;

    background: #fff4d6;

    color: #c18a21;
}

.hz-learn-fact span {
    display: block;

    margin-bottom: 3px;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .9px;

    color: #a27a29;
}

.hz-learn-fact p {
    margin: 0;

    font-size: 12px;

    line-height: 1.55;

    color: #766b55;
}


/* =========================================================
   COMPLETED
========================================================= */

.hz-learn-complete {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-top: 15px;

    padding: 12px 14px;

    border-radius: 10px;

    background: #f1faf5;

    border: 1px solid #d8eee2;
}

.hz-learn-complete > i {
    font-size: 20px;

    color: #18a16b;
}

.hz-learn-complete strong {
    display: block;

    font-size: 11px;

    color: #176b45;
}

.hz-learn-complete span {
    display: block;

    margin-top: 2px;

    font-size: 9px;

    color: #7c9588;
}


/* =========================================================
   FOOTER
========================================================= */

.hz-learn-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

    max-width: 850px;

    margin: 25px auto 0;
}

.hz-learn-footer-back {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    color: #64748b;

    text-decoration: none;

    font-size: 11px;
    font-weight: 600;
}

.hz-learn-footer-back:hover {
    color: #2563eb;
}

.hz-learn-practice {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    padding: 11px 17px;

    border-radius: 10px;

    background: #2563eb;

    color: #fff;

    text-decoration: none;

    font-size: 11px;
    font-weight: 700;

    box-shadow:
        0 6px 16px rgba(37,99,235,.15);
}

.hz-learn-practice:hover {
    background: #1d4ed8;

    color: #fff;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .hz-study-learn-page {
        padding: 18px 0 45px;
    }

    .hz-learn-topbar {
        margin-bottom: 17px;
    }

    .hz-learn-session {
        padding: 7px 9px;

        font-size: 10px;
    }

    .hz-learn-hero {
        align-items: flex-start;

        flex-direction: column;

        padding: 21px 18px;

        border-radius: 17px;
    }

    .hz-learn-hero-main {
        align-items: flex-start;
    }

    .hz-learn-subject-icon {
        width: 44px;
        height: 44px;

        flex-basis: 44px;

        border-radius: 12px;

        font-size: 19px;
    }

    .hz-learn-hero h1 {
        font-size: 21px;
    }

    .hz-learn-hero p {
        max-width: 280px;

        line-height: 1.5;
    }

    .hz-learn-hero-meta {
        gap: 25px;

        padding-left: 59px;
    }

    .hz-learn-intro {
        align-items: flex-start;

        margin-bottom: 17px;
    }

    .hz-learn-item {
        grid-template-columns: 43px minmax(0, 1fr);

        padding: 19px 16px;

        border-radius: 15px;
    }

    .hz-learn-item-number span {
        font-size: 20px;
    }

    .hz-learn-item-number div {
        margin-left: 9px;
    }

    .hz-learn-item-content h2 {
        margin-bottom: 14px;

        font-size: 16px;
    }

    .hz-learn-answer-box {
        align-items: flex-start;

        flex-direction: column;

        gap: 7px;
    }

    .hz-learn-explanation-box {
        padding: 13px 14px;
    }

    .hz-learn-footer {
        gap: 12px;
    }

    .hz-learn-practice {
        padding: 10px 12px;

        font-size: 10px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .hz-learn-hero-meta {
        padding-left: 0;
    }

    .hz-learn-item {
        grid-template-columns: 34px minmax(0, 1fr);

        padding: 17px 13px;
    }

    .hz-learn-item-content h2 {
        font-size: 15px;
    }

    .hz-learn-answer-box strong {
        font-size: 13px;
    }

    .hz-learn-explanation-box p {
        font-size: 10px;
    }

}





/* =========================================================
   PRACTICE PAGE
========================================================= */

.hz-study-practice-page {
    padding: 28px 0 70px;
}


/* =========================================================
   TOP BAR
========================================================= */

.hz-practice-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 22px;
}

.hz-practice-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: #64748b;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;
}

.hz-practice-back:hover {
    color: #2563eb;
}

.hz-practice-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    padding: 7px 11px;

    border-radius: 9px;

    background: #fff7e8;

    color: #c17d13;

    font-size: 10px;
    font-weight: 800;
}


/* =========================================================
   HERO
========================================================= */

.hz-practice-hero {

    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    overflow: hidden;

    min-height: 235px;

    padding: 35px 40px;

    margin-bottom: 38px;

    border-radius: 23px;

    background:
        linear-gradient(
            115deg,
            #f5f9ff,
            #ffffff 60%,
            #f5fbf8
        );

    border: 1px solid #e4eaf1;

    box-shadow:
        0 12px 35px rgba(30,55,90,.05);
}

.hz-practice-hero::before {

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 4px;
    height: 100%;

    background:
        linear-gradient(
            180deg,
            #2563eb,
            #14b8a6
        );
}

.hz-practice-hero-content {
    position: relative;
    z-index: 2;

    max-width: 650px;
}

.hz-practice-breadcrumb {

    display: flex;
    align-items: center;

    gap: 7px;

    margin-bottom: 9px;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 1.2px;

    color: #2563eb;
}

.hz-practice-breadcrumb i {
    font-size: 7px;

    color: #a8b1bd;
}

.hz-practice-hero h1 {

    margin: 0;

    font-size: 32px;

    line-height: 1.15;

    font-weight: 800;

    color: #172033;
}

.hz-practice-hero p {

    max-width: 560px;

    margin: 11px 0 20px;

    font-size: 13px;

    line-height: 1.6;

    color: #788497;
}

.hz-practice-stats {

    display: flex;

    gap: 28px;
}

.hz-practice-stats strong {

    display: block;

    font-size: 16px;

    color: #1e293b;
}

.hz-practice-stats span {

    display: block;

    margin-top: 2px;

    font-size: 9px;

    color: #8b95a5;
}

.hz-practice-hero-icon {

    position: absolute;

    right: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 120px;
    height: 120px;

    border-radius: 35px;

    background: #ffffff;

    color: #2563eb;

    font-size: 50px;

    box-shadow:
        0 18px 40px rgba(37,99,235,.10);

    transform: rotate(5deg);
}


/* =========================================================
   SECTION HEADING
========================================================= */

.hz-practice-heading {
    margin-bottom: 19px;
}

.hz-practice-heading > span,
.hz-practice-heading-inline span {

    display: block;

    margin-bottom: 5px;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.3px;

    color: #2563eb;
}

.hz-practice-heading h2,
.hz-practice-heading-inline h2 {

    margin: 0;

    font-size: 23px;

    font-weight: 800;

    color: #172033;
}


/* =========================================================
   PRACTICE OPTIONS
========================================================= */

.hz-practice-options {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 16px;

    margin-bottom: 45px;
}

.hz-practice-card {

    display: flex;

    flex-direction: column;

    min-width: 0;

    padding: 22px;

    border: 1px solid #e5eaf0;

    border-radius: 18px;

    background: #ffffff;

    box-shadow:
        0 5px 20px rgba(30,55,90,.035);

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.hz-practice-card:hover {

    transform: translateY(-3px);

    box-shadow:
        0 13px 30px rgba(30,55,90,.075);
}

.hz-practice-card.hz-practice-primary {

    border-color: #d9e5fa;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f8fbff
        );
}

.hz-practice-card-top {

    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-bottom: 17px;
}

.hz-practice-card-icon {

    display: flex;
    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    border-radius: 13px;

    background: #edf4ff;

    color: #2563eb;

    font-size: 19px;
}

.hz-practice-card-icon.green {

    background: #edf9f3;

    color: #15966b;
}

.hz-practice-card-icon.purple {

    background: #f4efff;

    color: #7854c8;
}

.hz-practice-tag {

    padding: 5px 8px;

    border-radius: 6px;

    background: #eef5ff;

    color: #2563eb;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: .8px;
}

.hz-practice-card h3 {

    margin: 0 0 8px;

    font-size: 17px;

    font-weight: 750;

    color: #1e293b;
}

.hz-practice-card p {

    min-height: 55px;

    margin: 0 0 17px;

    font-size: 13px;

    line-height: 1.65;

    color: #8792a3;
}


/* =========================================================
   META
========================================================= */

.hz-practice-card-meta {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 14px;

    margin-bottom: 20px;
}

.hz-practice-card-meta span {

    display: inline-flex;

    align-items: center;

    gap: 5px;

    font-size: 11px;

    color: #7c8797;
}

.hz-practice-card-meta i {

    color: #9aa5b4;
}


/* =========================================================
   TOPICS
========================================================= */

.hz-practice-topics {

    display: flex;

    flex-wrap: wrap;

    gap: 6px;

    min-height: 65px;

    margin-bottom: 15px;
}

.hz-practice-topics span {

    align-self: flex-start;

    padding: 6px 8px;

    border-radius: 7px;

    background: #f5f7fa;

    color: #68758a;

    font-size: 11px;

    font-weight: 600;
}


/* =========================================================
   BUTTONS
========================================================= */

.hz-practice-start,
.hz-practice-outline-btn {

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    width: 100%;

    min-height: 42px;

    margin-top: auto;

    border-radius: 10px;

    text-decoration: none;

    font-size: 11px;

    font-weight: 700;

    transition: .2s ease;
}

.hz-practice-start {

    background: #2563eb;

    color: #ffffff;

    box-shadow:
        0 6px 16px rgba(37,99,235,.13);
}

.hz-practice-start:hover {

    background: #1d4ed8;

    color: #ffffff;
}

.hz-practice-outline-btn {

    border: 1px solid #e1e7ef;

    background: #ffffff;

    color: #526174;
}

.hz-practice-outline-btn:hover {

    border-color: #cbd8e8;

    background: #f8faff;

    color: #2563eb;
}


/* =========================================================
   RECENT PRACTICE
========================================================= */

.hz-practice-recent {

    max-width: 900px;

    margin: 0 auto 30px;
}

.hz-practice-heading-inline {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    margin-bottom: 17px;
}

.hz-practice-heading-inline > a {

    display: inline-flex;

    align-items: center;

    gap: 5px;

    color: #2563eb;

    text-decoration: none;

    font-size: 10px;

    font-weight: 700;
}

.hz-practice-history {

    overflow: hidden;

    border: 1px solid #e6ebf1;

    border-radius: 16px;

    background: #ffffff;
}

.hz-history-item {

    display: flex;

    align-items: center;

    gap: 13px;

    padding: 15px 18px;

    border-bottom: 1px solid #edf0f4;
}

.hz-history-item:last-child {
    border-bottom: 0;
}

.hz-history-icon {

    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    flex: 0 0 38px;

    border-radius: 10px;

    background: #edf4ff;

    color: #2563eb;
}

.hz-history-icon.green {

    background: #edf9f3;

    color: #15966b;
}

.hz-history-content {

    flex: 1;

    min-width: 0;
}

.hz-history-content strong {

    display: block;

    margin-bottom: 3px;

    font-size: 13px;

    color: #334155;
}

.hz-history-content span {

    display: block;

    font-size: 11px;

    color: #8a95a5;
}

.hz-history-score {

    text-align: right;
}

.hz-history-score strong {

    display: block;

    font-size: 13px;

    color: #1e293b;
}

.hz-history-score span {

    display: block;

    margin-top: 2px;

    font-size: 8px;

    color: #15966b;
}


/* =========================================================
   HALE INSIGHT
========================================================= */

.hz-practice-insight {

    position: relative;

    display: flex;

    align-items: center;

    gap: 14px;

    max-width: 900px;

    margin: 0 auto;

    overflow: hidden;

    padding: 17px 20px;

    border: 1px solid #e5edf5;

    border-radius: 16px;

    background:
        linear-gradient(
            105deg,
            #f7faff,
            #f7fcfa
        );
}

.hz-practice-insight-icon {

    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    flex: 0 0 40px;

    border-radius: 11px;

    background: #ffffff;

    color: #2563eb;

    box-shadow:
        0 5px 15px rgba(30,55,90,.05);
}

.hz-practice-insight > div:nth-child(2) {

    min-width: 0;

}

.hz-practice-insight span {

    display: block;

    margin-bottom: 3px;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1px;

    color: #2563eb;
}

.hz-practice-insight h3 {

    margin: 0 0 2px;

    font-size: 13px;

    color: #334155;
}

.hz-practice-insight p {

    margin: 0;

    font-size: 11px;

    color: #8993a4;
}

.hz-practice-insight-character {

    margin-left: auto;

    font-size: 34px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .hz-practice-options {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .hz-practice-card:last-child {

        grid-column: 1 / -1;

    }

    .hz-practice-hero-icon {

        right: 35px;

        opacity: .45;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .hz-study-practice-page {

        padding: 18px 0 45px;

    }

    .hz-practice-topbar {

        margin-bottom: 17px;

    }

    .hz-practice-hero {

        align-items: flex-start;

        min-height: auto;

        padding: 27px 21px;

        margin-bottom: 30px;

        border-radius: 18px;

    }

    .hz-practice-hero h1 {

        font-size: 26px;

    }

    .hz-practice-hero p {

        max-width: 300px;

    }

    .hz-practice-hero-icon {

        display: none;

    }

    .hz-practice-stats {

        gap: 20px;

    }

    .hz-practice-heading h2 {

        font-size: 21px;

    }

    .hz-practice-options {

        grid-template-columns: 1fr;

        gap: 11px;

    }

    .hz-practice-card:last-child {

        grid-column: auto;

    }

    .hz-practice-card {

        padding: 19px;

        border-radius: 16px;

    }

    .hz-practice-card p {

        min-height: auto;

    }

    .hz-practice-heading-inline {

        align-items: flex-start;

    }

    .hz-practice-heading-inline > a {

        margin-top: 5px;

    }

    .hz-history-item {

        padding: 13px;

    }

    .hz-practice-insight {

        align-items: flex-start;

        padding: 15px;

    }

    .hz-practice-insight-character {

        display: none;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .hz-practice-hero {

        padding: 23px 17px;

    }

    .hz-practice-hero h1 {

        font-size: 23px;

    }

    .hz-practice-stats {

        gap: 15px;

    }

    .hz-practice-card {

        padding: 17px;

    }

}

/* =========================================================
   LEARN EMPTY STATE
========================================================= */

.hz-learn-empty {

    position: relative;

    margin: 35px 0 45px;

    padding: 42px 45px;

    display: flex;

    align-items: center;

    gap: 28px;

    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f8fafc 100%
        );

    border: 1px solid #e8edf2;

    box-shadow:
        0 8px 25px rgba(15, 23, 42, 0.05);

    overflow: hidden;
}


/* subtle decorative line */

.hz-learn-empty::before {

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 4px;
    height: 100%;

    background: #176b45;

}


/* =========================================================
   ICON
========================================================= */

.hz-learn-empty-top {

    flex-shrink: 0;

}


.hz-learn-empty-icon {

    width: 78px;
    height: 78px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 20px;

    background: #eef7f1;

    color: #176b45;

    font-size: 30px;

}


.hz-learn-empty-icon i {

    line-height: 1;

}


/* =========================================================
   LABEL
========================================================= */

.hz-learn-empty-label {

    display: none;

}


/* =========================================================
   CONTENT
========================================================= */

.hz-learn-empty-content {

    flex: 1;

}


.hz-learn-empty h3 {

    margin: 0 0 8px;

    font-size: 21px;

    font-weight: 750;

    color: #17241d;

}


.hz-learn-empty p {

    max-width: 600px;

    margin: 0;

    font-size: 14px;

    line-height: 1.65;

    color: #737d77;

}


/* =========================================================
   ACTION
========================================================= */

.hz-learn-empty-actions {

    margin-top: 18px;

}


.hz-learn-empty-btn {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 9px 15px;

    border-radius: 9px;

    background: #176b45;

    color: #ffffff;

    text-decoration: none;

    font-size: 13px;

    font-weight: 650;

    transition:
        background .2s ease,
        transform .2s ease;

}


.hz-learn-empty-btn:hover {

    background: #125a3a;

    color: #ffffff;

    transform: translateY(-1px);

}


.hz-learn-empty-btn i {

    font-size: 14px;

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 576px) {

    .hz-learn-empty {

        margin: 25px 0 35px;

        padding: 30px 24px;

        flex-direction: column;

        align-items: flex-start;

        gap: 20px;

        border-radius: 16px;

    }


    .hz-learn-empty-icon {

        width: 62px;
        height: 62px;

        border-radius: 16px;

        font-size: 25px;

    }


    .hz-learn-empty h3 {

        font-size: 19px;

    }


    .hz-learn-empty p {

        font-size: 13px;

    }

}

/* =========================================================
   PRACTICE TEST
========================================================= */

.hz-study-practice-test-page {
    padding: 25px 0 60px;
}


/* Top bar */

.hz-test-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}

.hz-test-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #64716a;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.hz-test-back:hover {
    color: #176b45;
}

.hz-test-title {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #176b45;
    font-size: 14px;
    font-weight: 700;
}

.hz-test-progress {
    font-size: 13px;
    color: #7b857f;
}


/* Header */

.hz-test-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 18px;
    background: linear-gradient(
        135deg,
        #f5faf7,
        #ffffff
    );
    border: 1px solid #e3ebe6;
}

.hz-test-label {
    display: block;
    margin-bottom: 7px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #a47d29;
}

.hz-test-header h1 {
    margin: 0 0 7px;
    font-size: 28px;
    color: #18251e;
}

.hz-test-header p {
    margin: 0;
    color: #707b75;
    font-size: 14px;
}

.hz-test-timer {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 145px;
    padding: 12px 15px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e5ebe7;
}

.hz-test-timer > i {
    font-size: 20px;
    color: #176b45;
}

.hz-test-timer strong {
    display: block;
    font-size: 17px;
    color: #25342c;
}

.hz-test-timer span {
    display: block;
    font-size: 10px;
    color: #8a938e;
}


/* Question */

.hz-test-question {
    display: none;
    padding: 35px;
    border: 1px solid #e5ebe7;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 7px 25px rgba(20, 50, 35, .04);
}

.hz-test-question.active {
    display: block;
}

.hz-test-question-meta {
    margin-bottom: 14px;
}

.hz-test-question-meta span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
    color: #a27a28;
}

.hz-test-question h2 {
    max-width: 850px;
    margin: 0 0 28px;
    font-size: 21px;
    line-height: 1.5;
    color: #1d2922;
}


/* Options */

.hz-test-options {
    display: grid;
    gap: 12px;
}

.hz-test-option {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 17px;
    border: 1px solid #e3e9e5;
    border-radius: 11px;
    cursor: pointer;
    transition: .2s ease;
}

.hz-test-option:hover {
    border-color: #9ac5ae;
    background: #f8fbf9;
}

.hz-test-option input {
    position: absolute;
    opacity: 0;
}

.hz-test-option-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 9px;
    background: #f1f4f2;
    color: #56635c;
    font-size: 13px;
    font-weight: 700;
}

.hz-test-option-text {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    color: #344039;
}

.hz-test-option-check {
    display: none;
    color: #176b45;
}

.hz-test-option.selected {
    border-color: #176b45;
    background: #f3faf6;
}

.hz-test-option.selected .hz-test-option-label {
    background: #176b45;
    color: #fff;
}

.hz-test-option.selected .hz-test-option-check {
    display: block;
}


/* Navigation */

.hz-test-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 20px;
}

.hz-test-nav-btn,
.hz-test-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 17px;
    border-radius: 9px;
    border: 1px solid #dfe6e2;
    background: #fff;
    color: #526058;
    font-size: 13px;
    font-weight: 650;
    cursor: pointer;
}

.hz-test-nav-btn.primary,
.hz-test-submit-btn {
    background: #176b45;
    border-color: #176b45;
    color: #fff;
}

.hz-test-nav-btn:disabled {
    opacity: .45;
    cursor: not-allowed;
}


/* Dots */

.hz-test-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
}

.hz-test-dot {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 7px;
    background: #f0f3f1;
    color: #69756e;
    font-size: 11px;
    cursor: pointer;
}

.hz-test-dot.active {
    background: #176b45;
    color: #fff;
}


/* Mobile */

@media (max-width: 576px) {

    .hz-test-topbar {
        flex-wrap: wrap;
    }

    .hz-test-title {
        order: 3;
        width: 100%;
        justify-content: center;
    }

    .hz-test-header {
        padding: 23px;
        flex-direction: column;
        align-items: flex-start;
    }

    .hz-test-header h1 {
        font-size: 24px;
    }

    .hz-test-timer {
        width: 100%;
    }

    .hz-test-question {
        padding: 22px 18px;
    }

    .hz-test-question h2 {
        font-size: 18px;
    }

    .hz-test-navigation {
        flex-wrap: wrap;
    }

    .hz-test-dots {
        order: 3;
        width: 100%;
    }

}

.hz-test-dot.answered {
    border: 2px solid #176b45;
}

.hz-test-timer strong.danger {
    color: #dc3545;
}

.hz-test-no-options {
    padding: 15px;
    border-radius: 10px;
    background: #fff8f0;
    color: #9a6a32;
    font-size: 13px;
}

@media (max-width: 576px) {

    .hz-test-dot {
        width: 28px;
        height: 28px;
        font-size: 10px;
    }

}


/* =========================================================
   RESULT PAGE
========================================================= */

.hz-study-result-page {
    padding: 25px 0 60px;
}


/* =========================================================
   TOP BAR
========================================================= */

.hz-result-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    gap: 15px;
}

.hz-result-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #65716a;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.hz-result-back:hover {
    color: #176b45;
}

.hz-result-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 11px;
    border-radius: 20px;
    background: #eef8f2;
    color: #176b45;
    font-size: 11px;
    font-weight: 700;
}


/* =========================================================
   HERO
========================================================= */

.hz-result-hero {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 35px;
    border-radius: 20px;
    background:
        linear-gradient(
            135deg,
            #f4faf6,
            #ffffff
        );
    border: 1px solid #e0e9e4;
}

.hz-result-icon {
    width: 85px;
    height: 85px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background: #176b45;
    color: #fff;
    font-size: 34px;
    box-shadow:
        0 10px 25px rgba(23,107,69,.18);
}

.hz-result-label {
    display: block;
    margin-bottom: 3px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #a27b29;
}

.hz-result-score {
    font-size: 38px;
    line-height: 1;
    font-weight: 800;
    color: #176b45;
}

.hz-result-main h1 {
    margin: 8px 0 4px;
    font-size: 20px;
    color: #1c2922;
}

.hz-result-main p {
    margin: 0;
    color: #737e77;
    font-size: 13px;
}


/* =========================================================
   SUMMARY
========================================================= */

.hz-result-summary {
    display: grid;
    grid-template-columns:
        repeat(5, 1fr);
    margin: 20px 0;
    border: 1px solid #e5ebe7;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
}

.hz-result-stat {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px;
    border-right: 1px solid #edf0ee;
}

.hz-result-stat:last-child {
    border-right: 0;
}

.hz-result-stat-icon {
    width: 37px;
    height: 37px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f0f4f2;
    color: #5d6962;
}

.hz-result-stat-icon.correct {
    background: #edf8f1;
    color: #176b45;
}

.hz-result-stat-icon.wrong {
    background: #fff0f0;
    color: #d84b4b;
}

.hz-result-stat-icon.unanswered {
    background: #f4f4f4;
    color: #7a817d;
}

.hz-result-stat strong {
    display: block;
    font-size: 17px;
    color: #26332c;
}

.hz-result-stat span:not(.hz-result-stat-icon) {
    display: block;
    margin-top: 2px;
    font-size: 10px;
    color: #858d88;
}


/* =========================================================
   ACTIONS
========================================================= */

.hz-result-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
}

.hz-result-primary-btn,
.hz-result-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 17px;
    border-radius: 9px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 650;
}

.hz-result-primary-btn {
    background: #176b45;
    color: #fff;
}

.hz-result-primary-btn:hover {
    background: #125a3a;
    color: #fff;
}

.hz-result-secondary-btn {
    background: #fff;
    color: #4e5b54;
    border: 1px solid #dfe6e2;
}

.hz-result-secondary-btn:hover {
    color: #176b45;
    border-color: #b9d3c4;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.hz-result-section-heading {
    margin-bottom: 16px;
}

.hz-result-section-heading span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
    color: #a27b29;
}

.hz-result-section-heading h2 {
    margin: 4px 0 0;
    font-size: 21px;
    color: #1d2922;
}


/* =========================================================
   QUESTION REVIEW
========================================================= */

.hz-result-question {
    margin-bottom: 14px;
    padding: 24px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #e5ebe7;
}

.hz-result-question.correct {
    border-left: 3px solid #176b45;
}

.hz-result-question.wrong {
    border-left: 3px solid #d84b4b;
}

.hz-result-question.unanswered {
    border-left: 3px solid #9a9f9c;
}

.hz-result-question-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
}

.hz-result-question-number {
    font-size: 11px;
    font-weight: 800;
    color: #7a857e;
}

.hz-result-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 700;
}

.hz-result-status.correct {
    color: #176b45;
}

.hz-result-status.wrong {
    color: #d84b4b;
}

.hz-result-status.unanswered {
    color: #777e7a;
}

.hz-result-question h3 {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.55;
    color: #26322b;
}


/* =========================================================
   ANSWERS
========================================================= */

.hz-result-answers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.hz-result-answer {
    padding: 13px 15px;
    border-radius: 10px;
    background: #f7f9f8;
}

.hz-result-answer span {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 700;
    color: #7e8982;
}

.hz-result-answer strong {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    color: #37433c;
}

.hz-result-answer.correct {
    background: #f0f8f3;
}

.hz-result-answer.correct span {
    color: #176b45;
}

.hz-result-answer.correct strong {
    color: #175b3c;
}

.hz-result-answer.selected {
    background: #fff7f7;
}

.hz-result-answer.unanswered {
    background: #f5f5f5;
}


/* =========================================================
   EXPLANATION
========================================================= */

.hz-result-explanation {
    margin-top: 12px;
    padding: 14px 16px;
    border-radius: 10px;
    background: #fffbf1;
}

.hz-result-explanation > div {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 6px;
    color: #9a752b;
    font-size: 12px;
}

.hz-result-explanation p {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    color: #6f695b;
}


/* =========================================================
   BOTTOM
========================================================= */

.hz-result-bottom {
    margin-top: 30px;
    text-align: center;
}

.hz-result-bottom a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #66736b;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.hz-result-bottom a:hover {
    color: #176b45;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .hz-result-hero {
        padding: 25px;
    }

    .hz-result-summary {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .hz-result-stat {
        border-bottom: 1px solid #edf0ee;
    }

    .hz-result-stat:nth-child(2n) {
        border-right: 0;
    }

    .hz-result-answers {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 576px) {

    .hz-result-topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .hz-result-hero {
        align-items: flex-start;
        flex-direction: column;
        padding: 23px;
    }

    .hz-result-icon {
        width: 65px;
        height: 65px;
        border-radius: 17px;
        font-size: 27px;
    }

    .hz-result-score {
        font-size: 34px;
    }

    .hz-result-actions {
        flex-direction: column;
    }

    .hz-result-primary-btn,
    .hz-result-secondary-btn {
        width: 100%;
    }

    .hz-result-summary {
        grid-template-columns: 1fr;
    }

    .hz-result-stat {
        border-right: 0;
    }

    .hz-result-question {
        padding: 19px;
    }

}