.seat-map-container-1d1a316f {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    padding: 20px;
    background: #fdfdfd;
    border-radius: 12px;
    width: 100% !important;
    display: block !important;
}

.layout-wrapper-1d1a316f {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    justify-content: center !important;
    align-items: flex-start !important;
    width: 100% !important;
}

.seat-map-grid-1d1a316f {
    flex: 1 !important;
    min-width: 280px !important;
    max-width: 340px !important;
    background: #ffffff !important;
    border: 1px solid #e1e8ed !important;
    border-radius: 12px !important;
    padding: 25px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}

.driver {
    text-align: center;
    padding: 10px;
    border: 2px dashed #cfd8dc;
    border-radius: 6px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #546e7a;
    background: #f8f9fa;
}

.row {
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 12px !important;
}

.row.top {
    justify-content: flex-end !important;
    gap: 12px !important;
    margin-bottom: 25px !important;
}

.seat {
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    border-radius: 8px !important;
    background: #cfd8dc !important;
    color: #37474f !important;
    font-weight: bold !important;
    font-size: 15px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15) !important;
}

.seat:hover {
    background: #b0bec5 !important;
    transform: translateY(-2px) !important;
}

.seat.selected {
    background: #2ecc71 !important;
    color: #fff !important;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2) !important;
}

.aisle {
    width: 50px !important;
}

/* Formulário de Reserva */
.booking-form-box-1d1a316f {
    flex: 1.2 !important;
    min-width: 300px !important;
    max-width: 450px !important;
    background: #ffffff !important;
    border: 1px solid #e1e8ed !important;
    border-radius: 12px !important;
    padding: 25px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.form-title {
    margin-top: 0;
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    border-bottom: 2px solid #ecf0f1;
    padding-bottom: 12px;
}

.selected-summary {
    font-size: 15px;
    margin: 15px 0;
    color: #7f8c8d;
}

.badge {
    background: #e74c3c;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
}

.badge.success {
    background: #2ecc71;
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #34495e;
    font-size: 14px;
}

.form-group input {
    width: 100% !important;
    padding: 10px 12px !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
    transition: border 0.2s !important;
}

.form-group input:focus {
    border-color: #3498db !important;
    outline: none !important;
}

.btn-primary {
    width: 100% !important;
    padding: 14px !important;
    background: #25d366 !important;
    color: white !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3) !important;
    transition: background 0.2s, transform 0.1s !important;
    display: block !important;
    text-align: center !important;
}

.btn-primary:hover:not(:disabled) {
    background: #128c7e !important;
    transform: translateY(-1px) !important;
}

.btn-primary:disabled {
    background: #bdc3c7 !important;
    color: #7f8c8d !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}

.feedback-msg {
    margin-top: 15px;
    text-align: center;
    font-weight: 600;
}
