.wsu-express-delivery-container {
    margin: 2em 0;
    padding: 1.5em;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}

.wsu-express-option label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.wsu-express-checkbox {
    margin: 0 !important;
}

.wsu-express-unavailable {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* Loading state */
.wsu-loading {
    opacity: 0.5;
    pointer-events: none;
}

/* Express delivery badge in orders */
.wsu-express-badge {
    display: inline-block;
    padding: 3px 8px;
    background: #4caf50;
    color: white;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 10px;
}

.wsu-express-delivery-test-notice {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 12px;
    margin-bottom: 20px;
}

.wsu-express-delivery-test-notice p {
    margin: 0;
    color: #856404;
    display: flex;
    align-items: center;
}

.wsu-express-delivery-test-notice .dashicons {
    margin-right: 8px;
    color: #856404;
}

.express-delivery-notice {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 4px;
}

.express-delivery-warning {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
}

.express-delivery-warning ul {
    margin: 5px 0 0 20px;
    list-style-type: disc;
}

.express-delivery-disabled {
    opacity: 0.7;
    pointer-events: none;
}

.express-delivery-disabled .express-checkbox-label {
    cursor: not-allowed;
}

.woocommerce-checkout-review-order-table
    .wsu-express-delivery-item
    td.product-name {
    font-weight: 500;
}
.woocommerce-table--order-details .wsu-express-delivery .product-name {
    font-weight: 500;
}
.woocommerce-table--order-details .wsu-express-delivery .product-quantity {
    display: none;
}
