/* Checkout Custom Styles for SPA Reservation */
.spa-checkout-notice {
    background: #f0f9ff !important;
    border: 1px solid #bae6fd !important;
    border-radius: 8px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
}

.spa-checkout-notice h3 {
    color: #0369a1 !important;
    margin: 0 0 10px 0 !important;
    font-size: 18px !important;
}

.spa-checkout-notice p {
    margin: 0 !important;
    color: #475569 !important;
}

.spa-reservation-summary {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
}

.spa-reservation-summary h4 {
    color: #1e293b !important;
    margin: 0 0 15px 0 !important;
    font-size: 16px !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding-bottom: 10px !important;
}

.reservation-details p {
    margin: 8px 0 !important;
    color: #475569 !important;
}

.reservation-details strong {
    color: #374151 !important;
    min-width: 80px !important;
    display: inline-block !important;
}

/* Custom styling for address textarea */
#billing_address_1_field textarea {
    width: 100% !important;
    min-height: 80px !important;
    resize: vertical !important;
    padding: 12px !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 8px !important;
    font-family: inherit !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

#billing_address_1_field textarea:focus {
    border-color: #667eea !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
}

/* Google Maps field styling */
#billing_google_maps_field input {
    font-family: monospace !important;
    font-size: 13px !important;
}

#billing_google_maps_field .description {
    font-size: 12px !important;
    color: #6b7280 !important;
    margin-top: 5px !important;
    display: block !important;
}

/* Simplify checkout layout */
.woocommerce-checkout .col2-set {
    width: 100% !important;
    float: none !important;
}

.woocommerce-checkout #customer_details {
    width: 100% !important;
    float: none !important;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
    width: 100% !important;
    float: none !important;
}

/* Hide unnecessary sections */
.woocommerce-shipping-fields,
.shipping_address {
    display: none !important;
}

/* Responsive design */
@media (max-width: 768px) {
    .spa-checkout-notice,
    .spa-reservation-summary {
        padding: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    #billing_address_1_field textarea {
        min-height: 70px !important;
    }
}

/* Make form more compact */
.woocommerce-billing-fields .form-row {
    margin-bottom: 15px !important;
}

.woocommerce-billing-fields .form-row label {
    font-weight: 600 !important;
    color: #374151 !important;
    margin-bottom: 5px !important;
    display: block !important;
} 

.woocommerce-additional-fields > h3,
#order_review_heading {
    display: none !important;
} 

.woocommerce-checkout-review-order-table,
#order_review table.shop_table,
.woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout-review-order-table tfoot {
    display: none !important;
}

#order_review_heading {
    display: none !important;
} 

.spa-total-price {
    background: none !important;
    color: #1e293b !important; /* abu tua elegan */
    padding: 8px 0 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    text-align: right !important;
    display: block !important;
    border-top: 1px solid #e2e8f0 !important;
    border-bottom: 2px solid #1e293b !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}

.spa-total-price strong {
    display: block !important;
    font-size: 14px !important;
    color: #64748b !important; /* abu halus untuk label */
    margin-bottom: 3px !important;
    font-weight: 500 !important;
}

.spa-total-price .amount {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
} 

/* Hide Google Maps description element */
#billing_google_maps-description {
    display: none !important;
}

.woocommerce-checkout .billing_google_maps .description {
    display: none !important;
}

span#billing_google_maps-description {
    display: none !important;
}

span.description[aria-hidden="true"] {
    display: none !important;
}