/*
 * sl-fitssey.css — Fitssey schedule widget styling
 * Renders inside .cms-styled wrapper — sl_theme tokens and component styles
 * (.cms-divider, .cms-tip, .cms-social) cascade from sl_theme.css.
 */

#sl-fitssey-container {
    margin-top: 0.5rem;
    min-height: 600px;
}

#sl-fitssey-container lb-schedule-widget {
    display: block;
    width: 100%;
}

/* Lead text above social buttons (fitssey-specific) */
.sl-fitssey-social-lead {
    text-align: center;
    color: #3a3a3a;
    margin-bottom: 0.5rem;
}
