/*
Theme Name:  fnz wpt milanscore
Text Domain: fnz-wpt-milanscore
Template:    twentytwentyfive
Author:      Finoz
Author URI:  https://finoz.it
Description: Child theme of Twenty Twenty-Five — custom maps & theme.json overrides.
Version:     1.0.8
*/


/* Navigation */
.wp-block-navigation a {
  font-family: var(--wp--preset--font-family--syne);
}

/* Custom forms */
.fnz-form {
  font-family: var(--wp--preset--font-family--syne);
}

.fnz-form .form-cta {
  font-size: var(--wp--preset--font-size--small);
  text-transform: uppercase;
  font-weight: 400;
  background-color: var(--wp--preset--color--accent-4);
  color: var(--wp--preset--color--base);

}
.fnz-form .form-cta:hover,
.fnz-form .form-cta:focus {
  background-color: var(--wp--preset--color--accent-5);
}

/* Map */
#custom-map {
  width: 100%;
  max-width: none;
  height: 500px;
  border-radius: 8px;
}

.map-infowindow {
  font-family: inherit;
  font-size: 13px;
  line-height: 1.5;
  max-width: 260px;
}

.map-infowindow strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #111;
}

.map-infowindow p {
  margin: 0;
  color: #444;
}