.lbsax-booking-wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    color: #111;
    box-sizing: border-box;
    overflow-x: hidden;
    position: relative;
}

/* Bakgrund efter steg 1 */
.lbsax-booking-wrapper[data-current-step="2"],
.lbsax-booking-wrapper[data-current-step="3"],
.lbsax-booking-wrapper[data-current-step="4"],
.lbsax-booking-wrapper[data-current-step="5"],
.lbsax-booking-wrapper[data-current-step="6"] {
    background-color: #eaeaea;
}

.lbsax-back-link {
    background: none !important;
    border: none !important;
    color: #111 !important;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.lbsax-back-link[hidden] {
    display: none !important;
}

.lbsax-back-link:hover,
.lbsax-back-link:focus,
.lbsax-back-link:focus-visible,
.lbsax-back-link:active,
.lbsax-back-link:visited {
    background: none !important;
    border: none !important;
    color: #111 !important;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

.lbsax-back-link span {
    font-size: 20px;
    line-height: 1;
}

.lbsax-progress-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 24px;
    padding: 0 20px;
}

.lbsax-progress-steps[hidden] {
    display: none !important;
}

.lbsax-step-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ddd;
    border: 2px solid #bbb;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.lbsax-step-indicator.active .step-circle {
    background: #c1af93;
    border-color: #c1af93;
    color: #fff;
    box-shadow: 0 2px 8px rgba(193, 175, 147, 0.4);
}

.lbsax-step-indicator.completed .step-circle {
    background: #7dd375;
    border-color: #7dd375;
    color: #fff;
}

.step-label {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #666;
    text-align: center;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.lbsax-step-indicator.active .step-label {
    color: #111;
    font-weight: 600;
}

.lbsax-step-indicator.completed .step-label {
    color: #555;
}

.lbsax-step-line {
    flex: 1;
    height: 2px;
    background: #ccc;
    margin: 0 8px;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
}

.lbsax-step-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #7dd375;
    transition: width 0.4s ease;
}

.lbsax-step-line.completed::after {
    width: 100%;
}

* {
    box-sizing: border-box;
}

.lbsax-step[hidden] {
    display: none !important;
}

.lbsax-booking-alert {
    margin-bottom: 16px;
    padding: 12px 16px;
    border: none;
    background: rgba(214, 54, 56, 0.9);
    color: #fff;
    border-radius: 4px;
}

.lbsax-booking-alert.success {
    border: none;
    background: #46b450;
    color: #fff;
}

.lbsax-step {
    margin-bottom: 32px;
    margin-top: 0;
    padding: 24px 32px;
    border: none;
    border-radius: 8px;
    background: transparent;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.lbsax-step:not(.step-postal-minimal) {
    padding-top: 0;
}

/* Bakgrund för steg 2-6 (mittersta rutan) */
.lbsax-booking-wrapper[data-current-step="2"] .lbsax-step[data-step="2"],
.lbsax-booking-wrapper[data-current-step="3"] .lbsax-step[data-step="3"],
.lbsax-booking-wrapper[data-current-step="4"] .lbsax-step[data-step="4"],
.lbsax-booking-wrapper[data-current-step="5"] .lbsax-step[data-step="5"],
.lbsax-booking-wrapper[data-current-step="6"] .lbsax-step[data-step="6"] {
    background: #f8f8f8;
}

.lbsax-step h2 {
    margin-top: 0;
    font-size: 24px;
    color: #111;
}

.lbsax-step-info {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #555;
    margin: 0 0 24px 0;
    line-height: 1.5;
}

.lbsax-step-info strong {
    font-weight: 700;
    color: #111;
}

.lbsax-step[data-step="3"] h2 {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

.lbsax-step[data-step="3"] .lbsax-step-actions {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

.lbsax-step-time-selection h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 16px;
}

.lbsax-selected-date-display {
    text-align: center;
    font-size: 18px;
    color: #111;
    font-weight: 600;
    margin-bottom: 30px;
    text-decoration: underline;
}

.lbsax-time-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 600px;
    margin: 0 auto 30px auto;
}

.lbsax-time-grid-btn {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    cursor: pointer;
    transition: all 0.2s ease;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lbsax-time-grid-btn:hover {
    background: #7dd375;
    border-color: #7dd375;
    color: #fff;
}

.lbsax-time-grid-btn.selected {
    background: #7dd375;
    border-color: #7dd375;
    color: #fff;
}

.lbsax-time-grid-btn.selected:hover {
    background: #7dd375;
    border-color: #7dd375;
    color: #fff;
}

.lbsax-time-grid-btn:hover ~ .lbsax-time-grid-btn.selected,
.lbsax-time-grid:has(.lbsax-time-grid-btn:hover) .lbsax-time-grid-btn.selected:not(:hover) {
    background: #dddddd;
    border-color: #dddddd;
    color: #111;
}

.lbsax-step[data-step="6"] .lbsax-step-actions {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.step-postal-minimal {
    margin-bottom: 0;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.lbsax-main-heading {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.lbsax-main-description {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0 0 32px 0;
    line-height: 1.5;
    max-width: 600px;
}

.step-postal-minimal .lbsax-postal-field {
    position: relative;
    width: 100%;
    max-width: 740px;
    height: 80px;
    display: block;
    border: none;
    background: transparent;
    box-shadow: none;
    margin-bottom: 0;
}

.step-postal-minimal input {
    width: 100%;
    max-width: 740px;
    height: 80px;
    font-size: 18px;
    padding: 0 32px 0 64px;
    border: none;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
    box-sizing: border-box;
    appearance: none;
    caret-color: #111;
}

.step-postal-minimal input:focus,
.step-postal-minimal input:focus-visible,
.step-postal-minimal input:focus-within {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    background: #fff;
}

.step-postal-minimal .lbsax-postal-field:focus,
.step-postal-minimal .lbsax-postal-field:focus-within {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.step-postal-minimal .lbsax-pin {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.step-postal-minimal .lbsax-pin svg path,
.step-postal-minimal .lbsax-pin svg circle {
    stroke: #000;
    fill: #000;
}

.step-postal-minimal .lbsax-postal-suggestions {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 740px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background: #fff;
    max-height: 260px;
    overflow-y: auto;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    display: none;
    margin-top: 0;
}

.step-postal-minimal .lbsax-postal-suggestions.is-visible {
    display: block;
}

.step-postal-minimal .lbsax-postal-suggestions:empty {
    display: none;
}

.lbsax-postal-suggestions li {
    padding: 10px 14px;
    cursor: pointer;
}

.lbsax-postal-suggestions li:hover,
.lbsax-postal-suggestions li:focus {
    background: #f5f5f5;
}


.lbsax-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.lbsax-item {
    border: none;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.item-header-with-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
}

.item-header-with-price h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px 0;
    letter-spacing: 0.5px;
}

.item-description {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    margin: 0 0 16px 0;
    min-height: 63px;
}

.item-quantity-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
    width: 100%;
}

.quantity-btn {
    position: relative;
    min-width: 60px;
    height: 50px;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    color: #111;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    outline: none !important;
}

.quantity-btn:hover {
    /* No hover effect */
    background: #fff;
    border-color: #ddd;
    color: #111;
}

.quantity-btn:focus,
.quantity-btn:focus-visible,
.quantity-btn:active {
    outline: none !important;
    box-shadow: none !important;
    background: #fff !important;
    border-color: #ddd !important;
    color: #111 !important;
}

.quantity-btn.selected {
    background: #7dd375 !important;
    border-color: #7dd375 !important;
    color: #fff !important;
}

.quantity-btn.selected:hover,
.quantity-btn.selected:focus,
.quantity-btn.selected:active {
    background: #7dd375 !important;
    border-color: #7dd375 !important;
    color: #fff !important;
}

.quantity-btn.selected::after {
    content: '✓';
    position: absolute;
    top: 4px;
    right: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.item-price {
    position: relative;
    min-height: 20px;
    min-width: 80px;
}

.price-total {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    line-height: 1;
}

.price-per-unit {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    line-height: 1;
}

.lbsax-extras-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 8px 0;
}

.lbsax-extra-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: transparent;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.lbsax-extra-item:last-child {
    border-bottom: none;
}

.lbsax-extra-item:hover {
    background: transparent;
}

.lbsax-extra-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.extra-checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background: #fff;
    flex-shrink: 0;
    position: relative;
    transition: all 0.2s ease;
}

.lbsax-extra-item input[type="checkbox"]:checked ~ .extra-checkbox {
    background: #7dd375;
    border-color: #7dd375;
}

.lbsax-extra-item input[type="checkbox"]:checked ~ .extra-checkbox::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.extra-label {
    flex: 1;
    font-size: 16px;
    color: #111;
    line-height: 1.4;
}

.extra-price {
    font-weight: 700;
    color: #111;
}

.lbsax-customer-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 1020px;
    margin: 0 auto;
}

.lbsax-field {
    width: 100%;
    display: block;
}

.lbsax-field-row {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    max-width: 100%;
    width: 100%;
    justify-content: center;
}

.lbsax-field.full {
    width: 500px;
    max-width: 500px;
    flex-shrink: 0;
}

.lbsax-field.half {
    width: 500px;
    max-width: 500px;
    flex-shrink: 1;
}


.lbsax-field input {
    width: 100%;
    height: 80px;
    padding: 0 20px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    background: #fff;
    font-size: 18px;
    color: #111;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

.lbsax-field input[type="tel"],
.lbsax-field input[type="email"],
.lbsax-field input[type="text"] {
    border: 1px solid #d9d9d9;
    outline: none;
}

/* Prevent zoom on input focus on iOS */
@media screen and (max-width: 768px) {
    .lbsax-field input,
    .lbsax-field select,
    .lbsax-field textarea {
        font-size: 16px !important; /* Prevents zoom on iOS */
    }
}

.lbsax-field input::placeholder {
    color: #8a8a8a;
}

.lbsax-field input:focus,
.lbsax-field input:focus-visible,
.lbsax-field input:focus-within {
    outline: none !important;
    border-color: #d9d9d9;
    box-shadow: none;
}

.lbsax-field input[type="tel"]:focus,
.lbsax-field input[type="tel"]:focus-visible,
.lbsax-field input[type="tel"]:focus-within,
.lbsax-field input[type="email"]:focus,
.lbsax-field input[type="email"]:focus-visible,
.lbsax-field input[type="email"]:focus-within,
.lbsax-field input[type="text"]:focus,
.lbsax-field input[type="text"]:focus-visible,
.lbsax-field input[type="text"]:focus-within {
    outline: none !important;
    border-color: #d9d9d9;
    box-shadow: none;
}

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

.lbsax-field {
    position: relative;
}

.lbsax-field input.has-error {
    color: #d63638;
    padding-left: 50px;
    border-color: #d63638;
}

.lbsax-field input.has-error::placeholder {
    color: #d63638;
}

.lbsax-field input.has-error + .lbsax-field-error-icon {
    display: flex;
}

.lbsax-field-error-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d63638;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1;
    pointer-events: none;
}

.lbsax-terms-link {
    background: none;
    border: none;
    color: #111;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    font-weight: 600;
}

.lbsax-terms-link:hover {
    color: #111;
}

.lbsax-terms-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lbsax-terms-modal[hidden] {
    display: none;
}

.lbsax-terms-modal-overlay {
    display: none;
}

.lbsax-terms-modal-content {
    position: relative;
    background: #f8f8f8;
    border-radius: 12px;
    max-width: 800px;
    max-height: 80vh;
    width: 90%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 1;
    border: 1px solid #e0e0e0;
}

.lbsax-terms-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 28px;
    background: #c1af93;
    border-radius: 12px 12px 0 0;
    border-bottom: none;
}

.lbsax-terms-modal-header h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.lbsax-terms-modal-close {
    background: none;
    border: none;
    font-size: 32px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
}

.lbsax-terms-modal-close:hover {
    opacity: 1;
}

.lbsax-terms-modal-body {
    padding: 28px;
    overflow-y: auto;
    flex: 1;
    background: #fff;
    border-radius: 0 0 12px 12px;
}

.lbsax-terms-modal-body p {
    margin: 0 0 16px 0;
    line-height: 1.6;
}

.lbsax-terms-modal-body p:last-child {
    margin-bottom: 0;
}

.lbsax-customer-form .checkbox {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    position: relative;
    color: #111;
}

.lbsax-customer-form .checkbox.has-error {
    color: #d63638;
}

.lbsax-step-actions {
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.lbsax-step-actions button {
    border: none;
    border-radius: 999px;
    padding: 12px 28px;
    font-size: 16px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    touch-action: manipulation;
    min-height: 44px;
}

.lbsax-step-actions .lbsax-next,
.lbsax-step-actions .lbsax-submit {
    background: #c1af93;
    color: #fff;
}

.lbsax-step-actions .lbsax-prev {
    background: #666666;
    color: #fff;
}

.lbsax-slot-message {
    margin-bottom: 16px;
    font-weight: 600;
    color: #111;
}

.lbsax-slot-message.is-loading::after {
    content: '.';
    animation: loadingDots 1.5s steps(3, end) infinite;
}

@keyframes loadingDots {
    0%, 20% {
        content: '.';
    }
    40% {
        content: '..';
    }
    60%, 100% {
        content: '...';
    }
}

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

.lbsax-slot-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
}

.slot-date {
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
}

.slot-times {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.slot-times button {
    border: 1px solid #fff;
    background: transparent;
    padding: 6px 12px;
    border-radius: 999px;
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    touch-action: manipulation;
    min-height: 44px;
}

.slot-times button.selected,
.slot-times button:hover {
    background: #111;
    color: #fff;
}

/* Month overview (3-month calendar) */
.lbsax-month-overview {
    margin-bottom: 24px;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
}

.lbsax-month-overview-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}

.lbsax-month-overview-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    flex: 1;
    color: #111;
}

.lbsax-month-prev,
.lbsax-month-next {
    background: none;
    border: none;
    color: #111 !important;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    padding: 4px 8px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    touch-action: manipulation;
}

.lbsax-month-prev[disabled],
.lbsax-month-next[disabled] {
    opacity: 0.4;
    cursor: default;
}

.lbsax-month-legend {
    margin: 0 0 12px 0;
    font-size: 13px;
    color: #555;
}

.lbsax-month-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    justify-content: center;
    max-width: 920px;
    margin: 0 auto;
}

.lbsax-month {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 15px 8px 12px 8px;
    background-color: #fafafa;
    width: 100%;
    max-width: 300px;
    height: 308px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.lbsax-month-header {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
    color: #c1af93;
    text-transform: lowercase;
}

.lbsax-month-weekdays,
.lbsax-month-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    gap: 0;
}

.lbsax-month-days {
    flex: 1;
    align-content: space-between;
    row-gap: 4px;
}

.lbsax-month-weekdays {
    font-size: 11px;
    text-transform: capitalize;
    color: #666;
    margin-bottom: 8px;
    font-weight: 600;
}

.lbsax-month-weekday {
    padding: 4px 0;
}

.lbsax-month-day {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    cursor: default;
    color: #999;
    border-radius: 4px;
    min-height: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin: 2px 1px;
}

.lbsax-month-day.is-empty {
    cursor: default;
}

.lbsax-month-day.has-slots {
    cursor: pointer;
    color: #fff;
    background-color: #1877d6;
    border: 2px solid #1877d6;
}

.lbsax-month-day.has-slots:hover {
    background-color: #1565b8;
    border-color: #1565b8;
}

.lbsax-month-day.is-selected {
    background-color: #7dd375;
    border: 2px solid #7dd375;
    color: #111;
    font-weight: 700;
}

.lbsax-month-day.is-today {
    border: 2px solid #1877d6;
    color: #1877d6;
    background: #fff;
}

.lbsax-month-day.is-disabled {
    opacity: 0.3;
}

.lbsax-day-times {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.lbsax-day-times-header {
    font-weight: 600;
    margin-bottom: 0;
    color: #111;
}

.lbsax-day-times-slots {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
}

.lbsax-time-select-btn {
    border: none;
    background: #1877d6 !important;
    padding: 8px 16px;
    border-radius: 999px;
    cursor: pointer;
    color: #fff !important;
    font-size: 15px;
    font-family: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    touch-action: manipulation;
    min-height: 79px;
    width: 600px;
    max-width: 100%;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lbsax-time-select-btn:focus,
.lbsax-time-select-btn:focus-visible,
.lbsax-time-select-btn:hover,
.lbsax-time-select-btn:active {
    outline: none;
    background: #1877d6 !important;
    color: #fff !important;
}

.lbsax-time-select-btn::after {
    content: '▼';
    font-size: 10px;
    margin-left: 8px;
    opacity: 0.6;
    transition: transform 0.2s;
    display: inline-block;
}

.lbsax-time-select-btn.is-open::after {
    transform: rotate(180deg);
}

.lbsax-time-select-btn.has-selection {
    background: #1877d6 !important;
    border: none !important;
}

.lbsax-time-dropdown {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #111;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 100;
    min-width: 280px;
    max-width: 400px;
    max-height: 240px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(8px) scale(0.98);
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.15s ease-out, transform 0.15s ease-out, visibility 0.15s;
}

.lbsax-time-dropdown:not([hidden]) {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    visibility: visible;
}

.lbsax-time-results {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 240px;
    overscroll-behavior: contain;
    /* Select2-style scrollbar */
    scrollbar-width: thin;
    scrollbar-color: #999 #f0f0f0;
}

.lbsax-time-results::-webkit-scrollbar {
    width: 8px;
}

.lbsax-time-results::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

.lbsax-time-results::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 4px;
}

.lbsax-time-results::-webkit-scrollbar-thumb:hover {
    background: #666;
}

.lbsax-time-options {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0;
}

.lbsax-time-option {
    padding: 8px 12px;
    cursor: pointer;
    color: #111;
    font-size: 14px;
    line-height: 1.5;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    touch-action: manipulation;
    display: block;
    box-sizing: border-box;
    flex: 0 0 33.333%;
    text-align: center;
}

.lbsax-time-option--placeholder {
    color: #999;
    font-style: italic;
    flex: 0 0 100%;
    text-align: left;
}

.lbsax-time-option:not(.lbsax-time-option--placeholder):not(.lbsax-time-option--selected):hover {
    background: #f5f5f5;
}

.lbsax-time-option--selected {
    background: #1877d6;
    color: #fff;
}

.lbsax-time-option--selected:hover {
    background: #1877d6 !important;
    color: #fff !important;
}

/* .lbsax-day-time-select removed – using button grid instead */

/* Week Calendar Styles */
.lbsax-week-calendar {
    margin-bottom: 24px;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible;
    position: relative;
}

.lbsax-week-nav {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 24px;
    padding: 0 4px;
}

.lbsax-week-nav button {
    background: none;
    border: none;
    color: #111;
    font-size: 14px;
    cursor: pointer;
    padding: 8px 12px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    touch-action: manipulation;
    transition: opacity 0.2s ease;
    display: flex;
    align-items: center;
    line-height: 1;
}

.lbsax-week-nav button:hover {
    opacity: 0.7;
}

.lbsax-week-nav button:active {
    opacity: 0.5;
}

.lbsax-week-range {
    font-size: 14px;
    color: #111;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
}

.lbsax-week-range strong {
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

.lbsax-week-range span {
    font-weight: 400;
    display: block;
    line-height: 1;
    font-size: 13px;
    margin-top: -3px;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.lbsax-week-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    max-width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: visible;
    box-sizing: border-box;
}

.lbsax-week-day {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 8px 8px 8px;
    min-height: 160px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
    overflow: visible;
    min-width: 0;
    max-width: 100%;
    justify-content: flex-start;
}

.lbsax-week-day:nth-child(7n) {
    border-right: none;
}

.lbsax-week-day:last-child {
    border-bottom: none;
}

/* Remove bottom border from last row of days */
.lbsax-week-day:nth-last-child(-n+7) {
    border-bottom: none;
}

.lbsax-week-day.has-slots {
    cursor: pointer;
}

.lbsax-week-day.has-slots:hover {
    background-color: #f5f5f5;
}

.lbsax-week-day.is-selected {
    background-color: #f0f0f0;
}

.lbsax-week-day-label {
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 0;
    margin-left: -1px;
    margin-right: -1px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    position: relative;
    flex-shrink: 0;
    min-height: 50px;
    height: 50px;
    max-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

.lbsax-week-day-name {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    margin-bottom: 4px;
    line-height: 1.2;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lbsax-week-day-number {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    height: 20px;
    margin-bottom: 0;
}

.lbsax-week-day.is-today .lbsax-week-day-name,
.lbsax-week-day.is-today .lbsax-week-day-number {
    color: #111;
    font-weight: 600;
}

.lbsax-week-day-dot {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #111;
    border-radius: 50%;
    margin-top: 2px;
    flex-shrink: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.lbsax-week-times {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-bottom: 0;
    align-items: center;
    flex: 0 0 auto;
    justify-content: flex-start;
    overflow: visible;
    box-sizing: border-box;
    padding: 0;
}

.lbsax-week-time-btn {
    margin-bottom: 6px;
}

.lbsax-week-time-btn:last-child {
    margin-bottom: 0;
}

.lbsax-week-times:empty {
    display: none;
}

/* Calculate height based on max slots in week - set via CSS variable from JS */
.lbsax-week-grid {
    --max-slots: 0;
}

.lbsax-week-times {
    /* Formula: (maxSlots * 36px button) + ((maxSlots - 1) * 6px gap) = maxSlots * 42px - 6px */
    /* Plus container margins: 8px top + 8px bottom = 16px total */
    /* Minimum of 2 slots to maintain consistent calendar size even when empty */
    /* When maxSlots is 0 or less, use minimum of 2 slots: 2 * 42px - 6px + 16px = 94px */
    /* Use min-height only to allow natural growth, but ensure minimum size */
    min-height: max(94px, calc(var(--max-slots, 2) * 42px - 6px + 16px));
}

.lbsax-week-time-empty {
    height: 36px;
    width: 100%;
    max-width: 100px;
    flex-shrink: 0;
    visibility: hidden;
    pointer-events: none;
    margin: 0 0 6px 0;
    padding: 0;
    overflow: hidden;
}

.lbsax-week-time-empty:last-child {
    margin-bottom: 0;
}

.lbsax-week-time-btn {
    background: #a8e6a3;
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    cursor: pointer;
    width: 100%;
    max-width: 100px;
    transition: background-color 0.2s ease, transform 0.1s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    touch-action: manipulation;
    min-height: 36px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 6px 0;
}

.lbsax-week-time-btn:hover {
    background: #95d68f;
}

.lbsax-week-time-btn:active {
    transform: scale(0.98);
}

.lbsax-week-time-btn.selected {
    background: #7dd375;
    font-weight: 600;
}

/* Mobile Optimizations */
@media (max-width: 768px) {
    .lbsax-booking-wrapper {
        padding: 0 16px;
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .lbsax-step {
        padding: 20px 16px;
        margin-bottom: 24px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .lbsax-week-calendar {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: visible;
        position: relative;
    }

    .lbsax-step h2 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    /* Postal code input */
    .step-postal-minimal {
        padding: 0;
        width: 100%;
    }

    .lbsax-main-heading {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .lbsax-main-description {
        font-size: 16px;
        margin-bottom: 24px;
        padding: 0 16px;
    }

    .step-postal-minimal .lbsax-postal-field {
        width: 100%;
        height: 64px;
        margin-bottom: 0;
    }

    .step-postal-minimal input {
        width: 100%;
        height: 64px;
        font-size: 16px;
        padding: 0 20px 0 52px;
    }

    .step-postal-minimal .lbsax-pin {
        left: 18px;
        width: 20px;
        height: 20px;
    }

    .step-postal-minimal .lbsax-pin svg {
        width: 20px;
        height: 20px;
    }

    .step-postal-minimal .lbsax-postal-suggestions {
        width: 100%;
        max-height: 200px;
        font-size: 16px;
        margin-top: 0;
    }

    .lbsax-postal-suggestions li {
        padding: 12px 16px;
        font-size: 16px;
    }

    /* Items grid */
    .lbsax-items {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .lbsax-item {
        padding: 16px;
    }

    .item-header-with-price h3 {
        font-size: 16px;
    }

    .price-total {
        font-size: 15px;
    }

    .price-per-unit {
        font-size: 11px;
    }

    .item-quantity-buttons {
        gap: 8px;
    }

    .quantity-btn {
        min-width: 50px;
        height: 44px;
        font-size: 15px;
        padding: 10px 12px;
    }

    /* Customer form */
    .lbsax-customer-form {
        gap: 16px;
        max-width: 100%;
    }

    .lbsax-field input {
        height: 52px;
        font-size: 16px !important; /* Prevents zoom on iOS */
        padding: 0 16px;
    }

    .lbsax-field-row {
        flex-direction: column;
        gap: 16px;
        max-width: 100%;
    }

    .lbsax-field.half {
        width: 100%;
        max-width: 100%;
        flex: 1 1 100%;
    }

    .lbsax-field.full {
        max-width: 100%;
    }

    /* Step actions */
    .lbsax-step-actions {
        flex-direction: column-reverse;
        gap: 12px;
        margin-top: 20px;
    }

    .lbsax-step-actions button {
        width: 100%;
        padding: 14px 28px;
        font-size: 16px;
        min-height: 48px; /* Better touch target */
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
        touch-action: manipulation; /* Prevents double-tap zoom */
    }

    /* Slots grid */
    .lbsax-slots {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .lbsax-slot-card {
        padding: 16px;
    }

    .slot-times {
        gap: 8px;
    }

    .slot-times button {
        padding: 8px 16px;
        font-size: 14px;
        min-height: 44px; /* Better touch target */
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
        touch-action: manipulation; /* Prevents double-tap zoom */
    }

    /* Week Calendar Mobile */
    .lbsax-week-nav {
        margin-bottom: 16px;
        padding: 0;
    }

    .lbsax-week-nav button {
        font-size: 13px;
        padding: 6px 8px;
    }

    .lbsax-week-range {
        font-size: 12px;
        padding: 0 4px;
    }

    .lbsax-week-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr));
        gap: 0;
        width: 100%;
        max-width: 100%;
        overflow: visible;
        box-sizing: border-box;
        position: relative;
    }
    
    .lbsax-week-day {
        padding: 4px 1px 0 1px;
        min-height: auto;
        height: auto;
        font-size: 10px;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
        overflow: visible;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .lbsax-week-day:has(.lbsax-week-times:not(:empty)) {
        padding-bottom: 0;
    }
    
    .lbsax-week-day-label {
        min-height: 35px;
        padding-bottom: 4px;
        max-width: 100%;
        box-sizing: border-box;
        flex-shrink: 0;
    }
    
    .lbsax-week-day-name {
        font-size: 9px;
        margin-bottom: 1px;
        line-height: 1;
    }
    
    .lbsax-week-day-number {
        font-size: 12px;
        height: 14px;
        line-height: 1;
    }
    
    .lbsax-week-times {
        /* Formula: (maxSlots * 24px button) + ((maxSlots - 1) * 3px gap) = maxSlots * 27px - 3px */
        /* Plus container margins: 4px top + 4px bottom = 8px total */
        /* Minimum of 2 slots to maintain consistent calendar size even when empty */
        /* When maxSlots is 0 or less, use minimum of 2 slots: 2 * 27px - 3px + 8px = 59px */
        /* Use min-height only to allow natural growth, but ensure minimum size */
        min-height: max(59px, calc(var(--max-slots, 2) * 27px - 3px + 8px));
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 2px 0 2px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding-bottom: 0;
        gap: 0;
        overflow: visible;
        flex: 0 0 auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .lbsax-week-time-empty {
        height: 24px;
        min-height: 24px;
        margin: 0 0 3px 0;
    }
    
    .lbsax-week-time-empty:last-child {
        margin-bottom: 0;
    }
    
    .lbsax-week-time-btn {
        padding: 4px 6px;
        font-size: 10px;
        min-height: 24px;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 3px 0;
    }
    
    .lbsax-week-time-btn:last-child {
        margin-bottom: 0;
    }

    .lbsax-week-day-label {
        font-size: 11px;
        margin-bottom: 6px;
        min-height: 35px;
    }
    

    .lbsax-week-time-btn {
        padding: 6px 12px;
        font-size: 12px;
        min-height: 32px;
        max-width: 80px;
    }

    /* Terms modal */
    .lbsax-terms-modal-content {
        width: 95%;
        max-height: 85vh;
        margin: 20px;
        border-radius: 12px;
    }

    .lbsax-terms-modal-header {
        padding: 20px;
        border-radius: 12px 12px 0 0;
    }

    .lbsax-terms-modal-header h2 {
        font-size: 20px;
        color: #fff;
    }

    .lbsax-terms-modal-close {
        width: 36px;
        height: 36px;
        font-size: 28px;
        color: #fff;
    }

    .lbsax-terms-modal-body {
        padding: 20px;
        font-size: 15px;
        background: #fff;
    }

    /* Alert */
    .lbsax-booking-alert {
        padding: 12px 14px;
        font-size: 14px;
    }

    /* Progress steps mobile */
    .lbsax-progress-steps {
        padding: 0 12px;
        margin-bottom: 20px;
    }

    .step-circle {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .step-label {
        font-size: 10px;
        margin-top: 6px;
    }

    .lbsax-step-line {
        margin: 0 4px;
        margin-bottom: 22px;
    }

    .lbsax-month-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 10px;
    }

    .lbsax-month {
        padding: 10px 6px 8px 6px;
        width: 100%;
        height: auto;
        min-height: 220px;
    }

    .lbsax-month-header {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .lbsax-month-weekdays {
        font-size: 10px;
        margin-bottom: 6px;
    }

    .lbsax-month-day {
        font-size: 12px;
        min-height: 28px;
        height: 28px;
        margin: 1px 0.5px;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .lbsax-booking-wrapper {
        padding: 0 12px;
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .lbsax-step {
        padding: 16px 12px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .lbsax-week-calendar {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: visible;
        position: relative;
    }

    .lbsax-step h2 {
        font-size: 18px;
    }

    .lbsax-week-nav button {
        font-size: 12px;
        padding: 4px 6px;
    }

    .lbsax-week-range {
        font-size: 11px;
    }

    .lbsax-week-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr));
        overflow: visible;
    }
    
    .lbsax-week-day {
        padding: 4px 1px 0 1px;
        min-height: auto;
        height: auto;
        max-height: none;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
        overflow: visible;
        justify-content: flex-start;
        align-items: stretch;
    }
    
    .lbsax-week-day:has(.lbsax-week-times:not(:empty)) {
        padding-bottom: 0;
    }
    
    .lbsax-week-day-label {
        min-height: 32px;
        max-width: 100%;
        box-sizing: border-box;
        padding-bottom: 3px;
        flex-shrink: 0;
    }
    
    .lbsax-week-day-name {
        font-size: 8px;
        margin-bottom: 1px;
    }
    
    .lbsax-week-day-number {
        font-size: 11px;
        height: 12px;
    }
    
    .lbsax-week-times {
        /* Formula: (maxSlots * 22px button) + ((maxSlots - 1) * 2px gap) = maxSlots * 24px - 2px */
        /* Plus container margins: 4px top + 4px bottom = 8px total */
        /* Minimum of 2 slots to maintain consistent calendar size even when empty */
        /* When maxSlots is 0 or less, use minimum of 2 slots: 2 * 24px - 2px + 8px = 54px */
        /* Use min-height only to allow natural growth, but ensure minimum size */
        min-height: max(54px, calc(var(--max-slots, 2) * 24px - 2px + 8px));
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 1px 0 1px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding-bottom: 0;
        gap: 0;
        overflow: visible;
        flex: 0 0 auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .lbsax-week-time-empty {
        height: 22px;
        min-height: 22px;
        margin: 0 0 2px 0;
    }
    
    .lbsax-week-time-empty:last-child {
        margin-bottom: 0;
    }
    
    .lbsax-week-time-btn {
        padding: 3px 4px;
        font-size: 9px;
        min-height: 22px;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 2px 0;
    }
    
    .lbsax-week-time-btn:last-child {
        margin-bottom: 0;
    }

    .lbsax-week-day-label {
        font-size: 10px;
    }

    .lbsax-week-time-btn {
        padding: 5px 10px;
        font-size: 11px;
        min-height: 28px;
        max-width: 70px;
    }

    .lbsax-main-heading {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .lbsax-main-description {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .step-postal-minimal input {
        height: 56px;
        font-size: 16px;
        padding: 0 16px 0 44px;
    }

    .step-postal-minimal .lbsax-pin {
        left: 14px;
        width: 18px;
        height: 18px;
    }

    .step-postal-minimal .lbsax-pin svg {
        width: 18px;
        height: 18px;
    }

    .quantity-btn {
        min-width: 48px;
        height: 42px;
        font-size: 15px;
    }

    .lbsax-field input {
        height: 48px;
        font-size: 16px;
        padding: 0 14px;
    }

    .lbsax-step-actions button {
        padding: 12px 24px;
        font-size: 15px;
    }

    .lbsax-month-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .lbsax-month {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        height: auto;
        min-height: 240px;
    }

    .lbsax-month-header {
        font-size: 13px;
    }

    .lbsax-month-weekdays {
        font-size: 9px;
    }

    .lbsax-month-day {
        font-size: 11px;
        min-height: 30px;
        height: 30px;
    }
}

/* Tablet adjustments */
@media (min-width: 481px) and (max-width: 768px) {
    .lbsax-booking-wrapper {
        padding: 0 20px;
    }

    .lbsax-items {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }

    .lbsax-month-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 12px;
    }

    .lbsax-month {
        width: 100%;
        height: auto;
        min-height: 240px;
    }

    .lbsax-month-header {
        font-size: 15px;
    }

    .lbsax-month-day {
        min-height: 30px;
        height: 30px;
        font-size: 13px;
    }
}

/* Stora skärmar - lite mer spacing */
@media (min-width: 1200px) {
    .lbsax-month-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        max-width: 1000px;
    }

    .lbsax-month {
        width: 100%;
        max-width: 320px;
        height: 328px;
    }

    .lbsax-month-header {
        font-size: 20px;
    }

    .lbsax-month-day {
        font-size: 15px;
        min-height: 38px;
        height: 38px;
    }
}


