﻿html {
font-size: 16px;
width: auto !important;
overflow-x: hidden !important
}
body{
font-family: Arial, x-locale-body, sans-serif, "Helvetica Neue", Helvetica;
margin: 0 auto;
max-width: 71.875rem;
line-height: 1.9;
background: #f2f2f2;
}
a:active, a:link, a:visited {
color: #006ec6;
text-decoration: none;
text-decoration-skip-ink: none;
text-underline-offset: 4px;
}
a:hover, a:focus {
color: #1B4F72;
text-decoration: underline;
text-decoration-skip-ink: none;
text-underline-offset: 4px;
}
h2 {
color: #333333;
margin: 0;
}
h4 {
margin-top: 10px;
color: #333333;
font-size: 1.2rem;
line-height: 2;
display: inline-block
}
.header-container {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
width: 100%;
}
.hdrleftCol {
display: flex;
align-items: center;
flex: 1 1 auto;
}
.hdrrightCol {
display: flex;
justify-content: flex-end;
align-items: center;
flex: 1;
margin-right: 12px;
}
.q-nav {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 5px;
margin: 10px 0;
}
.q-nav-hdr {
font-weight: bold;
text-transform: uppercase;
color: #275b90;
flex-shrink: 0;
font-size: 0.85em;
margin: 0;
line-height: 1.2;
display: inline-block;
white-space: nowrap;
}
.q-nav-links {
display: flex;
flex-wrap: wrap;
gap: 10px;
padding-left: 5px;
font-size: 0.85em;
max-width: 100%;
}
.q-nav-links a {
display: inline-block;
padding: 2px 5px;
color: #444;
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 3px;
border-bottom: 2px solid transparent;
transition: all 0.3s ease;
white-space: nowrap;
}
.q-nav-links a:hover {
color: #275b90;
text-decoration: none;
border-bottom: 2px solid #275b90;
}
.i-color {
color: #444444;
margin-right: 8px;
vertical-align: middle;
}
.back-to-top {
position: fixed;
bottom: 8.75rem;
right: 1.25rem;
display: none;
background-color: #28a745;
color: #ffffff !important;
font-weight: bold;
text-decoration: none;
padding: 0.625rem 0.9375rem;
border-radius: 0.3125rem;
font-size: 0.875rem;
box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
transition: background-color 0.3s ease, color 0.3s ease;
z-index: 9999 !important;
}
.back-to-top:hover {
background-color: #28a745;
color: #ffc107 !important;
}
ul li {
margin-bottom: 10px;
}
pre {
background-color: #fffbdb;
padding: 10px;
border-radius: 5px;
font-family: monospace;
overflow-x: auto;
}
.no-results-message {
display: none;
color: red;
font-style: italic;
margin-top: 10px;
text-align: center; 
}
footer {
margin: -2px;
padding: 0.75rem;
font-size: 0.9rem;
background: linear-gradient(180deg, #002a5c, #004080);
text-align: center;
color: #ffffff;
}
footer a {
color: #ffffff !important;
transition: color 0.3s ease;
text-decoration: none !important;
}
footer a:hover {
color: #aad4e6 !important;
text-decoration: underline !important;
}
footer ul {
list-style: none;
padding: 0;
margin: 10px 0 20px 0;
}
footer ul li {
display: inline-block;
margin-right: 15px;
line-height: 1.6;
}
footer ul li:last-child {
margin-right: 0;
}
ul, ol, li {
line-height: 2;
}
.share-buttons-container{display:flex;justify-content:flex-end;margin:20px 10px 5px 0}
.share-buttons{display:flex;gap:10px}
.share-buttons a{display:inline-block;width:35px;height:35px;line-height:35px;text-align:center;color:#fff;border-radius:50%;background-color:#8b8f8f;transition:background-color 0.3s,color 0.3s}
.share-buttons a:hover{background-color:#007bff;color:#fff}
.share-buttons a i{font-size:16px}
.share-buttons a.btn-facebook:hover{background-color:#3b5998}
.share-buttons a.btn-twitter:hover{background-color:#1da1f2}
.share-buttons a.btn-email:hover{background-color:#007bff}
.share-buttons a.btn-copy:hover{background-color:#28a745}
.share-buttons a.btn-print:hover{background-color:#6c757d}
.copy-status {margin:0 8px 0 0;font-size:13px;color:#2e7d32;}
.copy-status.is-error {color:#b00020;}
/* End Share buttons */
@media (max-width: 768px) {
.srcEm {
max-width: 100%;
}
/*.blk-heading {
font-size: 1rem;
margin: 0;
}*/
footer ul {
display: block;
text-align: center;
margin: 15px 0;
}
footer ul li {
display: block;
margin-bottom: 10px;
}
footer ul li:last-child {
margin-bottom: 0;
}
}
.article-section {
margin-bottom: 20px;
clear: both;
}
.article-section p {
margin: 0;
}
.article-image-container {
float: right;
margin: 0 0 10px 20px;
background: #f8f9fa;
text-align: center;
max-width: 100%;
overflow: hidden;
}
.article-image {
width: 100%;
height: auto;
border: 1px solid #ddd;
border-radius: 8px;
padding: 5px;
}
.article-image-caption {
font-size: 0.9em;
color: #555;
margin-top: 5px;
text-align: center;
line-height: 1.4;
}
.article-section h2 {
margin: 10px 0;
padding: 10px;
font-size: 1.5em;
background-color: #f0f8ff;
}
.article-section h3 {
margin: 8px 0;
padding-left: 10px;
font-size: 1.3em;
}
.article-section h4 {
margin: 6px 0;
font-size: 1.1em;
padding-left: 10px;
}
@media (max-width: 768px) {
.article-image-container {
max-width: 100%;
}
}
/*Seach End*/
.nobull {
list-style-type: none !important;
}
@media (max-width: 1024px) {
.header-container {
flex-wrap: nowrap;
}
.hdrleftCol {
flex: 1 1 auto;
}
.hdrrightCol {
flex: 1 1 auto;
justify-content: flex-end;
margin-right: 0;
}
}
@media (max-width: 768px) {
.header-container {
flex-wrap: nowrap;
justify-content: space-between;
}
.hdrleftCol {
flex: 1 1 auto;
}
.hdrrightCol {
flex: 1 1 auto;
justify-content: flex-end;
margin-right: 0;
}
}
h2 {
font-size: 1.6em;
margin-top: 16px
}
h3 {
font-size: 1.3em;
color: #333333
}
h1, h2, h3, h4 {
font-family: x-locale-heading-primary,zillaslab,Palatino,"Palatino Linotype",x-locale-heading-secondary,serif,"Arial"
}
header {
position: relative;
min-height: 50px
}

.whttm {
margin-top: -12px;
padding: 12px;
background: #fff;
text-align: center;
margin-left: -2px;
margin-right: -2px;
overflow: auto
}
ul {
padding: 0;
margin: 0 0 .8em;
overflow: auto
}
div.container {
overflow-x: hidden !important;
max-width: 100%
}
.oneCol {
width: 99%;
margin: 10px 4px;
text-align: left;
}
.oneCol ul {
display: block;
padding: 0;
margin: 0;
}
.oneCol li {
width: 100%;
margin: 0 0 10px 0;
list-style-position: inside;
list-style-type: circle;
line-height: 2;
}
/* ===== Two-column list section (no bullets) ===== */
.twoCol {
position: relative;
max-width: 100%;
margin: 12px 20px;
border-radius: 3px;
font-weight: 400;
overflow: visible;
}
.twoCol ul {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 32px 20px;
padding: 0;
margin: 20px 0;
list-style: none;
}
.twoCol li {
list-style: none;
margin: 0;
padding: 0;
line-height: 2;
display: flex;
align-items: center;
gap: 10px;
}
@media (max-width: 768px) {
.twoCol ul {
grid-template-columns: 1fr;
margin-left: 0;
}
}
.flag-list img {
width: 40px;
margin-right: 10px;
vertical-align: middle;
}
.mrgnLft {
margin-left: 20px;
}
.srcEm {
width: 100%;
max-width: 600px;
padding: 12px 5px;
font-size: 1rem;
border: 1px solid #ccc;
border-radius: 8px;
margin-bottom: 20px;
box-sizing: border-box;
}
.dotted-bgBL {
background: radial-gradient(circle, #c9dafc 1px, #eaf2fe 1px);
background-size: 10px 10px;
padding: 15px;
color: #000;
border: 1px solid #a5c4f8;
box-sizing: border-box;
border-radius: 3px;
margin-bottom: 20px;
max-width: 90%;
}
.dotted-bgBL ul {
list-style: none;
padding: 0;
margin: 0;
}
.dotted-bgBL li {
margin-bottom: 10px;
line-height: 1.5;
}
@media (min-width:1280px) {
body {
max-width: 1278px
}
}
@media only screen and (max-width:1279px) and (min-width:1024px) {
body {
max-width: 1275px
}
}
@media only screen and (max-width:1023px) and (min-width:993px) {
body {
max-width: 1023px
}
}
@media (min-width:1600px) {body {max-width: 1450px;}}
@media (min-width:1024px) {
.paddLgScrn {
padding: 5px 17px !important
}
}
@media (max-width:992px) {
header h2 {
color: #fff
}
li {
padding-bottom: .5em
}
h2 {
margin-top: 0px
}
}
#skiptocontent a {
padding: 6px;
position: absolute;
top: -40px;
left: 0;
color: transparent;
border-right: 1px solid transparent;
border-bottom: 1px solid transparent;
border-bottom-right-radius: 8px;
background: transparent;
z-index: -1;
transition: top 0.3s ease-in-out;
}
#skiptocontent a:focus {
position: absolute;
top: 0;
left: 0;
color: yellow;
border-right: 1px solid white;
border-bottom: 1px solid white;
background: #107d10;
z-index: 100;
outline: none;
}
@media print {
body {
background-color: #fff;
background-image: none;
color: #000
}
#ad, #ad1, #admid {
display: none
}
@page {
size: auto;
margin: 10px
}
}
@media (max-width:992px){
h1{font-size:1.4em; padding:4px 4px 8px 10px; line-height:1.25}
li{padding-bottom:.5em}
}
@media (max-width:1023px){
p{margin-left:0 !important;}
}
section p{ padding-left:0 !important; }
.sr-only{
position:absolute!important;
width:1px!important;
height:1px!important;
padding:0!important;
margin:-1px!important;
overflow:hidden!important;
clip:rect(0,0,0,0)!important;
white-space:nowrap!important;
border:0!important;
}
.sr-only:focus,.sr-only:active{
position:static!important;
width:auto!important;
height:auto!important;
margin:0!important;
overflow:visible!important;
clip:auto!important;
white-space:normal!important;
}
/* Grid container */
.layout {
display: grid;
align-items: start;
column-gap: 1rem;
}
.layout--2col {
grid-template-columns: minmax(0,1fr) clamp(300px,28vw,360px); 
}
.layout--2col > .leftCol,
.layout--2col > .rightCol {
float: none !important;
width: auto !important;
max-width: 100% !important;
box-sizing: border-box;
}
.layout--2col > .leftCol {
min-width: 0;
}
@media (max-width:992px) {
.layout--2col {
grid-template-columns: 1fr;
}
}
:root {
--rail-offset: 20px;
}
@media (min-width:993px) {
.layout--2col > .rightCol {
position: sticky;
top: calc(var(--rail-offset) + env(safe-area-inset-top, 0px));
}
}
.layout--2col > .rightCol .ad-slot {
display: block;
width: 100%;
max-width: 100%;
margin: 20px 0 16px 0;
padding: 0;
box-sizing: border-box;
text-align: center;
background: transparent;
}
.layout--2col > .rightCol .ad-slot--rail {
min-width: 300px;
min-height: 600px;
}
@media (max-width:1023px) {
.layout--2col > .rightCol .ad-slot--rail {
min-height: 250px;
min-width: 0;
}
}
.layout--2col > .rightCol .ad-slot [id^="ezoic-pub-ad-"],
.layout--2col > .rightCol .ad-slot [id^="ezoic-pub-ad-placeholder"],
.layout--2col > .rightCol .ad-slot .ezoic-ad,
.layout--2col > .rightCol .ad-slot > ins,
.layout--2col > .rightCol .ad-slot > iframe {
display: block !important;
position: static !important;
float: none !important;
width: 100% !important;
max-width: 100% !important;
height: auto;
max-height: none !important;
margin: 0 auto !important;
clear: both !important;
overflow: visible !important;
}
/* === Ambassadors */
#HOM.flag-list{list-style:none;margin:0;padding:0}
#HOM.flag-list > li {
display: grid;
grid-template-columns: 56px 1fr;
grid-template-rows: auto auto;
column-gap: 12px;
row-gap: 4px;
align-items: center;
padding: 6px 0;
margin: 0 0 32px 20px;
position: relative;
}
@media (max-width: 600px) {
#HOM.flag-list > li {
margin: 0 0 16px 8px; 
grid-template-columns: 48px 1fr;
column-gap: 10px;
}
}
#HOM.flag-list > li::before{
content:"";
grid-column:1; grid-row:1 / span 2;
background:#f5f9ff;
border-radius:6px;
box-shadow: inset 0 0 0 1px rgba(0,0,0,.04);
z-index:0;
}
#HOM.flag-list img.flag-icon,
#HOM.flag-list > li > img{
grid-column:1; grid-row:1 / span 2;
justify-self:center; align-self:center;
width:40px; height:30px; object-fit:cover;
border-radius:2px;
display:block;
margin:0 !important;
vertical-align:middle !important;
z-index:1;
}
#HOM.flag-list .title{ margin:0; line-height:1.3; }
#HOM.flag-list .mission a{
display:inline-block;
text-decoration:underline;
text-underline-offset:3px;
margin-top:2px;
}
@media (max-width:480px){
#HOM.flag-list > li{ column-gap:10px; row-gap:6px; }
#HOM.flag-list > li{ grid-template-columns: 48px 1fr; }
#HOM.flag-list img.flag-icon,
#HOM.flag-list > li > img{ width:36px; height:24px; }
}
@media print {
.layout--2col > .rightCol .ad-slot {
display: none !important;
}
}
#topads {
display: flex;
justify-content: center;
align-items: flex-start;
margin: 10px auto 0;
max-width: 100%;
overflow: visible;
text-align: center;
}
@media (min-width:1024px) and (max-width:1439px) {
#topads {
margin: 10px auto 12px;
}
}
@media (min-width:1440px) {
#topads {
margin: 10px auto 0;
}
}
.fxad {
min-height: 200px;
margin-bottom: 1.5rem;
width: auto;
display: block;
overflow: visible; 
padding: 2rem 0.2rem;
max-width: 100%;
box-sizing: border-box;
}
@media (max-width:1024px) {
.fxad {
padding: 1rem 0;
}
}
/* Passport Offices - Office Cards */
.office-card {
background: #fff;
border: 1px solid #e6e6e6;
border-radius: 10px;
padding: 18px 18px 14px;
margin: 0 0 18px 0;
box-shadow: 0 1px 0 rgba(0,0,0,.03);
}

.office-card > h2 {
margin: 0 0 6px 0;
padding: 10px 12px;
font-size: 1.35rem;
line-height: 1.25;
color: #222;
background: #e6eaf4;
border-radius: 8px;
}

.office-card .office-type {
margin: 2px 0 22px 0 !important;
padding: 0 12px !important;
text-align: left;
font-size: .95rem;
font-weight: 400;
line-height: 1.25;
color: #2f6f2f !important;
}

.office-card .office-meta {
font-style: normal;
padding-left: 12px;
margin: 0 0 14px 0;
color: #111;
font-size: 0.98rem;
line-height: 1.6;
}

.office-card p.m {
margin: 8px 0;
line-height: 1.65;
color: #111;
padding-left: 12px;
}

.office-card p.m strong {
font-weight: 700;
color: #111;
display: inline-block;
min-width: 110px;
margin-right: 6px;
vertical-align: top;
}

.office-card h3 {
margin: 32px 0 12px 0 !important;
padding: 10px 12px !important;
background: #f1f2f3;
border-radius: 8px;
font-size: 1.05rem;
line-height: 1.2;
color: #111;
display: flex;
align-items: center;
gap: 10px;
}

.office-card h3 i {
margin: 0 !important;
}

.office-card .directions-link + h3 {
margin-top: 18px !important;
}

.office-card h3 + p.m {
margin-top: 6px;
}

.office-card p.m + p.m {
margin-top: 6px;
}

.office-card a.phone-link {
font-weight: 700;
text-decoration: none;
}

.office-card a.phone-link:hover,
.office-card a.phone-link:focus {
text-decoration: underline;
}

.office-card a {
overflow-wrap: anywhere;
word-break: break-word;
}

.office-card .directions-link {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 7px 11px;
border: 1px solid #cfe2ff;
background: #f5f9ff;
border-radius: 8px;
font-weight: 700;
font-size: 0.9rem;
text-decoration: none !important;
}

.office-card .directions-link:hover,
.office-card .directions-link:focus {
background: #eaf2ff;
border-color: #b6d4fe;
}

.office-card .muted,
.office-card .muted small {
color: #666;
}

.bggry {
background-color: #F8F9FA;
margin-bottom: 2.25rem;
padding: 1.25rem;
}

@media (max-width:768px) {
.bggry {
padding: 1rem 0.75rem !important;
margin-bottom: 1.5rem;
}

.office-card {
padding: 14px 12px 12px;
border-radius: 10px;
}

.office-card > h2 {
font-size: 1.22rem;
margin-bottom: 6px;
padding: 10px 10px;
}

.office-card .office-type {
padding: 0 10px !important;
white-space: normal;
margin: 2px 0 12px 0 !important;
}

.office-card h3 {
padding: 9px 10px !important;
font-size: 1rem;
}

.office-card .office-meta {
padding-left: 10px;
}

.office-card p.m {
padding-left: 10px;
}

.office-card p.m strong {
min-width: 0;
display: block;
margin: 0 0 2px 0;
}
}

/* Office Hours list (passport office cards) */
.office-hours-list {
margin-top: 8px;
}

.office-hour-row {
display: flex;
justify-content: flex-start;
align-items: center;
padding: 10px 12px;
line-height: 1.5;
gap: 16px;
font-family: Arial, sans-serif;
border-top: 1px solid #eee;
}

.office-hour-row:first-child {
border-top: none;
}

.office-day {
font-size: 1rem;
font-weight: normal;
color: #222;
margin: 0;
width: 110px; /* keeps times aligned */
flex: 0 0 110px;
}

.office-time {
font-size: 1rem;
color: #333;
margin: 0;
flex: 1 1 auto;
}

.office-day-today {
background-color: #fff9db;
border-radius: 4px;
}

.office-day-today .office-day,
.office-day-today .office-time {
font-weight: 600;
color: #333;
}

.office-hour-note {
margin: 8px 0 0 0;
font-style: italic;
color: #444;
}

.office-hour-note p {
margin: 0 0 6px 0;
}

/* Optional: smaller “rules” text in cards */
.office-hour-note .m {
margin: 0 0 6px 0;
}




/* =========================================================
   Passport Offices - City Index
   Scope: .passport-city-index
   Notes:
   - Uses ONLY the pill searchbar classes (.pci-searchbar/.pci-searchform)
   - Removed legacy .pci-search block to avoid conflicts
   ========================================================= */

/* Breadcrumb */
.passport-city-index .pci-breadcrumb {
    margin: 15px 0 10px;
    font-size: 14px;
}

.passport-city-index .pci-sep {
    margin: 0 6px;
    color: #777;
}

/* Title + totals */
.passport-city-index .pci-title {
    margin: 0 0 8px;
    line-height: 1.25;
}

.passport-city-index .pci-totals {
    margin: 6px 0 18px;
    color: #666;
}

.passport-city-index .pci-dot {
    margin: 0 8px;
    color: #888;
}

/* =========================================================
   Searchbar (pill style)
   ========================================================= */
.passport-city-index .pci-searchbar {
    margin: 0 0 18px;
}

.passport-city-index .pci-searchform {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #d8d8d8;
    background: #fff;
    border-radius: 14px;
    padding: 10px 12px;
    box-shadow: 0 1px 0 rgba(0,0,0,.03);
}

    .passport-city-index .pci-searchform:focus-within {
        border-color: #b8c6e6;
        box-shadow: 0 0 0 3px rgba(31, 78, 168, 0.12);
    }

.passport-city-index .pci-searchicon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    color: #6b7280;
    background: #f3f4f6;
    flex: 0 0 auto;
}

.passport-city-index .pci-searchinput {
    flex: 1 1 auto;
    min-width: 180px;
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    padding: 6px 4px;
}

    .passport-city-index .pci-searchinput::placeholder {
        color: #9aa0a6;
    }

/* Buttons */
.passport-city-index .pci-searchbtn {
    border: 1px solid #cfd6e4;
    background: #1f4ea8;
    color: #fff;
    border-radius: 10px;
    padding: 8px 14px;
    font-weight: 600;
}

    .passport-city-index .pci-searchbtn:hover,
    .passport-city-index .pci-searchbtn:focus {
        filter: brightness(0.95);
    }

.passport-city-index .pci-clearbtn {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    border-radius: 10px;
    padding: 8px 12px;
    text-decoration: none;
    font-weight: 600;
}

    .passport-city-index .pci-clearbtn:hover,
    .passport-city-index .pci-clearbtn:focus {
        background: #f3f4f6;
        text-decoration: none;
    }

/* =========================================================
   A–Z Jump
   ========================================================= */
.passport-city-index .pci-az {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}

    .passport-city-index .pci-az li {
        display: inline-block;
        margin: 0 6px 6px 0;
    }

    .passport-city-index .pci-az a {
        display: inline-block;
        padding: 4px 10px;
        border: 1px solid #e6e6e6;
        border-radius: 999px;
        background: #fff;
        color: #333;
        text-decoration: none;
        font-size: 12px;
    }

        .passport-city-index .pci-az a:hover,
        .passport-city-index .pci-az a:focus {
            background: #f3f4f6;
        }

/* =========================================================
   Group section (A, B, C...)
   ========================================================= */
.passport-city-index .pci-group {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 18px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,.03);
}

.passport-city-index .pci-group-title {
    margin: 0;
    padding: 10px 12px;
    font-size: 18px;
    line-height: 1.2;
    background: #e6eaf4;
    border-bottom: 1px solid #dde2ee;
}

/* =========================================================
   City list
   ========================================================= */
.passport-city-index .pci-city-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.passport-city-index .pci-city-item {
    border-top: 1px solid #f0f0f0;
}

    .passport-city-index .pci-city-item:first-child {
        border-top: none;
    }

.passport-city-index .pci-city-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    text-decoration: none;
    color: #222;
}

    .passport-city-index .pci-city-link:hover,
    .passport-city-index .pci-city-link:focus {
        background: #f8fafc;
        text-decoration: none;
    }

.passport-city-index .pci-city-text {
    display: inline-flex;
    flex-direction: column;
    min-width: 0; /* enables ellipsis */
}

.passport-city-index .pci-city-name {
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.passport-city-index .pci-updated {
    margin-top: 4px;
    font-size: 12px;
    color: #6b7280;
}

/* Count pill (replaces Bootstrap badge) */
.passport-city-index .pci-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    color: #111;
    font-weight: 700;
    font-size: 12px;
    flex: 0 0 auto;
}

/* =========================================================
   Responsive tweaks
   ========================================================= */
@media (max-width: 768px) {
    .passport-city-index .pci-city-link {
        padding: 11px 12px;
    }

    .passport-city-index .pci-count {
        min-width: 32px;
        padding: 4px 9px;
    }
}

/* Mobile: stack search buttons */
@media (max-width: 480px) {
    .passport-city-index .pci-searchform {
        flex-wrap: wrap;
    }

    .passport-city-index .pci-searchbtn,
    .passport-city-index .pci-clearbtn {
        width: 100%;
        text-align: center;
    }
}
