.help-centre-faq-item{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden;transition:box-shadow .2s,border-color .2s}.help-centre-faq-item.open{border-color:rgba(214,31,32,.35);box-shadow:0 10px 26px rgba(13,17,23,.07)}.help-centre-faq-q{width:100%;display:flex;align-items:center;gap:14px;padding:17px 20px;background:none;border:0;cursor:pointer;text-align:left}.help-centre-faq-a{padding:0 20px;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.help-centre-faq-item.open .help-centre-faq-a{max-height:340px;padding:0 20px 20px}.help-centre-faq-chev{transition:transform .3s;color:var(--ll-red-cta);flex-shrink:0}.help-centre-faq-item.open .help-centre-faq-chev{transform:rotate(180deg)}.help-centre-cat-tab{padding:9px 16px;border-radius:999px;border:1.5px solid var(--line);background:#fff;cursor:pointer;font-family:var(--sport-2);font-weight:800;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#55607a;transition:all .15s;white-space:nowrap}.help-centre-cat-tab.on{background:var(--ink);border-color:var(--ink);color:#fff}.help-centre-topic-chip{padding:10px 16px;border-radius:999px;border:1.5px solid var(--line);background:#fff;cursor:pointer;font-family:var(--sport-2);font-weight:800;font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink);transition:all .15s}.help-centre-topic-chip.on{background:var(--ll-red-cta);border-color:var(--ll-red-cta);color:#fff;box-shadow:0 6px 16px rgba(214,31,32,.25)}.help-centre-ci-row{display:flex;gap:14px;align-items:flex-start;padding:16px 0;border-top:1px solid rgba(255,255,255,.12);color:inherit;text-decoration:none}.help-centre-ci-ico{width:44px;height:44px;border-radius:12px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--ll-yellow)}.help-centre-rail::-webkit-scrollbar{height:0}.help-centre-form-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:22px;align-items:start}.help-centre-form-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width:760px){.help-centre-form-grid{grid-template-columns:1fr!important}.help-centre-form-fields{grid-template-columns:1fr}}