/*
Theme Name: SJ Techniek
Theme URI: https://sjtechniek.local
Author: SJ Techniek
Description: Maatwerk WordPress-thema voor SJ Techniek, gebaseerd op de bestaande landingspagina.
Version: 1.2.0
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 8.1
Text Domain: sjtechniek
*/

body.admin-bar .navbar-custom {
    top: 32px;
}

.nav-logo {
    flex-shrink: 0;
}

.site-logo {
    display: block;
    width: auto;
    height: 72px;
    object-fit: contain;
}

.footer-brand-logo {
    display: inline-flex;
    margin-bottom: 1rem;
}

.footer-brand-logo .site-logo {
    height: 130px;
}

@media (max-width: 782px) {
    body.admin-bar .navbar-custom {
        top: 46px;
    }
}

@media (max-width: 900px) {
    .site-logo {
        height: 58px;
    }
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.honeypot-field {
    display: none !important;
}

.booking-feedback {
    display: none;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 0.9rem;
    line-height: 1.5;
}

.booking-feedback.is-visible {
    display: block;
}

.booking-feedback.is-success {
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.35);
    color: #bbf7d0;
}

.booking-feedback.is-error {
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.35);
    color: #fecaca;
}

.contact-form button[disabled] {
    cursor: wait;
    opacity: 0.75;
}

button.cal-day {
    border: 0;
    background: transparent;
    font-family: inherit;
}

button.cal-day:disabled {
    pointer-events: none;
}
