/* Shared Events dashboard typography guardrails.
 * Keep dashboard hierarchy stable even when site-level Breakdance heading styles are stronger.
 * The permanent size tokens live in inkorly-dashboard-typography-standard.css.
 */
.inkorly-events-manager .inkorly-event-form__panel > h2 {
    color: var(--inkorly-events-dashboard-text);
    font-family: Poppins, Arial, sans-serif;
    font-size: var(--inkorly-dashboard-section-title-size, 20px) !important;
    line-height: 1.25 !important;
    margin: 0 0 16px !important;
}
