/* IA helper: estilos exclusivos para el wrapper .sbb-autopost-content generado por AutoPost. */
.sbb-autopost-content {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 1rem 2rem;
    line-height: 1.65;
}

.sbb-autopost-content h2,
.sbb-autopost-content h3,
.sbb-autopost-content h4 {
    font-weight: 600;
    line-height: 1.3;
    margin: 1.8em 0 0.8em;
}

.sbb-autopost-content ul,
.sbb-autopost-content ol {
    margin: 0 0 1.2em 1.4em;
    padding: 0;
}

/* Blocks that AutoPost adds for the "Extensión" module (cards inside the wrapper). */
.sbb-autopost-content .sbb-extension-block {
    background: #f9fbfd;
    border: 1px solid #e0e6ed;
    border-radius: 10px;
    padding: 1.5rem;
    margin: 1.5rem 0;
}

/* Same wrapper hosts contextual/final CTAs generated by AutoPost. */
.sbb-autopost-content .sbb-extension-cta {
    background: #111827;
    color: #fff;
    border-radius: 8px;
    padding: 1.25rem;
    margin: 2rem 0 1rem;
    font-weight: 600;
}

.sbb-autopost-content .sbb-extension-cta a {
    color: inherit;
    text-decoration: underline;
}

.sbb-autopost-content .sbb-extension-cta ol {
    margin-left: 1.5rem;
}

.sbb-autopost-content .sbb-extension-cta li {
    margin-bottom: 0.4rem;
}
