/* Order list cancel button */
.woocommerce-orders-table a.cancel {
    background-color: #d63638 !important;
    color: #ffffff !important;
    border-radius: 4px;
    padding: 6px 12px;
    font-weight: 600;
}

.woocommerce-orders-table a.cancel:hover {
    background-color: #b32d2e !important;
}

/* Order detail cancel button */
.wc-cancel-order-button {
    background-color: #d63638 !important;
    color: #ffffff !important;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
}

.wc-cancel-order-button:hover {
    background-color: #b32d2e !important;
}

.wc-cancel-note {
    margin-top: 8px;
    font-size: 13px;
    color: #777;
}

.wc-cancel-expired {
    color: #999;
    font-size: 14px;
    font-style: italic;
}
