
/* Horster 3D prototype v0.2 */
.h3d-wrap {
    max-width: 1100px;
    margin: 20px auto;
    color: #ffffff !important;
}

.h3d-wrap .h3d-title,
.h3d-wrap .h3d-section-title,
.h3d-wrap .h3d-intro,
.h3d-wrap .h3d-label,
.h3d-wrap > h2,
.h3d-wrap > h3,
.h3d-form > h3,
.h3d-form > p,
.h3d-form > label {
    color: #ffffff !important;
}

.h3d-grid {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:16px;
}

.h3d-form label {
    display:block;
    font-weight:600;
    color:#ffffff !important;
}

.h3d-label {
    display:block;
    margin-bottom:6px;
    color:#ffffff !important;
    font-weight:700;
}

.h3d-form input[type=text],
.h3d-form select {
    width:100%;
    padding:11px 12px;
    margin-top:5px;
    box-sizing:border-box;
    color:#111111 !important;
    background:#ffffff !important;
    border:1px solid #cfcfcf;
    border-radius:4px;
}

.h3d-form input[type=text]::placeholder {
    color:#666666 !important;
}

.h3d-lanes {
    display:grid;
    gap:14px;
}

.h3d-lane {
    border:1px solid #d7d7d7;
    border-radius:8px;
    overflow:hidden;
    background:#ffffff;
    color:#1f2937 !important;
}

.h3d-lane * {
    color:#1f2937 !important;
}

.h3d-lane-head {
    display:flex;
    justify-content:space-between;
    gap:12px;
    padding:12px 14px;
    background:#f3f3f3;
}

.h3d-days {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
    padding:14px;
}

.h3d-days ul {
    margin:8px 0 0 18px;
}

.h3d-empty {
    margin-top:8px;
    opacity:.7;
}

.h3d-form input[type="checkbox"] + *,
.h3d-form input[type="radio"] + * {
    color: inherit;
}

.h3d-button {
    padding:12px 18px;
    font-size:16px;
    cursor:pointer;
    border-radius:5px;
}

.h3d-success {
    padding:12px 16px;
    margin:16px 0;
    border:1px solid #7bbf7b;
    background:#f0fff0;
    color:#1f2937 !important;
}

@media (max-width: 700px) {
    .h3d-days {
        grid-template-columns:1fr;
    }
}


/* v0.3: status en duidelijke baankeuze */
.h3d-choice {
    display:flex;
    align-items:center;
    gap:12px;
}

.h3d-choice label,
.h3d-choice label span {
    color:#1f2937 !important;
    font-weight:700;
}

.h3d-lane-status {
    font-weight:700;
    color:#8a1c1c !important;
}

.h3d-lane.h3d-unavailable {
    opacity:.72;
}

.h3d-lane.h3d-unavailable .h3d-lane-head {
    background:#ececec;
}

.h3d-lane.h3d-full {
    border-width:2px;
}

.h3d-lane.h3d-full .h3d-lane-status {
    text-transform:uppercase;
}


/* v0.4 tijdelijke reserveringen */
.h3d-temp-label {
    font-size: 0.9em;
    font-weight: 700;
    margin-left: 6px;
    color: #8a5a00 !important;
}

.h3d-reserved-person {
    position: relative;
}

.h3d-public-note {
    color: #ffffff !important;
}


/* v0.5 klok-icoon en legenda */
.h3d-clock {
    display:inline-block;
    margin-left:6px;
    font-size:1.05em;
    vertical-align:baseline;
}

.h3d-legend {
    display:inline-block;
    margin:8px 0 14px;
    padding:8px 10px;
    border-radius:6px;
    background:rgba(255,255,255,.12);
    color:#ffffff !important;
    font-weight:600;
}

.h3d-lane .h3d-legend {
    color:#1f2937 !important;
}


/* v0.7: alleen klokje tonen bij tijdelijke reservering */
.h3d-clock {
    margin-left: 7px;
    font-size: 1.05em;
}
