/**
 * Checkout styles for IB Wave Asignaturas
 * Minimal - lets WC Blocks native styles do the work
 */

/* Section spacing only - no boxes, no backgrounds */
.ibwave-asignaturas-section {
    margin-bottom: 48px;
}

/* Product block - no visual styling, just structure */
.ibwave-product-block {
    margin-bottom: 0;
}

/* Status indicator for AJAX feedback */
.ibwave-status {
    display: inline-block;
    min-width: 20px;
    margin-left: 8px;
    font-size: 14px;
}

.ibwave-status.saved {
    color: #27ae60;
}

.ibwave-status.error {
    color: #cc1818;
}

/* Disabled options (already selected in another dropdown) */
.ibwave-select option:disabled {
    color: #949494;
}

/* Responsive */
@media (max-width: 600px) {
    .ibwave-asignaturas-section {
        margin-bottom: 32px;
    }
}
