/**
 * Home / search (HTML statici): testo sopra il pill città — stesso accento della pagina Impostazioni.
 */
.static-site-city-intro-accent {
  margin: 0;
  width: 100%;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5eead4 !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  line-height: 1.375;
}

@media (min-width: 640px) {
  .static-site-city-intro-accent {
    font-size: 0.7rem;
    letter-spacing: 0.14em;
  }
}

/**
 * Stessa geometria di `.page-city-hero__pill` (capsula, padding, bordo) — home/search statiche.
 */
.static-site-city-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-sizing: border-box;
  padding: 0.5rem 0.85rem 0.5rem 0.75rem;
  border-radius: 9999px;
  background: #000000;
  border: 1px solid #ffffff;
  box-shadow:
    0 10px 40px -14px rgba(0, 0, 0, 0.45),
    0 4px 14px rgba(0, 0, 0, 0.25);
}

@media (min-width: 640px) {
  .static-site-city-pill {
    gap: 0.65rem;
    padding: 0.55rem 1.1rem 0.55rem 1rem;
  }
}

html.light .static-site-city-pill {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow:
    0 10px 40px -14px rgba(15, 23, 42, 0.2),
    0 4px 14px rgba(15, 23, 42, 0.1);
}
