/**
 * Lalamove Cart Warning Styles
 */

.crosta-cart-warning {
    margin: 20px 0;
    padding: 15px;
    background-color: #fff9e6;
    border: 1px solid #ffcc00;
    border-radius: 4px;
    color: #856404;
}

.crosta-cart-warning .warning-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.crosta-cart-warning .warning-icon {
    font-size: 24px;
}

.crosta-cart-warning .warning-message {
    margin: 0;
    font-weight: 500;
}

/* Disabled state for checkout button */
.checkout-button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #ccc !important;
}
