.security {
    max-width: 52rem;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

.security-wide {
    max-width: 68rem;
}

.security .crumb {
    font-size: 0.9rem;
    color: #5a5a5a;
    margin-bottom: 0.75rem;
}

.security .crumb a {
    text-decoration: none;
}

.security .crumb a:hover {
    text-decoration: underline;
}

.security h1 {
    font-size: 2rem;
    margin-bottom: 0.4rem;
    line-height: 1.25;
}

.security .lede {
    font-size: 1.15rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.security .meta {
    color: #6a6a6a;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.security .callout {
    background: #f4f8fb;
    border-left: 4px solid #006bb7;
    padding: 0.9rem 1rem;
    margin: 1.4rem 0;
}

.security .callout p:last-child {
    margin-bottom: 0;
}

.security-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 1.25rem;
}

@media (min-width: 800px) {
    .security-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.security-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    padding: 1.15rem 1.2rem;
    background: #fff;
    height: 100%;
}

.security-card:hover {
    border-color: #006bb7;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.security-card h2 {
    font-size: 1.2rem;
    margin: 0 0 0.4rem;
    color: #006bb7;
}

.security-card p {
    margin: 0;
    color: #333;
}

.care-q {
    border-top: 1px solid #e5e5e5;
    padding: 1.1rem 0;
}

.care-q:first-of-type {
    border-top: none;
}

.care-q h2 {
    font-size: 1.05rem;
    margin: 0 0 0.35rem;
    line-height: 1.35;
}

.care-q .why-preview {
    color: #6a6a6a;
    font-size: 0.92rem;
    margin: 0 0 0.7rem;
}

.care-choices {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.1rem;
}

.care-choices label {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    font-weight: 500;
    cursor: pointer;
}

.security .actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 1.25rem 0 0.5rem;
}

.security .warn {
    color: #a33;
    margin-top: 0.6rem;
}

.result-block {
    margin-top: 1.5rem;
}

.result-block h2 {
    font-size: 1.3rem;
    margin: 1.6rem 0 0.5rem;
}

.result-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.result-list li {
    border-left: 4px solid #c45c5c;
    background: #fbf6f6;
    padding: 0.75rem 0.9rem;
    margin-bottom: 0.6rem;
}

.result-list.ok li {
    border-left-color: #1f5a50;
    background: #f4f8f6;
}

.result-list h3 {
    font-size: 1rem;
    margin: 0 0 0.25rem;
}

.result-list p {
    margin: 0;
    color: #333;
}

.result-list .tag {
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #7a3b3b;
    margin-bottom: 0.2rem;
}

.result-list.ok .tag {
    color: #1f5a50;
}

.practice-progress {
    color: #6a6a6a;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.practice-options {
    display: grid;
    gap: 0.6rem;
    margin: 1rem 0;
}

.practice-options button {
    text-align: left;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    padding: 0.85rem 1rem;
    color: inherit;
}

.practice-options button:hover:not(:disabled) {
    border-color: #006bb7;
}

.practice-options button:disabled {
    cursor: default;
}

.practice-options button.picked-correct {
    border-color: #1f5a50;
    background: #f4f8f6;
}

.practice-options button.picked-wrong {
    border-color: #c45c5c;
    background: #fbf6f6;
}

.practice-options button.is-correct {
    border-color: #1f5a50;
}

.carousel-assess-link {
    color: inherit;
    text-decoration: underline;
}

.carousel-assess-link:hover {
    color: inherit;
}
