/* ===== Disclosure / "Cómo Ganamos Dinero" Banner ===== */
.como-ganamos-banner {
    max-width: 900px;
    margin: 0 auto 1.5rem;
    padding: 0 2rem;
}
.como-ganamos-inner {
    background: #F0FDF4;
    border: 1px solid rgba(5, 150, 105, 0.25);
    border-left: 4px solid #059669;
    border-radius: 10px;
    overflow: hidden;
    font-size: 0.875rem;
}
.como-ganamos-header {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.75rem 1rem;
    cursor: pointer;
    user-select: none;
    transition: background 0.15s;
}
.como-ganamos-header:hover { background: rgba(5, 150, 105, 0.06); }
.como-ganamos-icon { font-size: 1rem; flex-shrink: 0; }
.como-ganamos-title {
    flex: 1;
    color: #064E3B;
    font-size: 0.88rem;
    line-height: 1.4;
}
.como-ganamos-toggle {
    font-size: 0.75rem;
    color: #059669;
    font-weight: 600;
    white-space: nowrap;
    transition: transform 0.2s;
}
.como-ganamos-banner.open .como-ganamos-toggle {
    transform: rotate(180deg);
}
.como-ganamos-body {
    padding: 0 1rem 0.85rem 2.6rem;
    color: #374151;
    line-height: 1.6;
    font-size: 0.85rem;
    border-top: 1px solid rgba(5, 150, 105, 0.15);
    padding-top: 0.75rem;
    display: none;
}
.como-ganamos-body a {
    color: #059669;
    font-weight: 600;
    text-decoration: none;
}
.como-ganamos-body a:hover { text-decoration: underline; }

/* ===== Editorial Meta (byline + date) ===== */
.editorial-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.7);
    margin-top: 0.6rem;
}
.editorial-byline { font-weight: 600; }
.editorial-sep { opacity: 0.5; }
.editorial-date { opacity: 0.85; }

/* Dark page-header variant (for pages with dark bg) */
.page-header-light .editorial-meta { color: #6B7280; }

/* ===== Footer Disclaimer ===== */
.footer-disclaimer {
    font-size: 0.78rem !important;
    opacity: 0.6 !important;
    max-width: 700px;
    margin: 0.5rem auto 0 !important;
    text-align: center;
    line-height: 1.5;
}

/* ===== Mobile ===== */
@media (max-width: 640px) {
    .como-ganamos-banner { padding: 0 1.25rem; }
    .editorial-meta { font-size: 0.78rem; }
}
