.hlz-primary-choices{display:grid;gap:10px}
.hlz-primary-choice{display:flex;align-items:center;gap:11px;width:100%;min-height:76px;border:1px solid #ded8cf;border-radius:13px;background:#fff;color:#1e2c44;padding:12px 14px;cursor:pointer;font:inherit;text-align:left}
.hlz-primary-choice:hover{border-color:#b51e39;background:#fffafa}
.hlz-primary-choice .hlz-choice-icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border-radius:50%;background:#fae9ec;color:#a11530;font-size:21px;font-weight:700}
.hlz-primary-choice span:nth-child(2){min-width:0}
.hlz-primary-choice strong,.hlz-primary-choice small{display:block}
.hlz-primary-choice strong{font-size:16px}
.hlz-primary-choice small{margin-top:3px;color:#66738a;font-size:13px;font-weight:400;line-height:1.25}
.hlz-primary-choice em{margin-left:auto;color:#b51e39;font-size:28px;font-style:normal}
.hlz-shortcuts{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}
.hlz-shortcuts button{border:0;background:transparent;padding:2px 0;color:#8e1c34;font:inherit;font-size:13px;font-weight:800;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
@media(max-width:680px){.hlz-primary-choice{min-height:72px}.hlz-primary-choice strong{font-size:15px}.hlz-primary-choice small{font-size:12px}}
.hlz-ai-copy{margin:0}
.hlz-ai-copy p{margin:0 0 10px;color:#536176;font-size:17px;line-height:1.5}
.hlz-ai-copy .hlz-ai-section{color:#2a3850}
.hlz-ai-copy strong{color:#17233a}
.hlz-ai-steps{display:grid;gap:8px;margin:8px 0 12px;padding:0;list-style:none;counter-reset:hlz-step}
.hlz-ai-steps li{position:relative;min-height:34px;padding:8px 10px 8px 40px;border-radius:9px;background:#f6f1eb;color:#3d4a5f;font-size:16px;line-height:1.42;counter-increment:hlz-step}
.hlz-ai-steps li::before{content:counter(hlz-step);position:absolute;left:10px;top:8px;display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:#b41e3b;color:#fff;font-size:13px;font-weight:700}
