/* Estilos minimos del plugin STC Core.
   El grueso del styling esta en el child theme (kadence-stc-child/style.css).
   Aqui solo dejamos fallbacks por si el plugin se usa con otro tema. */

.stc-empty {
    padding: 24px;
    text-align: center;
    color: #64748B;
    background: #F4F7FB;
    border: 1px dashed #CBD5E1;
    border-radius: 12px;
}

.stc-members,
.stc-publications,
.stc-pillars,
.stc-posts {
    font-family: inherit;
}
