/*
Theme Name: RUSBASE 2026
Theme URI: https://rusbase.org
Author: RUSBASE
Description: Study in Russia. Mobile-first, server-rendered, every university a real page.
Version: 1.5.1
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: rusbase
*/

/* ============================================================
   Built mobile-first. Every base rule IS the phone layout.
   Desktop is one media query at the end. No CSS grid.
   Four colours. One font. One fixed element per viewport.
   ============================================================ */

:root{
  --navy:#0B1D4E;
  --blue:#2457E8;
  --blue-soft:#EDF2FE;
  --gold:#E8A820;
  --gold-ink:#5E4000;
  --ink:#141B2E;
  --body:#4E5670;
  --faint:#8A92A6;
  --line:#E4E8F0;
  --bg:#FFFFFF;
  --bg2:#F7F9FC;
  --green:#12855C;
  --green-soft:#E7F5EF;
  --red:#C7342B;
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
button,input,select,textarea{font:inherit;color:inherit;margin:0}
button{background:none;border:0;cursor:pointer;-webkit-appearance:none;appearance:none;padding:0;text-align:inherit}
img{max-width:100%;display:block}
table{border-collapse:collapse}

body{
  margin:0;
  font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  font-size:16px;line-height:1.65;color:var(--body);background:var(--bg);
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3{color:var(--ink);font-weight:700;line-height:1.25;margin:0 0 12px}
h1{font-size:30px;letter-spacing:-.5px}
h2{font-size:24px;letter-spacing:-.3px}
h3{font-size:17px}
p{margin:0 0 16px}
a{color:var(--blue);text-decoration:none}
a:hover{text-decoration:underline}
:focus-visible{outline:3px solid var(--blue);outline-offset:2px;border-radius:8px}
.skip{position:absolute;left:-9999px;top:0;z-index:300;background:var(--gold);color:var(--gold-ink);padding:12px 18px;font-weight:700}
.skip:focus{left:0}

/* ---- Layout ------------------------------------------------- */
.section{padding:48px 20px}
.section--tint{background:var(--bg2)}
.inner{max-width:1100px;margin:0 auto}
.inner--narrow{max-width:760px;margin:0 auto}

.eyebrow{
  display:inline-block;background:var(--blue-soft);color:var(--blue);
  font-size:12px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;
  padding:7px 14px;border-radius:100px;margin-bottom:14px;
}
.lede{font-size:17px}

/* ---- Buttons ------------------------------------------------- */
.btn{
  display:block;width:100%;text-align:center;
  padding:15px 24px;border-radius:100px;
  font-size:15px;font-weight:700;line-height:1.2;margin-bottom:12px;
}
.btn:hover{text-decoration:none}
.btn--gold{background:var(--gold);color:var(--gold-ink)}
.btn--gold:hover{background:#F0B12C}
.btn--navy{background:var(--navy);color:#fff}
.btn--navy:hover{background:#16306E}
.btn--ghost{background:transparent;color:var(--navy);border:2px solid var(--line)}
.btn--ghost:hover{border-color:var(--navy)}
.btn--ghost-light{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.4)}
.btn--ghost-light:hover{border-color:#fff}

/* ---- Top bar + header ---------------------------------------- */
.topbar{background:var(--navy);padding:10px 20px;text-align:center}
.topbar a{color:rgba(255,255,255,.85);font-size:13px;font-weight:500}

.header{
  background:#fff;border-bottom:1px solid var(--line);padding:14px 20px;
  display:flex;align-items:center;justify-content:space-between;
  position:sticky;top:0;z-index:50;
}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none}
.brand:hover{text-decoration:none}
.brand img{height:38px;width:auto}
.brand-name{font-size:17px;font-weight:700;color:var(--navy);line-height:1.1}
.brand-tag{font-size:9.5px;letter-spacing:1.4px;text-transform:uppercase;color:var(--faint);font-weight:600}
.menu-btn{padding:8px;display:flex;flex-direction:column;gap:5px}
.menu-btn span{display:block;width:22px;height:2px;background:var(--navy);border-radius:2px}

.nav{display:none;background:#fff;border-bottom:1px solid var(--line);padding:8px 20px 20px}
.nav.open{display:block}
.nav a{display:block;padding:14px 0;color:var(--ink);font-weight:600;font-size:16px;border-bottom:1px solid var(--line)}
.nav a:hover{text-decoration:none;color:var(--blue)}
.nav a.on{color:var(--blue)}
.nav a.nav-cta{border-bottom:0}

/* ---- Page head (interior pages) ------------------------------- */
.page-head{background:var(--bg2);border-bottom:1px solid var(--line);padding:36px 20px}
.page-head h1{margin-bottom:8px}
.page-head p{margin:0;color:var(--body)}

/* ---- Hero (home) ---------------------------------------------- */
.hero{background:var(--bg2);padding:40px 20px 44px}
.hero p{font-size:17px;margin-bottom:26px}
.hero-photo{border-radius:16px;overflow:hidden;margin-bottom:28px;box-shadow:0 10px 30px rgba(11,29,78,.14)}
.hero-photo img{width:100%;height:220px;object-fit:cover}

/* ---- Trust list ------------------------------------------------ */
.trust{background:#fff;border-bottom:1px solid var(--line);padding:20px}
.trust ul{list-style:none;margin:0;padding:0}
.trust li{display:flex;align-items:center;gap:10px;padding:9px 0;font-size:14px;font-weight:600;color:var(--ink)}
.tick{
  width:20px;height:20px;border-radius:50%;background:var(--green-soft);color:var(--green);
  display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;
}

/* ---- Stats band ------------------------------------------------ */
.stats{background:var(--navy);padding:36px 20px}
.stat{text-align:center;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.stat:last-child{border-bottom:0}
.stat-num{font-size:34px;font-weight:700;color:#fff;line-height:1}
.stat-lab{font-size:12px;letter-spacing:1.2px;text-transform:uppercase;color:rgba(255,255,255,.62);margin-top:6px;font-weight:600}

/* ---- Cards ------------------------------------------------------ */
.card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;margin-bottom:20px}
a.card{display:block;color:inherit}
a.card:hover{text-decoration:none;border-color:#C9D2E4;box-shadow:0 8px 24px rgba(11,29,78,.09)}
.card-photo{height:180px;background:#EDF1F8}
.card-photo img{width:100%;height:100%;object-fit:cover}
.card-body{padding:20px}
.card-title{font-size:18px;font-weight:700;color:var(--ink);margin-bottom:4px;line-height:1.3}
.card-city{font-size:13px;color:var(--faint);margin-bottom:14px}
.card-badge{
  display:inline-block;background:var(--blue-soft);color:var(--blue);
  font-size:11px;font-weight:700;padding:4px 11px;border-radius:100px;margin-bottom:10px;
}
.card-price{font-size:24px;font-weight:700;color:var(--navy);line-height:1.1}
.card-price small{font-size:12px;font-weight:600;color:var(--faint)}
.card-extra{font-size:12px;color:var(--faint);margin-top:3px}
.card-foot{
  display:flex;align-items:flex-end;justify-content:space-between;gap:12px;
  padding-top:16px;margin-top:16px;border-top:1px solid var(--line);
}
.card-cta{background:var(--blue-soft);color:var(--blue);font-size:13px;font-weight:700;padding:10px 18px;border-radius:100px;white-space:nowrap}

/* ---- Price rows (mobile-safe table) ----------------------------- */
.price-row{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;margin-bottom:10px}
a.price-row{display:block;color:inherit}
a.price-row:hover{text-decoration:none;border-color:#C9D2E4}
.price-row-top{display:flex;justify-content:space-between;gap:14px;align-items:baseline}
.price-uni{font-size:15px;font-weight:700;color:var(--ink);line-height:1.35}
.price-city{font-size:12px;color:var(--faint);margin-top:2px}
.price-amt{font-size:19px;font-weight:700;color:var(--navy);white-space:nowrap}
.price-hsg{font-size:12px;color:var(--faint);margin-top:10px;padding-top:10px;border-top:1px solid var(--line)}

/* ---- City tiles -------------------------------------------------- */
.city{position:relative;border-radius:14px;overflow:hidden;margin-bottom:14px;background:var(--navy);display:block}
a.city:hover{text-decoration:none}
.city img{width:100%;height:150px;object-fit:cover;opacity:.62}
.city-noimg{height:150px}
.city-label{position:absolute;left:0;right:0;bottom:0;padding:16px;color:#fff;
  background:linear-gradient(to top,rgba(6,17,48,.92),rgba(6,17,48,0))}
.city-name{font-size:19px;font-weight:700;line-height:1.2}
.city-count{font-size:13px;color:rgba(255,255,255,.8)}

/* ---- Feature blocks ----------------------------------------------- */
.feature{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px 20px;margin-bottom:14px}
.feature-ic{
  width:46px;height:46px;border-radius:12px;background:var(--blue-soft);color:var(--blue);
  display:flex;align-items:center;justify-content:center;margin-bottom:14px;
}
.feature-ic svg{width:22px;height:22px}
.feature h3{margin-bottom:6px}
.feature p{font-size:14px;margin:0}

/* ---- Steps ---------------------------------------------------------- */
.step{display:flex;gap:16px;padding-bottom:26px}
.step-num{width:36px;height:36px;border-radius:50%;background:var(--navy);color:#fff;
  font-size:14px;font-weight:700;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.step h3{font-size:16px;margin-bottom:4px}
.step p{font-size:14px;margin:0}

/* ---- FAQ (native details) -------------------------------------------- */
.faq{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}
.faq details{border-bottom:1px solid var(--line)}
.faq details:last-child{border-bottom:0}
.faq summary{padding:18px 20px;font-weight:700;color:var(--ink);cursor:pointer;list-style:none;
  display:flex;justify-content:space-between;gap:14px;font-size:15px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:21px;font-weight:400;color:var(--blue);flex-shrink:0;line-height:1}
.faq details[open] summary::after{content:"\2212"}
.faq-a{padding:0 20px 18px;font-size:14px;margin:0}

/* ---- Filters --------------------------------------------------------- */
.filters{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;margin-bottom:18px}
.filter-search{width:100%;padding:13px 16px;border:1px solid #CFD7E6;border-radius:10px;font-size:16px;color:var(--ink);margin-bottom:14px}
.filter-search:focus{outline:none;border-color:var(--blue)}
.filter-group{padding:10px 0;border-top:1px solid var(--line)}
.filter-lab{display:block;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--faint);margin-bottom:8px}
.chips{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}
.chips::-webkit-scrollbar{display:none}
.chip{flex-shrink:0;font-size:13px;font-weight:700;padding:8px 16px;border-radius:100px;
  border:1px solid var(--line);background:#fff;color:var(--body);white-space:nowrap}
.chip.on{background:var(--navy);border-color:var(--navy);color:#fff}
.filter-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}
.filter-count{font-size:14px;font-weight:700;color:var(--ink)}
.filter-clear{font-size:13px;font-weight:700;color:var(--blue);background:var(--blue-soft);padding:8px 16px;border-radius:100px;display:none}
.filter-clear.show{display:inline-block}
.filter-empty{text-align:center;padding:48px 20px;background:var(--bg2);border:1px dashed #CFD7E6;border-radius:14px}
.filter-empty strong{display:block;color:var(--ink);font-size:17px;margin-bottom:6px}

/* ---- University detail page ------------------------------------------- */
.uni-hero{background:var(--bg2);border-bottom:1px solid var(--line);padding:28px 20px 32px}
.uni-hero .card-badge{margin-bottom:12px}
.uni-hero h1{font-size:26px;margin-bottom:6px}
.uni-hero .price-city{font-size:14px;margin-bottom:18px}
.facts{list-style:none;margin:0 0 24px;padding:0}
.facts li{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--line);font-size:14px}
.facts li:last-child{border-bottom:0}
.facts b{color:var(--ink);white-space:nowrap}
.facts span{text-align:right}

/* pure-CSS photo gallery: horizontal scroll with snap, no JS */
.gallery{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;border-radius:14px;margin-bottom:8px}
.gallery img{width:86%;flex-shrink:0;height:230px;object-fit:cover;border-radius:12px;scroll-snap-align:start}
.gallery img:only-child{width:100%}
.credit{font-size:11px;color:var(--faint);text-align:center;margin:0 0 20px}

.prog-table{width:100%}
.prog-row{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 16px;margin-bottom:10px}
.prog-row-top{display:flex;justify-content:space-between;gap:12px;align-items:baseline}
.prog-name{font-size:15px;font-weight:700;color:var(--ink)}
.prog-meta{font-size:12px;color:var(--faint);margin-top:3px}
.prog-price{font-size:17px;font-weight:700;color:var(--navy);white-space:nowrap}
.prog-rub{font-size:11px;color:var(--faint);text-align:right}

.video{position:relative;border-radius:14px;overflow:hidden;background:var(--navy);aspect-ratio:16/9;margin-bottom:24px}
.video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

/* ---- Scholarships ------------------------------------------------------- */
.sch{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px 20px;margin-bottom:18px}
.sch .facts{margin-bottom:18px}
.notice{background:#FDF4E0;border:1px solid #F0D9A0;border-radius:12px;padding:16px 18px;font-size:14px;color:#6B4A00;margin-bottom:20px}
.notice b{color:#523800}

/* ---- Forms ----------------------------------------------------------------- */
.field{margin-bottom:16px}
.field label{display:block;font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--faint);margin-bottom:7px}
.field input,.field select,.field textarea{
  width:100%;padding:13px 15px;border:1px solid #CFD7E6;border-radius:10px;
  font-size:16px;color:var(--ink);background:#fff;
}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--blue)}
.field .err{display:none;color:var(--red);font-size:12px;margin-top:5px}
.field.bad input,.field.bad select{border-color:var(--red)}
.field.bad .err{display:block}


/* ---- Accreditation badges ---------------------------------------------- */
.accr{margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}
.accr-title{font-size:17px;margin-bottom:14px}
.accr-grid{display:flex;flex-wrap:wrap;gap:10px}
.accr-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 15px;border-radius:10px;
  background:#fff;border:1px solid #D8DEEA;
  font-size:13px;font-weight:700;color:var(--navy);
  text-decoration:none;line-height:1;
  box-shadow:0 1px 2px rgba(11,29,78,.04);
  transition:border-color .16s, box-shadow .16s, transform .16s;
  position:relative;
}
a.accr-badge:hover{
  text-decoration:none;border-color:var(--blue);
  box-shadow:0 4px 14px rgba(36,87,232,.14);transform:translateY(-1px);
}
.accr-badge svg{width:17px;height:17px;color:var(--green);flex-shrink:0}
.accr-badge .accr-name{white-space:nowrap}
/* a subtle corner tick only on linked (source-backed) badges */
a.accr-badge::after{
  content:"";position:absolute;top:-3px;right:-3px;
  width:8px;height:8px;border-radius:50%;
  background:var(--green);border:2px solid #fff;
}

/* ---- Prose (articles) -------------------------------------------------------- */
.prose{font-size:16px;line-height:1.8}
.prose h2{margin:36px 0 12px}
.prose h3{margin:26px 0 8px}
.prose ul,.prose ol{padding-left:1.2em;margin:0 0 16px}
.prose li{margin-bottom:8px}
.prose img{border-radius:12px;margin:20px 0}
.prose table{width:100%;font-size:14px;margin:20px 0;border:1px solid var(--line);border-radius:12px;overflow:hidden}
.prose th{text-align:left;font-size:11px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--faint);background:var(--bg2);padding:10px 14px}
.prose td{padding:11px 14px;border-top:1px solid var(--line);vertical-align:top}
.prose blockquote{margin:0 0 16px;padding:14px 18px;background:var(--bg2);border-left:3px solid var(--gold);border-radius:0 10px 10px 0}

/* ---- CTA band ------------------------------------------------------------------ */
.cta{background:var(--navy);border-radius:18px;padding:36px 24px;text-align:center}
.cta h2{color:#fff}
.cta p{color:rgba(255,255,255,.75);font-size:15px;margin-bottom:24px}
.cta-note{font-size:13px;color:rgba(255,255,255,.55);margin:14px 0 0}

/* ---- Footer ---------------------------------------------------------------------- */
.footer{background:var(--navy);color:rgba(255,255,255,.7);padding:40px 20px 28px}
.footer h4{color:#fff;font-size:12px;letter-spacing:1.3px;text-transform:uppercase;margin:28px 0 12px;font-weight:700}
.footer a{display:block;color:rgba(255,255,255,.72);font-size:14px;padding:6px 0}
.footer a:hover{color:var(--gold);text-decoration:none}
.footer-blurb{font-size:14px;line-height:1.7;margin:14px 0 0}

.footer-social{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.footer-social a{
  display:flex;align-items:center;justify-content:center;
  width:38px;height:38px;border-radius:9px;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);
  color:#fff;padding:0;transition:background .16s,border-color .16s,transform .16s;
}
.footer-social a:hover{background:var(--gold);border-color:var(--gold);color:var(--gold-ink);transform:translateY(-2px)}
.footer-social svg{width:19px;height:19px;color:inherit}
.footer-social a:hover svg{color:var(--gold-ink)}

.footer-base{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:20px;
  font-size:12px;color:rgba(255,255,255,.45);text-align:center}

/* room for the fixed bar so it never covers content */
.tail{height:78px}
.bar{
  position:fixed;left:0;right:0;bottom:0;z-index:60;
  display:flex;gap:10px;padding:10px 14px;
  background:#fff;border-top:1px solid var(--line);
  box-shadow:0 -3px 16px rgba(11,29,78,.1);
  padding-bottom:calc(10px + env(safe-area-inset-bottom));
}
.bar .btn{margin:0;padding:14px 10px;font-size:14px}


/* ---- Footer tagline -------------------------------------------------- */
.footer-tag{color:#fff;font-weight:700;font-size:17px;margin:16px 0 4px}

/* ---- Desktop WhatsApp float (mobile has the bottom bar instead) ------ */
.waf{display:none}

/* ---- Comparison table -------------------------------------------------- */
.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px;border:1px solid var(--line)}
.cmp{width:100%;min-width:560px;font-size:14px;background:#fff}
.cmp th{text-align:left;font-size:11px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--faint);background:var(--bg2);padding:11px 14px;white-space:nowrap}
.cmp td{padding:12px 14px;border-top:1px solid var(--line);white-space:nowrap}
.cmp td:first-child{font-weight:700;color:var(--ink)}
.cmp .good{color:var(--green);font-weight:700}
.cmp .bad{color:var(--red);font-weight:700}
.cmp .hl td{background:var(--blue-soft)}

/* ---- Toast -------------------------------------------------------------------------- */
.toast{position:fixed;left:50%;bottom:96px;transform:translate(-50%,20px);z-index:200;
  background:var(--ink);color:#fff;padding:13px 20px;border-radius:100px;
  font-size:14px;font-weight:600;opacity:0;pointer-events:none;transition:.22s;max-width:88vw}
.toast.on{opacity:1;transform:translate(-50%,0)}

/* ============================================================
   Desktop: one breakpoint.
   ============================================================ */
@media (min-width:820px){
  body{font-size:17px}
  h1{font-size:44px}
  h2{font-size:32px}

  .section{padding:76px 32px}
  .page-head{padding:56px 32px}
  .header{padding:16px 32px}
  .menu-btn{display:none}

  .nav{display:flex;align-items:center;gap:4px;background:transparent;border:0;padding:0}
  .nav a{padding:9px 13px;border:0;font-size:15px;border-radius:8px}
  .nav a:hover{background:var(--blue-soft);color:var(--blue)}
  .nav a.on{background:var(--blue-soft);color:var(--blue)}
  .nav a.nav-cta{background:var(--gold);color:var(--gold-ink);border-radius:100px;padding:11px 20px;margin-left:6px}
  .nav a.nav-cta:hover{background:#F0B12C;color:var(--gold-ink)}

  .hero{padding:72px 32px}
  .hero .inner{display:flex;align-items:center;gap:52px}
  .hero-text{flex:1.05}
  .hero-photo{flex:.95;margin-bottom:0}
  .hero-photo img{height:400px}
  .hero p{font-size:19px}

  .btn{display:inline-block;width:auto;margin-right:12px}
  .bar .btn,.field .btn{display:block;width:100%;margin-right:0}

  .trust ul{display:flex;justify-content:center;gap:34px;flex-wrap:wrap}
  .trust li{padding:0}

  .stats .inner{display:flex}
  .stat{flex:1;border-bottom:0;border-right:1px solid rgba(255,255,255,.12);padding:8px 16px}
  .stat:last-child{border-right:0}

  .row{display:flex;gap:22px;flex-wrap:wrap;align-items:stretch}
  .row > *{flex:1 1 300px;margin-bottom:0}
  .row--tight > *{flex:1 1 220px}

  .steps-row{display:flex;flex-wrap:wrap;gap:26px}
  .step{flex:1 1 260px;padding-bottom:0}

  .price-row{display:flex;align-items:center;justify-content:space-between;gap:24px}
  .price-row > div:first-child{flex:1}
  .price-uni{font-size:16px}
  .price-hsg{border:0;margin:0;padding:0;white-space:nowrap}

  .filters{padding:22px 24px}
  .filter-group{display:flex;align-items:center;gap:14px}
  .filter-lab{margin:0;width:90px;flex-shrink:0}
  .chips{flex-wrap:wrap;overflow:visible}

  .uni-hero .inner{display:flex;gap:48px;align-items:flex-start}
  .uni-hero-text{flex:1}
  .uni-hero-side{width:360px;flex-shrink:0}
  .uni-hero h1{font-size:34px}
  .gallery img{width:48%;height:300px}

  .two-col{display:flex;gap:48px;align-items:flex-start}
  .two-col > div:first-child{flex:1.4}
  .two-col > div:last-child{flex:1}

  .footer .inner{display:flex;gap:56px}
  .footer-col{flex:1}
  .footer h4{margin-top:0}

  .bar,.tail{display:none}

  .waf{
    display:flex;position:fixed;right:28px;bottom:28px;z-index:60;
    width:58px;height:58px;border-radius:50%;background:#25D366;color:#fff;
    align-items:center;justify-content:center;
    box-shadow:0 8px 24px rgba(18,133,92,.35);
  }
  .waf:hover{transform:scale(1.06)}
  .waf svg{width:28px;height:28px}

}
