.coupon-line {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.audit-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--border);
    padding: 14px 0;
}

.audit-row strong,
.audit-row span,
.audit-row small {
    display: block;
}

.audit-row span,
.audit-row small {
    color: var(--muted);
}

.audit-row code {
    background: #f3f4f6;
    padding: 8px 10px;
    border-radius: 10px;
    align-self: center;
}

.permission-note {
    background: #eff6ff;
    color: #1e40af;
    border: 1px solid #bfdbfe;
    border-radius: 14px;
    padding: 12px;
    margin-bottom: 16px;
}
