/* hours note below time slots */
.muun-apt-hours-note {
    font-family: 'Jost', sans-serif;
    font-size: 0.72rem;
    color: #a09184;
    margin-top: 0.6rem;
    letter-spacing: 0.05em;
}
/* disabled slot */
.muun-apt-slot.is-disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
}

/* ── CTA strip text → Cormorant Garamond italic ─────────── */
.muun-apt-strip-cta {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 1.05rem !important;
    font-style: italic !important;
    font-weight: 300 !important;
    color: #d4ccc4 !important;
    line-height: 1.7 !important;
    letter-spacing: 0.02em !important;
}

/* ── Remove all placeholder styles (empty placeholders) ─── */
.muun-apt-body input::placeholder,
.muun-apt-body select::placeholder {
    color: transparent !important;
}

/* Keep napomena placeholder visible */
#muunNapomena::placeholder {
    color: #ccc4bb !important;
}

/* ── MUUN.HR logo sizing (slightly smaller to fit .HR) ──── */
.muun-apt-logo {
    font-size: 1.35rem !important;
    letter-spacing: 0.18em !important;
}
