/**
 * Offizone Booking Widget
 *
 * Dizajnová konzistencia s pluginom offizone-floorplans:
 *   - paleta:  accent #2a3743, price #4d3300, dark #1a1a1a, available #96bb73, occupied #dd6d5b
 *   - buttony: .offizone-btn-primary (uppercase, 13px, letter-spacing, bez radiusu)
 *   - badge:   .offizone-status-badge (uppercase, 11px, bez radiusu)
 *   - border:  #e0e0e0; font: Montserrat (explicitne, téma + Elementor ho načítavajú).
 *
 * Všetky selektory sú zapúzdrené pod .offizone-booking, aby neovplyvnili tému.
 */

/* ==========================================================================
   WRAPPER
   ========================================================================== */
.offizone-booking {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 16px;
    color: #1a1a1a;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.offizone-booking *,
.offizone-booking *::before,
.offizone-booking *::after {
    box-sizing: border-box;
}

/* ==========================================================================
   HEADER (flat, žiadna navy kartička – v štýle floorplans)
   ========================================================================== */
.offizone-booking .ob-hd {
    padding: 10px 0 24px;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 28px;
}

.offizone-booking .ob-hd-eyebrow {
    font-size: 13px;
    color: #666;
    margin-bottom: 0;
}

.offizone-booking .ob-hd h2 {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
}

.offizone-booking .ob-hd p {
    margin: 0;
    font-size: 13px;
    color: #666;
}

/* ==========================================================================
   KROKY (progress indikátor)
   ========================================================================== */
.offizone-booking .ob-steps {
    display: flex;
    gap: 24px;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e0e0e0;
}

.offizone-booking .ob-step {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #999;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.offizone-booking .ob-step .ob-step-n {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e0e0e0;
    color: #999;
    font-size: 11px;
    font-weight: 700;
}
.offizone-booking .ob-step.on { color: #1a1a1a; }
.offizone-booking .ob-step.on .ob-step-n { background: #2a3743; color: #fff; }
.offizone-booking .ob-step.ok .ob-step-n { background: #96bb73; color: #fff; }

/* ==========================================================================
   SECTION LABELS
   ========================================================================== */
.offizone-booking .ob-lbl {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-bottom: 12px;
    font-weight: 600;
}

/* ==========================================================================
   ROOM CARDS (2x2 grid)
   ========================================================================== */
.offizone-booking .ob-rooms {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 32px;
}
.offizone-booking .ob-room {
    padding: 16px;
    border: 1.5px solid #e0e0e0;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    background: #fff;
}
.offizone-booking .ob-room:hover {
    border-color: #2a3743;
}
.offizone-booking .ob-room.sel {
    border-color: #2a3743;
    background: rgba(42, 55, 67, 0.08);
}
.offizone-booking .ob-room-name {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
}
.offizone-booking .ob-room-meta {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
}
.offizone-booking .ob-room-price {
    font-size: 12px;
    color: #4d3300;
    font-weight: 600;
    margin-top: 6px;
    letter-spacing: 0.3px;
}

/* ==========================================================================
   DATE PICKER (týždenný pruh)
   ========================================================================== */
.offizone-booking .ob-dp {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
}
.offizone-booking .ob-dp-arr {
    width: 34px;
    height: 34px;
    background: #fff;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #666;
    transition: border-color 0.2s, color 0.2s;
    flex-shrink: 0;
}
.offizone-booking .ob-dp-arr:hover {
    border-color: #2a3743;
    color: #2a3743;
}
.offizone-booking .ob-dp-days {
    display: flex;
    gap: 4px;
    flex: 1;
    justify-content: center;
}
.offizone-booking .ob-day {
    min-width: 48px;
    padding: 8px 4px;
    text-align: center;
    cursor: pointer;
    border: 1.5px solid transparent;
    transition: background 0.15s, border-color 0.15s;
}
.offizone-booking .ob-day:hover {
    border-color: #2a3743;
    background: rgba(42, 55, 67, 0.08);
}
.offizone-booking .ob-day.sel {
    background: #2a3743;
    border-color: #2a3743;
}
.offizone-booking .ob-day.sel .ob-day-num,
.offizone-booking .ob-day.sel .ob-day-name { color: #fff; }
.offizone-booking .ob-day.today:not(.sel) { border-color: #2a3743; }
.offizone-booking .ob-day.off { opacity: 0.3; pointer-events: none; }
.offizone-booking .ob-day-name {
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 600;
}
.offizone-booking .ob-day-num {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 2px;
}

/* ==========================================================================
   TIMELINE
   ========================================================================== */
.offizone-booking .ob-tl-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 12px;
}
.offizone-booking .ob-tl-title-left {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}
.offizone-booking .ob-tl-title h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}
.offizone-booking .ob-dp-cal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #666;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
    padding: 0;
}
.offizone-booking .ob-dp-cal:hover {
    border-color: #2a3743;
    color: #2a3743;
}
.offizone-booking .ob-tl-title .ob-tl-hours {
    font-size: 12px;
    color: #999;
}
.offizone-booking .ob-tl {
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    background: #fff;
}
.offizone-booking .ob-row {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.15s;
}
.offizone-booking .ob-row:last-child { border-bottom: none; }
.offizone-booking .ob-row-time {
    width: 120px;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    border-right: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    white-space: nowrap;
}
.offizone-booking .ob-row-bar {
    flex: 1;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}
.offizone-booking .ob-row.free { cursor: pointer; }
.offizone-booking .ob-row.free:hover { background: rgba(150, 187, 115, 0.08); }
.offizone-booking .ob-row.free:hover .ob-row-tag { opacity: 1; }
.offizone-booking .ob-row.free .ob-row-bar { color: #96bb73; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.3px; }
.offizone-booking .ob-row-tag {
    font-size: 11px;
    color: #2a3743;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.15s;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.offizone-booking .ob-row.occ { background: rgba(221, 109, 91, 0.05); }
.offizone-booking .ob-row.occ .ob-row-bar { color: #dd6d5b; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.3px; }
.offizone-booking .ob-row.occ .ob-row-time { color: #999; }
.offizone-booking .ob-row.past { background: #fafafa; }
.offizone-booking .ob-row.past .ob-row-bar { color: #999; font-size: 12px; }
.offizone-booking .ob-row.past .ob-row-time { color: #999; }
.offizone-booking .ob-row.picked { background: rgba(42, 55, 67, 0.18) !important; }
.offizone-booking .ob-row.picked .ob-row-bar { color: #2a3743 !important; font-weight: 700; }
.offizone-booking .ob-row.picked .ob-row-time { color: #2a3743; }
.offizone-booking .ob-row.in-range { background: rgba(42, 55, 67, 0.08) !important; }
.offizone-booking .ob-row.in-range .ob-row-bar { color: #2a3743 !important; }
.offizone-booking .ob-row-evening { cursor: pointer; border-top: 2px dashed #e0e0e0; }
.offizone-booking .ob-row-evening:hover { background: rgba(42, 55, 67, 0.06); }
.offizone-booking .ob-row-evening:hover .ob-row-tag { opacity: 1; }
.offizone-booking .ob-row-evening .ob-row-bar { color: #2a3743; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.3px; }
.offizone-booking .ob-row-evening .ob-row-time { color: #2a3743; }

/* ==========================================================================
   DURATION / CONTACT PANEL
   ========================================================================== */
.offizone-booking .ob-panel {
    background: #fff;
    border: 1.5px solid #2a3743;
    padding: 24px;
    margin-bottom: 20px;
    animation: obFadeIn 0.25s ease;
}
.offizone-booking .ob-panel.ob-panel-contact {
    border-color: #2a3743;
}
@keyframes obFadeIn {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}
.offizone-booking .ob-panel-hd {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 16px;
}
.offizone-booking .ob-panel-hd h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}
.offizone-booking .ob-panel-close {
    font-size: 12px;
    color: #666;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 6px 12px;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1;
}
.offizone-booking .ob-panel-close:hover { border-color: #dd6d5b; color: #dd6d5b; }

.offizone-booking .ob-panel-label {
    font-size: 11px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.offizone-booking .ob-starts {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.offizone-booking .ob-start {
    padding: 8px 14px;
    border: 1.5px solid #e0e0e0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    background: #fff;
    transition: border-color 0.15s, background 0.15s;
    font-family: inherit;
}
.offizone-booking .ob-start:hover {
    border-color: #2a3743;
    background: rgba(42, 55, 67, 0.08);
}
.offizone-booking .ob-start.sel {
    border-color: #2a3743;
    background: #2a3743;
    color: #fff;
}

.offizone-booking .ob-durations {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.offizone-booking .ob-duration {
    flex: 1 1 110px;
    min-width: 100px;
    padding: 14px 8px;
    border: 1.5px solid #e0e0e0;
    background: #fff;
    cursor: pointer;
    text-align: center;
    transition: border-color 0.15s, background 0.15s;
}
.offizone-booking .ob-duration:hover {
    border-color: #2a3743;
    background: rgba(42, 55, 67, 0.08);
}
.offizone-booking .ob-duration.sel {
    border-color: #2a3743;
    background: #2a3743;
    color: #fff;
}
.offizone-booking .ob-dur-h {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
}
.offizone-booking .ob-duration.sel .ob-dur-h { color: #fff; }
.offizone-booking .ob-dur-price {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 3px;
}
.offizone-booking .ob-duration.sel .ob-dur-price { color: rgba(255, 255, 255, 0.95); }
.offizone-booking .ob-dur-end {
    font-size: 10px;
    color: #999;
    margin-top: 3px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.offizone-booking .ob-duration.sel .ob-dur-end { color: rgba(255, 255, 255, 0.7); }

.offizone-booking .ob-pick-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    background: #2a3743;
    color: #fff;
    margin-bottom: 16px;
}
.offizone-booking .ob-pick-summary-left { font-size: 13px; line-height: 1.5; }
.offizone-booking .ob-pick-summary-left strong { color: #fff; font-weight: 600; }
.offizone-booking .ob-pick-summary-price {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: right;
    white-space: nowrap;
}
.offizone-booking .ob-pick-summary-price small {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 2px;
    text-align: right;
}

.offizone-booking .ob-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

/* ==========================================================================
   BUTTONS — zdieľané s floorplans (.offizone-btn-primary)
   ========================================================================== */
.offizone-booking .offizone-btn-primary {
    display: inline-block;
    padding: 12px 25px;
    background: #2a3743;
    color: #fff;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.2s;
    font-family: inherit;
}
.offizone-booking .offizone-btn-primary:hover {
    background: #1a1a1a;
    color: #fff;
}
.offizone-booking .offizone-btn-primary[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}
.offizone-booking .offizone-btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    background: #fff;
    color: #666;
    border: 1px solid #e0e0e0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
    font-family: inherit;
}
.offizone-booking .offizone-btn-secondary:hover {
    border-color: #2a3743;
    color: #2a3743;
}

/* ==========================================================================
   STATUS BADGE — zdieľané s floorplans (.offizone-status-badge)
   ========================================================================== */
.offizone-booking .offizone-status-badge {
    display: inline-block;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.offizone-booking .offizone-status-badge.available { background: #96bb73; color: #fff; }
.offizone-booking .offizone-status-badge.occupied { background: #dd6d5b; color: #fff; }

/* ==========================================================================
   SUMMARY GRID + FORM
   ========================================================================== */
.offizone-booking .ob-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 14px;
    padding: 16px 18px;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
}
.offizone-booking .ob-summary-item {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.offizone-booking .ob-summary-item strong {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

.offizone-booking .ob-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 20px;
}
.offizone-booking .ob-field { display: flex; flex-direction: column; }
.offizone-booking .ob-field.full { grid-column: 1 / -1; }
.offizone-booking .ob-field label {
    font-size: 11px;
    color: #666;
    margin-bottom: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.offizone-booking .ob-field input[type="text"],
.offizone-booking .ob-field input[type="email"],
.offizone-booking .ob-field input[type="tel"],
.offizone-booking .ob-field input[type="number"],
.offizone-booking .ob-field input[type="url"],
.offizone-booking .ob-field textarea,
.offizone-booking .ob-field select {
    /* !important kvôli theme stylom (Hello Elementor / Astra / ...),
       aby sa rámček zobrazil rovnako na všetkých typoch poli. */
    display: block;
    width: 100% !important;
    padding: 12px 14px !important;
    border: 1px solid #cfcfcf !important;
    border-radius: 0 !important;
    background: #fff !important;
    font-size: 14px !important;
    font-family: inherit !important;
    color: #1a1a1a !important;
    line-height: 1.4 !important;
    box-shadow: none !important;
    outline: none !important;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}
.offizone-booking .ob-field input[type="text"]:hover,
.offizone-booking .ob-field input[type="email"]:hover,
.offizone-booking .ob-field input[type="tel"]:hover,
.offizone-booking .ob-field input[type="number"]:hover,
.offizone-booking .ob-field input[type="url"]:hover,
.offizone-booking .ob-field textarea:hover,
.offizone-booking .ob-field select:hover {
    border-color: #1a1a1a !important;
}
.offizone-booking .ob-field input[type="text"]:focus,
.offizone-booking .ob-field input[type="email"]:focus,
.offizone-booking .ob-field input[type="tel"]:focus,
.offizone-booking .ob-field input[type="number"]:focus,
.offizone-booking .ob-field input[type="url"]:focus,
.offizone-booking .ob-field textarea:focus,
.offizone-booking .ob-field select:focus {
    border-color: #2a3743 !important;
    box-shadow: 0 0 0 3px rgba(42, 55, 67, 0.18) !important;
}
.offizone-booking .ob-field input::placeholder,
.offizone-booking .ob-field textarea::placeholder {
    color: #a0a0a0;
    opacity: 1;
}
.offizone-booking .ob-field textarea {
    resize: vertical;
    min-height: 84px !important;
}
.offizone-booking .ob-field select {
    padding-right: 36px !important;
    min-height: 44px !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%231a1a1a' stroke-width='1.5' d='M1 1l4 4 4-4'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 10px 6px !important;
}

/* Billing toggle (firma / fyzická osoba) */
.offizone-booking .ob-billing-toggle {
    display: flex;
    gap: 14px;
}
.offizone-booking .ob-btog {
    flex: 1;
    padding: 12px 14px;
    border: 1px solid #cfcfcf;
    background: #fff;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.offizone-booking .ob-btog:hover { border-color: #1a1a1a; color: #1a1a1a; }
.offizone-booking .ob-btog.sel {
    background: #2a3743;
    border-color: #2a3743;
    color: #fff;
}

.offizone-booking .ob-checks {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.offizone-booking .ob-checks label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #1a1a1a;
    cursor: pointer;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0;
}
.offizone-booking .ob-checks input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #2a3743;
}

.offizone-booking .ob-gdpr {
    font-size: 11px;
    color: #999;
    line-height: 1.6;
    margin-bottom: 16px;
}
.offizone-booking .ob-gdpr a {
    color: #2a3743;
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

.offizone-booking .ob-phone-note {
    font-size: 13px;
    color: #666;
    padding: 12px 14px;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    margin-bottom: 16px;
    line-height: 1.5;
}
.offizone-booking .ob-phone-note strong { color: #1a1a1a; }

.offizone-booking .ob-pricelist-note {
    font-size: 14px;
    color: #555;
    padding: 16px 18px;
    background: #fafafa;
    line-height: 1.6;
    margin-top: 16px;
}
.offizone-booking .ob-pricelist-note strong { color: #2a3743; }
.offizone-booking .ob-pricelist-note a {
    color: #2a3743;
    text-decoration: underline;
    font-weight: 600;
}
.offizone-booking .ob-pricelist-note a:hover { color: #000; }

/* ==========================================================================
   STAVY (loading / error)
   ========================================================================== */
.offizone-booking .ob-err {
    background: rgba(221, 109, 91, 0.08);
    border: 1px solid #dd6d5b;
    color: #dd6d5b;
    padding: 12px 14px;
    font-size: 13px;
    margin-bottom: 16px;
}
.offizone-booking .ob-loading {
    padding: 28px;
    text-align: center;
    color: #999;
    font-size: 13px;
}

/* ==========================================================================
   ZĽAVA
   ========================================================================== */
.offizone-booking .ob-discount-badge {
    display: inline-block;
    background: #96bb73;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    margin-left: 6px;
    letter-spacing: 0.3px;
}

/* ==========================================================================
   SUCCESS
   ========================================================================== */
.offizone-booking .ob-success {
    text-align: center;
    padding: 40px 20px;
    animation: obFadeIn 0.4s ease;
}
.offizone-booking .ob-success-icon {
    width: 64px;
    height: 64px;
    background: rgba(150, 187, 115, 0.15);
    color: #96bb73;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    font-weight: 700;
}
.offizone-booking .ob-success h2 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
}
.offizone-booking .ob-success p {
    max-width: 440px;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}
.offizone-booking .ob-success-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 24px;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 768px) {
    .offizone-booking { padding: 0 12px; }
    .offizone-booking .ob-hd h2 { font-size: 20px; }
    .offizone-booking .ob-rooms { grid-template-columns: 1fr; }
    .offizone-booking .ob-form { grid-template-columns: 1fr; }
    .offizone-booking .ob-day { min-width: 40px; padding: 6px 2px; }
    .offizone-booking .ob-day-num { font-size: 14px; }
    .offizone-booking .ob-durations .ob-duration { flex: 1 1 calc(50% - 4px); }
    .offizone-booking .ob-pick-summary {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .offizone-booking .ob-pick-summary-price,
    .offizone-booking .ob-pick-summary-price small {
        text-align: left;
    }
    .offizone-booking .ob-row-time { width: 80px; padding: 0 12px; font-size: 12px; }
}

@media (max-width: 480px) {
    .offizone-booking .ob-steps { gap: 14px; }
    .offizone-booking .ob-step { font-size: 10px; letter-spacing: 0.2px; }
    .offizone-booking .ob-durations .ob-duration { flex: 1 1 100%; }
}
