.fiftyacres-points-badge {
    display: inline-block;
    padding: 6px 12px;
    margin: 8px 0;
    background: #f6f3ee;
    border-left: 3px solid #5a7a3c;
    color: #2f4d22;
    font-size: 0.95em;
    font-weight: 500;
}

.fiftyacres-points-cart-banner {
    margin-bottom: 1em;
    padding: 10px 14px;
    background: #f6f3ee;
    border-left: 3px solid #5a7a3c;
}

.fiftyacres-points-checkout-estimate {
    margin: 0 0 1em;
    padding: 10px 14px;
    background: #f6f3ee;
    border-left: 3px solid #5a7a3c;
}

.fiftyacres-points-guest-nudge {
    font-size: 0.9em;
    color: #555;
}

.fiftyacres-points-guest-nudge a {
    color: #2f4d22;
    font-weight: 600;
}

.fiftyacres-points-tiers {
    list-style: none;
    margin: 0 0 0.5em;
    padding: 0;
}

.fiftyacres-points-tier {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    margin-bottom: 8px;
    border: 1px solid #ddd;
    background: #fafafa;
}

.fiftyacres-points-tier.is-locked {
    opacity: 0.65;
}

.fiftyacres-points-tier .fiftyacres-tier-label {
    font-weight: 500;
    color: #2f4d22;
}

.fiftyacres-points-tier .fiftyacres-tier-form {
    margin: 0;
}

.fiftyacres-points-tier .fiftyacres-tier-locked {
    font-size: 0.9em;
    color: #8a6d3b;
}

.fiftyacres-points-redeem-note {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 1.5em;
}

.fiftyacres-points-rewards-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5em;
}

.fiftyacres-points-rewards-table th,
.fiftyacres-points-rewards-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.fiftyacres-points-rewards-table code {
    font-size: 0.95em;
}

.fiftyacres-points-history-table {
    width: 100%;
    border-collapse: collapse;
}

.fiftyacres-points-history-table th,
.fiftyacres-points-history-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.fiftyacres-points-history-table .points-positive {
    color: #2f4d22;
    font-weight: 500;
}

.fiftyacres-points-history-table .points-negative {
    color: #b34333;
    font-weight: 500;
}

.fiftyacres-points-balance-card {
    padding: 16px 20px;
    background: #f6f3ee;
    border-left: 4px solid #5a7a3c;
    margin-bottom: 1.5em;
}

.fiftyacres-points-balance-card .fiftyacres-balance-amount {
    font-size: 2em;
    font-weight: 700;
    color: #2f4d22;
    line-height: 1;
}

.fiftyacres-points-balance-negative {
    color: #b34333;
}

/* Checkout redeem panel */
.fiftyacres-checkout-redeem {
    margin: 0 0 1.5em;
    padding: 14px 16px;
    background: #f6f3ee;
    border-left: 4px solid #5a7a3c;
}

.fiftyacres-checkout-redeem .fiftyacres-redeem-heading {
    margin: 0 0 8px;
    color: #2f4d22;
    font-size: 1.05em;
}

.fiftyacres-redeem-balance {
    margin: 0 0 8px;
    font-weight: 600;
}

.fiftyacres-redeem-options {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 8px 0;
}

.fiftyacres-redeem-option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.fiftyacres-redeem-apply,
.fiftyacres-redeem-remove {
    margin-top: 8px;
}

.fiftyacres-redeem-current {
    padding: 8px 0;
}

.fiftyacres-redeem-current p {
    margin: 0 0 8px;
    font-weight: 600;
    color: #2f4d22;
}

.fiftyacres-redeem-note {
    margin: 8px 0 0;
    font-size: 0.85em;
    color: #555;
}

.fiftyacres-redeem-unavailable,
.fiftyacres-redeem-none {
    margin: 4px 0 0;
    font-size: 0.9em;
    color: #8a6d3b;
}

.fiftyacres-redeem-guest-tiers {
    margin: 0 0 8px;
    padding-left: 18px;
}

.fiftyacres-redeem-guest a {
    color: #2f4d22;
    font-weight: 600;
}

.fiftyacres-redeem-notice {
    margin: 0 0 10px;
    padding: 8px 10px;
    font-size: 0.9em;
    border-radius: 3px;
}

.fiftyacres-redeem-notice-success {
    background: #e6efe0;
    color: #2f4d22;
}

.fiftyacres-redeem-notice-error {
    background: #f7e4e1;
    color: #b34333;
}
