<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.woocommerce_account_subscriptions .my_account_subscriptions .woocommerce-orders-table__row .subscription-actions.order-actions .button {
    margin-bottom: 1em;
}

.wcfsb_subscription-device {
    margin-bottom: 1em;
}

.wcfsb_subscription-device .wcfsb_wrapper {
    display: flex;
    align-items: center;
    gap: 1em;
}

.wcfsb_subscription-device button {
    min-width: 180px;
    margin-right: auto;
}

/* TODO: should be part of the theme */

.wcfsb_subscription-device .wcfsb_wrapper input[disabled='disabled'],
.wcfsb_subscription-device .wcfsb_wrapper input[disabled='disabled']:is(:hover),
.wcfsb_subscription-device .wcfsb_wrapper input[disabled='disabled']:-webkit-autofill {
    background-color: #333 !important;
    color: #999 !important;
    border-color: #999 !important;
    cursor: not-allowed;
    -webkit-text-fill-color: #999 !important;
    -webkit-box-shadow: 0 0 0 100px #333 inset !important;;
}

.wcfsb_subscription-device .wcfsb_wrapper button[disabled='disabled'],
.wcfsb_subscription-device .wcfsb_wrapper button[disabled='disabled']:is(:hover) {
    background-color: #999;
    color: #666;
    cursor: not-allowed;
}
</pre></body></html>