/**
 * Subheading Block - Académie des Étoiles
 * Standalone secondary heading (H3-level)
 */

.ade-subheading {
    background: transparent;
    margin-bottom: var(--ade-space-md);
}

.ade-subheading__text {
    font-size: 18px;
    font-weight: 600;
    color: var(--ade-gray-dark);
    margin: 0;
    line-height: 1.4;
}

/* Responsive - mobile */
@media screen and (max-width: 480px) {
    .ade-subheading__text {
        font-size: 16px;
    }
}

/* Print */
@media print {
    .ade-subheading {
        page-break-after: avoid;
    }
}
