.elementor-42451 .elementor-element.elementor-element-e016557{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d335756 *//* ==== FIX CITY-CARD BUTTON TEXT DOUBLING & WRAP ==== */
.city-card .btn,
.venue-actions .btn,
a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;          /* allow multi-line */
  overflow-wrap: anywhere;      /* break long phrases cleanly */
  word-break: normal;
  line-height: 1.35;            /* extra breathing room */
  font-weight: 600;
}

/* Nuke any theme-added pseudo text/icons that duplicate content */
a.btn::before,
a.btn::after,
button.btn::before,
button.btn::after {
  content: none !important;
  display: none !important;
}

/* Ensure hover stays crisp and doesn't shift layout */
a.btn,
button.btn { transform: none !important; }

/* (Optional) keep a consistent min height without clipping text */
.city-card .btn,
.venue-actions .btn { min-height: 48px; padding-top: 12px; padding-bottom: 12px; }/* End custom CSS */