.aeo-tldr {
    margin: 0 0 1.5em;
    padding: 1em 1.25em;
    background: var(--aeo-tldr-bg, #f0f6ff);
    border-left: 4px solid var(--aeo-tldr-accent, #1d4ed8);
    border-radius: 4px;
    font-size: 1rem;
    line-height: 1.55;
}
.aeo-tldr__label {
    display: inline-block;
    margin: 0 0 0.4em;
    padding: 2px 8px;
    background: var(--aeo-tldr-accent, #1d4ed8);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 10px;
    line-height: 1.4;
}
.aeo-tldr__body {
    color: inherit;
    font-weight: 500;
}
@media (prefers-color-scheme: dark) {
    .aeo-tldr {
        background: var(--aeo-tldr-bg, rgba(96, 165, 250, 0.12));
    }
}
