body { margin: 0; color: #202725; background: #fff; font: 15px/1.5 Arial, sans-serif; }
main { width: min(100%, 550px); margin: auto; }
.request-help { padding: 12px 20px 24px; font-size: 12px; color: #526056; }
.request-help a { color: #31563f; text-underline-offset: 3px; }
.form-loading { padding: 28px 20px; }
.b24-form { --b24-primary-color: #d2eb9f; --b24-primary-text-color: #202725; --b24-text-color: #202725; --b24-background-color: #fff; --b24-field-background-color: #f2f5ef; --b24-field-border-color: #dce2dc; }
.b24-form-wrapper { box-shadow: none !important; border-bottom-color: #d2eb9f !important; }
.b24-form-btn { border-radius: 28px !important; background: #d2eb9f !important; color: #202725 !important; }
.b24-form-btn:hover { background: #c4e285 !important; }
.b24-form-header-title { font-size: 27px !important; }
.b24-form-header-description { font-size: 14px !important; }
:focus-visible { outline: 3px solid #416651; outline-offset: 3px; }
@media (max-width: 390px) { .b24-form-padding-side { padding-left: 14px !important; padding-right: 14px !important; } }
