.ap-story-digest {
    margin: 0 0 1.75rem;
    padding: 1rem 1.15rem;
    border: 1px solid #e1e4e8;
    border-left: 4px solid #b30000;
    border-radius: 4px;
    background: #f7f8fa;
    box-shadow: 0 7px 20px rgba(17, 24, 39, 0.12);
    color: #252a31;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.92em;
    line-height: 1.55;
}

.ap-story-digest h2 {
    margin: 0 0 0.5rem;
    color: #171b21;
    font-family: inherit;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.ap-story-digest-intro {
    margin: 0 0 0.65rem;
    font-weight: 650;
}

.ap-story-digest ul {
    margin: 0;
    padding-left: 1.15rem;
}

.ap-story-digest li + li {
    margin-top: 0.3rem;
}

.ap-story-quote {
    padding-left: 1rem;
    border-left: 4px solid #b30000;
}

.ap-story-data {
    padding: 0.8rem 1rem;
    border-radius: 3px;
    background: #f2f4f6;
}

.ap-story-citations {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.82em;
}

[data-theme="dark"] .ap-story-digest {
    border-color: #374151;
    border-left-color: #ff4c4c;
    background: #1e1e1e;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.35);
    color: #e5e7eb;
}

[data-theme="dark"] .ap-story-digest h2 {
    color: #f9fafb;
}

[data-theme="dark"] .ap-story-data {
    background: #1e1e1e;
}