/* ═══════════════════════════════════════════════════════════════════
 * Skin Group: Dark
 *
 * Shared overrides for ALL dark-group skins.
 * Currently only skin--dark, but future dark skins (e.g. midnight-dark)
 * will inherit these automatically via group: 'dark'.
 *
 * ⚠️ DO NOT modify: booking-grid, booking-form, staff-booking.
 * ═══════════════════════════════════════════════════════════════════ */

/* Header */
body.skin--dark .oc-header {
    background: #0f172a;
    border-bottom-color: #1e293b;
}

body.skin--dark .oc-header::before {
    background: rgba(15, 23, 42, .95);
}

body.skin--dark .oc-header__nav-link,
body.skin--dark .oc-header__nav .menu a {
    color: #e2e8f0;
}

body.skin--dark .oc-header__nav-link:hover,
body.skin--dark .oc-header__nav-link--active,
body.skin--dark .oc-header__nav .menu a:hover,
body.skin--dark .oc-header__nav .menu a.is-active {
    color: var(--oc-primary, #22d3ee);
}

/* Footer */
body.skin--dark .oc-footer {
    background: #0f172a;
    color: #94a3b8;
    border-top-color: #1e293b;
}

/* Main content area */
body.skin--dark .oc-main {
    background: #0f172a;
}

/* Page header */
body.skin--dark .oc-page-header {
    background: #0f172a;
    color: #e2e8f0;
}

body.skin--dark .oc-page-header__title {
    color: #f8fafc;
}

body.skin--dark .oc-page-header__desc {
    color: #94a3b8;
}
