/* 
 * Child Buceo & Wizard Styles
 * Parque Dos Ojos - Phase 4
 */

/* 1. Contrast Fixes for Buceo Section */
.diving-section {
    background: #f8f9fa !important;
    color: #1A1A1A !important;
}

.diving-section h2, 
.diving-section h3,
.diving-section label, 
.diving-section th, 
.diving-section td,
.diving-section p,
.diving-section input,
.diving-section select {
    color: #1A1A1A !important;
}

/* Form Styles */
.diving-section .input-field {
    background: #ffffff !important;
    border: 1px solid #ddd !important;
    color: #1A1A1A !important;
    padding: 12px !important;
}

.diving-section .input-field::placeholder {
    color: #888 !important;
}

/* Table Styles */
.diver-table {
    background: #ffffff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
}

.diver-table th {
    background: #f1f1f1 !important;
    color: #1A1A1A !important;
    font-weight: 700 !important;
    padding: 15px !important;
}

.diver-table tr {
    border-bottom: 1px solid #eee !important;
}

.diver-table tr.selected-row {
    background: #e7f3ff !important;
}

.diver-table td {
    padding: 12px 15px !important;
    color: #1a1a1a !important;
}

/* 2. Reservation Wizard Wrapper */
.booking-module {
    padding: 80px 0 !important;
    background: #10344c !important; /* Original deep blue */
}

.reserva-wrapper {
    max-width: 900px !important;
    margin: 0 auto !important;
    background: #ffffff !important;
    padding: 40px !important;
    border-radius: 15px !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2) !important;
    position: relative !important;
    z-index: 10 !important;
    color: #1A1A1A !important;
}

.reserva-wrapper .booking-step h3,
.reserva-wrapper .booking-step label,
.reserva-wrapper .booking-step p,
.reserva-wrapper .summary-details p {
    color: #1A1A1A !important;
}

.reserva-wrapper .input-field {
    background: #fdfdfd !important;
    border: 1px solid #ccc !important;
    color: #1A1A1A !important;
}

.booking-step .actions {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    margin-top: 30px !important;
    padding-top: 20px !important;
    border-top: 1px solid #eee !important;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .reserva-wrapper {
        margin: 10px !important;
        padding: 20px !important;
        border-radius: 10px !important;
    }
    
    .diving-grid {
        display: block !important;
    }
}
