.socube-creneau-block {
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e2e8ea;
}

.socube-creneau-block h2 {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    color: #386a75;
}

.socube-creneau-hint {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 1rem;
}

.socube-creneau-input {
    width: 100%;
    padding: 0.65rem 0.85rem;
    border: 1px solid #c5d0d3;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}

.socube-creneau-input:focus {
    outline: none;
    border-color: #386a75;
    box-shadow: 0 0 0 2px rgba(56, 106, 117, 0.15);
}

.socube-creneau-status {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    min-height: 1.25rem;
}

.socube-creneau-status.is-saved {
    color: #386a75;
}

.socube-creneau-status.is-error {
    color: #b42318;
}

.socube-creneau-checkout-notice {
    font-size: 0.875rem;
    color: #b42318;
    margin-bottom: 0.75rem;
}

body.socube-no-creneau .wc-proceed-to-checkout .checkout-button {
    opacity: 0.5;
    cursor: not-allowed;
}

.socube-checkout-creneau-recap {
    margin-bottom: 1.25rem;
    padding: 1rem;
    background: #f0f6f7;
    border-left: 4px solid #386a75;
    border-radius: 4px;
}

.socube-cart-info-modal .modal-title {
    color: #386a75;
}

.socube-cart-info-modal .modal-content {
    border-radius: 12px;
    min-height: 100% !important;

}

.flatpickr-calendar {
    font-family: inherit;
    z-index: 1065 !important;
}

.socube-creneau-click-hint {
    font-style: italic;
    margin-bottom: 0.75rem;
}
