.short-answer-outer {
    padding: 0 20px;
}

.short-answer-inner {
    max-width: 1195px;
    margin: 0 auto;
    padding: 30px 30px;
    background: var(--gray-100, #f8f9fa);
    border-left: 4px solid var(--brand-secondary, #2ecc71);
    border-radius: 0 12px 12px 0;
}

.short-answer-inner .short-answer-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand-secondary, #2ecc71);
    margin: 0 0 10px;
}

.short-answer-inner .short-answer-text {
    font-size: 18px;
    line-height: 1.6;
    color: var(--brand-primary, #11292C);
    margin: 0;
}

.short-answer-inner .short-answer-takeaways {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
}

.short-answer-inner .short-answer-takeaways li {
    font-size: 16px;
    line-height: 1.5;
    color: var(--brand-primary, #11292C);
    padding: 4px 0 4px 20px;
    position: relative;
}

.short-answer-inner .short-answer-takeaways li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: var(--brand-secondary, #2ecc71);
    font-weight: 700;
}

@media (min-width: 768px) {
    .short-answer-inner {
        padding: 35px 40px;
    }

    .short-answer-inner .short-answer-text {
        font-size: 20px;
    }
}
