/* Mobile-only compact layout for the home page. Loaded after styles.css. */
@media(max-width:720px){
  .v25-header{
    position:sticky;
    top:0;
    z-index:60;
    border-bottom:1px solid #eef2f6;
    box-shadow:0 4px 14px rgba(15,23,42,.04);
  }
  .v25-header .v25-notice{
    height:auto;
    min-height:55px;
    padding:10px 22px;
    background:#07833f;
    border-bottom:0;
    color:#fff;
    text-align:center;
    font-size:15px;
    line-height:1.28;
    font-weight:900;
  }
  .v25-header .v25-nav{
    height:82px;
    padding:0 22px;
    gap:14px;
  }
  .v25-header .v25-brand{
    flex:0 0 auto;
    gap:0;
    min-width:0;
  }
  .v25-header .v25-brand img{
    width:54px!important;
    height:54px!important;
    border-radius:9px;
  }
  .v25-header .v25-brand span{
    display:none;
  }
  .v25-header .v25-brand:after{
    content:"☰";
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    margin-left:18px;
    color:#101828;
    font-size:29px;
    line-height:1;
    font-weight:800;
  }
  .v25-header .v25-lang{
    margin-left:auto;
  }
  .v25-header .v25-lang button{
    height:50px;
    max-width:none;
    padding:0 14px;
    border-radius:8px;
    background:#f8fafc;
    color:#344054;
    font-size:15px;
    box-shadow:0 2px 8px rgba(15,23,42,.04);
  }
  .mobile-austria-entry{
    display:none!important;
    padding:16px 16px 21px;
    background:#fff;
  }
  .mobile-austria-card{
    width:100%;
    max-width:430px;
    margin:0 auto;
  }
  .mobile-austria-photo{
    position:relative;
    overflow:hidden;
    margin:0 0 20px;
    border-radius:13px;
    box-shadow:0 18px 34px rgba(15,23,42,.12);
  }
  .mobile-austria-photo img{
    display:block;
    width:100%;
    height:auto;
    aspect-ratio:1.78/1;
    object-fit:cover;
  }
  .mobile-austria-flag{
    position:absolute;
    top:0;
    left:0;
    width:70px;
    height:52px;
    border-radius:0 0 14px 0;
    background:linear-gradient(#d10b31 0 33.33%,#fff 33.33% 66.66%,#d10b31 66.66% 100%);
    box-shadow:0 8px 16px rgba(15,23,42,.15);
  }
  .mobile-austria-entry .v25-eyebrow{
    margin:0 0 10px;
    color:#1f4f95;
    font-size:13px;
    letter-spacing:.14em;
    text-align:left;
  }
  .mobile-austria-entry h1{
    margin:0 0 12px;
    color:#101828;
    font-size:34px;
    line-height:1.05;
    letter-spacing:-.045em;
  }
  .mobile-austria-lead{
    margin:0 0 18px;
    color:#667085;
    font-size:18px;
    line-height:1.42;
  }
  .mobile-austria-checks{
    display:grid;
    gap:11px;
    margin:0 0 20px;
    padding:0;
    list-style:none;
    color:#101828;
    font-size:15px;
    font-weight:800;
    line-height:1.35;
  }
  .mobile-austria-checks li{
    position:relative;
    padding-left:31px;
  }
  .mobile-austria-checks li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:1px;
    width:18px;
    height:18px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#eff6ff;
    color:#1f4f95;
    font-size:12px;
    font-weight:900;
  }
  .mobile-austria-buy{
    width:100%;
    min-height:58px !important;
    border-radius:9px !important;
    font-size:19px !important;
    box-shadow:0 14px 28px rgba(31,79,149,.22);
  }
  .v25-hero{display:none!important;padding:25px 0 22px}
  .v25-hero .v25-eyebrow{margin-bottom:7px}
  .v25-hero h1{margin-bottom:10px;font-size:32px!important;line-height:1.06!important}
  .v25-hero .v25-lead{font-size:13px;line-height:1.48;-webkit-line-clamp:3}
  .home-mobile-photo{margin:15px 0 14px;border-radius:12px;box-shadow:0 9px 24px rgba(22,43,75,.1)}
  .home-mobile-photo img{aspect-ratio:1.95/1}
  .home-mobile-photo span{top:8px;left:8px;padding:5px 8px;font-size:11px}
  .v25-hero .v25-btn{min-height:48px;padding:12px 18px}
  .v25-hero .v25-trust{gap:5px;margin-top:10px}
  .v25-hero .v25-trust span{min-height:40px;padding:4px 3px;font-size:9px}

  .v25-section{padding:18px 0 28px!important}
  .v25-section-head{max-width:360px;margin:0 auto 22px;text-align:center!important}
  .v25-section-head h2{margin-bottom:8px;font-size:31px;line-height:1.08;letter-spacing:-.025em}
  .v25-section-head p{max-width:315px;margin:0 auto;font-size:17px;line-height:1.42;text-align:center;color:#667085}
  .v25-country{padding:18px 22px;border-radius:14px!important}
  .v25-country .v25-flag{width:40px;height:40px;font-size:22px}
  .v25-country strong{font-size:21px;line-height:1.12}
  .v25-country small{font-size:15px;line-height:1.25}
  .v25-country em:after{width:34px;height:34px}
  #countries.v25-section{
    padding-top:18px!important;
  }
  #countries .v25-section-head{
    margin-bottom:25px!important;
  }
  #countries .v25-section-head h2{
    font-size:31px!important;
    line-height:1.08!important;
    margin-bottom:10px!important;
  }
  #countries .v25-section-head:after{
    width:82px!important;
    height:3px!important;
    margin-top:15px!important;
  }
  #countries .v25-section-head p{
    font-size:18px!important;
    line-height:1.42!important;
  }
  #countries .v25-country-list{
    gap:14px!important;
  }
  #countries .v25-country{
    min-height:116px!important;
    grid-template-columns:50px minmax(0,1fr) auto!important;
    padding:22px 28px!important;
    border-radius:13px!important;
  }
  #countries .v25-country .v25-flag{
    width:44px!important;
    height:32px!important;
    font-size:31px!important;
  }
  #countries .v25-country strong{
    font-size:22px!important;
  }
  #countries .v25-country small{
    margin-top:6px!important;
    font-size:16px!important;
  }
  #countries .v25-country em{
    font-size:15px!important;
    color:#174f98!important;
  }
  #countries .v25-country em:after{
    content:none!important;
  }

  .how-works-v43{padding:35px 14px 37px!important}
  .how-head-v43{margin-bottom:19px;text-align:center!important}
  .how-head-v43 h2{font-size:27px;line-height:1.15}
  .how-head-v43 span{width:52px;height:3px;margin:10px auto 0}
  .how-cards-v43{gap:9px}
  .how-card-v43{min-height:0;display:grid;grid-template-columns:38px 1fr;column-gap:12px;padding:14px;border-radius:12px;text-align:left}
  .how-number-v43{grid-row:1/3;width:38px;height:38px;margin:1px 0 0;font-size:15px}
  .how-card-v43 h3{margin:0 0 4px;font-size:15px;line-height:1.3;text-align:left}
  .how-card-v43 p{max-width:none;margin:0;font-size:12px;line-height:1.45;text-align:left}

  .home-confidence{padding:37px 0 39px}
  .home-section-heading{margin-bottom:19px}
  .home-section-heading .v25-eyebrow{margin-bottom:8px;font-size:10px;text-align:center}
  .home-section-heading h2{font-size:26px;line-height:1.17;text-align:center}
  .home-confidence-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .home-confidence-grid article{padding:14px 12px;border-radius:12px;text-align:center}
  .home-confidence-grid article>span{width:30px;height:30px;margin:0 auto 9px;border-radius:8px;font-size:13px}
  .home-confidence-grid h3{margin-bottom:5px;font-size:14px;line-height:1.25}
  .home-confidence-grid p{font-size:11px;line-height:1.4}

  .home-faq{padding:39px 0}
  .home-faq-grid{gap:20px}
  .home-faq-grid>div:first-child{text-align:center}
  .home-faq .v25-eyebrow{margin-bottom:8px;font-size:10px}
  .home-faq h2{font-size:26px;line-height:1.17}
  .home-faq-grid>div:first-child>p:not(.v25-eyebrow){margin:11px 0 15px;font-size:13px;line-height:1.48}
  .home-faq .v25-btn{min-height:44px;padding:10px 16px;font-size:13px}
  .home-faq-list{gap:7px}
  .home-faq-list details{padding:0 14px;border-radius:10px}
  .home-faq-list summary{padding:13px 26px 13px 0;font-size:13px;line-height:1.35}
  .home-faq-list summary:after{top:8px;font-size:20px}
  .home-faq-list details p{padding:0 0 13px;font-size:12px;line-height:1.45}

  .home-order-cta{padding:0 0 32px}
  .home-order-cta>.v25-container{width:calc(100% - 28px);padding:20px 17px;border-radius:14px;text-align:center}
  .home-order-cta .v25-eyebrow{margin-bottom:6px;font-size:9px}
  .home-order-cta h2{margin-bottom:6px;font-size:24px;line-height:1.15}
  .home-order-cta p{font-size:12px;line-height:1.45}
  .home-order-cta .v25-btn{min-height:45px;margin-top:14px;padding:10px 16px;font-size:13px}

  .legal-notice-v45{padding:17px 16px}
  .legal-notice-v45 p{max-width:350px;font-size:11px;line-height:1.48}
  .footer-dark-v42{padding:24px 15px 20px}
  .footer-links-v42{gap:9px 14px;margin-bottom:17px}
  .footer-links-v42 a{font-size:9px;letter-spacing:.055em}
  .footer-line-v42{margin-bottom:14px}
  .footer-note-v42{max-width:350px;margin-bottom:12px;font-size:10px;line-height:1.48}
  .footer-copy-v42{font-size:10px}
}

@media(min-width:721px){
  .mobile-austria-entry{
    display:none;
  }
}

@media(max-width:350px){
  .mobile-austria-entry{padding:14px 14px 18px}
  .mobile-austria-entry h1{font-size:30px}
  .mobile-austria-lead{font-size:16px}
  .mobile-austria-checks{font-size:14px;gap:9px}
  .mobile-austria-photo{margin-bottom:17px}
  .mobile-austria-flag{width:62px;height:46px}
  .v25-header .v25-brand strong{font-size:13px}
  .v25-header .v25-lang button{max-width:96px}
  .v25-hero h1{font-size:29px!important}
  .v25-hero .v25-trust span{font-size:8px}
  .v25-section-head h2,.how-head-v43 h2{font-size:24px}
  .home-section-heading h2,.home-faq h2{font-size:23px}
  .home-confidence-grid{gap:7px}
  .home-confidence-grid article{padding:12px 9px}
  .home-confidence-grid h3{font-size:13px}
  .v25-country{grid-template-columns:38px 1fr 32px;gap:9px;padding:12px}
  .v25-country .v25-flag{width:38px;height:38px}
  .v25-country em:after{width:32px;height:32px}
}

/* FULL_PAYMENTS_TELEGRAM_UI */
body{font-family:Inter,Arial,sans-serif!important;color:#101828}
.dv-logo,.brand,.logo{font-weight:900!important;color:#101828!important}
.dv-logo small,.brand small,.logo small{color:#475467!important;font-weight:800!important;letter-spacing:.12em!important}
.dv-nav a,nav a,.nav a,.header-nav a{color:#1d2939!important;font-weight:800!important}
.sub,.muted,.help,.field-help{color:#475467!important}
h1,h2,h3{letter-spacing:-.035em}

/* V38 mobile text tightening */
@media(max-width:720px){
  .v25-header .v25-notice{
    min-height:44px!important;
    padding:7px 14px!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    font-size:13px!important;
    line-height:1.22!important;
    letter-spacing:0!important;
  }
  .v25-header .v25-nav{
    height:72px!important;
    padding:0 22px!important;
  }
  .v25-header .v25-brand img{
    width:48px!important;
    height:48px!important;
  }
  .v25-header .v25-brand:after{
    width:36px!important;
    height:36px!important;
    margin-left:18px!important;
    font-size:27px!important;
  }
  .v25-header .v25-lang button{
    height:44px!important;
    padding:0 12px!important;
    font-size:14px!important;
  }
  #countries.v25-section{
    padding:22px 0 30px!important;
  }
  #countries .v25-container{
    padding:0 22px!important;
  }
  #countries .v25-section-head{
    max-width:340px!important;
    margin:0 auto 20px!important;
  }
  #countries .v25-section-head h2{
    margin:0 0 8px!important;
    font-size:28px!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
  }
  #countries .v25-section-head:after{
    width:72px!important;
    height:3px!important;
    margin:13px auto 0!important;
  }
  #countries .v25-section-head p{
    max-width:300px!important;
    margin:0 auto!important;
    font-size:15px!important;
    line-height:1.38!important;
  }
  #countries .v25-country-list{
    gap:10px!important;
  }
  #countries .v25-country{
    min-height:86px!important;
    grid-template-columns:44px minmax(0,1fr) auto!important;
    gap:14px!important;
    padding:16px 20px!important;
    border-radius:13px!important;
    border-color:#e2e5ea!important;
  }
  #countries .v25-country .v25-flag{
    width:38px!important;
    height:28px!important;
    font-size:27px!important;
  }
  #countries .v25-country strong{
    font-size:19px!important;
    line-height:1.12!important;
    letter-spacing:-.01em!important;
  }
  #countries .v25-country small{
    margin-top:4px!important;
    font-size:13.5px!important;
    line-height:1.25!important;
  }
  #countries .v25-country em{
    display:block!important;
    min-width:auto!important;
    color:#174f98!important;
    font-size:14px!important;
    line-height:1.2!important;
    white-space:nowrap!important;
  }
  #countries .v25-country em:after{
    content:none!important;
  }
}

@media(max-width:370px){
  .v25-header .v25-notice{
    font-size:12px!important;
  }
  #countries .v25-container{
    padding:0 16px!important;
  }
  #countries .v25-country{
    grid-template-columns:40px minmax(0,1fr) auto!important;
    gap:11px!important;
    padding:14px 15px!important;
  }
  #countries .v25-country strong{
    font-size:18px!important;
  }
  #countries .v25-country small{
    font-size:12.5px!important;
  }
  #countries .v25-country em{
    font-size:13px!important;
  }
}

/* V39: match competitor mobile typography more closely */
@media(max-width:720px){
  body,
  .v25-header,
  .v25-section,
  #countries{
    font-family:Inter,Arial,sans-serif!important;
  }
  .v25-header .v25-notice{
    min-height:auto!important;
    height:auto!important;
    max-height:none!important;
    display:block!important;
    padding:9px 18px!important;
    overflow:visible!important;
    white-space:normal!important;
    text-overflow:clip!important;
    text-align:center!important;
    color:#fff!important;
    font-size:14px!important;
    line-height:1.28!important;
    font-weight:800!important;
  }
  .v25-header .v25-nav{
    height:70px!important;
    min-height:70px!important;
    padding:0 22px!important;
  }
  .v25-header .v25-brand img{
    width:48px!important;
    height:48px!important;
  }
  .v25-header .v25-brand:after{
    margin-left:18px!important;
    font-size:28px!important;
    font-weight:600!important;
  }
  .v25-header .v25-lang button{
    height:44px!important;
    padding:0 13px!important;
    border-radius:8px!important;
    font-size:14px!important;
    font-weight:500!important;
  }
  #countries.v25-section{
    padding:20px 0 30px!important;
  }
  #countries .v25-container{
    padding:0 22px!important;
  }
  #countries .v25-section-head{
    max-width:360px!important;
    margin:0 auto 22px!important;
  }
  #countries .v25-section-head h2{
    margin:0 0 10px!important;
    font-size:31px!important;
    line-height:1.08!important;
    letter-spacing:-.02em!important;
    font-weight:800!important;
  }
  #countries .v25-section-head:after{
    width:82px!important;
    height:3px!important;
    margin:14px auto 0!important;
    background:#24539a!important;
  }
  #countries .v25-section-head p{
    max-width:330px!important;
    margin:0 auto!important;
    color:#667085!important;
    font-size:16px!important;
    line-height:1.45!important;
    font-weight:400!important;
  }
  #countries .v25-country-list{
    gap:14px!important;
  }
  #countries .v25-country{
    min-height:104px!important;
    grid-template-columns:46px minmax(0,1fr) auto!important;
    gap:16px!important;
    padding:18px 24px!important;
    border:1px solid #e2e5ea!important;
    border-radius:13px!important;
    box-shadow:none!important;
  }
  #countries .v25-country .v25-flag{
    width:42px!important;
    height:30px!important;
    font-size:29px!important;
  }
  #countries .v25-country strong{
    color:#101828!important;
    font-size:22px!important;
    line-height:1.14!important;
    letter-spacing:-.01em!important;
    font-weight:800!important;
  }
  #countries .v25-country small{
    margin-top:5px!important;
    color:#667085!important;
    font-size:16px!important;
    line-height:1.25!important;
    font-weight:400!important;
  }
  #countries .v25-country small span,
  #countries .v25-country small b{
    color:#667085!important;
    font-size:inherit!important;
    font-weight:400!important;
  }
  #countries .v25-country em{
    display:block!important;
    color:#174f98!important;
    font-size:16px!important;
    line-height:1.2!important;
    font-style:normal!important;
    font-weight:800!important;
    white-space:nowrap!important;
  }
  #countries .v25-country em:after{
    content:none!important;
  }
}

@media(max-width:390px){
  .v25-header .v25-notice{
    padding:8px 14px!important;
    font-size:13px!important;
  }
  #countries .v25-container{
    padding:0 18px!important;
  }
  #countries .v25-section-head h2{
    font-size:30px!important;
  }
  #countries .v25-section-head p{
    font-size:15px!important;
  }
  #countries .v25-country{
    min-height:98px!important;
    grid-template-columns:42px minmax(0,1fr) auto!important;
    gap:13px!important;
    padding:17px 18px!important;
  }
  #countries .v25-country .v25-flag{
    width:39px!important;
    height:28px!important;
    font-size:27px!important;
  }
  #countries .v25-country strong{
    font-size:21px!important;
  }
  #countries .v25-country small{
    font-size:15px!important;
  }
  #countries .v25-country em{
    font-size:15px!important;
  }
}

/* V41: phone-first density so the country list fits the screen. */
@media(max-width:720px){
  .v25-header .v25-notice{
    padding:6px 14px!important;
    font-size:12px!important;
    line-height:1.22!important;
    font-weight:750!important;
  }
  .v25-header .v25-nav{
    height:58px!important;
    min-height:58px!important;
    padding:0 20px!important;
  }
  .v25-header .v25-brand img{
    width:42px!important;
    height:42px!important;
  }
  .v25-header .v25-brand:after{
    margin-left:16px!important;
    font-size:25px!important;
    font-weight:550!important;
  }
  .v25-header .v25-lang button{
    height:38px!important;
    padding:0 11px!important;
    font-size:13px!important;
  }
  #countries.v25-section{
    padding:18px 0 26px!important;
  }
  #countries .v25-container{
    padding:0 18px!important;
  }
  #countries .v25-section-head{
    max-width:330px!important;
    margin:0 auto 17px!important;
  }
  #countries .v25-section-head h2{
    margin:0 0 7px!important;
    font-size:27px!important;
    line-height:1.08!important;
    font-weight:800!important;
  }
  #countries .v25-section-head p{
    max-width:292px!important;
    font-size:14px!important;
    line-height:1.36!important;
  }
  #countries .v25-section-head:after{
    width:68px!important;
    height:3px!important;
    margin-top:11px!important;
  }
  #countries .v25-country-list{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  #countries .v25-country{
    min-height:76px!important;
    grid-template-columns:30px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    gap:5px 8px!important;
    padding:9px 10px!important;
    border-radius:10px!important;
    align-items:center!important;
  }
  #countries .v25-country .v25-flag{
    width:28px!important;
    height:21px!important;
    font-size:20px!important;
  }
  #countries .v25-country div{
    grid-column:2!important;
    min-width:0!important;
  }
  #countries .v25-country strong{
    font-size:14px!important;
    line-height:1.08!important;
    font-weight:800!important;
  }
  #countries .v25-country small{
    margin-top:2px!important;
    font-size:10px!important;
    line-height:1.12!important;
    font-weight:400!important;
  }
  #countries .v25-country small span{
    display:none!important;
  }
  #countries .v25-country em{
    grid-column:1 / -1!important;
    font-size:10px!important;
    line-height:1.1!important;
    font-weight:800!important;
    padding-left:38px!important;
  }
}

@media(max-width:390px){
  #countries .v25-container{
    padding:0 14px!important;
  }
  #countries .v25-country{
    min-height:70px!important;
    grid-template-columns:27px minmax(0,1fr)!important;
    gap:4px 7px!important;
    padding:8px 9px!important;
  }
  #countries .v25-country .v25-flag{
    width:26px!important;
    height:19px!important;
    font-size:18px!important;
  }
  #countries .v25-country strong{
    font-size:13px!important;
  }
  #countries .v25-country small{
    font-size:9px!important;
  }
  #countries .v25-country em{
    font-size:9px!important;
    padding-left:34px!important;
  }
}

/* V51: final mobile typography aligned with all-vignette.com */
body{
  font-family:"IBM Plex Sans",Arial,sans-serif!important;
  color:#0f172a!important;
  background:#f1f5f9!important;
}
h1,h2,h3,
.v25-country strong,
.v25-country small,
.v25-country em,
.v25-btn,
.v25-menu a,
.v25-lang button{
  font-family:"IBM Plex Sans",Arial,sans-serif!important;
}
@media(max-width:720px){
  .v25-header .v25-notice{
    min-height:38px!important;
    padding:7px 16px!important;
    font-size:12px!important;
    line-height:1.25!important;
    font-weight:600!important;
  }
  .v25-header .v25-nav{
    height:60px!important;
    min-height:60px!important;
    padding:0 20px!important;
  }
  .v25-header .v25-brand img{
    width:40px!important;
    height:40px!important;
    border-radius:4px!important;
  }
  .v25-header .v25-brand:after{
    width:34px!important;
    height:34px!important;
    margin-left:14px!important;
    font-size:24px!important;
    font-weight:500!important;
  }
  .v25-header .v25-lang button{
    height:36px!important;
    padding:0 10px!important;
    border-radius:4px!important;
    font-size:12px!important;
    font-weight:600!important;
  }
  #countries.v25-section{
    padding:32px 0 34px!important;
    background:#f1f5f9!important;
    border-top:1px solid #e2e8f0!important;
    border-bottom:1px solid #e2e8f0!important;
  }
  #countries .v25-container{
    padding:0 16px!important;
  }
  #countries .v25-section-head{
    max-width:none!important;
    margin:0 0 18px!important;
    text-align:left!important;
  }
  #countries .v25-section-head h2{
    margin:0!important;
    font-size:22px!important;
    line-height:1.25!important;
    font-weight:600!important;
    letter-spacing:-.025em!important;
  }
  #countries .v25-section-head p{
    max-width:none!important;
    margin:4px 0 0!important;
    color:#334155!important;
    font-size:14px!important;
    line-height:1.45!important;
    text-align:left!important;
  }
  #countries .v25-section-head:after{
    display:none!important;
  }
  #countries .v25-country-list{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  #countries .v25-country{
    display:block!important;
    min-height:0!important;
    padding:14px!important;
    border:1px solid #e2e8f0!important;
    border-radius:10px!important;
    background:#fff!important;
    box-shadow:none!important;
  }
  #countries .v25-country .v25-flag{
    display:block!important;
    width:34px!important;
    height:25px!important;
    margin:0 0 12px!important;
    border-radius:2px!important;
    font-size:23px!important;
    background:none!important;
    box-shadow:inset 0 0 0 .5px rgba(0,0,0,.08)!important;
  }
  #countries .v25-country div{
    min-width:0!important;
  }
  #countries .v25-country strong{
    display:block!important;
    color:#0f172a!important;
    font-size:16px!important;
    line-height:1.2!important;
    font-weight:600!important;
  }
  #countries .v25-country small{
    display:block!important;
    margin-top:3px!important;
    color:#64748b!important;
    font-size:11px!important;
    line-height:1.25!important;
    font-weight:400!important;
  }
  #countries .v25-country small span{
    display:inline!important;
  }
  #countries .v25-country em{
    display:flex!important;
    justify-content:flex-start!important;
    margin-top:12px!important;
    padding:0!important;
    color:#0b5394!important;
    font-size:12px!important;
    line-height:1.25!important;
    font-weight:500!important;
  }
  #countries .v25-country em:after{
    display:none!important;
  }
}
@media(max-width:390px){
  #countries .v25-container{
    padding:0 12px!important;
  }
  #countries .v25-country-list{
    gap:8px!important;
  }
  #countries .v25-country{
    padding:12px!important;
  }
  #countries .v25-country strong{
    font-size:15px!important;
  }
  #countries .v25-country small{
    font-size:10px!important;
  }
  #countries .v25-country em{
    font-size:11px!important;
  }
}
