/* ! Contact */
.c-contact-title {
  font-size: var(--font-size-section-title);
  text-align: center;
  font-weight: bold;
}

/* Map */
.c-map {
  width: 100%;
  height: 350px;
  border-radius: var(--border-radius);
}

.c-map-text {
  width: 100% !important;
}

.c-map-title {
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold !important;
}

.c-map-dir {
  width: 100%;
  font-size: 1rem;
  text-align: start;
}

/* Contact */
.c-contact-icon {
  font-size: 1.3rem;
  color: var(--primary-text);
}

.c-contact-subtitle {
  font-size: var(--font-size-small-subtitle);
  font-weight: bold;
  color: var(--primary-text);
  height: 21.2px;
}

/* Form */
.c-check {
  border: var(--secondary-color) solid 2px;
}

.c-contact-text {
  font-size: var(--font-size-small-text);
  color: var(--primary-text);
  color: var(--secondary-text);
}

.c-btn-send {
  background-color: var(--primary-color);
  color: var(--alternative-text);
  font-weight: bold;
  opacity: 1 !important;
}

.c-btn-send:hover,
.c-btn-send:active {
  background-color: var(--primary-color) !important;
  color: var(--alternative-text) !important;
  filter: brightness(80%) !important;
}

.c-btn-send:active {
  transform: translateY(2px) !important;
}

@media (max-width: 767px) {
  .leaflet-popup-content-wrapper {
    width: 230px;
  }
}
