/* File: assets/css/frontend.css
 * QuarkCode Subscriptions — Frontend / My Account Styles
 */

/* ── Subscriptions Table ────────────────────────────────────────────────── */
.qcs-subscriptions-wrapper .woocommerce-orders-table {
    width: 100%;
}

.qcs-subscriptions-wrapper .woocommerce-orders-table mark {
    background: transparent;
    font-weight: 600;
}

.qcs-no-subscriptions {
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    text-align: center;
}

/* ── Single Subscription View ───────────────────────────────────────────── */
.qcs-view-subscription h2 {
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 10px;
}

.qcs-view-subscription .woocommerce-table {
    margin-bottom: 30px;
}

.qcs-subscription-actions {
    margin: 20px 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.qcs-subscription-actions .button {
    padding: 10px 20px;
    font-size: 14px;
}

.qcs-cancel-btn {
    background: #cc1818 !important;
    color: #fff !important;
    border-color: #cc1818 !important;
}

.qcs-cancel-btn:hover {
    background: #a01212 !important;
}

.qcs-suspend-btn {
    background: #f0ad00 !important;
    color: #fff !important;
    border-color: #f0ad00 !important;
}

.qcs-reactivate-btn {
    background: #28a745 !important;
    color: #fff !important;
    border-color: #28a745 !important;
}

/* ── Cart / Checkout Recurring Totals ───────────────────────────────────── */
.qcs-recurring-total th,
.qcs-recurring-total td {
    padding: 10px 0;
    border-top: 1px dashed #ccc;
}

.qcs-recurring-line {
    font-weight: 700;
    color: #333;
}

.qcs-trial-info,
.qcs-signup-fee {
    color: #666;
    font-size: 13px;
}

.qcs-recurring-label {
    color: #7f54b3;
    font-size: 12px;
}

/* ── Subscription Price Strings ─────────────────────────────────────────── */
.subscription-price {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #555;
}
