.category-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.category-options label{margin:0}.category-options input{position:absolute;opacity:0}.category-options span{display:block;border:1px solid var(--line);border-radius:11px;padding:12px;background:#fff;cursor:pointer;font-size:14px}.category-options input:checked+span{border-color:var(--violet);background:var(--violet-soft);box-shadow:0 0 0 2px #eee5ff}.category-options strong{font-size:10px}.quote-form,.quote-form label{display:flex;flex-direction:column}.quote-form{gap:12px}.quote-form label{font-size:10px;font-weight:700;gap:5px}.quote-form input,.quote-form textarea{border:1px solid #ddd7e6;border-radius:10px;padding:11px;outline:0}.quote-form input:focus,.quote-form textarea:focus{border-color:var(--violet);box-shadow:0 0 0 3px var(--violet-soft)}.form-help{font-size:9px;color:var(--muted)}.merchant-profile{margin-top:20px;padding:30px}.merchant-profile-head{display:flex;gap:20px;align-items:center;padding-bottom:25px;border-bottom:1px solid var(--line)}.large-logo{width:82px;height:82px;font-size:23px}.merchant-profile h1{font-size:34px;margin:3px 0}.merchant-profile p{color:var(--muted)}.merchant-profile-grid{display:grid;grid-template-columns:2fr 1fr;gap:40px;padding-top:25px}.merchant-profile-grid aside{background:var(--violet-soft);border-radius:15px;padding:20px}.tag-row{display:flex;flex-wrap:wrap;gap:8px}.tag-row span{background:#f5f2fa;border:1px solid var(--line);padding:7px 10px;border-radius:20px;font-size:10px}@media(max-width:760px){.category-options{grid-template-columns:1fr 1fr}.merchant-profile-head{align-items:flex-start}.merchant-profile-grid{grid-template-columns:1fr}.merchant-profile h1{font-size:27px}}@media(max-width:440px){.category-options{grid-template-columns:1fr}.merchant-profile-head{flex-direction:column}}
