:root {
  --ink: #0f172a;
  --muted: #5f6f86;
  --line: #dbe3ee;
  --soft: #f5f8fc;
  --panel: #fff;
  --brand: #123f8c;
  --brand-2: #0b2f6b;
  --accent: #f97316;
  --radius: 16px;
  --shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: auto;
}
body {
  margin: 0;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.55;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
.sj-container {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}
.sj-narrow {
  width: min(820px, calc(100% - 36px));
}
.sj-sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sj-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.sj-header__row {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.sj-logo img {
  width: 250px !important;
  height: 80px !important;
  object-fit: cover !important;
}
.sj-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 700;
  font-size: 14px;
}
.sj-nav a,
.sj-nav summary {
  cursor: pointer;
  padding: 24px 0;
  list-style: none;
}
.sj-nav details {
  position: relative;
}
.sj-nav summary::-webkit-details-marker {
  display: none;
}
.sj-nav-menu {
  position: absolute;
  top: 58px;
  left: -18px;
  width: 220px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  display: grid;
}
.sj-nav-menu a {
  padding: 10px 12px;
  border-radius: 8px;
}
.sj-nav-menu a:hover {
  background: var(--soft);
}
.sj-nearby,
.sj-menu-button,
.sj-button,
.sj-inline-form button,
.sj-search button {
  border: 0;
  border-radius: 10px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.sj-nearby {
  margin-left: auto;
  padding: 11px 16px;
}
.sj-menu-button {
  display: none;
  padding: 10px 13px;
}
.sj-hero {
  background: linear-gradient(180deg, #f7faff 0%, #fff 100%);
  padding: 42px 0 34px;
  border-bottom: 1px solid var(--line);
}
.sj-hero--compact {
  padding: 44px 0;
}
.sj-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 60px;
  align-items: end;
}
.sj-breadcrumbs {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 28px;
}
.sj-breadcrumbs a:hover {
  color: var(--brand);
}
.sj-kicker {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  font-weight: 900;
  color: var(--brand);
  margin: 0 0 10px;
}
.sj-hero h1 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  margin: 0;
  max-width: 850px;
}
.sj-lead {
  font-size: 18px;
  color: var(--muted);
  max-width: 760px;
  margin: 18px 0 26px;
}
.sj-search {
  display: flex;
  position: relative;
  max-width: 720px;
}
.sj-search input {
  width: 100%;
  height: 56px;
  border: 1px solid #b9c7d9;
  border-radius: 12px 0 0 12px;
  padding: 0 18px;
  outline: none;
  background: #fff;
}
.sj-search input:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(18, 63, 140, 0.12);
}
.sj-search button {
  border-radius: 0 12px 12px 0;
  padding: 0 24px;
}
.sj-search-results {
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 8px;
  z-index: 20;
}
.sj-search-results a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 12px;
  border-radius: 8px;
}
.sj-search-results a:hover {
  background: var(--soft);
}
.sj-search-results small {
  color: var(--muted);
}
.sj-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.sj-stats div {
  padding: 24px 14px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.sj-stats div:last-child {
  border: 0;
}
.sj-stats strong {
  font-size: 30px;
  line-height: 1;
  display: block;
}
.sj-stats span {
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.sj-filter-wrap {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.sj-filter {
  display: grid;
  grid-template-columns: repeat(6, minmax(120px, 1fr)) auto;
  gap: 12px;
  align-items: end;
}
.sj-filter label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: #475569;
  margin-bottom: 6px;
}
.sj-filter input,
.sj-filter select {
  width: 100%;
  height: 44px;
  border: 1px solid #cbd5e1;
  border-radius: 9px;
  background: #fff;
  padding: 0 10px;
  color: var(--ink);
}
.sj-filter__near {
  height: 44px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid var(--brand);
  color: var(--brand);
  border-radius: 9px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}
.sj-section {
  padding: 64px 0;
}
.sj-section--soft {
  background: var(--soft);
  border-block: 1px solid var(--line);
}
.sj-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.sj-section-head h2 {
  font-size: 32px;
  letter-spacing: -0.03em;
  margin: 0;
}
.sj-section-head > span {
  color: var(--muted);
  font-weight: 700;
}
.sj-event-list {
  display: grid;
  gap: 12px;
}
.sj-event {
  display: grid;
  grid-template-columns: 112px 64px minmax(0, 1fr) 148px;
  gap: 18px;
  align-items: center;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.035);
}
.sj-event__image {
  height: 88px;
  border-radius: 10px;
  overflow: hidden;
  background: #e8eef7;
}
.sj-event__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sj-event__date {
  text-align: center;
  border-right: 1px solid var(--line);
  padding-right: 16px;
}
.sj-event__date strong {
  display: block;
  color: var(--brand);
  font-size: 13px;
}
.sj-event__date span {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
}
.sj-event__content h3 {
  font-size: 19px;
  margin: 2px 0 6px;
  line-height: 1.25;
}
.sj-event__content h3 a:hover {
  color: var(--brand);
}
.sj-event__content p {
  margin: 2px 0;
  color: var(--muted);
  font-size: 14px;
}
.sj-event__genre {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800 !important;
  font-size: 11px !important;
  color: var(--brand) !important;
}
.sj-event__price {
  text-align: right;
  display: grid;
  justify-items: end;
}
.sj-event__price span,
.sj-event__price small {
  color: var(--muted);
  font-size: 12px;
}
.sj-event__price strong {
  font-size: 24px;
}
.sj-button {
  display: inline-flex;
  padding: 9px 13px;
  margin-top: 8px;
  font-size: 13px;
}
.sj-empty {
  padding: 48px;
  border: 1px dashed #b8c5d6;
  border-radius: 14px;
  text-align: center;
  background: var(--soft);
}
.sj-empty h3 {
  margin: 0 0 8px;
  font-size: 24px;
}
.sj-empty p {
  margin: 0;
  color: var(--muted);
}
.sj-performer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.sj-performer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
}
.sj-performer img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 50%;
  background: #e8eef7;
}
.sj-performer strong,
.sj-performer small {
  display: block;
}
.sj-performer small {
  color: var(--muted);
}
.sj-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.sj-card-grid--categories {
  grid-template-columns: repeat(3, 1fr);
}
.sj-link-card {
  display: grid;
  gap: 6px;
  min-height: 142px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.sj-link-card:hover {
  border-color: #9bb2d2;
  box-shadow: var(--shadow);
}
.sj-link-card span {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  color: var(--brand);
  font-weight: 900;
}
.sj-link-card strong {
  font-size: 19px;
}
.sj-link-card small {
  color: var(--muted);
}
.sj-faqs {
  display: grid;
  gap: 10px;
}
.sj-faqs details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0 18px;
}
.sj-faqs summary {
  cursor: pointer;
  font-weight: 800;
  padding: 17px 0;
}
.sj-faqs p {
  color: var(--muted);
  margin: 0;
  padding: 0 0 17px;
}
.sj-alert {
  display: grid;
  grid-template-columns: 1fr minmax(360px, 520px);
  gap: 50px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.sj-alert h2 {
  font-size: 30px;
  margin: 0 0 8px;
}
.sj-alert p {
  margin: 0;
  color: var(--muted);
}
.sj-alert-form label:not(.sj-sr-only) {
  display: block;
  font-weight: 800;
  margin-bottom: 7px;
}
.sj-inline-form {
  display: flex;
}
.sj-inline-form input {
  height: 50px;
  flex: 1;
  min-width: 0;
  border: 1px solid #bac8da;
  border-radius: 10px 0 0 10px;
  padding: 0 14px;
}
.sj-inline-form button {
  border-radius: 0 10px 10px 0;
  padding: 0 20px;
}
.sj-form-status {
  font-size: 13px;
  margin-top: 8px !important;
  min-height: 20px;
}
.sj-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
}
.sj-pagination a {
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 9px;
  font-weight: 800;
}
.sj-footer {
  background: #0b1730;
  color: #d8e1ef;
  padding: 56px 0 24px;
}
.sj-footer__top {
  display: grid;
  grid-template-columns: 1.6fr repeat(4, 1fr);
  gap: 34px;
}
.sj-footer__logo {
  width: 110px;
  height: 80px;
  object-fit: cover;
  background: #fff;
  border-radius: 8px;
  padding: 4px;
}
.sj-footer p {
  color: #96a8c0;
  max-width: 320px;
}
.sj-footer h2 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 0 14px;
}
.sj-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.sj-footer li {
  font-size: 13px;
  color: #aebed2;
}
.sj-footer a:hover {
  color: #fff;
}
.sj-footer__bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #24324b;
  display: flex;
  justify-content: space-between;
  color: #8fa2ba;
  font-size: 13px;
}
.sj-404 {
  min-height: 65vh;
  display: grid;
  place-items: center;
  background: var(--soft);
}
.sj-404__inner {
  max-width: 680px;
  text-align: center;
}
.sj-404__code {
  font-size: clamp(100px, 20vw, 220px);
  line-height: 0.9;
  font-weight: 950;
  color: var(--brand);
  letter-spacing: -0.08em;
  margin-bottom: 32px;
}
.sj-404 .sj-alert-form {
  max-width: 560px;
  margin: auto;
  text-align: left;
}
.sj-404 .sj-form-status {
  text-align: center;
}
.sj-menu-open .sj-nav {
  display: flex;
}
@media (max-width: 1050px) {
  .sj-filter {
    grid-template-columns: repeat(3, 1fr);
  }
  .sj-footer__top {
    grid-template-columns: 2fr repeat(2, 1fr);
  }
  .sj-footer__top > div:nth-child(n + 4) {
    margin-top: 10px;
  }
  .sj-card-grid,
  .sj-performer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 780px) {
  .sj-header__row {
    min-height: 64px;
  }
  .sj-logo img {
    width: 94px;
    height: 48px;
  }
  .sj-menu-button {
    display: block;
    margin-left: auto;
  }
  .sj-nearby {
    display: none;
  }
  .sj-nav {
    display: none;
    position: absolute;
    left: 18px;
    right: 18px;
    top: 64px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow);
    padding: 10px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .sj-nav a,
  .sj-nav summary {
    padding: 11px 12px;
  }
  .sj-nav-menu {
    position: static;
    width: auto;
    border: 0;
    box-shadow: none;
    padding-left: 10px;
  }
  .sj-hero {
    padding-top: 30px;
  }
  .sj-hero__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .sj-stats {
    max-width: 480px;
  }
  .sj-filter {
    grid-template-columns: repeat(2, 1fr);
  }
  .sj-event {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
  }
  .sj-event__image {
    height: 72px;
  }
  .sj-event__date {
    display: none;
  }
  .sj-event__price {
    grid-column: 2;
    text-align: left;
    justify-items: start;
    border-top: 1px solid var(--line);
    padding-top: 10px;
  }
  .sj-alert {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .sj-footer__top {
    grid-template-columns: 1fr 1fr;
  }
  .sj-footer__top > div:first-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 520px) {
  .sj-container {
    width: min(100% - 24px, 1180px);
  }
  .sj-hero h1 {
    font-size: 38px;
  }
  .sj-search {
    display: grid;
    grid-template-columns: 1fr;
  }
  .sj-search input,
  .sj-search button {
    border-radius: 10px;
  }
  .sj-search button {
    height: 48px;
    margin-top: 8px;
  }
  .sj-search-results {
    top: 112px;
  }
  .sj-stats strong {
    font-size: 22px;
  }
  .sj-stats div {
    padding: 18px 8px;
  }
  .sj-filter {
    grid-template-columns: 1fr;
  }
  .sj-section {
    padding: 46px 0;
  }
  .sj-section-head {
    align-items: start;
    flex-direction: column;
  }
  .sj-section-head h2 {
    font-size: 27px;
  }
  .sj-event {
    grid-template-columns: 64px minmax(0, 1fr);
    padding: 10px;
  }
  .sj-event__image {
    height: 64px;
  }
  .sj-card-grid,
  .sj-card-grid--categories,
  .sj-performer-grid {
    grid-template-columns: 1fr;
  }
  .sj-alert {
    padding: 24px;
  }
  .sj-inline-form {
    display: grid;
    gap: 8px;
  }
  .sj-inline-form input,
  .sj-inline-form button {
    border-radius: 10px;
    height: 50px;
  }
  .sj-footer__top {
    grid-template-columns: 1fr;
  }
  .sj-footer__top > div:first-child {
    grid-column: auto;
  }
  .sj-footer__bottom {
    flex-direction: column;
    gap: 8px;
  }
}

/* 2026-07-29 country directory, flags and external StubJet logo */
.sj-logo img {
  width: 126px;
  height: 52px;
  object-fit: contain;
}
.sj-footer__logo {
  width: 250px !important;
  height: 80px !important;
  object-fit: cover !important;
  background: #fff;
  border-radius: 10px;
  padding: 6px;
}
.sj-location-directory {
  padding-top: 42px;
  padding-bottom: 42px;
  background: #fff;
}
.sj-location-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.sj-location-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease;
}
.sj-location-card:hover {
  border-color: #9bb2d2;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.07);
  transform: translateY(-1px);
}
.sj-location-card strong,
.sj-location-card small {
  display: block;
}
.sj-location-card strong {
  font-size: 16px;
}
.sj-location-card small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}
.sj-location-card > i {
  font-style: normal;
  color: var(--brand);
  font-weight: 900;
}
.sj-country-flag {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f4f7fb;
  font-size: 25px;
  line-height: 1;
}
.sj-location-marker {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #edf4ff;
  color: var(--brand);
  font-size: 22px;
}
.sj-link-card > .sj-country-flag {
  margin-bottom: 4px;
}
.sj-event__image img,
.sj-performer img {
  background: #edf2f7;
}
@media (max-width: 980px) {
  .sj-location-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .sj-location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 460px) {
  .sj-location-grid {
    grid-template-columns: 1fr;
  }
  .sj-location-directory {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

/* 2026-07-29 StubJet navigation, banner and directory refinements */
.sj-logo img {
  width: 148px;
  height: 54px;
  object-fit: contain;
}
.sj-footer__logo {
  width: 150px;
  height: 58px;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.sj-hero__side {
  display: grid;
  gap: 14px;
}
.sj-hero__art {
  height: 230px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #e9eef6;
  box-shadow: var(--shadow);
}
.sj-hero__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sj-location-grid,
.sj-card-grid--categories {
  align-items: stretch;
}
.sj-location-card,
.sj-link-card {
  content-visibility: auto;
  contain-intrinsic-size: 142px;
}
.sj-filter__near:disabled,
.sj-nearby:disabled {
  opacity: 0.7;
  cursor: wait;
}
@media (max-width: 780px) {
  .sj-hero__art {
    height: 220px;
  }
  .sj-logo img {
    width: 126px;
    height: 48px;
  }
}
@media (max-width: 520px) {
  .sj-hero__art {
    height: 190px;
  }
}

/* 2026-07-29 final StubJet policy, contact, heading and country-flag refinements */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}

.sj-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 16px;
}

.sj-policy {
  display: grid;
  gap: 28px;
  color: var(--text);
}

.sj-policy > section {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.sj-policy > section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.sj-policy h2 {
  margin: 0 0 12px;
  font-size: clamp(22px, 3vw, 30px);
}

.sj-policy p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.sj-policy p:last-child {
  margin-bottom: 0;
}

.sj-policy__updated {
  display: inline-flex;
  width: fit-content;
  margin: 0 !important;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f8fafc;
  color: var(--text) !important;
  font-size: 13px !important;
  font-weight: 700;
}

.sj-faqs--page {
  margin-top: 0;
}

.sj-contact-form {
  position: relative;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.sj-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.sj-contact-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}

.sj-contact-form input,
.sj-contact-form textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 11px;
  background: #fff;
  color: var(--text);
  font: inherit;
  font-weight: 500;
  padding: 13px 14px;
  outline: none;
}

.sj-contact-form input:focus,
.sj-contact-form textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(22, 61, 147, 0.12);
}

.sj-contact-form textarea {
  min-height: 180px;
  resize: vertical;
}

.sj-contact-form__message {
  grid-column: 1 / -1;
}

.sj-contact-form > button {
  margin-top: 20px;
  border: 0;
  border-radius: 11px;
  background: var(--brand);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 14px 22px;
}

.sj-contact-form > button:hover {
  filter: brightness(0.95);
}

.sj-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.sj-notice {
  margin-bottom: 20px;
  padding: 16px 18px;
  border-radius: 12px;
  line-height: 1.6;
}

.sj-notice strong {
  display: block;
  margin-bottom: 4px;
}

.sj-notice p,
.sj-notice ul {
  margin: 0;
}

.sj-notice--success {
  border: 1px solid #86efac;
  background: #f0fdf4;
  color: #166534;
}

.sj-notice--error {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #991b1b;
}

/* Country flags are intentionally hidden on desktop and visible on phones. */
@media (min-width: 701px) {
  .sj-location-directory--home .sj-country-flag {
    display: none;
  }

  .sj-location-directory--home .sj-location-card {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (max-width: 700px) {
  .sj-location-directory--home .sj-country-flag {
    display: grid;
  }
}

@media (max-width: 640px) {
  .sj-contact-grid {
    grid-template-columns: 1fr;
  }

  .sj-contact-form__message {
    grid-column: auto;
  }

  .sj-footer__bottom nav {
    justify-content: flex-start;
  }
}
