/* SW365 Vales Regalos Woo — Public */
.sw365-voucher-fields { margin: 1em 0; }
.sw365-voucher-fields label { display: block; font-weight: 600; margin-bottom: .25em; }
.sw365-voucher-fields input[type="text"],
.sw365-voucher-fields textarea { width: 100%; max-width: 480px; }

.sw365-validation { padding: 2em 1em; }
.sw365-validation__inner { max-width: 560px; margin: 0 auto; }
.sw365-redeem h1 { margin-top: 0; }
.sw365-redeem__info { display: grid; grid-template-columns: max-content 1fr; gap: .25em 1em; margin: 1em 0 2em; }
.sw365-redeem__info dt { font-weight: 600; }
.sw365-redeem__info dd { margin: 0; }
.sw365-redeem__error { color: #b32d2e; font-weight: 600; }
.sw365-redeem__form input[type="password"] { width: 100%; max-width: 320px; }
.sw365-redeem--ok h1 { color: #287d2c; }
.sw365-redeem--error h1 { color: #b32d2e; }

.sw365-vouchers-table code { background: #f6f7f7; padding: 1px 4px; border-radius: 3px; }
