.nb-redeem-account {
    margin-top: 18px;
}

.nb-redeem-account[hidden] {
    display: none !important;
}

.nb-redeem-account__guide {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 14px;
    padding: 16px;
    border: 1px solid #dfe6ef;
    border-left: 4px solid var(--nb-primary);
    border-radius: 13px;
    background: #f9fbff;
}

.nb-redeem-account__help {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #edf4ff;
    color: var(--nb-primary);
    font-size: 17px;
}

.nb-redeem-account__guide h3 {
    margin: 0 0 5px;
    color: #344054;
    font-size: 15px;
}

.nb-redeem-account__guide p {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.7;
}

.nb-redeem-account textarea {
    display: block;
    width: 100%;
    min-height: 220px;
    resize: vertical;
    padding: 15px;
    border: 1px solid #dfe4ec;
    border-radius: 12px;
    background: #fbfcfe;
    color: #344054;
    font: 13px/1.7 Consolas, Monaco, monospace;
    outline: 0;
}

.nb-redeem-account textarea:focus {
    border-color: var(--nb-primary);
    box-shadow: 0 0 0 3px var(--nb-primary-soft);
}

.nb-redeem-account__privacy {
    margin: 10px 0 14px;
    color: #667085;
    font-size: 12px;
    line-height: 1.6;
}

.nb-redeem-account__privacy i {
    margin-right: 6px;
    color: #12b76a;
}

.nb-redeem-account > button {
    min-width: 138px;
    min-height: 46px;
    padding: 0 18px;
}

@media (max-width: 640px) {
    .nb-redeem-account textarea {
        min-height: 180px;
    }

    .nb-redeem-account > button {
        width: 100%;
    }
}
