.word-learning-page {
    box-sizing: border-box;
    color: #244d60;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
    max-width: 576px;
    padding: 8px;
}

.word-learning-hero {
    align-items: center;
    background: rgb(255 255 255 / 84%);
    border: 1px solid rgb(182 213 255 / 88%);
    border-radius: 18px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 18%);
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    min-height: 250px;
    overflow: hidden;
    padding: 20px;
    position: relative;
}

.word-learning-hero__copy {
    align-items: flex-start;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.word-learning-hero > img {
    flex: 0 0 112px;
    height: 112px;
    object-fit: contain;
    opacity: 0.72;
    width: 112px;
}

.word-learning-eyebrow {
    color: #009688;
    display: block;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.word-learning-hero h1 {
    color: #174ea6;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
}

.word-learning-hero p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.38;
    margin: 12px 0 16px;
}

.word-learning-action {
    align-items: center;
    background: #20c91c;
    border: 2px solid #fff;
    border-radius: 16px;
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 1;
    min-height: 40px;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
}

.word-learning-stats {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.word-learning-stats > div {
    align-items: center;
    background: rgb(255 255 255 / 82%);
    border: 1px solid rgb(182 213 255 / 86%);
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 78px;
    padding: 8px;
    text-align: center;
}

.word-learning-stats strong {
    color: #174ea6;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

.word-learning-stats span {
    font-size: 11px;
    font-weight: 800;
    line-height: 1.15;
    margin-top: 5px;
}

.word-learning-content,
.word-learning-faq,
.word-learning-related {
    background: rgb(255 255 255 / 82%);
    border: 1px solid rgb(182 213 255 / 86%);
    border-radius: 18px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 6px 18px;
}

.word-learning-section {
    padding: 16px 0;
}

.word-learning-section + .word-learning-section {
    border-top: 1px solid rgb(119 199 255 / 38%);
}

.word-learning-section h2,
.word-learning-faq h2,
.word-learning-related h2 {
    color: #174ea6;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 9px;
}

.word-learning-section p,
.word-learning-faq p {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.48;
    margin: 0;
}

.word-learning-section p + p {
    margin-top: 9px;
}

.word-learning-steps {
    counter-reset: word-step;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 13px 0 0;
    padding: 0;
}

.word-learning-steps li {
    background: rgb(220 244 255 / 76%);
    border: 1px solid rgb(119 199 255 / 44%);
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 92px;
    padding: 11px;
}

.word-learning-steps strong,
.word-learning-steps span {
    display: block;
}

.word-learning-steps strong {
    color: #009688;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 4px;
}

.word-learning-steps span {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.32;
}

.word-learning-text-link {
    color: #174ea6;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    margin-top: 11px;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.word-learning-faq,
.word-learning-related {
    padding: 17px 18px;
}

.word-learning-faq details {
    border-top: 1px solid rgb(119 199 255 / 38%);
    padding: 12px 0;
}

.word-learning-faq summary {
    color: #174ea6;
    cursor: pointer;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.3;
}

.word-learning-faq details p {
    margin-top: 8px;
}

.word-learning-related > div {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.word-learning-related a {
    background: rgb(220 244 255 / 76%);
    border: 1px solid rgb(119 199 255 / 44%);
    border-radius: 10px;
    box-sizing: border-box;
    color: #244d60;
    min-height: 92px;
    padding: 11px;
    text-decoration: none;
}

.word-learning-related strong,
.word-learning-related span {
    display: block;
}

.word-learning-related strong {
    color: #174ea6;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
}

.word-learning-related span {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 5px;
}

.word-learning-action--footer {
    align-self: center;
    margin: 3px 0 8px;
    min-width: 230px;
}

@media (max-width: 520px) {
    .word-learning-hero {
        align-items: flex-start;
        min-height: 0;
        padding: 17px;
    }

    .word-learning-hero > img {
        height: 74px;
        position: absolute;
        right: 10px;
        top: 12px;
        width: 74px;
    }

    .word-learning-hero__copy {
        width: 100%;
    }

    .word-learning-hero h1 {
        font-size: 26px;
        padding-right: 48px;
    }

    .word-learning-hero p {
        font-size: 15px;
        padding-right: 22px;
    }

    .word-learning-stats strong {
        font-size: 18px;
    }

    .word-learning-content,
    .word-learning-faq,
    .word-learning-related {
        padding-left: 14px;
        padding-right: 14px;
    }

    .word-learning-steps,
    .word-learning-related > div {
        grid-template-columns: 1fr;
    }

    .word-learning-steps li,
    .word-learning-related a {
        min-height: 0;
    }
}
