.ref-site {
  --blue:#0673ff;
  --navy:#0b214c;
  --muted:#7186aa;
  --border:#dfeafa;
  --light:#f0f7ff;
  --radius:8px;
  --control-radius:7px;
  --gutter:28px;
  --section:28px;
  --h1:46px;
  --h2:25px;
  --h3:19px;
  font-size:14px;
  line-height:1.45;
  background:#fff
}
.ref-site .ng-header {
  height:52px;
  box-shadow:none;
  border-bottom:1px solid #e6edf8
}
.ref-site .ng-header-inner {
  height:100%;
  gap:30px
}
.ref-site .ng-brand {
  gap:10px
}
.ref-site .ng-brand>img {
  width:34px;
  height:34px
}
.ref-site .ng-brand b {
  font-size:23px;
  letter-spacing:-1px
}
.ref-site .ng-brand small {
  font-size:8px;
  margin-top:2px
}
.ref-site .ng-nav {
  gap:32px
}
.ref-site .ng-nav a {
  font-size:12px;
  position:relative;
  padding:20px 0
}
.ref-site .ng-nav a[aria-current=page]:after {
  content:'';
  position:absolute;
  bottom:0;
  left:-8px;
  right:-8px;
  height:3px;
  background:var(--blue)
}
.ref-site .ng-tools {
  gap:20px;
  font-size:12px
}

.ref-site .ng-language {
  background:#f6f9fe;
  border:0;
  height:36px;
  font-size:12px;
  gap:5px
}
.ref-site .ng-language .flag {
  width:21px;
  height:21px
}
.ref-site .ng-language .flag img {
  width:21px;
  height:16px
}
.ref-site .ng-currency {
  display:none
}
.ref-site .ng-header .ng-drawer {
  gap:25px
}
.ref-site .ng-header .ng-language {
  order:2
}

.ref-site .ng-header .ng-menu-toggle {
  order:4
}
.ref-site .ng-header .ng-tools>a.ref-contact {
  display:none
}
.ref-site main {
  min-height:55vh
}
.ref-site main h1 {
  font-size:var(--h1)!important;
  line-height:1.05!important;
  font-weight:750!important;
  letter-spacing:-1.8px!important
}
.ref-site :is(h2,h3) {
  letter-spacing:-.6px
}
.ref-site .icon {
  width:21px;
  height:21px
}
.ref-site .button {
  min-height:42px;
  padding:10px 20px;
  font-size:14px;
  box-shadow:none
}
.ref-site main :is(input:not([type=checkbox]):not([type=radio]),select,textarea) {
  font-size:14px;
  min-height:42px
}
.ref-site .ng-breadcrumb {
  font-size:12px;
  padding-block:14px
}
.ref-site.ref-index:is(.ref-countries,.ref-cities,.ref-hotels,.ref-blog,.ref-guides) .ng-breadcrumb {
  display:none
}
.ref-site .page-pad {
  padding-top:24px;
  padding-bottom:24px
}
.ref-site .ng-section-header {
  margin-bottom:12px;
  gap:16px
}
.ref-site .ng-section-header h2 {
  font-size:25px
}
.ref-site .ng-section-header p {
  font-size:13px;
  margin:3px 0 0
}
.ref-site .text-link {
  font-size:12px;
  font-weight:500
}
.ref-site .ref-section-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin:0 0 12px
}
.ref-site .ref-section-heading h2 {
  font-size:25px;
  margin:0
}
.ref-site .ref-section-heading p {
  color:var(--muted);
  font-size:13px;
  margin:2px 0 0
}
.ref-site .ref-section-heading a {
  white-space:nowrap
}
.ref-site .ref-hero {
  position:relative;
  min-height:274px;
  padding:24px 0 22px;
  isolation:isolate;
  overflow:hidden
}
.ref-site .ref-hero>.ref-hero-photo {
  position:absolute;
  inset:0;
  z-index:-2;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 52%
}
.ref-site .ref-hero:after {
  content:'';
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg,#eef7fff2 0%,#eef7ffda 24%,#eff7ff80 49%,transparent 78%)
}
.ref-site .ref-hero .ref-hero-title {
  max-width:720px;
  margin:0 0 8px
}
.ref-site .ref-hero p {
  max-width:600px;
  font-size:16px;
  line-height:1.25;
  color:#54709d;
  margin:0 0 16px
}
.ref-site .ref-handwriting {
  position:absolute;
  top:28px;
  right:max(calc((100vw - 1440px)/2),40px);
  font:italic 23px/1.3 Georgia,serif;
  transform:rotate(-7deg);
  color:#102b54
}
.ref-site .ref-handwriting:after {
  content:'⤵';
  display:block;
  font-size:50px;
  line-height:.7;
  padding-left:18px
}
.ref-site .ref-location {
  position:absolute;
  bottom:12px;
  right:max(calc((100vw - 1440px)/2),30px);
  display:flex;
  align-items:center;
  gap:6px;
  color:#fff;
  text-shadow:0 1px 4px #102449;
  font-size:13px
}
.ref-site .ref-search {
  max-width:960px;
  display:grid;
  gap:10px
}
.ref-site .ref-search-line {
  display:flex;
  align-items:center;
  gap:12px;
  padding:4px 5px 4px 16px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:7px;
  box-shadow:0 6px 18px #153c6b0a
}
.ref-site .ref-search-line>.icon {
  flex:none;
  color:var(--blue)
}
.ref-site main .ref-search-line input {
  border:0;
  padding:8px 0;
  flex:1;
  min-width:0;
  background:transparent
}
.ref-site .ref-search-line button {
  min-width:175px
}
.ref-site .ref-filters {
  display:flex;
  gap:10px;
  align-items:stretch
}
.ref-site .ref-filter {
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:7px;
  padding:6px 12px;
  min-width:0;
  flex:1
}
.ref-site .ref-filter>.icon {
  color:#4c678e;
  flex:none
}
.ref-site .ref-filter>span {
  display:flex;
  flex-direction:column;
  flex:1;
  min-width:0
}
.ref-site .ref-filter small {
  font-size:10px;
  color:#667da4;
  line-height:1
}
.ref-site main .ref-filter select {
  border:0;
  border-radius:0;
  height:25px;
  min-height:25px;
  padding:0;
  font-size:12px;
  width:100%;
  background:transparent
}
.ref-site .ref-section {
  margin-top:24px;
  margin-bottom:24px
}
.ref-site .ref-six-grid {
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px
}
.ref-site .ref-destination {
  border:1px solid var(--border);
  border-radius:8px;
  overflow:hidden;
  position:relative;
  background:#fff;
  box-shadow:0 3px 10px #133b7803
}
.ref-site .ref-destination .ref-photo {
  height:110px;
  position:relative;
  display:block;
  overflow:hidden
}
.ref-site .ref-destination .ref-photo img {
  height:100%;
  width:100%;
  object-fit:cover;
  transition:transform .2s
}
.ref-site .ref-destination:hover .ref-photo img {
  transform:scale(1.025)
}
.ref-site .ref-favourite {
  position:absolute;
  top:10px;
  right:10px;
  z-index:2;
  color:#fff;
  background:#16396520;
  border:0;
  padding:0;
  cursor:pointer;
  width:26px;
  height:26px
}
.ref-site .ref-favourite svg {
  width:24px;
  height:24px;
  filter:drop-shadow(0 1px 2px #1b365655)
}
.ref-site .ref-favourite[aria-pressed=true] svg {
  fill:#ff5775;
  stroke:white
}
.ref-site .ref-destination-body {
  padding:12px 12px 10px
}
.ref-site .ref-destination-title {
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:10px
}
.ref-site .ref-destination-title h3 {
  font-size:14px;
  margin:0;
  letter-spacing:-.2px
}
.ref-site .ref-destination-title .icon {
  width:13px;
  height:13px;
  margin-left:auto;
  color:var(--blue)
}
.ref-site .flag-image {
  border-radius:2px;
  box-shadow:none;
  width:26px;
  height:20px;
  vertical-align:middle
}
.ref-site .flag-image img {
  width:26px;
  height:20px;
  object-fit:cover
}
.ref-site .ref-destination dl {
  margin:0
}
.ref-site .ref-destination dl>div {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:7px;
  min-height:27px;
  border-bottom:1px solid #f0f4fa
}
.ref-site .ref-destination dl>div:last-child {
  border:0
}
.ref-site .ref-destination dt {
  display:flex;
  align-items:center;
  gap:8px;
  color:#5e759d;
  font-size:10px;
  min-width:0
}
.ref-site .ref-destination dt .icon {
  height:15px;
  width:15px;
  color:var(--blue);
  flex:none
}
.ref-site .ref-destination dd {
  font-size:11px;
  font-weight:700;
  margin:0;
  text-align:right;
  white-space:nowrap
}
.ref-site .ref-destination small {
  font-size:10px;
  color:var(--muted)
}
.ref-site .ref-soft {
  background:linear-gradient(110deg,#edf5ff,#f6faff);
  border-radius:10px;
  padding:18px
}
.ref-site .ref-pair-strip {
  display:flex;
  align-items:center;
  gap:14px
}
.ref-site .ref-pair-strip>div {
  min-width:245px
}
.ref-site .ref-pair-strip h2 {
  font-size:20px
}
.ref-site .ref-pair-strip p {
  font-size:12px;
  color:var(--muted);
  margin-top:4px
}
.ref-site .ref-pair {
  display:flex;
  align-items:center;
  gap:13px;
  border:1px solid var(--border);
  background:#fff;
  border-radius:7px;
  padding:12px;
  flex:1;
  min-width:0
}
.ref-site .ref-flags {
  display:flex;
  align-items:center;
  gap:8px;
  flex:none
}
.ref-site .ref-pair b {
  display:block;
  font-size:11px
}
.ref-site .ref-pair small {
  display:block;
  font-size:9px;
  color:var(--muted);
  margin-top:4px
}
.ref-site .ref-pair>.icon {
  margin-left:auto;
  color:var(--blue);
  width:17px;
  flex:none
}
.ref-site .ref-comparison-links {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px
}
.ref-site .ref-explore {
  display:grid;
  grid-template-columns:1fr repeat(3,1.12fr);
  gap:14px;
  align-items:center;
  margin:24px 0
}
.ref-site .ref-explore h2 {
  font-size:24px
}
.ref-site .ref-explore p {
  font-size:12px;
  color:var(--muted);
  max-width:280px
}
.ref-site .ref-explore-card {
  display:flex;
  align-items:center;
  gap:10px;
  min-height:78px;
  border:1px solid var(--border);
  border-radius:7px;
  overflow:hidden
}
.ref-site .ref-explore-card>img,.ref-site .ref-explore-card>.ng-picture img {
  height:78px;
  width:100px;
  object-fit:cover
}
.ref-site .ref-explore-card b {
  display:block;
  font-size:12px
}
.ref-site .ref-explore-card small {
  display:block;
  font-size:11px;
  color:var(--muted);
  margin-top:3px
}
.ref-site .ref-explore-card>.icon {
  color:var(--blue);
  width:17px;
  margin-left:auto;
  margin-right:12px
}
.ref-site .ref-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  background:#edf6ff;
  color:var(--blue);
  width:36px;
  height:36px;
  border-radius:9px;
  flex:none
}
.ref-site .ng-footer {
  padding:20px 0;
  background:linear-gradient(110deg,#f8fbff,#fff);
  margin-top:20px
}
.ref-site .ng-footer-grid {
  grid-template-columns:1.8fr repeat(4,1fr) 1.25fr;
  gap:30px
}
.ref-site .ng-footer-grid>div>p {
  font-size:11px;
  margin:8px 0;
  line-height:1.5
}
.ref-site .ng-footer h2 {
  font-size:10px;
  margin-bottom:6px
}
.ref-site .ng-footer nav a {
  font-size:10px;
  margin:3px 0
}
.ref-site .ng-footer-bottom {
  font-size:10px;
  margin:12px 0 0;
  padding:8px 0 0
}
.ref-site .ng-footer-bottom a {
  font-size:10px
}
.ref-site .seo-related-links {
  font-size:12px;
  gap:7px 20px
}
.ref-site .ref-seo-fold {
  margin:16px auto;
  color:var(--muted);
  font-size:12px
}
.ref-site .ref-seo-fold>summary {
  cursor:pointer
}
.ref-site .ref-seo-fold .page-pad {
  width:100%;
  padding:14px 0
}
.ref-site .ref-seo-fold h2 {
  font-size:20px
}
.ref-site .ref-panel {
  border:1px solid var(--border);
  border-radius:9px;
  padding:16px;
  background:#fff
}
.ref-site .ref-panel h2 {
  font-size:20px;
  margin:0 0 6px
}
.ref-site .ref-panel>p {
  font-size:13px;
  color:var(--muted)
}
.ref-site .ref-editorial-intro {
  text-align:center;
  padding:26px 0 22px
}
.ref-site .ref-editorial-intro .eyebrow {
  color:var(--blue);
  font-size:11px;
  letter-spacing:2px
}
.ref-site .ref-editorial-intro h1 {
  font-size:40px!important;
  margin:12px 0 8px
}
.ref-site .ref-editorial-intro p {
  font-size:15px;
  color:var(--muted);
  margin:0
}
.ref-site .ref-feature {
  display:grid;
  grid-template-columns:37% 1fr;
  border:1px solid var(--border);
  border-radius:8px;
  overflow:hidden
}
.ref-site .ref-feature-photo {
  position:relative;
  min-height:204px
}
.ref-site .ref-feature-photo img {
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  inset:0
}
.ref-site .ref-feature-copy {
  padding:20px 28px;
  display:flex;
  flex-direction:column;
  align-items:flex-start
}
.ref-site .ref-feature-copy h2 {
  font-size:25px;
  margin:7px 0 12px
}
.ref-site .ref-feature-copy p {
  font-size:14px;
  color:var(--muted);
  max-width:650px;
  margin:0 0 15px
}
.ref-site .ref-feature-copy .button {
  align-self:flex-end;
  margin-top:auto
}
.ref-site .ref-country-label {
  color:var(--blue);
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:600
}
.ref-site .ref-chip {
  position:absolute;
  top:16px;
  left:16px;
  padding:7px 14px;
  border-radius:20px;
  background:#fffffff0;
  color:var(--blue);
  font-size:10px;
  font-weight:600
}
.ref-site .ref-tabs {
  display:flex;
  gap:8px;
  align-items:center;
  flex-wrap:wrap;
  margin:20px 0 16px
}
.ref-site .ref-tabs a {
  background:#eff6ff;
  border:1px solid transparent;
  border-radius:20px;
  padding:8px 18px;
  font-size:11px;
  color:#43608a
}
.ref-site .ref-tabs a[aria-current=page] {
  background:var(--blue);
  color:#fff
}
.ref-site .ref-tabs .ref-sort {
  margin-left:auto
}
.ref-site .ref-article-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px
}
.ref-site .ref-article-card {
  border:1px solid var(--border);
  border-radius:8px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  background:#fff
}
.ref-site .ref-article-photo {
  position:relative;
  height:176px
}
.ref-site .ref-article-photo img {
  width:100%;
  height:100%;
  object-fit:cover
}
.ref-site .ref-article-photo>a {
  display:block;
  width:100%;
  height:100%
}
.ref-site .ref-article-copy {
  padding:14px 18px
}
.ref-site .ref-article-copy h3 {
  font-size:21px;
  margin:8px 0
}
.ref-site .ref-article-copy p {
  font-size:14px;
  color:var(--muted);
  margin:0 0 14px;
  line-height:1.5
}
.ref-site .ref-meta {
  display:flex;
  gap:8px;
  align-items:center;
  font-size:12px;
  color:var(--muted)
}
.ref-site .ref-meta .icon {
  width:15px;
  height:15px
}
.ref-site .ref-meta .ref-round {
  margin-left:auto
}
.ref-site .ref-round {
  display:flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  border-radius:50%;
  border:1px solid var(--border);
  background:#f3f8ff;
  color:var(--blue)
}
.ref-site .ref-article-card.horizontal {
  display:grid;
  grid-template-columns:44% 1fr;
  min-height:140px
}
.ref-site .ref-article-card.horizontal .ref-article-photo {
  height:100%;
  min-height:140px
}
.ref-site .ref-article-card.horizontal .ref-article-copy {
  padding:10px 14px
}
.ref-site .ref-article-card.horizontal h3 {
  font-size:16px;
  margin:0 0 8px
}
.ref-site .ref-article-card.horizontal p {
  font-size:12px;
  margin-bottom:8px
}
.ref-site .ref-article-card.horizontal .ref-country-label {
  display:none
}
.ref-site .ref-article-card.horizontal .ref-meta {
  font-size:10px
}
.ref-site .ref-article-card.horizontal .ref-chip {
  top:12px;
  left:12px;
  font-size:9px;
  padding:5px 12px
}
.ref-site .ref-article-card.horizontal .ref-favourite {
  display:none
}
.ref-site .ref-guide-hero {
  text-align:center
}
.ref-site .ref-guide-hero:after {
  background:linear-gradient(90deg,#eff8ffeb,#eff8ffca 65%,#eff8ff11)
}
.ref-site .ref-guide-hero h1 {
  margin:8px auto
}
.ref-site .ref-guide-hero p {
  margin:8px auto 18px
}
.ref-site .ref-guide-hero .ref-search {
  margin:0 auto;
  max-width:780px
}
.ref-site .ref-guide-hero .ref-tabs {
  justify-content:center;
  margin-bottom:0
}
.ref-site .ref-guide-hero .ref-tabs a {
  border:1px solid var(--border);
  border-radius:10px;
  background:#ffffffc9;
  min-width:130px;
  font-size:14px;
  padding:11px 20px
}
.ref-site .ref-guide-hero .ref-tabs a[aria-current=page] {
  background:#f5f9ff;
  color:var(--blue);
  border-color:#b7d5ff
}
.ref-site .ref-reading {
  max-width:1060px!important
}
.ref-site .ref-article-head {
  display:grid;
  grid-template-columns:39% 1fr;
  gap:28px;
  align-items:center;
  margin:8px 0 24px
}
.ref-site .ref-article-head>.ref-feature-photo {
  height:224px;
  border-radius:7px;
  overflow:hidden
}
.ref-site .ref-article-head h1 {
  font-size:31px!important;
  letter-spacing:-1px!important;
  line-height:1.12!important;
  margin:8px 0
}
.ref-site .ref-article-head p {
  font-size:13px;
  color:var(--muted);
  line-height:1.5
}
.ref-site .ref-article-head .eyebrow {
  font-size:10px;
  color:var(--blue)
}
.ref-site .ref-article-head .ref-meta {
  border-top:1px solid var(--border);
  padding-top:12px;
  margin-top:16px;
  flex-wrap:wrap;
  font-size:10px
}
.ref-site .ref-reading-grid {
  display:grid;
  grid-template-columns:minmax(0,2.2fr) minmax(260px,1fr);
  gap:24px;
  align-items:start
}
.ref-site .ref-reading-body section {
  margin-bottom:20px;
  scroll-margin-top:25px
}
.ref-site .ref-reading-body h2 {
  font-size:19px;
  margin:0 0 7px
}
.ref-site .ref-reading-body p {
  font-size:13px;
  line-height:1.55;
  color:#58719a;
  margin:0 0 12px
}
.ref-site .ref-reading-body blockquote {
  margin:14px 0;
  padding:16px 20px;
  background:#edf6ff;
  border-radius:7px;
  font-size:14px
}
.ref-site .ref-reading-sidebar {
  display:grid;
  gap:12px
}
.ref-site .ref-reading-sidebar h2 {
  font-size:15px
}
.ref-site .ref-reading-sidebar ol {
  padding:0;
  margin:10px 0 0;
  list-style:none;
  counter-reset:toc
}
.ref-site .ref-reading-sidebar li {
  counter-increment:toc;
  display:flex;
  gap:9px;
  margin:10px 0;
  font-size:11px;
  color:#56719a
}
.ref-site .ref-reading-sidebar li:before {
  content:counter(toc);
  border-radius:50%;
  background:#e9f3ff;
  color:var(--blue);
  width:19px;
  height:19px;
  text-align:center;
  flex:none
}
.ref-site .ref-mini-article {
  display:flex;
  gap:10px;
  margin-top:13px
}
.ref-site .ref-mini-article img {
  width:74px;
  height:55px;
  object-fit:cover;
  border-radius:6px
}
.ref-site .ref-mini-article b {
  font-size:12px;
  display:block
}
.ref-site .ref-mini-article small {
  font-size:10px;
  color:var(--muted)
}
.ref-site .ref-mini-stats {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px
}
.ref-site .ref-mini-stats>div {
  border:1px solid var(--border);
  padding:10px;
  border-radius:7px;
  font-size:11px
}
.ref-site .ref-mini-stats strong {
  display:block;
  font-size:15px
}
.ref-site .ref-mini-stats small {
  color:var(--muted)
}
.ref-site .ref-newsletter {
  display:flex;
  align-items:center;
  gap:24px;
  background:#edf6ff;
  padding:18px 28px;
  border-radius:12px;
  margin:20px auto
}
.ref-site .ref-newsletter h2 {
  font-size:21px;
  margin:0 0 4px
}
.ref-site .ref-newsletter p {
  font-size:12px;
  color:var(--muted);
  margin:0
}
.ref-site .ref-newsletter form {
  display:flex;
  gap:10px;
  margin-left:auto;
  min-width:40%;
  align-items:center
}
.ref-site .ref-newsletter input {
  width:100%;
  min-width:0
}
.ref-site .ref-newsletter button {
  white-space:nowrap
}
.ref-site .ref-newsletter .ref-icon {
  width:55px;
  height:55px;
  background:#dcecff
}
.ref-site .ref-contact-hero {
  min-height:205px!important
}
.ref-site .ref-contact-grid {
  display:grid;
  grid-template-columns:1.65fr 1fr;
  gap:14px;
  margin-top:18px
}
.ref-site .ref-contact-facts {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:-6px;
  position:relative
}
.ref-site .ref-contact-facts>div {
  display:flex;
  align-items:center;
  gap:16px;
  padding:17px;
  border:1px solid var(--border);
  border-radius:9px;
  background:#fff
}
.ref-site .ref-contact-facts .icon {
  width:29px;
  height:29px;
  color:var(--blue)
}
.ref-site .ref-contact-facts b,.ref-site .ref-contact-facts small {
  display:block;
  font-size:12px
}
.ref-site .ref-contact-facts a {
  font-size:13px;
  color:var(--blue)
}
.ref-site .ref-contact-form {
  display:grid;
  gap:12px
}
.ref-site .ref-contact-form .ref-two {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px
}
.ref-site .ref-contact-form label {
  display:block;
  border:1px solid var(--border);
  border-radius:8px;
  padding:10px 12px;
  font-size:11px!important
}
.ref-site .ref-contact-form input,.ref-site .ref-contact-form select,.ref-site .ref-contact-form textarea {
  border:0!important;
  padding:2px 0!important;
  min-height:24px!important;
  width:100%;
  font-size:13px!important
}
.ref-site .ref-contact-form textarea {
  min-height:95px!important
}
.ref-site .ref-contact-form label.ref-consent {
  display:flex;
  align-items:center;
  border:0;
  padding:2px;
  gap:10px;
  font-size:11px!important
}
.ref-site .ref-contact-form input[type=checkbox] {
  width:16px;
  min-height:16px!important
}
.ref-site .ref-contact-form .ref-counter {
  text-align:right;
  color:var(--muted);
  display:block;
  font-size:11px
}
.ref-site .ref-contact-aside {
  display:grid;
  gap:12px;
  align-content:start
}
.ref-site .ref-contact-aside details {
  border:1px solid var(--border);
  border-radius:6px;
  padding:8px 12px;
  font-size:12px;
  margin-top:5px
}
.ref-site .ref-contact-aside details p {
  color:var(--muted);
  padding-top:8px;
  line-height:1.5
}
.ref-site .ref-contact-aside .ref-tabs {
  margin:12px 0 0
}
.ref-site .ref-contact-aside .ref-tabs button {
  border:1px solid var(--border);
  background:white;
  border-radius:20px;
  padding:7px 12px;
  color:var(--navy);
  font-size:11px;
  cursor:pointer
}
.ref-site .ref-two-panels {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin:14px 0
}
.ref-site .ref-link-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:14px
}
.ref-site .ref-link-grid a {
  color:var(--blue);
  font-size:13px
}
.ref-site .ref-hotel-search {
  display:flex;
  gap:12px;
  padding:8px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:10px;
  align-items:stretch
}
.ref-site .ref-hotel-fields {
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr .8fr;
  flex:1;
  border:1px solid var(--border);
  border-radius:7px;
  padding:8px 0
}
.ref-site .ref-hotel-fields>label {
  display:flex;
  gap:14px;
  align-items:center;
  padding:0 16px;
  border-right:1px solid var(--border);
  min-width:0
}
.ref-site .ref-hotel-fields>label:last-child {
  border:0
}
.ref-site .ref-hotel-fields>label>.icon {
  color:var(--blue);
  flex:none
}
.ref-site .ref-hotel-fields label>span {
  display:block;
  flex:1;
  min-width:0;
  font-size:11px
}
.ref-site main .ref-hotel-fields :is(input,select) {
  border:0;
  background:transparent;
  height:25px;
  min-height:25px;
  padding:0;
  font-size:14px;
  width:100%
}
.ref-site .ref-hotel-search>button {
  min-width:190px
}
.ref-site .ref-trust-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin:16px 0 22px
}
.ref-site .ref-trust-grid>div {
  display:flex;
  gap:18px;
  align-items:center;
  padding:10px 16px;
  border:1px solid var(--border);
  border-radius:10px
}
.ref-site .ref-trust-grid .ref-icon {
  height:54px;
  width:54px;
  border-radius:50%
}
.ref-site .ref-trust-grid b {
  font-size:15px
}
.ref-site .ref-trust-grid p {
  font-size:12px;
  color:var(--muted);
  margin:4px 0 0
}
@media(max-width:1200px) {
  .ref-site .ng-nav {
    gap:18px
  }
  .ref-site .ng-header-inner {
    gap:15px
  }
  .ref-site .ng-tools {
    gap:12px
  }
  .ref-site .ng-nav a {
    font-size:11px
  }
  .ref-site .ref-six-grid {
    grid-template-columns:repeat(3,1fr)
  }
  .ref-site .ref-destination .ref-photo {
    height:155px
  }
  .ref-site .ref-pair-strip {
    flex-wrap:wrap
  }
  .ref-site .ref-pair-strip>div {
    width:100%
  }
  .ref-site .ref-explore {
    grid-template-columns:1fr 1fr
  }
  .ref-site .ref-handwriting {
    font-size:19px;
    right:30px
  }
  .ref-site .ref-hero-title {
    max-width:650px
  }
  .ref-site .ref-contact-facts {
    grid-template-columns:repeat(2,1fr)
  }
}
@media(max-width:1150px) {
  .ref-site .ng-header {
    height:64px
  }
  .ref-site .ng-drawer {
    top:64px
  }
  .ref-site .ng-nav a {
    font-size:15px;
    padding:14px 4px
  }
  .ref-site .ng-nav a[aria-current=page]:after {
    display:none
  }
  .ref-site .ng-header .ng-language {
    margin-left:0
  }
  .ref-site .ng-footer-grid {
    grid-template-columns:repeat(4,1fr)
  }
  .ref-site .ng-footer-grid>div {
    grid-column:auto
  }
  .ref-site .ng-footer-grid>div:first-child {
    grid-column:1/-1
  }

}
@media(max-width:800px) {
  .ref-site {
    --h1:38px;
    --gutter:22px
  }
  .ref-site .ref-handwriting {
    display:none
  }
  .ref-site .ref-article-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .ref-site .ref-feature {
    grid-template-columns:1fr 1fr
  }
  .ref-site .ref-feature-copy {
    padding:20px
  }
  .ref-site .ref-feature-copy h2 {
    font-size:23px
  }
  .ref-site .ref-comparison-links {
    grid-template-columns:1fr 1fr
  }
  .ref-site .ref-hotel-fields {
    grid-template-columns:1fr 1fr;
    gap:12px
  }
  .ref-site .ref-hotel-fields>label:nth-child(2) {
    border:0
  }
  .ref-site .ref-hotel-search {
    flex-direction:column
  }
  .ref-site .ref-hotel-search button {
    width:100%
  }
  .ref-site .ref-trust-grid {
    grid-template-columns:1fr 1fr
  }
  .ref-site .ref-reading-grid {
    grid-template-columns:1fr
  }
  .ref-site .ref-reading-sidebar {
    grid-template-columns:1fr 1fr
  }
  .ref-site .ref-contact-grid {
    grid-template-columns:1fr
  }
  .ref-site .ref-newsletter {
    flex-wrap:wrap
  }
  .ref-site .ref-newsletter form {
    width:100%;
    margin:0
  }
  .ref-site .ref-article-head {
    grid-template-columns:1fr 1.2fr
  }
  .ref-site .ref-article-head h1 {
    font-size:27px!important
  }
  .ref-site .ng-footer-grid {
    grid-template-columns:repeat(3,1fr)
  }
}
@media(max-width:600px) {
  .ref-site {
    --h1:33px;
    --gutter:18px;
    --section:24px
  }
  .ref-site .ng-brand b {
    font-size:22px
  }
  .ref-site .ng-header-inner {
    gap:10px
  }
  .ref-site .ng-brand small {
    font-size:8px
  }
  .ref-site .ng-brand>img {
    width:31px;
    height:31px
  }
  .ref-site .ng-language {
    font-size:11px;
    padding:0 7px
  }
  .ref-site .ref-hero {
    padding:24px 0;
    min-height:0
  }
  .ref-site .ref-hero p {
    font-size:14px
  }
  .ref-site .ref-hero:after {
    background:#edf7ffda
  }
  .ref-site .ref-location {
    display:none
  }
  .ref-site .ref-filters {
    flex-wrap:wrap
  }
  .ref-site .ref-filter {
    min-width:calc(50% - 5px)
  }
  .ref-site .ref-search-line {
    flex-wrap:wrap
  }
  .ref-site .ref-search-line input {
    width:calc(100% - 40px)
  }
  .ref-site .ref-search-line button {
    width:100%
  }
  .ref-site .ref-six-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px
  }
  .ref-site .ref-destination .ref-photo {
    height:110px
  }
  .ref-site .ref-destination-body {
    padding:10px 8px
  }
  .ref-site .ref-destination-title {
    gap:6px
  }
  .ref-site .ref-destination-title h3 {
    font-size:13px
  }
  .ref-site .ref-destination dt {
    font-size:9px;
    gap:4px
  }
  .ref-site .ref-destination dd {
    font-size:10px;
    white-space:normal
  }
  .ref-site .ref-destination dt .icon {
    width:12px;
    height:12px
  }
  .ref-site .ref-section-heading {
    align-items:start!important;
    gap:12px;
    flex-wrap:wrap
  }
  .ref-site .ref-section-heading h2 {
    font-size:23px
  }
  .ref-site .ref-section-heading p {
    font-size:12px
  }
  .ref-site .ref-section-heading a {
    font-size:11px
  }
  .ref-site .ref-pair-strip {
    display:grid;
    grid-template-columns:1fr;
    padding:14px
  }
  .ref-site .ref-pair-strip>div {
    min-width:0
  }
  .ref-site .ref-pair {
    width:100%
  }
  .ref-site .ref-comparison-links {
    grid-template-columns:1fr
  }
  .ref-site .ref-explore {
    grid-template-columns:1fr
  }
  .ref-site .ref-explore-card>img {
    width:100px
  }
  .ref-site .ref-article-grid {
    grid-template-columns:1fr
  }
  .ref-site .ref-article-card.horizontal {
    grid-template-columns:40% 1fr
  }
  .ref-site .ref-article-card.horizontal .ref-article-copy {
    padding:12px
  }
  .ref-site .ref-feature {
    grid-template-columns:1fr
  }
  .ref-site .ref-feature-photo {
    height:180px
  }
  .ref-site .ref-feature-copy {
    padding:18px
  }
  .ref-site .ref-feature-copy h2 {
    font-size:22px
  }
  .ref-site .ref-editorial-intro {
    padding:24px 0 18px
  }
  .ref-site .ref-editorial-intro h1 {
    font-size:32px!important
  }
  .ref-site .ref-editorial-intro p {
    font-size:14px
  }
  .ref-site .ref-guide-hero .ref-tabs {
    display:grid;
    grid-template-columns:repeat(2,1fr)
  }
  .ref-site .ref-guide-hero .ref-tabs a {
    min-width:0;
    font-size:12px;
    padding:9px
  }
  .ref-site .ref-tabs {
    gap:6px
  }
  .ref-site .ref-tabs a {
    padding:7px 12px;
    font-size:10px
  }
  .ref-site .ref-article-head {
    grid-template-columns:1fr;
    gap:18px
  }
  .ref-site .ref-article-head>.ref-feature-photo {
    height:210px
  }
  .ref-site .ref-reading-sidebar {
    grid-template-columns:1fr
  }
  .ref-site .ref-newsletter {
    padding:18px;
    gap:12px
  }
  .ref-site .ref-newsletter h2 {
    font-size:19px
  }
  .ref-site .ref-newsletter>.ref-icon {
    display:none
  }
  .ref-site .ref-newsletter form {
    flex-wrap:wrap
  }
  .ref-site .ref-newsletter button {
    width:100%
  }
  .ref-site .ref-contact-facts {
    gap:10px
  }
  .ref-site .ref-contact-facts>div {
    padding:12px;
    gap:9px;
    overflow-wrap:anywhere
  }
  .ref-site .ref-contact-facts .icon {
    width:23px;
    height:23px;
    flex:none
  }
  .ref-site .ref-contact-facts a {
    font-size:10px
  }
  .ref-site .ref-contact-facts b,.ref-site .ref-contact-facts small {
    font-size:10px
  }
  .ref-site .ref-contact-form .ref-two {
    grid-template-columns:1fr
  }
  .ref-site .ref-two-panels {
    grid-template-columns:1fr
  }
  .ref-site .ref-trust-grid {
    gap:8px
  }
  .ref-site .ref-trust-grid>div {
    gap:9px;
    padding:10px
  }
  .ref-site .ref-trust-grid .ref-icon {
    width:32px;
    height:32px
  }
  .ref-site .ref-trust-grid b {
    font-size:12px
  }
  .ref-site .ref-trust-grid p {
    font-size:10px
  }
  .ref-site .ref-hotel-fields {
    grid-template-columns:1fr
  }
  .ref-site .ref-hotel-fields>label {
    border:0;
    padding:6px 12px
  }
  .ref-site .ng-footer-grid {
    grid-template-columns:1fr 1fr;
    gap:20px
  }
  .ref-site .ng-footer-bottom {
    gap:8px;
    flex-wrap:wrap
  }
  .ref-site .ng-footer {
    margin-top:20px
  }
  .ref-site .ref-panel {
    padding:14px
  }
}
.ref-site .ref-hero>.ref-hero-photo {
  object-fit:cover
}
.ref-site .ref-hero:after {
  background:linear-gradient(90deg,#edf7ff 0%,#eef7fff8 31%,#eef7ffe6 48%,#eef7ff2b 68%,transparent 80%)
}
.ref-site .ref-hero .ref-handwriting {
  display:none
}
.ref-site .ref-hero .ref-location {
  background:#173a5d35;
  padding:4px 8px;
  border-radius:4px
}
.ref-site .ref-data-note {
  font-size:10px;
  color:var(--muted);
  margin:10px 0
}
.ref-site .ref-hero .ref-photo {
  object-fit:cover
}
.ref-site .ref-newsletter form>div {
  flex:1;
  min-width:0
}
.ref-site .ref-newsletter-consent {
  font-size:9px!important;
  color:var(--muted);
  display:flex;
  align-items:center;
  gap:5px;
  margin-top:5px
}
.ref-site .ref-newsletter-consent input[type=checkbox] {
  width:12px;
  min-height:12px;
  height:12px
}
.ref-site .ref-data-table {
  width:100%;
  border-collapse:collapse;
  font-size:12px
}
.ref-site .ref-data-table th {
  text-align:left;
  background:#eff6ff;
  font-size:11px
}
.ref-site .ref-data-table :is(th,td) {
  padding:9px 8px;
  border-bottom:1px solid var(--border)
}
.ref-site .ref-data-table td {
  color:#4c678f
}
.ref-site .ref-hero:after {
  background:linear-gradient(90deg,#edf7ff 0%,#edf7ff 57%,#edf7ffed 64%,#edf7ff55 72%,transparent 79%)
}
.ref-site .ref-guide-hero:after {
  background:linear-gradient(90deg,#edf7ff 0%,#edf7fff5 63%,#edf7ffbb 78%,#edf7ff11)
}
.ref-site .ref-hotels-hero .ref-hero-title {
  max-width:700px
}
.ref-site .ref-hotels-hero .ref-hotel-search {
  margin-top:20px
}
.ref-site .ref-four-guides {
  grid-template-columns:repeat(4,minmax(0,1fr))
}
.ref-site .ref-four-guides .ref-article-card.horizontal h3 {
  font-size:13px
}
.ref-site .ref-four-guides .ref-article-card.horizontal p {
  font-size:11px
}
.ref-site .ref-four-guides .ref-article-card.horizontal .ref-article-photo {
  min-height:115px
}
.ref-site .ref-four-guides .ref-chip {
  display:none
}
@media(max-width:1000px) {
  .ref-site .ref-four-guides {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
}
@media(max-width:600px) {
  .ref-site .ref-four-guides {
    grid-template-columns:1fr
  }
}
.ref-site .ref-place-hero {
  min-height:236px!important;
  padding:22px 0!important
}
.ref-site .ref-place-name {
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:9px
}
.ref-site .ref-place-name .flag-image {
  width:40px;
  height:28px
}
.ref-site .ref-place-hero h1 {
  font-size:39px!important;
  max-width:650px
}
.ref-site .ref-place-hero p {
  font-size:13px;
  max-width:620px
}
.ref-site .ref-date {
  display:inline-flex;
  align-items:center;
  gap:9px;
  background:#ffffffaa;
  padding:7px 12px;
  border-radius:4px;
  font-size:11px;
  margin-top:8px
}
.ref-site .ref-date .icon {
  width:14px;
  height:14px
}
.ref-site .ref-stat-grid {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  margin:12px 0
}
.ref-site .ref-stat {
  border:1px solid var(--border);
  border-radius:9px;
  padding:14px 18px;
  display:flex;
  gap:20px;
  align-items:flex-start;
  background:#fff
}
.ref-site .ref-stat>.icon {
  width:25px;
  height:25px;
  color:var(--blue);
  flex:none
}
.ref-site .ref-stat p {
  font-size:13px;
  margin:0 0 4px
}
.ref-site .ref-stat strong {
  font-size:23px;
  line-height:1.2;
  display:block
}
.ref-site .ref-stat small {
  display:block;
  color:var(--muted);
  font-size:9px;
  margin-top:8px
}
.ref-site .ref-place-grid {
  display:grid;
  grid-template-columns:1fr 1.05fr;
  gap:12px
}
.ref-site .ref-place-grid .ref-panel h2 {
  font-size:20px;
  display:flex;
  align-items:center;
  gap:12px
}
.ref-site .ref-panel h2>.icon {
  width:23px;
  height:23px;
  color:var(--blue);
  flex:none
}
.ref-site .ref-place-grid .ref-panel>p {
  font-size:12px;
  line-height:1.45;
  margin:6px 0 12px
}
.ref-site .ref-overview-facts {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:14px
}
.ref-site .ref-overview-facts>div {
  display:flex;
  align-items:center;
  gap:12px;
  background:#f1f7ff;
  border-radius:8px;
  padding:13px
}
.ref-site .ref-overview-facts .icon {
  color:var(--blue);
  width:24px;
  flex:none
}
.ref-site .ref-overview-facts b {
  display:block;
  font-size:13px
}
.ref-site .ref-overview-facts small {
  color:var(--muted);
  font-size:11px;
  display:block
}
.ref-site .ref-radar-wrap {
  display:grid;
  grid-template-columns:1.5fr 1fr;
  align-items:center;
  gap:8px
}
.ref-site .ref-radar {
  margin:0;
  display:flex;
  align-items:center;
  min-width:0
}
.ref-site .ref-radar svg {
  width:75%;
  height:154px;
  overflow:visible
}
.ref-site .ref-radar figcaption {
  width:25%;
  font-size:10px
}
.ref-site .ref-radar figcaption span {
  display:block;
  margin:7px 0
}
.ref-site .ref-radar figcaption i {
  display:inline-block;
  width:8px;
  height:8px;
  border-radius:50%;
  margin-right:5px
}
.ref-site .ref-radar figcaption small {
  display:block;
  font-size:8px;
  color:var(--muted)
}
.ref-site .ref-radar-wrap aside {
  padding:14px;
  font-size:12px
}
.ref-site .ref-radar-wrap aside b {
  color:var(--blue);
  font-size:11px
}
.ref-site .ref-radar-wrap aside p {
  font-size:11px;
  color:var(--muted);
  line-height:1.45;
  margin:8px 0 0
}
.ref-site .ref-expense-row {
  display:grid;
  grid-template-columns:1.1fr 1fr auto;
  align-items:center;
  gap:14px;
  margin:11px 0;
  font-size:11px
}
.ref-site .ref-expense-row>span:first-child {
  display:flex;
  align-items:center;
  gap:12px
}
.ref-site .ref-expense-row .icon {
  color:var(--blue);
  width:16px;
  height:16px;
  flex:none
}
.ref-site .ref-bar {
  height:8px;
  background:#e5edf6;
  border-radius:8px;
  overflow:hidden;
  display:block
}
.ref-site .ref-bar i {
  height:100%;
  display:block;
  background:linear-gradient(90deg,#439bff,#187dff);
  border-radius:8px
}
.ref-site .ref-product-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin-top:10px
}
.ref-site .ref-product {
  border:1px solid var(--border);
  border-radius:7px;
  padding:12px 10px;
  display:flex;
  flex-direction:column;
  gap:6px
}
.ref-site .ref-product-icon {
  color:var(--blue);
  margin-bottom:5px
}
.ref-site .ref-product-icon .icon {
  width:28px;
  height:28px
}
.ref-site .ref-product b {
  font-size:11px;
  min-height:30px
}
.ref-site .ref-product strong {
  color:var(--blue);
  font-size:15px
}
.ref-site .ref-product small {
  font-size:9px;
  color:var(--muted)
}
.ref-site .ref-place-bottom {
  display:grid;
  grid-template-columns:2.1fr 1.85fr 1fr;
  gap:12px;
  margin:12px 0
}
.ref-site .ref-place-bottom .ref-panel {
  padding:12px
}
.ref-site .ref-place-bottom h2 {
  font-size:14px
}
.ref-site .ref-place-bottom p {
  font-size:10px
}
.ref-site .ref-place-bottom .text-link {
  font-size:10px
}
.ref-site .ref-mini-city-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px
}
.ref-site .ref-mini-city-grid a {
  display:flex;
  gap:9px;
  border:1px solid var(--border);
  border-radius:7px;
  overflow:hidden
}
.ref-site .ref-mini-city-grid img {
  width:65px;
  height:65px;
  object-fit:cover
}
.ref-site .ref-mini-city-grid b {
  font-size:11px;
  display:block;
  margin-top:6px
}
.ref-site .ref-mini-city-grid small {
  font-size:9px;
  color:var(--muted);
  display:block;
  margin-top:8px
}
.ref-site .ref-mini-pairs {
  display:flex;
  gap:7px;
  margin-top:10px
}
.ref-site .ref-mini-pairs .ref-pair {
  padding:8px;
  display:block;
  text-align:center
}
.ref-site .ref-mini-pairs .ref-flags {
  justify-content:center;
  margin-bottom:6px
}
.ref-site .ref-mini-pairs .ref-pair>.icon {
  display:none
}
.ref-site .ref-mini-pairs .ref-pair b {
  font-size:10px
}
.ref-site .ref-mini-pairs .ref-pair small {
  font-size:8px
}
.ref-site .ref-mini-pairs .flag-image {
  width:23px;
  height:16px
}
@media(max-width:1100px) {
  .ref-site .ref-stat-grid {
    grid-template-columns:repeat(3,1fr)
  }
  .ref-site .ref-place-bottom {
    grid-template-columns:1fr 1fr
  }
  .ref-site .ref-place-bottom>.ref-panel:last-child {
    grid-column:1/-1
  }
  .ref-site .ref-radar-wrap {
    grid-template-columns:1fr
  }
  .ref-site .ref-radar-wrap aside {
    display:none
  }
}
@media(max-width:700px) {
  .ref-site .ref-place-grid {
    grid-template-columns:1fr
  }
  .ref-site .ref-stat-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .ref-site .ref-stat {
    padding:12px;
    gap:12px
  }
  .ref-site .ref-stat strong {
    font-size:19px
  }
  .ref-site .ref-stat p {
    font-size:11px
  }
  .ref-site .ref-stat:last-child {
    grid-column:1/-1
  }
  .ref-site .ref-place-hero h1 {
    font-size:32px!important
  }
  .ref-site .ref-place-bottom {
    grid-template-columns:1fr
  }
  .ref-site .ref-overview-facts {
    gap:6px
  }
  .ref-site .ref-overview-facts>div {
    padding:9px;
    gap:7px
  }
  .ref-site .ref-overview-facts b {
    font-size:11px
  }
  .ref-site .ref-overview-facts small {
    font-size:9px
  }
  .ref-site .ref-product-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .ref-site .ref-mini-city-grid {
    grid-template-columns:1fr 1fr
  }
  .ref-site .ref-expense-row {
    gap:8px;
    grid-template-columns:1.5fr 1fr auto
  }
  .ref-site .ref-radar-wrap {
    grid-template-columns:1.5fr 1fr
  }
  .ref-site .ref-radar-wrap aside {
    display:block
  }
  .ref-site .ref-radar svg {
    width:100%;
    height:165px
  }
  .ref-site .ref-radar {
    display:block
  }
  .ref-site .ref-radar figcaption {
    width:100%;
    display:flex;
    gap:8px;
    flex-wrap:wrap
  }
  .ref-site .ref-radar figcaption small {
    width:100%
  }
}
.ref-site .ref-compare-hero {
  position:relative;
  background:#eef7ff;
  text-align:center;
  overflow:hidden;
  padding:20px 0 14px
}
.ref-site .ref-compare-hero>.container {
  position:relative;
  z-index:1
}
.ref-site .ref-compare-photo {
  position:absolute;
  inset:0 auto 0 0;
  width:35%
}
.ref-site .ref-compare-photo.right {
  left:auto;
  right:0
}
.ref-site .ref-compare-photo img {
  width:100%;
  height:100%;
  object-fit:cover
}
.ref-site .ref-compare-photo:after {
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#eaf5ff44,#edf7ff)
}
.ref-site .ref-compare-photo.right:after {
  background:linear-gradient(90deg,#edf7ff,#eaf5ff22)
}
.ref-site .ref-compare-hero h1 {
  font-size:40px!important;
  margin:0 auto 8px;
  max-width:880px
}
.ref-site .ref-compare-tagline {
  font-size:18px;
  margin:0 0 6px
}
.ref-site .ref-compare-subtitle {
  font-size:12px;
  color:var(--muted);
  max-width:580px;
  margin:0 auto 16px
}
.ref-site .ref-calculator {
  max-width:1000px;
  margin:auto;
  background:#fff;
  border:1px solid var(--border);
  border-radius:12px;
  padding:14px 20px
}
.ref-site .ref-compare-form {
  display:flex;
  gap:12px;
  align-items:end
}
.ref-site .ref-compare-form label {
  flex:1;
  min-width:0;
  text-align:left;
  font-size:10px;
  color:var(--muted)
}
.ref-site .ref-compare-form :is(select,input) {
  width:100%;
  font-size:13px!important;
  min-height:38px!important;
  height:38px
}
.ref-site .ref-compare-form button {
  height:38px;
  min-height:38px
}
.ref-site .ref-compare-form .ref-swap {
  background:none;
  border:0;
  font-size:23px;
  color:var(--muted);
  padding:0;
  cursor:pointer
}
.ref-site .ref-equation {
  display:grid;
  grid-template-columns:1fr 30px 1fr 1fr;
  align-items:center;
  gap:16px;
  background:#f5f9ff;
  border-radius:9px;
  margin-top:12px;
  padding:12px
}
.ref-site .ref-equation span {
  font-size:11px
}
.ref-site .ref-equation strong {
  display:block;
  font-size:33px;
  margin-top:5px;
  line-height:1.12
}
.ref-site .ref-equation>div:nth-child(3) strong {
  color:var(--blue)
}
.ref-site .ref-equation .money-converted {
  font-size:12px
}
.ref-site .ref-equation>aside {
  background:#eaf9f1;
  padding:10px;
  border-radius:8px;
  font-size:11px
}
.ref-site .ref-equation>aside b {
  color:#16846d
}
.ref-site .ref-equation>aside p {
  font-size:10px;
  margin:5px 0
}
.ref-site .ref-stat-pair>span {
  display:flex;
  gap:6px;
  align-items:start;
  font-size:13px;
  margin-top:4px
}
.ref-site .ref-stat-pair .flag-image {
  width:18px;
  height:13px
}
.ref-site .ref-stat-pair .money-converted {
  font-size:9px
}
.ref-site .ref-compare .ref-stat {
  padding:12px;
  gap:12px
}
.ref-site .ref-compare .ref-stat p {
  font-size:11px
}
.ref-site .ref-double-bar {
  height:14px;
  display:grid;
  grid-template-rows:1fr 1fr;
  background:#e8eef7;
  border-radius:5px;
  overflow:hidden;
  min-width:90px
}
.ref-site .ref-double-bar i {
  background:#ff3454;
  border-radius:5px
}
.ref-site .ref-double-bar i.series-1 {
  background:#318aff
}
.ref-site .ref-compare-table {
  font-size:11px
}
.ref-site .ref-compare-table :is(td,th) {
  font-size:10px;
  padding:9px 5px
}
.ref-site .ref-compare-table th:first-child {
  background:none;
  width:29%
}
.ref-site .ref-compare-table .money-converted {
  font-size:9px
}
.ref-site .ref-similar {
  display:grid;
  grid-template-columns:.75fr repeat(3,1fr);
  gap:12px;
  align-items:center
}
.ref-site .ref-similar h2 {
  font-size:17px
}
.ref-site .ref-similar p {
  font-size:12px;
  color:var(--muted)
}
.ref-site .ref-similar-card {
  border:1px solid var(--border);
  border-radius:7px;
  overflow:hidden
}
.ref-site .ref-similar-card>img {
  width:100%;
  height:78px;
  object-fit:cover
}
.ref-site .ref-similar-card>span {
  display:flex;
  align-items:center;
  padding:9px 12px;
  gap:9px;
  font-size:11px
}
.ref-site .ref-similar-card>span>.icon {
  margin-left:auto;
  width:15px;
  color:var(--blue)
}
@media(max-width:800px) {
  .ref-site .ref-compare-form {
    flex-wrap:wrap
  }
  .ref-site .ref-compare-form label {
    flex-basis:40%
  }
  .ref-site .ref-compare-form label.ref-income {
    flex-basis:55%
  }
  .ref-site .ref-equation {
    grid-template-columns:1fr 20px 1fr
  }
  .ref-site .ref-equation>aside {
    grid-column:1/-1
  }
  .ref-site .ref-similar {
    grid-template-columns:1fr 1fr
  }
  .ref-site .ref-compare-photo {
    width:50%
  }
}
@media(max-width:600px) {
  .ref-site .ref-compare-hero h1 {
    font-size:30px!important
  }
  .ref-site .ref-calculator {
    padding:12px
  }
  .ref-site .ref-equation {
    gap:8px;
    padding:10px 7px
  }
  .ref-site .ref-equation strong {
    font-size:23px
  }
  .ref-site .ref-equation span {
    font-size:10px
  }
  .ref-site .ref-similar {
    grid-template-columns:1fr
  }
  .ref-site .ref-similar-card>img {
    height:115px
  }
  .ref-site .ref-compare-table {
    table-layout:fixed
  }
  .ref-site .ref-double-bar {
    min-width:0
  }
  .ref-site .ref-compare-table td {
    overflow-wrap:anywhere
  }
  .ref-site .ref-compare-table .flag-image {
    display:none
  }
  .ref-site .ref-compare-form .button {
    font-size:12px;
    padding:0 12px
  }
}
.ref-site .ref-hero:after {
  background:linear-gradient(90deg,#edf7fff5 0%,#edf7ffd9 29%,#edf7ff8c 49%,#edf7ff22 68%,transparent 84%)
}
.ref-site .ref-hero>.ref-hero-photo,.ref-site .ref-hero>.ng-picture>.ref-hero-photo {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:-2;
  filter:brightness(1.13)
}
.ref-site .ref-guide-hero:after {
  background:linear-gradient(90deg,#edf7ffed,#edf7ffcc 63%,#edf7ff55)
}
.ref-site .ref-hero .ref-handwriting {
  display:block
}
.ref-site .ref-place-hero h1 {
  max-width:590px
}
.ref-site .ref-hero-title {
  max-width:660px
}
.ref-site .ref-place-hero .container {
  position:relative
}
.ref-site .ref-place-hero p {
  max-width:600px
}
.ref-site .ref-detail.ref-countries .ng-breadcrumb,.ref-site .ref-detail.ref-cities .ng-breadcrumb {
  padding-block:10px;
  background:#f6faff
}
.ref-site .ref-contact-hero .ref-hero-title {
  max-width:800px
}
.ref-site .money-converted {
  display:block;
  font-size:11px
}
.ref-site .ng-footer-grid {
  grid-template-columns:1.7fr repeat(4,1fr)
}
@media(max-width:600px) {
  .ref-site .ref-hero .ref-handwriting {
    display:none
  }
  .ref-site .ref-hero:after {
    background:#edf7ffdb
  }
  .ref-site .ref-guide-hero:after {
    background:#edf7ffed
  }
  .ref-site .ng-footer-grid {
    grid-template-columns:1fr 1fr
  }
}
.ref-site main .ref-search-line input,.ref-site main .ref-filter :is(select,input),.ref-site main .ref-hotel-fields :is(input,select) {
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:0!important;
  height:30px!important;
  min-height:30px!important
}
.ref-site .ref-search-line {
  min-height:46px
}
.ref-site .ref-filter {
  padding:6px 14px;
  min-height:48px
}
.ref-site .ref-search-line .button {
  height:38px;
  min-height:38px;
  padding:8px 25px
}
.ref-site .ref-destination .fx-equivalent {
  font-size:9px;
  line-height:1.1;
  display:block
}
.ref-site .ref-equation .fx-equivalent {
  display:block;
  font-size:12px;
  line-height:1.3;
  font-weight:400;
  margin-top:5px
}
.ref-site .ref-stat .fx-equivalent,.ref-site .ref-compare-table .fx-equivalent {
  font-size:9px;
  display:block;
  margin:3px 0;
  color:var(--muted);
  font-weight:400
}
.ref-site .ref-hotel-fields {
  min-height:48px
}
.ref-site .ref-section {
  margin:20px 0
}
.ref-site .ref-hero>.ng-picture>.ref-hero-photo {
  object-position:center 58%
}
.ref-site .ref-mini-city-grid a>span {
  min-width:0
}
.ref-site .ref-compare .ref-stat-grid {
  min-width:0
}
.ref-site .ref-destination .fx-equivalent {
  font-size:9px!important
}
.ref-site .ref-equation .fx-equivalent {
  font-size:12px!important
}
.ref-site .ref-stat .fx-equivalent,.ref-site .ref-compare-table .fx-equivalent {
  font-size:9px!important
}
.ref-site .ref-handwriting {
  background:radial-gradient(ellipse,#eef7ffd9,transparent 72%);
  text-shadow:0 1px 5px #fff
}
.ref-site .ref-destination .ref-photo img[src*="/design/"] {
  height:calc(100% + 35px);
  max-height:none;
  transform:translateY(-35px)
}
.ref-site .ref-destination:hover .ref-photo img[src*="/design/"] {
  transform:translateY(-35px) scale(1.02)
}
.ref-site .ref-article-photo img[src$="country-es.webp"] {
  height:calc(100% + 45px);
  transform:translateY(-45px)
}
.ref-site.ref-cities .ref-hero-title {
  max-width:550px
}
.ref-site .ref-compare-hero .ref-compare-photo img {
  max-height:none
}
.ref-site .ref-section-heading p {
  font-size:13px;
  line-height:1.4
}
.ref-site .ref-hotels-hero {
  padding-bottom:38px
}
.ref-site .ref-article-card.horizontal p {
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden
}
.ref-site .ref-article-card.horizontal {
  min-height:136px
}
.ref-site .ref-feature-copy p {
  line-height:1.5
}
.ref-site .ref-article-card.horizontal .ref-article-photo {
  min-height:136px
}
.ref-site .ref-guide-hero h1 {
  font-size:44px!important
}
.ref-site .ref-hotel-search>.button {
  align-self:stretch;
  min-height:48px;
  padding:10px 25px
}
.ref-site .ref-currency-picker {
  display:flex;
  gap:9px;
  align-items:center;
  justify-content:flex-end;
  margin-top:10px;
  font-size:11px
}
.ref-site main .ref-currency-picker select {
  height:30px;
  min-height:30px;
  padding:3px 9px;
  font-size:12px
}
.ref-site .ref-currency-picker button {
  min-height:30px;
  padding:5px 12px;
  font-size:11px
}
@media(max-width:600px) {
  .ref-site .ref-guide-hero h1 {
    font-size:33px!important
  }
  .ref-site .ref-filters>.button {
    width:100%
  }
  .ref-site .ref-contact-hero {
    min-height:160px!important
  }
  .ref-site .ref-contact-facts {
    margin-top:10px
  }
}
.ref-site .ref-hotel-detail-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px
}
.ref-site .ref-hotel-detail-grid h2 {
  margin:15px 0 8px
}
.ref-site .ref-hotel-detail-grid p {
  font-size:13px;
  line-height:1.6
}
.ref-site .ref-hotel-price {
  display:block;
  font-size:30px;
  color:var(--navy);
  margin:15px 0
}
.ref-site .ref-hotel-detail-grid .ref-icon {
  width:48px;
  height:48px
}
@media(max-width:700px) {
  .ref-site .ref-hotel-detail-grid {
    grid-template-columns:1fr
  }
}
@media(min-width:801px) {
  .ref-site .ref-hero {
    min-height:266px;
    padding-block:18px 16px
  }
  .ref-site .ref-hero-title {
    font-size:42px!important
  }
  .ref-site .ref-hero p {
    font-size:14px;
    line-height:1.25;
    margin-bottom:12px
  }
  .ref-site .ref-hotels-hero {
    padding-bottom:34px
  }
  .ref-site .ref-filters {
    gap:9px
  }
  .ref-site .ref-search {
    gap:9px
  }
}
.ref-site .ref-reichstag:after {
  background:linear-gradient(90deg,#edf7ff 0%,#edf7ff 43%,#edf7ffeb 48%,#edf7ff77 57%,transparent 70%)
}
.ref-site .ref-country-quote {
  position:absolute;
  right:0;
  top:0;
  width:320px;
  height:160px;
  padding:28px 30px;
  background:linear-gradient(#edf7ff 0%,#edf7ff 72%,#edf7ffbb 86%,transparent);
  font:italic 22px/1.25 Georgia,serif;
  transform:none;
  color:#0b214c
}
.ref-site .ref-country-quote span {
  display:block;
  font-size:48px;
  line-height:.8;
  margin-left:30px
}
.ref-site .ref-reichstag .ref-location {
  bottom:0;
  right:0;
  width:340px;
  justify-content:center;
  background:#314d6bf0;
  padding:5px;
  font-size:12px;
  border-radius:0
}
.ref-site .ref-reichstag>.ref-hero-photo {
  filter:none;
  object-position:center center
}
@media(max-width:800px) {
  .ref-site .ref-country-quote {
    display:none
  }
  .ref-site .ref-reichstag:after {
    background:#edf7fff2
  }
  .ref-site .ref-reichstag .ref-location {
    display:none
  }
}
.ref-site .ref-country-quote {
  background:linear-gradient(90deg,transparent 0%,#edf7ffcc 35%,#edf7ff 56%);
  text-shadow:0 1px 5px #fff;
  mask-image:linear-gradient(#000 0%,#000 82%,transparent 100%)
}
.ref-site .ref-reichstag .ref-location {
  background:#314d6b
}

/* Comparison directory only: country-pair detail pages keep their existing layout. */
.compare-landing-page .ng-breadcrumb {display:none}
.compare-landing-hero {position:relative;padding:62px 0 38px;background:#153d60;color:#fff;isolation:isolate}
.compare-landing-images {position:absolute;inset:0;z-index:-2;display:flex;overflow:hidden}
.compare-landing-images img {width:50%;height:100%;object-fit:cover}
.compare-landing-hero:after {content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#0b2f5066,#123e64b5 50%,#0a34536b)}
.ref-site .compare-eyebrow {font-size:11px;font-weight:700;letter-spacing:2.5px;margin:0 0 12px;color:var(--blue)}
.ref-site .compare-landing-hero .compare-eyebrow,.ref-site .compare-landing-explore .compare-eyebrow {color:#e5f0ff;text-align:center}
.ref-site .compare-landing-hero h1 {color:#fff;text-align:center;font-size:clamp(30px,3.4vw,50px);margin:0;line-height:1.15;letter-spacing:-1.3px}
.ref-site .compare-landing-subtitle {text-align:center;color:#e4ecf7;font-size:18px;margin:14px 0 34px}
.compare-landing-box {max-width:1240px;margin:auto;background:white;padding:24px 16px 14px;border:1px solid var(--border);border-radius:10px;color:var(--navy);box-shadow:0 8px 32px #082a4b22}
.compare-landing-box form {display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.compare-landing-box fieldset {flex:1;min-width:0;border:0;padding:0;margin:0}
.compare-landing-box legend {font-size:13px;padding:0 0 8px}
.compare-select-pair {display:flex;gap:8px}
.compare-select-pair label {flex:1;min-width:0}
.ref-site .compare-select-pair select {width:100%;height:40px;min-height:40px;font-size:12px;background-color:white;padding:0 25px 0 12px}
/* Keep flags in normal flow: native macOS selects may ignore text padding. */
.ref-site main .compare-country {position:relative;display:flex;align-items:center;gap:9px;padding:0 10px;background:#fff;border:1px solid var(--border);border-radius:var(--control-radius);min-width:0}
.ref-site main .compare-country:focus-within {outline:2px solid var(--blue);outline-offset:2px}
.ref-site main .compare-country img {position:static;flex:0 0 24px;width:24px;height:18px;object-fit:cover;pointer-events:none}

.ref-site .compare-landing-swap {border:0;background:#f0f6ff;border-radius:50%;width:44px;height:44px;flex:none;color:var(--navy);font-size:25px;cursor:pointer}
.ref-site .compare-landing-box .button {margin-top:20px;min-height:54px;padding:0 28px}
.compare-landing-error {flex-basis:100%;color:var(--danger);margin:0}
.compare-landing-topics {display:grid;grid-template-columns:repeat(8,1fr);gap:12px;margin-top:22px;border-top:1px solid #eef3f9;padding-top:12px}
.compare-landing-topics>div {background:#f3f8fe;border-radius:7px;display:flex;align-items:center;flex-direction:column;gap:9px;padding:13px 4px;font-size:11px;font-weight:600;text-align:center}
.compare-landing-topics svg {color:var(--blue);width:24px;height:24px}
.compare-landing-popular {padding-top:36px;padding-bottom:30px}
.ref-site .compare-landing h2 {font-size:26px;line-height:1.2}
.compare-landing-cards {display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;margin-top:22px}
.compare-landing-card {border:1px solid var(--border);border-radius:7px;overflow:hidden;background:white;box-shadow:0 4px 16px #0a306006;transition:transform .2s,box-shadow .2s}
.compare-landing-card:hover {transform:translateY(-3px);box-shadow:0 8px 24px #0a306014}
.compare-landing-card>img {width:100%;height:116px;object-fit:cover}
.compare-landing-card>div {padding:12px}
.compare-pair-flags {display:flex;justify-content:center;align-items:center;gap:10px;margin-bottom:12px}
.compare-pair-flags .flag {width:30px}
.ref-site .compare-landing-card h3 {font-size:15px;line-height:1.35;margin:0 0 7px}
.ref-site .compare-landing-card p {font-size:12px;line-height:1.5;color:var(--muted);margin:0 0 14px}
.compare-landing-card .text-link {font-size:11px;display:flex;justify-content:space-between}
.compare-all {margin-top:22px;font-size:13px;color:var(--blue)}
.compare-all summary {cursor:pointer}
.compare-all>div {display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding-top:20px}
.compare-all a {display:flex;gap:8px;align-items:center;padding:10px;border:1px solid var(--border);border-radius:8px}
.compare-landing-benefits {background:#f5f9fe;padding:40px 0}
.compare-landing-benefits>.container {display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:26px;align-items:center}
.compare-benefit {display:flex;align-items:flex-start;gap:14px}
.compare-benefit>span {width:48px;height:48px;flex:none;display:grid;place-items:center;border-radius:50%;background:#e7f2ff;color:var(--blue)}
.compare-benefit svg {width:25px;height:25px}
.ref-site .compare-benefit h3 {font-size:15px;margin:4px 0 8px}
.ref-site .compare-landing-benefits p {font-size:13px;line-height:1.5;color:var(--muted);margin:8px 0 0}
.compare-landing-explore {position:relative;isolation:isolate;background:#173e5c;padding:36px 0 30px;color:white;text-align:center}
.compare-landing-explore>img {position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.compare-landing-explore:after {content:"";position:absolute;inset:0;background:#0c2f4ccc;z-index:-1}
.ref-site .compare-landing-explore h2 {color:white;font-size:32px;margin:0 0 10px}
.ref-site .compare-landing-explore p {color:#d3e0ef}
.compare-landing-explore .container>div {display:grid;grid-template-columns:repeat(4,1fr);gap:28px;max-width:900px;margin:26px auto 0}
.compare-landing-explore a {display:flex;flex-direction:column;align-items:center;gap:12px;border:1px solid #ffffff55;background:#ffffff0b;border-radius:10px;padding:22px;color:white;font-size:14px;font-weight:600}
.compare-landing-explore a:hover {background:#ffffff20}
.compare-landing-explore svg {width:32px;height:32px}
@media(max-width:1100px){.compare-landing-cards{grid-template-columns:repeat(3,1fr)}.compare-landing-benefits>.container{grid-template-columns:repeat(2,1fr)}.compare-landing-benefits>.container>div:first-child{grid-column:1/-1}.compare-select-pair{flex-direction:column}.compare-landing-box .button{align-self:center}}
@media(max-width:600px){.compare-landing-hero{padding:32px 0 24px}.ref-site .compare-landing-subtitle{font-size:15px;margin-bottom:24px}.compare-landing-box form{gap:10px}.compare-landing-box legend{font-size:11px}.ref-site .compare-landing-swap{width:28px;height:28px;font-size:20px}.ref-site .compare-landing-box .button{width:100%;margin-top:4px;min-height:44px}.compare-landing-topics{grid-template-columns:repeat(4,1fr);gap:6px}.compare-landing-topics>div{font-size:10px}.compare-landing-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.compare-landing-card>img{height:100px}.compare-all>div{grid-template-columns:1fr}.compare-landing-benefits>.container{gap:22px}.compare-benefit{gap:8px}.compare-benefit>span{width:32px;height:32px}.compare-landing-explore .container>div{grid-template-columns:repeat(2,1fr);gap:12px}.ref-site .compare-landing-explore h2{font-size:26px}.compare-landing-explore a{font-size:12px;padding:18px 8px}}
.ref-site .compare-select-pair select{padding:0 25px 0 12px!important;font-size:12px!important;height:40px!important;min-height:40px!important}
.ref-site main .compare-country select{flex:1;min-width:0;width:100%;border:0!important;border-radius:0!important;background-color:transparent!important;padding:0 20px 0 0!important;box-shadow:none!important;outline:none}
.compare-landing-images>picture{width:50%;height:100%;display:block}
.compare-landing-images>picture img{width:100%;height:100%;object-fit:cover}
.compare-landing-card>picture{display:block;width:100%;height:116px;overflow:hidden}
.compare-landing-card>picture img{width:100%;height:100%;object-fit:cover}
.compare-landing-explore>picture{position:absolute;inset:0;z-index:-2;display:block}
.compare-landing-explore>picture img{width:100%;height:100%;object-fit:cover}
@media(max-width:600px){.compare-landing-card>picture{height:100px}}
.ref-site .compare-landing-card>picture.ng-picture{display:block!important;height:116px!important}
.ref-site .compare-landing-card>picture img{height:116px!important;object-fit:cover}
.ref-site .compare-landing-images>picture.ng-picture{display:block!important}
.ref-site .compare-landing-explore>picture.ng-picture{display:block!important}
@media(max-width:600px){.ref-site .compare-landing-card>picture.ng-picture,.ref-site .compare-landing-card>picture img{height:100px!important}}
/* Homepage reference layout. */
.home-reference-hero{position:relative;isolation:isolate;color:white;padding:44px 0 20px;background:#143e66}
.home-hero-images{position:absolute;inset:0;z-index:-2;display:flex;overflow:hidden}
.home-hero-images>img,.ref-site .home-hero-images>picture.ng-picture{width:50%;height:100%;display:block!important}
.home-hero-images img{width:100%;height:100%;object-fit:cover}
.home-reference-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#18355815,#062d61a8 48%,#15335a12);z-index:-1}
.ref-site .home-reference-hero .compare-eyebrow{color:white;text-align:center;font-size:11px}
.ref-site .home-reference-hero h1{color:white;font-size:clamp(30px,3.3vw,48px);text-align:center;margin:0 0 12px;line-height:1.18;letter-spacing:-1px}
.ref-site .home-hero-subtitle{font-size:17px;text-align:center;color:white;line-height:1.5;margin:0 0 26px}
.home-handnote{position:absolute;left:4%;top:40px;font-family:Georgia,serif;font-style:italic;font-size:22px;transform:rotate(-9deg)}
.home-reference-hero .compare-landing-box{max-width:850px;padding:20px 22px 12px}
.home-reference-hero .compare-select-pair{gap:10px}
.home-reference-hero .compare-landing-box form{gap:12px}
.home-income-row{width:100%;display:flex;align-items:center;gap:10px;margin-top:4px}
.home-income-row>label:not(.visually-hidden){display:flex;align-items:center;gap:10px;font-size:12px;flex:1.15}
.home-income-row>label svg{color:var(--blue)}
.ref-site .home-income-row input,.ref-site .home-income-row select{width:0;flex:1;min-width:0;height:44px!important;min-height:44px!important;font-size:13px!important;padding:0 12px!important}
.ref-site .home-income-row .button{margin:0;flex:1.8;min-height:44px;white-space:nowrap;padding:0 15px;font-size:13px}
.home-reference-hero .compare-landing-topics{margin-top:14px;padding-top:12px;gap:6px}
.home-reference-hero .compare-landing-topics>div{background:none;padding:0;gap:5px;font-size:10px}
.home-reference-hero .compare-landing-topics svg{width:24px;height:24px;box-sizing:content-box;padding:9px;background:#edf5ff;border-radius:50%}
.home-location{position:absolute;bottom:22px;line-height:1.3;font-size:12px;padding:10px 14px;border-radius:8px;background:#08274555}
.home-location.left{left:3%}.home-location.right{right:3%;text-align:right}
.home-popular{padding-top:28px;padding-bottom:28px}
.ref-site .home-reference h2{font-size:24px;line-height:1.25}
.home-reference .compare-landing-cards{margin-top:16px;gap:14px}
.home-reference .compare-landing-card{text-align:center}
.home-reference .compare-landing-card h3{font-size:13px;margin-bottom:16px}
.home-reference .compare-landing-card .text-link{font-size:10px}
.home-reference .compare-pair-flags{margin-bottom:10px}
.home-benefits{background:#f2f8ff;padding:28px 0}
.home-benefits>.container>div:last-child{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:18px}
.home-benefits article{display:flex;gap:15px;align-items:flex-start}
.home-benefits article>span,.home-proof .container>div>span{display:grid;place-items:center;background:#e2efff;border-radius:50%;width:58px;height:58px;flex:none;color:var(--blue)}
.home-benefits article svg{width:30px;height:30px}
.ref-site .home-benefits h3{font-size:15px;margin:3px 0 8px}
.ref-site .home-benefits p{font-size:13px;color:var(--muted);line-height:1.5;margin:0}
.home-discovery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 44px;padding-top:26px;padding-bottom:26px}
.ref-site .home-discovery-grid h2{font-size:21px}
.home-discovery-grid .ref-section-heading{gap:10px;margin-bottom:14px}
.home-discovery-grid .ref-section-heading p{font-size:12px;margin-top:4px}
.home-discovery-grid .ref-section-heading>a{font-size:11px;white-space:nowrap}
.home-mini-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.home-mini-card{display:block;border:1px solid var(--border);border-radius:7px;overflow:hidden;background:linear-gradient(white,#f8fbff);transition:transform .2s}
.home-mini-card:hover{transform:translateY(-3px)}
.home-mini-card>img,.ref-site .home-mini-card>picture.ng-picture{display:block!important;width:100%;height:95px!important}
.ref-site .home-mini-card>picture img{width:100%;height:95px!important;object-fit:cover}
.home-mini-card>img{object-fit:cover}
.home-mini-card>div{padding:10px}
.ref-site .home-mini-card h3{font-size:12px;line-height:1.5;margin:0 0 5px;display:flex;gap:6px;align-items:center}
.home-mini-card .flag{width:20px;height:16px;flex:none}
.home-mini-card .flag img{width:20px;height:15px}
.home-mini-card small{font-size:10px;color:var(--muted)}
.home-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.home-product-card{display:flex;gap:10px;border:1px solid var(--border);border-radius:7px;padding:14px 10px;background:#fbfdff;align-items:flex-start}
.home-product-icon{color:var(--blue);display:grid;place-items:center;width:36px;flex:none;min-height:72px;background:#edf5ff;border-radius:8px}
.home-product-icon svg{width:28px;height:36px}
.ref-site .home-product-card h3{font-size:12px;line-height:1.4;margin:0 0 10px}
.home-product-card p{display:flex;gap:6px;align-items:center;margin:8px 0 0;font-size:10px;color:var(--muted)}
.home-product-card .flag{width:20px;flex:none}.home-product-card .flag img{width:20px;height:15px}
.home-product-card strong{display:block;color:var(--navy);font-size:11px}
.home-editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.home-editorial-grid:has(>a:only-child){grid-template-columns:1fr}
.home-editorial-grid:has(>a:only-child)>a{display:grid;grid-template-columns:40% 1fr;align-items:center}
.home-proof{background:#f4f9ff;padding:18px 0}
.home-proof>.container{display:flex;align-items:center;justify-content:space-between;gap:24px}
.home-proof .container>div{display:flex;align-items:center;gap:14px}
.home-proof .container>div>span{width:44px;height:44px}
.home-proof p{margin:0;font-size:13px}.home-proof small{display:block;font-size:11px;color:var(--muted);margin-top:5px}
.ref-site .home-proof .button{font-size:12px;padding:12px 18px;white-space:nowrap}
@media(max-width:1100px){.home-handnote{display:none}.home-location{display:none}.home-reference-hero .compare-select-pair{flex-direction:row}.home-discovery-grid{gap:28px 22px}.home-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-product-card{display:block}.home-product-icon{min-height:40px;margin-bottom:10px}.home-benefits>.container>div:last-child{gap:20px}.home-benefits article>span{width:40px;height:40px}}
@media(max-width:700px){.home-reference-hero{padding-top:30px}.ref-site .home-hero-subtitle{font-size:14px}.home-reference-hero .compare-landing-box{padding:16px 12px}.home-reference-hero .compare-select-pair{flex-direction:column}.home-income-row{flex-wrap:wrap}.home-income-row>label:not(.visually-hidden){flex-basis:100%}.ref-site .home-income-row input,.ref-site .home-income-row select{flex-basis:40%}.ref-site .home-income-row .button{flex-basis:100%;width:100%}.home-discovery-grid{grid-template-columns:1fr}.home-benefits>.container>div:last-child{grid-template-columns:repeat(2,minmax(0,1fr))}.home-benefits article{gap:8px}.ref-site .home-benefits h3{font-size:12px}.ref-site .home-benefits p{font-size:11px}.home-proof>.container{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.home-proof .container>div{gap:8px}.home-proof p{font-size:11px}.home-proof small{font-size:10px}.home-editorial-grid{gap:8px}.home-reference .compare-landing-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
/* Narrative needs a full reading column, including on narrow screens. */
.ref-site .comparison-assessment-layout{display:flex;flex-direction:column;align-items:stretch;gap:18px}
.ref-site .comparison-assessment-layout>.ref-soft{width:100%;min-width:0}
.ref-site main .comparison-assessment{font-size:14px;line-height:1.75;margin-bottom:0}

.home-municipal{padding-top:30px;padding-bottom:36px}.home-municipal .home-mini-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}@media(max-width:700px){.home-municipal .home-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

@media(min-width:1101px){.ng-header .ng-nav{gap:clamp(10px,1.4vw,22px)}.ng-header .ng-nav a{font-size:13px}}
/* Comparison controls: consistent sizing and readable native select. */
.ref-site .ref-currency-picker{margin:14px 0;gap:12px;font-size:13px;min-height:42px}.ref-site .ref-currency-picker>label{font-size:13px;font-weight:500;line-height:1.4;margin:0;color:#607895}.ref-currency-control{position:relative;display:inline-flex;flex:none;width:104px;height:40px}.ref-site main .ref-currency-picker .ref-currency-control select{appearance:none;-webkit-appearance:none;box-sizing:border-box;width:100%;height:40px;min-height:40px;max-height:40px;padding:0 36px 0 14px!important;font-size:14px!important;line-height:normal;font-weight:600;text-align:left;border:1px solid #dbe6f4;border-radius:8px;background:#fff;color:#10294c;cursor:pointer;margin:0}.ref-currency-control>.icon{position:absolute;width:15px;height:15px;right:12px;top:12px;pointer-events:none;color:#527195}.ref-site .ref-currency-control select:focus-visible{outline:2px solid #167aff;outline-offset:2px}.ref-site.ref-compare .ng-breadcrumb{padding-block:12px;font-size:12px;line-height:1.5}.ref-site.ref-compare .ng-breadcrumb ol{gap:6px 10px}.ref-site.ref-compare .ng-breadcrumb li{gap:10px;min-width:0}.ref-site.ref-compare .ng-breadcrumb a,.ref-site.ref-compare .ng-breadcrumb [aria-current]{font-size:inherit;line-height:inherit}.ref-site.ref-compare .ng-breadcrumb [aria-current]{font-weight:500}.ref-site.ref-compare .ng-breadcrumb li:last-child{overflow-wrap:anywhere}
@media(max-width:600px){.ref-site .ref-currency-picker{justify-content:space-between;margin:12px 0}.ref-site.ref-compare .ng-breadcrumb{font-size:11px;padding-block:10px}.ref-site.ref-compare .ng-breadcrumb ol{gap:5px 8px}.ref-site.ref-compare .ng-breadcrumb li{gap:8px}}
