.help-page{max-width:640px;margin:0 auto;padding:40px 16px;font-family:system-ui,sans-serif}.help-page .subject-attach{display:grid;align-items:center;grid-gap:8px;gap:8px;width:100%;grid-template-columns:1fr auto}.help-page .attach-wrapper{position:relative;display:inline-block}.help-page .attach-button{position:relative;display:inline-flex;align-items:center;justify-content:center;height:47px}.help-page .attachment-badge{position:absolute;top:-6px;right:-6px;background-color:red;color:#fff;border-radius:50%;width:18px;height:18px;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .2s ease;cursor:pointer}.help-page .attachment-badge .x-icon path{width:12px;height:12px;color:#fff!important;fill:#fff!important}.help-page .attach-button{border:3px solid rgba(171,171,176,.5);border-radius:16px;padding:0 1rem;background:#fff;cursor:pointer;transition:all .2s ease}.help-page .attach-button:hover{border-color:rgba(171,171,176,.7)}.help-page .attach-button:active,.help-page .attach-button:focus{border-color:#415af8}.help-page .attach-button:active path,.help-page .attach-button:focus path{fill:#415af8}.help-page .attach-button path{transition:all .2s ease;fill:#ababb0}.help-page h1{font-size:28px;margin-bottom:24px}.help-page h2{font-size:22px;margin-top:48px;margin-bottom:16px}.help-page hr{margin:40px 0;border:none;border-top:1px solid #ccc}.help-page .help-form{display:flex;flex-direction:column;gap:16px}.help-page .help-select,.help-page .help-textarea{padding:8px;font-size:14px;border:1px solid #ccc;border-radius:4px}.help-page .help-textarea{min-height:120px;resize:vertical}.help-page .faq-list{display:flex;flex-direction:column;gap:12px}.help-page .faq-list .faq-item summary{font-weight:600;cursor:pointer}.help-page .faq-list .faq-item p{margin-top:8px;color:#444;font-size:15px}