:root{--logo-badge-bg: rgba(255,255,255,.18);--logo-badge-border: 1px solid rgba(255,255,255,.22);--logo-badge-shadow: none;--logo-badge-radius: 999px;--logo-badge-padding: 6px;--logo-width:34px;--logo-height:34px;--bank-name-display:block;--header-gradient: linear-gradient(180deg, var(--brand-700), var(--brand-600));--result-success-bg:#e7f6ec;--result-success-text:#0f5132;--result-warn-bg:#fdecec;--result-warn-text:#842029;--header-text:#ffffff;--header-subtext:#e5eef6;--brand-700:var(--brand-700);--brand-600:var(--brand-600);--brand-500:var(--brand-500);--brand-100:#eef5fb;--btn-primary-bg:var(--brand-700);--btn-primary-text:#fff;--accent:var(--brand-700);--brand:#2f6f99;--brand-dark:#245a7a;--bg:#f3f5f7;--card:#ffffff;--muted:#6b7280;--text:#111827;--border:#e5e7eb;--shadow: 0 12px 30px rgba(0,0,0,.12);--radius:18px;--btn-radius:12px;--danger:#111827;--ok:#1f7a46;--warn:#b45309;--icon:#0f5f8a}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";background:var(--bg);color:var(--text)}a{color:inherit}.container{min-height:100%;display:flex;align-items:center;justify-content:center;padding:24px 12px}.phone{width:min(430px,100%);background:var(--card);border-radius:22px;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.topbar{background:var(--header-gradient);padding:14px 16px;display:flex;align-items:center;justify-content:space-between;color:#fff}.brand{display:flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.3px}.brand .logo{background:var(--logo-badge-bg);border:var(--logo-badge-border);box-shadow:var(--logo-badge-shadow);border-radius:var(--logo-badge-radius);padding:var(--logo-badge-padding);display:flex;place-items:center}.brand .logo img{width:18px;height:18px;filter:invert(1);opacity:.95}.datetime{text-align:right;font-size:14px;line-height:1.15;opacity:.95}.content{padding:18px 16px 10px}.header{display:flex;gap:14px;align-items:flex-start;margin-bottom:10px}.badge{width:44px;height:44px;border-radius:50%;background:#f7c948;display:grid;place-items:center;flex:0 0 auto}.badge img{width:22px;height:22px}.h1{font-size:26px;margin:0;font-weight:800}.p{margin:10px 0 0;color:#1f2937;font-size:16px;line-height:1.35}.p.lead{font-size:18px;line-height:1.35}.cardnum{font-weight:800;letter-spacing:.6px}.list{margin-top:14px;display:flex;flex-direction:column;gap:12px}.tx{display:grid;grid-template-columns:52px 1fr;gap:10px;align-items:center;padding:2px 0}.tx .left{display:flex;align-items:center;justify-content:space-between;gap:12px}.tx .left>div:first-child{min-width:0;flex:1}.tx .merchant{font-weight:900;letter-spacing:.3px;font-size:18px}.tx .meta{display:flex;align-items:center;gap:8px;color:var(--muted);font-weight:600}.iconbox{width:26px;height:26px;display:grid;place-items:center}.iconbox img{width:22px;height:22px;opacity:.92}.amount{min-width:110px;text-align:right;font-weight:900;font-size:18px}.actions{display:flex;align-items:center;gap:12px;margin-left:6px}.actionbtn{width:46px;height:46px;border-radius:12px;border:1px solid var(--border);background:#fff;display:grid;place-items:center;cursor:pointer;transition:transform .06s ease,box-shadow .06s ease}.actionbtn:hover{transform:translateY(-1px)}.actionbtn:active{transform:translateY(0)}.actionbtn img{width:24px;height:24px}.section-title{margin:16px 0 10px;font-weight:900;font-size:22px}.cta-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:10px}.btn{border-radius:var(--btn-radius);padding:14px 12px;font-weight:900;letter-spacing:.3px;border:1px solid var(--border);background:#fff;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;gap:10px}.btn.primary{background:var(--brand);border-color:#ffffff2e;color:#fff}.btn.secondary{background:#fff;color:#111827}.btn img{width:18px;height:18px;opacity:.95;filter:invert(1)}.btn.secondary img{filter:none;opacity:.9}.notice{margin:14px 0 0;color:#374151;line-height:1.35}.notice strong{font-weight:900}.footer{border-top:1px solid var(--border);padding:12px 16px 14px;color:var(--muted);font-size:12.5px}.footer .links{display:flex;gap:14px;flex-wrap:wrap;margin-top:6px}.footer a{color:var(--muted);text-decoration:none}.footer a:hover{text-decoration:underline}.center-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;min-height:400px;width:100%;gap:16px;color:var(--brand);text-align:center}.center{text-align:center}.bigmsg{font-size:26px;font-weight:900;margin:18px 0 8px}.submsg{color:#374151;font-size:16px;line-height:1.35;margin:0}.call{font-weight:900}@media(max-width:360px){.tx .merchant{font-size:17px}.amount{min-width:96px;font-size:17px}.actionbtn{width:42px;height:42px}.topbar .datetime{font-size:12px}.h1{font-size:20px!important}.section-title{font-size:14px}}.actionbtn.selected{box-shadow:0 0 0 3px #2f6f992e;border-color:#2f6f998c}.tx.selected{background:#2f6f990f;border-radius:12px;padding:8px}.tx .status-pill{margin-left:8px;font-size:12px;font-weight:900;padding:4px 8px;border-radius:999px;border:1px solid var(--border);color:var(--muted)}.tx .status-pill.ok{color:var(--ok);border-color:#1f7a4640;background:#1f7a4614}.tx .status-pill.no{color:var(--danger);border-color:#11182738;background:#1118270d}.inline-alert{margin-top:12px;padding:10px 12px;border-radius:12px;border:1px solid rgba(180,83,9,.25);background:#f59e0b1a;color:#1f2937;font-weight:650;display:none}.inline-alert.show{display:block}.list{gap:14px}.tx{background:#f3f4f6;border:1px solid rgba(17,24,39,.06);border-radius:16px;padding:14px;grid-template-columns:40px 1fr;align-items:start}.tx.selected{background:#2f6f9912;border-color:#2f6f9938}.tx .iconbox{width:40px;height:40px;border-radius:12px;background:#fff;border:1px solid var(--border)}.tx .iconbox img{width:22px;height:22px}.tx .right{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-width:0}.amount{min-width:0;font-size:20px;white-space:nowrap}.tx .merchant{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.meta{gap:10px}.meta .iconbox{width:18px;height:18px;background:transparent;border:none}.actions{gap:10px}.actionbtn{width:52px;height:52px;border-radius:16px;background:#fff;box-shadow:0 1px #00000008}.actionbtn img{width:26px;height:26px}.section-title{margin-top:18px}.cta-row{gap:14px}.btn{padding:16px 14px;border-radius:14px;font-size:16px}.btn.primary{box-shadow:0 10px 18px #2f6f992e}@media(max-width:420px){.content{padding:18px 14px 10px}.h1{font-size:28px}.p{font-size:17px}.tx{padding:14px 12px;grid-template-columns:40px 1fr}.tx .right{flex-direction:column;align-items:flex-end;gap:10px}.amount{font-size:19px}}@media(max-width:350px){.actionbtn{width:48px;height:48px}.amount{font-size:18px}.cta-row{grid-template-columns:1fr}}.sticky-bar{position:sticky;bottom:0;background:#f3f5f7eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border);padding:12px 14px 14px;margin-top:16px;display:flex;justify-content:center;align-items:center}.primary-cta{border-radius:14px;padding:14px;border:none;background:var(--brand);color:#fff;font-weight:900;letter-spacing:.3px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;min-width:150px}.primary-cta:disabled{opacity:.55;cursor:not-allowed}.primary-cta img{width:18px;height:18px;filter:invert(1);opacity:.95}.quick-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:10px;color:var(--muted);font-size:13px;font-weight:700}.quick-actions button{border:none;background:transparent;padding:0;color:var(--brand-dark);cursor:pointer;font-weight:900}.quick-actions button:hover{text-decoration:underline}@media(max-width:380px){.sticky-inner{flex-direction:column;align-items:stretch}.primary-cta{width:100%}}.sheet-overlay{position:fixed;inset:0;background:#11182773;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:none;align-items:flex-end;justify-content:center;padding:16px 12px;z-index:50}.sheet-overlay.show{display:flex}.bottom-sheet{width:min(430px,100%);background:#fff;border-radius:18px;border:1px solid rgba(17,24,39,.1);box-shadow:0 24px 50px #00000040;overflow:hidden;transform:translateY(18px);opacity:0;transition:transform .18s ease,opacity .18s ease}.sheet-overlay.show .bottom-sheet{transform:translateY(0);opacity:1}.sheet-header{padding:12px 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);background:#f3f5f7a6}.sheet-title{font-weight:950;font-size:15px}.sheet-close{width:38px;height:38px;border-radius:12px;border:1px solid var(--border);background:#fff;display:grid;place-items:center;cursor:pointer}.sheet-close img{width:18px;height:18px;opacity:.9}.sheet-body{padding:14px 14px 0}.sheet-copy{margin:0;font-size:14.5px;line-height:1.35;color:#111827}.sheet-copy strong{font-weight:950}.sheet-summary{margin-top:12px;border:1px solid rgba(17,24,39,.08);border-radius:14px;padding:12px;background:#f3f5f78c}.sheet-summary .row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 0;font-weight:850}.sheet-summary .row span{color:var(--muted);font-weight:750}.sheet-summary .row strong{font-weight:950}.sheet-actions{padding:12px 14px 14px;display:grid;grid-template-columns:1fr;gap:10px}.sheet-actions .primary-cta{width:100%}.sheet-actions .secondary-cta{width:100%;border-radius:14px;padding:14px;border:1px solid var(--border);background:#fff;color:#111827;font-weight:950;cursor:pointer}.sheet-txlist{margin-top:12px;display:flex;flex-direction:column;gap:10px;max-height:220px;overflow:auto;padding-right:4px}.sheet-tx{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(17,24,39,.08);background:#fff;border-radius:14px;padding:10px}.sheet-tx .left{min-width:0}.sheet-tx .m{font-weight:950;font-size:13.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:230px}.sheet-tx .d{margin-top:4px;color:var(--muted);font-weight:750;font-size:12.5px}.sheet-tx .a{font-weight:950;font-size:13.5px;white-space:nowrap}.sheet-tag{margin-left:8px;font-size:11.5px;font-weight:950;padding:3px 8px;border-radius:999px;border:1px solid var(--border);color:var(--muted);flex:0 0 auto}.sheet-tag.ok{color:var(--ok);border-color:#1f7a4640;background:#1f7a4614}.sheet-tag.no{color:var(--danger);border-color:#11182738;background:#1118270d}.tx-header .merchant{font-weight:950;font-size:18px}.tx-header{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px}.tx-header .merchant{font-weight:950;letter-spacing:.3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tx-header .status-pill{justify-self:end;white-space:nowrap}@media(max-width:420px){.tx-header .merchant{max-width:190px}}:focus-visible{outline:3px solid rgba(47,111,153,.35);outline-offset:2px;border-radius:12px}.fade-in{animation:fadeIn .18s ease both}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.timer-banner{margin-top:8px;border-radius:16px;border:1px solid rgba(17,24,39,.08);background:#fff;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.timer-left{display:flex;align-items:center;gap:10px;min-width:0}.timer-badge{width:36px;height:36px;border-radius:12px;background:#2f6f991a;border:1px solid rgba(47,111,153,.22);display:grid;place-items:center}.timer-badge img{width:18px;height:18px;opacity:.95}.timer-text{min-width:0}.timer-text .t1{font-weight:950;font-size:14px}.timer-text .t2{margin-top:2px;font-size:13px;color:var(--muted);font-weight:700}.timer-count{font-weight:950;font-size:14px;padding:8px 10px;border-radius:999px;border:1px solid rgba(17,24,39,.1);background:#f3f5f7d9;white-space:nowrap}.timer-banner.warn{border-color:#b4530940;background:#f59e0b1a}.timer-banner.urgent{border-color:#dc262640;background:#dc262612}.timer-count.warn{border-color:#b4530940}.timer-count.urgent{border-color:#dc262640}.progress{height:8px;border-radius:999px;background:#1118270f;overflow:hidden;margin-top:10px}.progress>div{height:100%;width:0%;background:var(--brand);transition:width .18s ease}.sticky-bar{padding-bottom:14px}.sticky-inner{padding:14px}.toast{position:fixed;left:50%;transform:translate(-50%);bottom:18px;width:min(420px,calc(100% - 24px));background:#111827eb;color:#fff;border-radius:14px;padding:12px;display:none;z-index:60;box-shadow:0 18px 44px #00000047}.toast.show{display:block}.toast .title{font-weight:950;font-size:14px}.toast .msg{margin-top:3px;font-size:13px;opacity:.92}.expired-overlay{position:absolute;inset:0;background:#f3f5f7d1;display:none;align-items:center;justify-content:center;padding:18px;text-align:center}.expired-overlay.show{display:flex}.expired-card{background:#fff;border:1px solid rgba(17,24,39,.1);border-radius:16px;padding:14px;box-shadow:0 16px 34px #0000001f;max-width:360px}.expired-card .h{font-weight:950;font-size:16px}.expired-card .p{margin-top:6px;color:var(--muted);font-weight:700;font-size:13.5px;line-height:1.35}.expired-card .btnrow{margin-top:12px;display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.small-btn{border-radius:12px;padding:10px 12px;border:1px solid var(--border);background:#fff;font-weight:950;cursor:pointer}.small-btn.primary{background:var(--brand);border-color:#ffffff2e;color:#fff}.sheet-txlist{max-height:240px}.content{padding:18px 16px 10px;display:flex;flex-direction:column;flex:1;min-height:0}.tx-scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;min-height:0;padding-bottom:8px;margin-top:10px}.tx-scroll{min-height:180px}.result-scroll{overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:8px;max-height:calc(100vh - 260px);min-height:220px}@media(max-width:480px){.result-scroll{max-height:calc(100vh - 240px)}}.result-tx-scroll{margin-top:10px;overflow-y:auto;-webkit-overflow-scrolling:touch;border:1px solid rgba(17,24,39,.08);border-radius:16px;padding:8px;background:#f3f5f78c;max-height:260px}@media(max-width:480px){.result-tx-scroll{max-height:240px}}@media(min-width:768px){.container{padding:40px 24px;align-items:flex-start}.phone{width:min(960px,100%);border-radius:26px}.topbar{padding:16px 20px}.content{padding:26px 28px 16px}.h1{font-size:28px}.p{font-size:16px}.list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tx{padding:8px 10px;border:1px solid rgba(17,24,39,.08);border-radius:14px;background:#fff}.tx-scroll{max-height:calc(100vh - 320px)}.sticky-inner{padding:12px 14px;border-radius:18px}}@media(min-width:1024px){.h1{font-size:30px}.tx-scroll{max-height:calc(100vh - 300px)}}.amount-inline{font-weight:900;white-space:nowrap}.decision-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;margin-left:8px}.decision-icon img{width:18px;height:18px}.decision-icon.ok{background:#22c55e24}.decision-icon.no{background:#ef444424}.result-decision{display:flex;align-items:center}.sheet-tx{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--border)}.sheet-tx .a{margin-left:auto;font-weight:900;white-space:nowrap}.sheet-tx-main{min-width:0}.sheet-tx-main .m{font-weight:900;display:flex;align-items:center;gap:6px}.sheet-tx-main .d{opacity:.8;font-size:13px;margin-top:4px}.result-hero{display:flex;gap:12px;padding:14px;border-radius:16px;border:1px solid var(--border);align-items:flex-start}.result-hero-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#0284c71a;flex:0 0 auto}.result-hero-icon img{width:22px;height:22px}.result-hero.success{background:#22c55e1a;border-color:#22c55e38}.result-hero.success .result-hero-icon{background:#22c55e24}.result-hero.danger{background:#ef444414;border-color:#ef444438}.result-hero.danger .result-hero-icon{background:#ef444424}.section-title-main{margin-top:8px}.merchant{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.meta.meta-stack{margin-top:16px;align-items:flex-start;display:flex;flex-direction:column;gap:2px}.amount-below{font-weight:900;font-size:15px;color:var(--text);letter-spacing:.2px}.actionbtn.no img{filter:none;opacity:1}.actionbtn.ok img{filter:none}.actionbtn.ok.selected{border-color:#1f7a4659;box-shadow:0 0 0 3px #1f7a461f;background:#1f7a4614}.actionbtn.no.selected{border-color:#b91c1c59;box-shadow:0 0 0 3px #b91c1c1f;background:#b91c1c14}.sheet-copy-warn{font-size:14px;line-height:1.3;padding:10px 12px;border-radius:12px;background:#f59e0b1f;border:1px solid rgba(245,158,11,.25)}.sheet-copy-ok{font-size:14px;line-height:1.3;padding:10px 12px;border-radius:12px;background:#22c55e1a;border:1px solid rgba(34,197,94,.22)}.sticky-inner{justify-content:center}.primary-cta{width:100%;max-width:360px;padding:16px 18px;font-size:16px}.tx .merchant{white-space:normal;overflow:visible;text-overflow:unset}.tx-detail{margin-top:6px;font-size:14px;color:var(--muted);font-weight:650;line-height:1.15}.sheet-actions{justify-items:center}.sheet-actions .primary-cta,.sheet-actions .secondary-cta{max-width:360px;font-size:16px;padding-top:8px!important;padding-bottom:12}.sheet-tx-main .s{margin-top:4px;font-size:13px;color:var(--muted);font-weight:650}.decision-icon.pending{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;border:1px solid var(--border);color:var(--muted);font-weight:950;font-size:14px}.sticky-bar .primary-cta{width:100%;max-width:520px}@media(max-width:360px){.tx{grid-template-columns:48px 1fr}.tx .iconbox{width:40px;height:40px;border-radius:12px}.tx .iconbox img{width:20px;height:20px}}.bank-logo{width:36px;height:36px;object-fit:contain}[data-bank-name]{display:var(--bank-name-display)}.brand .logo img.bank-logo{width:var(--logo-width);height:var(--logo-height);filter:none;opacity:1;object-fit:contain;object-position:left center}.progress-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.progress-row .progress{flex:1}.progress-count{font-size:12px;font-weight:800;color:var(--muted);white-space:nowrap}.h1{font-size:22px!important}.p{font-size:14px!important;color:#334155}.p.lead{font-size:14px!important}.section-title.section-title-main{font-size:18px!important}.tx{border:1px solid rgba(141,255,190,.35)!important;background:transparent!important;border-radius:14px!important;padding:12px!important}.tx.selected{background:#2f6f990f!important}.amount-below{font-size:20px!important;font-weight:700!important}.actionbtn{box-shadow:0 0 #0000!important}.actionbtn img{opacity:.3}.actionbtn.selected img{opacity:1}.actionbtn.ok.selected img,.decision-icon.ok img{filter:brightness(0) saturate(100%) invert(67%) sepia(20%) saturate(1642%) hue-rotate(59deg) brightness(95%) contrast(87%)!important}.actionbtn.no.selected img,.decision-icon.no img{filter:brightness(0) saturate(100%) invert(28%) sepia(22%) saturate(3957%) hue-rotate(330deg) brightness(108%) contrast(111%)!important}.decision-icon img{opacity:1!important}.actionbtn.no.selected{border:1px solid #f3b1b1!important;background:#ffdfdf!important}.actionbtn.ok.selected{border:1px solid rgba(141,255,190,.75)!important;background:#87ff6138!important}#sendIcon{display:none!important}.tx .left{display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;column-gap:12px!important}.tx .left>div:first-child{min-width:0!important}.merchant,.tx-detail{max-width:100%!important}.tx-detail{overflow:hidden;text-overflow:ellipsis}.actions{justify-content:flex-end!important}.actionbtn{flex:0 0 auto!important}.actionbtn img{filter:brightness(0) saturate(100%) invert(34%) sepia(33%) saturate(948%) hue-rotate(165deg) brightness(96%) contrast(92%)!important;opacity:.7;transition:filter .12s ease,opacity .12s ease,transform .06s ease}.actionbtn.selected img{filter:none!important;opacity:1!important}.result-tx-scroll .list{gap:14px!important}.result-tx-scroll{padding:10px!important}@media(max-width:430px){.list{gap:10px!important}.tx{padding:10px!important;grid-template-columns:44px 1fr!important;gap:10px!important;border-radius:14px!important}.iconbox{width:22px!important;height:22px!important}.iconbox img{width:20px!important;height:20px!important}.tx .merchant{font-size:16px!important}.tx .meta{font-size:14px!important}.amount,.amount-below{font-size:16px!important}.actions{gap:10px!important;margin-left:4px!important}.actionbtn{width:40px!important;height:40px!important;border-radius:12px!important}.actionbtn img{width:22px!important;height:22px!important}}@media(max-width:360px){.tx{padding:9px!important;grid-template-columns:42px 1fr!important;gap:9px!important}.tx .merchant{font-size:15px!important}.actions{gap:8px!important}.actionbtn{width:36px!important;height:36px!important}.actionbtn img{width:20px!important;height:20px!important}}.phone{display:flex;flex-direction:column}.content{flex:1;overflow:hidden;display:flex;flex-direction:column}.tx-scroll{flex:1;min-height:0;max-height:none!important}.result-tx-scroll{flex:1;min-height:0;max-height:none!important;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:8px}#resultRoot{flex:1;min-height:0;display:flex;flex-direction:column}#resultRoot .result-hero,#resultRoot .section-title,#resultRoot .submsg{flex:0 0 auto}@media(max-width:520px){.container{padding:0!important;align-items:stretch;justify-content:flex-start}.phone{width:100%!important;min-height:100vh;border-radius:0;box-shadow:none;border:none}body{background:var(--card)}.topbar{padding:12px 14px}.content{padding:14px 14px 8px}.footer{padding:10px 14px 12px}.notice{margin-top:10px;font-size:12px;line-height:1.25}.sticky-bar{margin-top:10px;padding:12px 0}.primary-cta{padding:12px 14px}.list{gap:10px}.tx{padding:0}}@media(max-width:380px){.topbar .datetime{font-size:12px}.h1{font-size:20px!important}.section-title{font-size:14px}}
