:root{--sms-ink:#071020;--sms-navy:#111d3c;--sms-green:#67ee20;--sms-purple:#7048ff;--sms-blue:#3678ff;--sms-orange:#ff7a45;--sms-text:#172033;--sms-muted:#6c778c;--sms-soft:#f4f7fb;--sms-line:#e1e8f2;--sms-card:#fff;--sms-danger:#e44662;--sms-radius:26px;--sms-shadow:0 24px 70px rgba(16,31,68,.12)}
.sms-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.sms-kicker{display:inline-flex;align-items:center;gap:9px;color:#6a46e5;font-size:13px;font-weight:900}.sms-kicker:before{content:"";width:28px;height:2px;background:linear-gradient(90deg,var(--sms-green),var(--sms-purple));border-radius:99px}.sms-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 24px;border-radius:15px;border:1px solid transparent;font:inherit;font-weight:900;text-decoration:none;cursor:pointer;transition:.25s}.sms-button:hover{transform:translateY(-2px)}.sms-button--green{background:linear-gradient(135deg,#b7ff7c,var(--sms-green));color:#102509;box-shadow:0 14px 34px rgba(103,238,32,.23)}.sms-button--ghost{border-color:var(--sms-line);background:#fff;color:#27334b}.sms-button--ghost-light{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.07);color:#fff}.sms-centered-head{text-align:center;max-width:780px;margin:0 auto 45px}.sms-centered-head h1,.sms-centered-head h2{font-size:clamp(34px,5vw,62px);line-height:1.35;margin:14px 0}.sms-centered-head p{color:var(--sms-muted);line-height:2}.sms-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.sms-section-head h1,.sms-section-head h2{font-size:clamp(30px,4vw,48px);margin:8px 0}.sms-section-head>a{font-weight:900;color:#6744df}.sms-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.sms-form-grid label{display:grid;gap:8px;color:#344158;font-size:13px;font-weight:850}.sms-form-grid input,.sms-form-grid select,.sms-form-grid textarea{width:100%;border:1px solid var(--sms-line);border-radius:14px;padding:13px 14px;background:#fff;color:var(--sms-text);font:inherit;outline:none;transition:.2s}.sms-form-grid input:focus,.sms-form-grid select:focus,.sms-form-grid textarea:focus{border-color:#7655ed;box-shadow:0 0 0 4px rgba(112,72,255,.1)}.sms-form-field--full{grid-column:1/-1}.sms-checkbox{display:flex!important;grid-template-columns:auto 1fr!important;align-items:start;gap:10px!important;font-weight:500!important;line-height:1.8}.sms-checkbox input{width:auto!important;margin-top:6px}.sms-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}.sms-notice{padding:18px 20px;border-radius:16px;margin-bottom:22px;line-height:1.8}.sms-notice--success{background:#effce8;border:1px solid #c8efb4;color:#285c17}.sms-notice--error{background:#fff1f4;border:1px solid #f3c6cf;color:#8a2034}.sms-notice code{display:block;direction:ltr;text-align:left;background:#fff;border:1px dashed #abd78f;padding:10px;border-radius:10px;margin-top:10px;overflow-wrap:anywhere}
/* Documentation center */
.sms-docs-center{padding-bottom:95px;background:linear-gradient(180deg,#071020 0,#101b3b 520px,#f4f7fb 520px)}.sms-docs-center__hero{min-height:500px;padding:100px 0 70px;color:#fff;text-align:center;position:relative}.sms-docs-center__hero:before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;right:5%;top:-170px;background:radial-gradient(circle,rgba(112,72,255,.43),transparent 68%);pointer-events:none}.sms-docs-center__hero h1{font-size:clamp(44px,6.5vw,82px);line-height:1.25;margin:18px 0}.sms-docs-center__hero p{color:#c7d1e4;max-width:690px;margin:0 auto;font-size:17px;line-height:2}.sms-doc-search{max-width:890px;margin:38px auto 0;padding:8px;display:grid;grid-template-columns:minmax(0,1fr) 190px 120px;background:#fff;border-radius:20px;box-shadow:0 26px 80px rgba(0,0,0,.25)}.sms-doc-search input,.sms-doc-search select{border:0;background:transparent;padding:13px 15px;font:inherit;outline:none;color:var(--sms-text)}.sms-doc-search select{border-right:1px solid var(--sms-line)}.sms-doc-search button{border:0;border-radius:14px;background:var(--sms-green);font:inherit;font-weight:900;color:#102509;cursor:pointer}.sms-doc-search-results{position:absolute;z-index:20;left:50%;transform:translateX(-50%);width:min(880px,calc(100% - 40px));text-align:right;margin-top:8px;background:#fff;color:var(--sms-text);border-radius:18px;box-shadow:var(--sms-shadow);overflow:hidden}.sms-search-state{padding:20px;color:var(--sms-muted)}.sms-search-result{display:grid;grid-template-columns:1fr auto;gap:10px;padding:16px 19px;border-bottom:1px solid var(--sms-line)}.sms-search-result:last-child{border-bottom:0}.sms-search-result:hover{background:#f7f9fc}.sms-search-result h3{font-size:15px;margin:0 0 4px}.sms-search-result p{font-size:12px!important;margin:0!important;color:var(--sms-muted)!important;line-height:1.7!important}.sms-search-result span{font-size:10px;color:#6a46e5;font-weight:900}.sms-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative;z-index:4;margin-top:-45px}.sms-product-card{--sms-product-color:#7048ff;background:#fff;border:1px solid rgba(225,232,242,.9);border-radius:24px;padding:24px;display:grid;grid-template-columns:56px 1fr;gap:16px;box-shadow:0 18px 50px rgba(12,26,57,.1);min-height:200px;transition:.3s}.sms-product-card:hover{transform:translateY(-7px);box-shadow:var(--sms-shadow)}.sms-product-card__icon{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:color-mix(in srgb,var(--sms-product-color) 13%,white);color:var(--sms-product-color);font-size:26px;font-weight:900}.sms-product-card h2{font-size:18px;line-height:1.6;margin:0 0 8px}.sms-product-card p{font-size:12px;color:var(--sms-muted);line-height:1.8;margin:0}.sms-product-card>span{grid-column:2;font-size:11px;color:var(--sms-product-color);font-weight:900}.sms-docs-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:34px;margin-top:75px;align-items:start}.sms-doc-list{display:grid;gap:13px}.sms-doc-card{background:#fff;border:1px solid var(--sms-line);border-radius:20px;display:grid;grid-template-columns:1fr 54px;align-items:center;transition:.25s}.sms-doc-card:hover{border-color:#c9bdf5;box-shadow:0 16px 42px rgba(22,38,78,.08);transform:translateY(-2px)}.sms-doc-card__main{padding:20px 22px}.sms-doc-card__category{display:inline-block;color:#7048ff;font-size:10px;font-weight:900;margin-bottom:6px}.sms-doc-card h3{font-size:17px;line-height:1.65;margin:0 0 6px}.sms-doc-card p{font-size:12px;color:var(--sms-muted);line-height:1.8;margin:0 0 10px}.sms-doc-card__meta{display:flex;gap:12px;flex-wrap:wrap;color:#929bad;font-size:10px}.sms-doc-card__arrow{height:100%;display:grid;place-items:center;border-right:1px solid var(--sms-line);color:#7048ff;font-size:22px}.sms-help-panel{position:sticky;top:110px;padding:30px;border-radius:28px;background:radial-gradient(circle at 20% 10%,rgba(112,72,255,.42),transparent 38%),#081127;color:#fff;box-shadow:var(--sms-shadow)}.sms-help-panel__badge{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(103,238,32,.1);color:#baff8b;font-size:11px;font-weight:900}.sms-help-panel h2{font-size:30px;line-height:1.45;margin:18px 0 10px}.sms-help-panel p{color:#c1ccdf;line-height:1.9;font-size:13px}.sms-help-panel .sms-button{width:100%;margin-top:10px}.sms-help-panel .sms-button--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.16)}
/* Documentation archive and single */
.sms-doc-archive-hero{position:relative;padding:85px 0 65px;background:radial-gradient(circle at 10% 10%,rgba(112,72,255,.35),transparent 30%),#071020;color:#fff}.sms-doc-archive-hero__inner{display:grid;grid-template-columns:1fr 430px;gap:60px;align-items:center}.sms-doc-archive-hero h1{font-size:clamp(42px,6vw,76px);line-height:1.3;margin:16px 0}.sms-doc-archive-hero p{color:#c3cee1;font-size:17px;line-height:2}.sms-doc-archive-hero .sms-doc-search{grid-template-columns:1fr 110px;margin:0}.sms-doc-archive{padding:70px 0 100px;background:var(--sms-soft)}.sms-doc-archive__layout{display:grid;grid-template-columns:250px 1fr;gap:35px;align-items:start}.sms-doc-filter{position:sticky;top:105px;background:#fff;border:1px solid var(--sms-line);border-radius:22px;padding:20px}.sms-doc-filter h2{font-size:15px;margin:0 0 15px}.sms-doc-filter a{display:flex;justify-content:space-between;gap:10px;padding:10px 8px;border-radius:11px;color:#5d6980;font-size:12px}.sms-doc-filter a:hover,.sms-doc-filter a.is-active{background:#f0ecff;color:#6744df;font-weight:900}.sms-doc-archive__grid{display:grid;gap:14px}.sms-doc-pagination{margin-top:35px}.sms-doc-pagination .nav-links{display:flex;justify-content:center;gap:7px}.sms-doc-pagination .page-numbers{width:43px;height:43px;display:grid;place-items:center;border:1px solid var(--sms-line);border-radius:12px;background:#fff}.sms-doc-pagination .current{background:var(--sms-navy);color:#fff}.sms-doc-single-hero{padding:62px 0 42px;background:linear-gradient(180deg,#f3f6fb,#fff);border-bottom:1px solid var(--sms-line)}.sms-breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;color:#8a94a7;font-size:11px;margin-bottom:23px}.sms-breadcrumbs a{color:#6544dc}.sms-doc-single-hero__grid{display:grid;grid-template-columns:1fr 280px;gap:50px;align-items:end}.sms-doc-single-hero h1{font-size:clamp(38px,5vw,66px);line-height:1.35;margin:10px 0 14px}.sms-doc-single-hero p{font-size:16px;color:var(--sms-muted);line-height:2;max-width:800px}.sms-doc-facts{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sms-doc-fact{padding:14px;border:1px solid var(--sms-line);border-radius:15px;background:#fff}.sms-doc-fact span{display:block;font-size:9px;color:#8d97aa;margin-bottom:4px}.sms-doc-fact strong{font-size:12px}.sms-doc-layout{display:grid;grid-template-columns:255px minmax(0,760px) 230px;gap:35px;justify-content:center;align-items:start;padding:55px 20px 95px}.sms-doc-sidebar,.sms-doc-toc{position:sticky;top:105px}.sms-doc-sidebar{border:1px solid var(--sms-line);border-radius:20px;padding:18px;background:#fff;max-height:calc(100vh - 130px);overflow:auto}.sms-doc-sidebar__title{font-weight:900;font-size:13px;margin-bottom:12px}.sms-doc-sidebar a{display:block;padding:9px 10px;border-radius:10px;color:#647087;font-size:11px;line-height:1.6}.sms-doc-sidebar a:hover,.sms-doc-sidebar a.is-current{background:#f0ecff;color:#6744df;font-weight:900}.sms-doc-content{font-size:16px;color:#2b374d;line-height:2.15}.sms-doc-content h2{font-size:31px;color:#172033;margin:48px 0 14px;scroll-margin-top:120px}.sms-doc-content h3{font-size:22px;color:#202b42;margin:34px 0 10px;scroll-margin-top:120px}.sms-doc-content ol,.sms-doc-content ul{padding-right:25px}.sms-doc-content li{margin:8px 0}.sms-doc-content pre{position:relative;direction:ltr;text-align:left;background:#071020;color:#dce5f5;padding:24px;border-radius:18px;overflow:auto;line-height:1.7}.sms-copy-code{position:absolute;left:10px;top:10px;border:1px solid rgba(255,255,255,.2);background:#142142;color:#fff;border-radius:8px;padding:5px 9px;font-size:10px;cursor:pointer}.smarting-doc-note,.sms-doc-notice{padding:22px 24px;margin:28px 0;border-right:4px solid var(--sms-green);border-radius:17px;background:#f2fbed}.smarting-doc-note strong,.sms-doc-notice strong{color:#2d661a}.sms-doc-content img{border-radius:19px}.sms-doc-toc{border:1px solid var(--sms-line);border-radius:19px;padding:18px;background:#fff}.sms-doc-toc strong{font-size:13px}.sms-doc-toc nav{margin-top:10px}.sms-doc-toc a{display:block;padding:7px 0;font-size:11px;color:#707b90;line-height:1.6}.sms-doc-toc a.is-active{color:#6744df;font-weight:900}.sms-doc-feedback{margin-top:50px;padding:25px;border:1px solid var(--sms-line);border-radius:22px;display:flex;justify-content:space-between;align-items:center;gap:20px}.sms-doc-feedback h3{font-size:18px!important;margin:0 0 4px!important}.sms-doc-feedback p{font-size:12px;color:var(--sms-muted);margin:0}.sms-doc-feedback__actions{display:flex;gap:8px}.sms-doc-feedback button{border:1px solid var(--sms-line);background:#fff;padding:9px 14px;border-radius:11px;font:inherit;cursor:pointer}.sms-related-docs{padding:70px 0;background:var(--sms-soft)}
/* Support hub and ticketing */
.sms-support-hub{padding-bottom:100px;background:var(--sms-soft)}.sms-support-hub__hero{margin-inline:calc(50% - 50vw);padding:100px max(20px,calc((100vw - 1180px)/2)) 135px;text-align:center;background:radial-gradient(circle at 18% 15%,rgba(112,72,255,.42),transparent 30%),radial-gradient(circle at 85% 80%,rgba(54,120,255,.28),transparent 35%),#071020;color:#fff}.sms-support-hub__hero h1{font-size:clamp(44px,6.5vw,82px);margin:16px 0;line-height:1.25}.sms-support-hub__hero p{max-width:720px;margin:auto;color:#c7d1e4;font-size:17px;line-height:2}.sms-support-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:28px}.sms-support-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:-55px;position:relative}.sms-support-card{background:#fff;border:1px solid var(--sms-line);border-radius:26px;padding:28px;box-shadow:0 20px 55px rgba(12,26,57,.1);transition:.3s}.sms-support-card:hover{transform:translateY(-7px);box-shadow:var(--sms-shadow)}.sms-support-card>span{font-size:11px;color:#7048ff;font-weight:900}.sms-support-card h2{font-size:24px;margin:14px 0 8px}.sms-support-card p{color:var(--sms-muted);font-size:13px;line-height:1.9;min-height:76px}.sms-support-card b{color:#6744df;font-size:12px}.sms-support-guidelines{margin-top:65px;padding:45px;border-radius:30px;background:#111d3c;color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:60px}.sms-support-guidelines h2{font-size:36px;line-height:1.45;margin:12px 0}.sms-support-guidelines p,.sms-support-guidelines li{color:#c5cfe1;line-height:2}.sms-support-guidelines ul{margin:0;padding-right:20px}.sms-ticket-form-section{padding:70px 0 100px;background:var(--sms-soft)}.sms-ticket-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:32px;align-items:start}.sms-ticket-form-card{background:#fff;border:1px solid var(--sms-line);border-radius:28px;padding:36px;box-shadow:0 18px 55px rgba(19,35,73,.08)}.sms-ticket-form-card header h1{font-size:clamp(34px,4.5vw,55px);margin:12px 0}.sms-ticket-form-card header p{color:var(--sms-muted);line-height:1.9}.sms-ticket-form{margin-top:30px}.sms-file-field small{color:#8a94a7;font-weight:400}.sms-ticket-aside{position:sticky;top:110px;padding:27px;border-radius:25px;background:#081127;color:#fff}.sms-ticket-aside h2{font-size:26px;margin:0 0 14px}.sms-ticket-aside ol{padding-right:22px;color:#c4cee0;line-height:2;font-size:13px}.sms-ticket-aside a{display:inline-block;color:#b8ff87;font-weight:900;margin-top:12px}.sms-my-tickets{padding:10px 0}.sms-login-required,.sms-empty-state{padding:45px;border:1px solid var(--sms-line);border-radius:24px;background:#fff;text-align:center}.sms-login-required h2,.sms-empty-state h2{font-size:27px}.sms-login-required p,.sms-empty-state p{color:var(--sms-muted);line-height:1.9}.sms-ticket-table-wrap{overflow:auto;border:1px solid var(--sms-line);border-radius:20px}.sms-ticket-table{width:100%;border-collapse:collapse;min-width:720px;background:#fff}.sms-ticket-table th,.sms-ticket-table td{padding:16px 18px;text-align:right;border-bottom:1px solid var(--sms-line);font-size:12px}.sms-ticket-table th{background:#f7f9fc;color:#667287}.sms-ticket-table td a{font-weight:900;color:#26324a}.sms-ticket-status{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:10px;font-weight:900;white-space:nowrap}.sms-ticket-status--open{background:#eaf1ff;color:#245dcc}.sms-ticket-status--customer_reply{background:#fff2e8;color:#b25517}.sms-ticket-status--answered{background:#effce8;color:#2f7018}.sms-ticket-status--pending{background:#f0edff;color:#6542d8}.sms-ticket-status--closed{background:#eef0f4;color:#657084}.sms-ticket-detail{max-width:960px;margin:60px auto 95px;padding-inline:20px}.sms-ticket-detail__head{display:flex;justify-content:space-between;gap:25px;align-items:flex-end;padding-bottom:25px;border-bottom:1px solid var(--sms-line)}.sms-ticket-detail__head h1{font-size:38px;line-height:1.45;margin:10px 0}.sms-ticket-detail__head p{color:var(--sms-muted)}.sms-ticket-thread{display:grid;gap:16px;margin-top:30px}.sms-ticket-message{padding:23px;border-radius:20px;max-width:85%}.sms-ticket-message header{display:flex;justify-content:space-between;gap:20px;margin-bottom:12px}.sms-ticket-message header strong{font-size:13px}.sms-ticket-message time{font-size:10px;color:#8993a7}.sms-ticket-message>div{font-size:14px;line-height:2}.sms-ticket-message.is-customer{background:#f1f4f9;margin-left:auto}.sms-ticket-message.is-staff{background:#111d3c;color:#fff;margin-right:auto}.sms-ticket-message.is-staff time{color:#aeb9cd}.sms-ticket-reply{margin-top:35px;border:1px solid var(--sms-line);border-radius:22px;padding:24px}.sms-ticket-reply label{display:grid;gap:8px;font-weight:900}.sms-ticket-reply textarea{width:100%;border:1px solid var(--sms-line);border-radius:14px;padding:14px;font:inherit;margin-bottom:13px}
/* FAQ and legal */
.sms-faq-section{padding:85px 0 100px;background:var(--sms-soft)}.sms-faq-list{max-width:900px;margin:auto;display:grid;gap:12px}.sms-faq-item{background:#fff;border:1px solid var(--sms-line);border-radius:18px;overflow:hidden}.sms-faq-item__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px;text-align:right;border:0;background:transparent;padding:20px 22px;font:inherit;font-weight:900;color:var(--sms-text);cursor:pointer}.sms-faq-item__trigger b{width:34px;height:34px;border-radius:11px;background:#f0edff;color:#6744df;display:grid;place-items:center;font-size:20px;transition:.25s}.sms-faq-item__content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s}.sms-faq-item__content>div{overflow:hidden;padding:0 22px;color:var(--sms-muted);font-size:14px;line-height:2}.sms-faq-item.is-open .sms-faq-item__content{grid-template-rows:1fr}.sms-faq-item.is-open .sms-faq-item__content>div{padding-bottom:22px}.sms-faq-item.is-open .sms-faq-item__trigger b{transform:rotate(45deg);background:#7048ff;color:#fff}.sms-legal-page{padding:75px 0 100px;background:#fff}.sms-legal-page__layout{display:grid;grid-template-columns:240px minmax(0,800px);gap:45px;justify-content:center;align-items:start}.sms-legal-nav{position:sticky;top:105px;border:1px solid var(--sms-line);border-radius:20px;padding:18px}.sms-legal-nav strong{display:block;margin-bottom:12px}.sms-legal-nav a{display:block;padding:9px;border-radius:9px;color:#657187;font-size:11px}.sms-legal-nav a:hover,.sms-legal-nav a.is-current{background:#f0edff;color:#6844df;font-weight:900}.sms-legal-content h1{font-size:clamp(40px,5vw,64px);line-height:1.4;margin:0 0 20px}.sms-legal-content>.entry-content{font-size:15px;line-height:2.15;color:#344158}.sms-legal-content>.entry-content h2{font-size:27px;color:#172033;margin:42px 0 12px}.sms-legal-content>.entry-content>p:first-child{padding:18px;border-right:4px solid var(--sms-orange);background:#fff7f2;border-radius:15px}
@media(max-width:1100px){.sms-product-grid{grid-template-columns:repeat(2,1fr)}.sms-docs-layout,.sms-doc-archive-hero__inner,.sms-support-guidelines{grid-template-columns:1fr}.sms-help-panel,.sms-ticket-aside{position:relative;top:auto}.sms-doc-layout{grid-template-columns:230px minmax(0,700px)}.sms-doc-toc{display:none}.sms-support-cards{grid-template-columns:repeat(3,1fr)}.sms-ticket-layout{grid-template-columns:1fr}}
@media(max-width:780px){.sms-shell{width:min(100% - 24px,1180px)}.sms-doc-search{grid-template-columns:1fr}.sms-doc-search select{border-right:0;border-top:1px solid var(--sms-line)}.sms-doc-search button{height:48px}.sms-product-grid,.sms-support-cards{grid-template-columns:1fr}.sms-product-card{min-height:0}.sms-docs-layout{margin-top:55px}.sms-doc-archive__layout{grid-template-columns:1fr}.sms-doc-filter{position:relative;top:auto}.sms-doc-layout{display:block;padding:35px 12px 70px}.sms-doc-sidebar{position:relative;top:auto;max-height:none;margin-bottom:30px}.sms-doc-single-hero__grid{grid-template-columns:1fr}.sms-doc-facts{grid-template-columns:repeat(4,1fr)}.sms-support-cards{margin-top:-35px}.sms-support-guidelines{padding:30px}.sms-form-grid{grid-template-columns:1fr}.sms-form-field--full{grid-column:auto}.sms-ticket-form-card{padding:24px}.sms-ticket-detail__head{align-items:flex-start;flex-direction:column}.sms-ticket-message{max-width:100%}.sms-legal-page__layout{grid-template-columns:1fr}.sms-legal-nav{position:relative;top:auto}.sms-doc-archive-hero__inner{gap:30px}}
@media(max-width:520px){.sms-docs-center__hero{padding-top:75px}.sms-docs-center__hero h1,.sms-support-hub__hero h1{font-size:43px}.sms-product-card{grid-template-columns:48px 1fr;padding:20px}.sms-product-card__icon{width:48px;height:48px}.sms-section-head{align-items:flex-start;flex-direction:column}.sms-doc-card{grid-template-columns:1fr}.sms-doc-card__arrow{display:none}.sms-doc-facts{grid-template-columns:1fr 1fr}.sms-support-hub__hero{padding-bottom:100px}.sms-support-actions{display:grid}.sms-support-guidelines{gap:20px}.sms-ticket-form-card header h1{font-size:36px}.sms-ticket-message header{display:grid;gap:3px}.sms-faq-item__trigger{padding:17px}.sms-legal-content h1{font-size:38px}}
