/**
 * Ackroo Gift Card — Checkout Styles
 */

.ackroo-gc-wrapper {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    margin-bottom: 20px;
    overflow: hidden;
}

.ackroo-gc-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    background: #f8f9fa;
    color: #333;
    font-weight: 600;
    font-size: 0.95em;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease;
}

.ackroo-gc-toggle:hover {
    background: #eef0f2;
    color: #333;
    text-decoration: none;
}

.ackroo-gc-toggle-icon {
    font-size: 0.7em;
    color: #888;
}

.ackroo-gc-content {
    padding: 20px;
    background: #fff;
    border-top: 1px solid #dee2e6;
}

.ackroo-gc-fields {
    margin-top: 10px;
}

.ackroo-gc-check-balance {
    margin-top: 8px;
    margin-bottom: 8px;
}

.ackroo-gc-applied {
    background: #f0fdf4;
    border: 1px solid #86efac;
    border-radius: 6px;
    padding: 12px 16px;
    margin-bottom: 12px;
}

.ackroo-gc-applied p {
    margin: 0 0 8px 0;
    color: #166534;
    font-weight: 600;
}

.ackroo-gc-message {
    margin-top: 8px;
}

.ackroo-gc-success {
    color: #166534;
    background: #f0fdf4;
    border: 1px solid #86efac;
    border-radius: 4px;
    padding: 8px 12px;
}

.ackroo-gc-error {
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 4px;
    padding: 8px 12px;
}

/* Gift card row in the totals table */
.ackroo-gc-total-row th,
.ackroo-gc-total-row td {
    color: #166534;
    font-weight: 600;
}

/* Remaining due row */
.ackroo-gc-remaining-row th,
.ackroo-gc-remaining-row td {
    color: #555;
    font-style: italic;
}
