/*
 * DSB Staff Button – Stijlen
 * Volgt de huisstijl van De Slimme Bespaarder via Elementor Global Colors.
 */

/* ─── Verbergen voor niet-medewerkers ────────────────────── */
.dsb-staff-hidden {
    display: none !important;
}

/* ─── Wrapper ────────────────────────────────────────────── */
.dsb-staff-wrap {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    font-family: var(--e-global-typography-primary-font-family, inherit);
}

/* ─── Label ──────────────────────────────────────────────── */
.dsb-staff-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--e-global-color-primary, #1A5276);
    opacity: 0.75;
}

.dsb-staff-label svg {
    flex-shrink: 0;
}

/* ─── Knop ───────────────────────────────────────────────── */
.dsb-staff-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 700;
    font-family: inherit;
    color: #ffffff;
    background-color: var(--e-global-color-accent, #27AE60);
    border: none;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    white-space: nowrap;
    line-height: 1.3;
}

.dsb-staff-btn:hover,
.dsb-staff-btn:focus-visible {
    background-color: var(--e-global-color-primary, #1A5276);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.dsb-staff-btn:active {
    transform: translateY(0);
}

.dsb-staff-btn__icon--before {
    margin-right: 2px;
}

.dsb-staff-btn__icon--after {
    margin-left: 2px;
}

/* ─── Editor-notice (Elementor backend preview) ──────────── */
.dsb-staff-editor-notice {
    font-size: 11px;
    color: #e67e22;
    background: #fef9ef;
    border: 1px dashed #e67e22;
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 6px;
    display: inline-block;
}
