:root{--breadcrumb-font-size:14px;--breadcrumb-separator-margin:18px;--breadcrumb-color-primary:#232f58;--breadcrumb-color-hover:#ce0e2d;--breadcrumb-color-inactive:#909090;--breadcrumb-font-weight:400;}
.uk-breadcrumb{padding:0;list-style:none;font-size:0;}
.uk-breadcrumb>*{display:inline-block;display:contents;}
.uk-breadcrumb>*>*{font-size:var(--breadcrumb-font-size);color:var(--breadcrumb-color-primary);font-weight:var(--breadcrumb-font-weight);}
.uk-breadcrumb>*>:hover{color:var(--breadcrumb-color-hover);text-decoration:none;}
.uk-breadcrumb>:last-child>a:not([href]), .uk-breadcrumb>:last-child>span{color:var(--breadcrumb-color-inactive);}
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
content: "/";
display: inline-block;
margin: 0 var(--breadcrumb-separator-margin);
font-size: var(--breadcrumb-font-size);
color: var(--breadcrumb-color-inactive);
}.grc-container{--grc-navy:#232F58;--grc-red:#CE0E2D;--grc-ink:#1f2733;--grc-muted:#6b7280;--grc-line:#e5e7eb;--grc-bg:#f7f8fa;font-family:"Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;color:var(--grc-ink);width:100%;max-width:1440px;margin:0 auto;box-sizing:border-box;}
.grc-hero{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:16px;box-shadow:0 6px 24px rgba(35,47,88,.08);padding:32px clamp(20px, 4vw, 48px);margin-bottom:24px;text-align:center;}
.grc-title{color:var(--grc-navy);font-weight:700;font-size:clamp(1.6rem, 3vw, 2.4rem);margin:0 0 .6rem;text-align:center;}
.grc-subtitle{max-width:760px;margin:0 auto 1.6rem;color:var(--grc-muted);font-size:clamp(.9rem, 1.4vw, 1.02rem);line-height:1.6;text-align:center;}
.grc-filters{margin-bottom:0;text-align:left;}
.grc-filter-grid{display:grid;grid-template-columns:2fr 1fr auto;gap:16px 34px;align-items:end;}
.grc-field label{display:block;font-size:.8rem;font-weight:600;color:var(--grc-muted);margin-bottom:4px;}
.grc-input, .grc-select{width:100%;padding:10px 14px;border:1px solid var(--grc-line);border-radius:8px;font:inherit;background:#fff;box-sizing:border-box;}
.grc-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:44px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23232F58' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:15px;}
.grc-filter-actions{display:flex;gap:8px;}
.grc-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border-radius:8px;border:1px solid transparent;font:inherit;font-weight:600;cursor:pointer;text-decoration:none;line-height:1;}
.grc-btn--primary{background:var(--grc-red);color:#fff;}
.grc-btn--primary:hover{background:#b00c27;color:#fff;}
.grc-btn--secondary{background:#fff;color:var(--grc-navy);border-color:var(--grc-navy);}
.grc-btn--secondary:hover{background:var(--grc-navy);color:#fff;}
.grc-view-toggle{display:none;gap:6px;margin-bottom:12px;}
.grc-view-btn{flex:1;padding:10px;border:1px solid var(--grc-line);background:#fff;border-radius:8px;font:inherit;font-weight:600;cursor:pointer;}
.grc-view-btn.active{background:var(--grc-navy);color:#fff;border-color:var(--grc-navy);}
.grc-main-grid{display:grid;grid-template-columns:1fr 2fr;gap:24px;align-items:start;}
.grc-results-info{font-size:.95rem;font-weight:600;color:var(--grc-navy);margin:0 0 12px;}
.grc-az{font-weight:500;color:var(--grc-muted);}
.grc-list{display:grid;gap:12px;}
.grc-list.grc-loading{opacity:.5;}
@media(min-width:960px){
.grc-list{max-height:600px;box-sizing:border-box;overflow-y:auto;padding:14px;background:#fafbfc;border:1px solid var(--grc-line);border-radius:10px;box-shadow:inset 0 2px 8px rgba(35,47,88,.06);}
.grc-list::-webkit-scrollbar{width:8px;}
.grc-list::-webkit-scrollbar-track{background:#eef0f3;border-radius:4px;}
.grc-list::-webkit-scrollbar-thumb{background:var(--grc-navy);border-radius:4px;}
.grc-list::-webkit-scrollbar-thumb:hover{background:#1a2444;}
} .grc-country-group{margin-bottom:14px;border:1px solid var(--grc-line);border-radius:10px;overflow:hidden;}
.grc-country-heading{margin:0;}
.grc-country-toggle{width:100%;display:flex;align-items:center;gap:10px;padding:12px 16px;background:var(--grc-navy);color:#fff;border:0;font:inherit;font-weight:700;cursor:pointer;}
.grc-country-count{background:rgba(255,255,255,.2);border-radius:999px;padding:2px 10px;font-size:.8rem;}
.grc-country-caret{margin-left:auto;transition:transform .2s;}
.grc-collapsed .grc-country-caret{transform:rotate(-90deg);}
.grc-country-cards{padding:12px;display:grid;gap:10px;}
.grc-collapsed .grc-country-cards{display:none;}
.grc-card{border:1px solid rgba(0,0,0,.05);border-radius:12px;padding:18px;background:#fff;box-shadow:0 2px 8px rgba(35,47,88,.06);transition:transform .2s, box-shadow .2s, border-color .2s;}
.grc-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(35,47,88,.12);border-color:rgba(35,47,88,.12);}
.grc-clickable{cursor:pointer;}
.grc-clickable:focus-visible{outline:2px solid var(--grc-navy);outline-offset:2px;}
.grc-website-link{position:relative;z-index:2;}
.grc-card-row{display:flex;align-items:flex-start;gap:14px;text-align:left;}
.grc-card-avatar{flex:0 0 auto;}
.grc-card-body{flex:1;min-width:0;text-align:left;}
.grc-doctor{margin:0 0 3px;font-size:1rem;font-weight:700;color:var(--grc-navy);line-height:1.3;text-align:left;}
.grc-center-name{margin:0 0 3px;font-size:.85rem;color:var(--grc-muted);text-align:left;}
.grc-country-line{margin:0 0 10px;font-size:.85rem;font-weight:500;color:var(--grc-muted);text-align:left;}
.grc-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;justify-content:flex-start;}
.grc-verify-badge{display:inline-flex;align-items:center;gap:7px;padding:5px 10px 5px 12px;border-radius:999px;border:1.5px dashed #C99A2E;background:rgba(201,154,46,.10);color:#8a6a1e;font-size:.72rem;font-weight:700;letter-spacing:.2px;white-space:nowrap;}
.grc-verify-check{flex-shrink:0;width:17px;height:17px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg, #E3BE55 0%, #C99A2E 100%);box-shadow:0 1px 2px rgba(201,154,46,.4);}
.grc-card-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;}
.grc-avatar{flex:0 0 auto;width:60px;height:60px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 2px 6px rgba(35,47,88,.10);}
.grc-avatar--photo img{width:100%;height:100%;object-fit:cover;display:block;}
.grc-avatar--monogram{background:var(--grc-navy);color:#fff;font-weight:700;font-size:1.1rem;letter-spacing:.5px;}
.grc-map-col{position:sticky;top:20px;}
#grc-map{width:100%;height:600px;border-radius:12px;border:1px solid var(--grc-line);}
.grc-map-missing{height:600px;display:flex;align-items:center;justify-content:center;background:var(--grc-bg);border:1px dashed var(--grc-line);border-radius:12px;color:var(--grc-muted);text-align:center;padding:20px;}
.grc-infowindow{font-family:"Montserrat", sans-serif;min-width:180px;}
.grc-iw-head{display:flex;align-items:center;gap:10px;margin-bottom:6px;}
.grc-iw-head .grc-avatar{width:44px;height:44px;}
.grc-iw-titles{display:flex;flex-direction:column;}
.grc-iw-name{font-size:.95rem;color:var(--grc-navy);font-weight:700;}
.grc-iw-country{font-size:.8rem;color:#6b7280;margin-top:2px;}
.grc-no-results{padding:30px;text-align:center;color:var(--grc-muted);}
@media(max-width:959px){
.grc-filter-grid{grid-template-columns:1fr;}
.grc-view-toggle{display:flex;}
.grc-main-grid{grid-template-columns:1fr;}
.grc-map-col{position:static;}
#grc-map, .grc-map-missing{height:460px;}
#grc-app[data-view="list"] .grc-map-col{display:none;}
#grc-app[data-view="map"] .grc-results{display:none;}
#grc-app:not([data-view]) .grc-map-col{display:none;}
}  [dir="rtl"] .grc-country-caret{margin-left:0;margin-right:auto;}
[dir="rtl"] .grc-card-row{flex-direction:row;}
[dir="rtl"] .grc-card-body{text-align:right;}
[dir="rtl"] .grc-collapsed .grc-country-caret { transform: rotate(90deg); }.wpml-ls-menu-item .wpml-ls-flag{display:inline;vertical-align:baseline}.wpml-ls-menu-item .wpml-ls-flag+span{margin-left:.3em}.rtl .wpml-ls-menu-item .wpml-ls-flag+span{margin-left:0;margin-right:.3em}ul .wpml-ls-menu-item a{display:flex;align-items:center}