.gfvqp-confirmation,
.gfvqp-check {
    max-width: 460px;
    margin: 24px auto;
    padding: 20px;
    border: 1px solid #d9dde3;
    border-radius: 8px;
    background: #fff;
    color: #18202a;
    font-size: 16px;
    line-height: 1.5;
}

.gfvqp-qr {
    display: flex;
    justify-content: center;
    margin: 18px 0;
}

.gfvqp-qr svg {
    width: min(260px, 100%);
    height: auto;
}

.gfvqp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border: 0;
    border-radius: 6px;
    background: #14532d;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.gfvqp-button:hover,
.gfvqp-button:focus {
    background: #0f3f22;
    color: #fff;
}

.gfvqp-redeem {
    width: 100%;
    margin-top: 12px;
}

.gfvqp-button-secondary {
    background: #334155;
}

.gfvqp-button-secondary:hover,
.gfvqp-button-secondary:focus {
    background: #1f2937;
}

.gfvqp-form {
    display: grid;
    gap: 10px;
}

.gfvqp-form label {
    font-weight: 700;
}

.gfvqp-form input[type="password"] {
    width: 100%;
    min-height: 44px;
    box-sizing: border-box;
    padding: 8px 10px;
    border: 1px solid #aab2bd;
    border-radius: 6px;
}

.gfvqp-message,
.gfvqp-status {
    padding: 12px;
    border-radius: 6px;
    font-weight: 700;
}

.gfvqp-success,
.gfvqp-valid {
    background: #ecfdf3;
    color: #166534;
}

.gfvqp-error,
.gfvqp-used {
    background: #fef2f2;
    color: #991b1b;
}

.gfvqp-today-summary {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #d9dde3;
}

.gfvqp-today-summary p {
    margin: 0 0 12px;
}

.gfvqp-history-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.gfvqp-history-table th,
.gfvqp-history-table td {
    padding: 8px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
}

.gfvqp-history-table th {
    font-weight: 700;
}

.gfvqp-muted {
    color: #64748b;
}

@media (max-width: 520px) {
    .gfvqp-confirmation,
    .gfvqp-check {
        margin: 12px 0;
        padding: 16px;
    }
}
