/* v1045 — Visa Requirements mobile popular nationality buttons compact cleanup
   Mobile only; desktop remains unchanged. */

@media (max-width: 980px){
  html body.visa-req-xxx-refbuild-v1003 .vrx-popular-v1003{
    gap: 6px !important;
    margin-top: 12px !important;
    align-items: flex-start !important;
  }

  html body.visa-req-xxx-refbuild-v1003 .vrx-popular-v1003 button{
    appearance: none !important;
    -webkit-appearance: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 34px !important;
    height: 34px !important;
    padding: 4px 12px !important;
    border: 1px solid #aeb8c5 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #06194a !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
    box-shadow: none !important;
    white-space: nowrap !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
  }
}

@media (max-width: 430px){
  html body.visa-req-xxx-refbuild-v1003 .vrx-popular-v1003{
    gap: 5px !important;
  }

  html body.visa-req-xxx-refbuild-v1003 .vrx-popular-v1003 button{
    min-height: 32px !important;
    height: 32px !important;
    padding: 3px 10px !important;
    font-size: 11.5px !important;
    border-radius: 7px !important;
  }
}
