.map {
  width: 100%;
  height: 412px;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.cluster-icon {
  background-color: #4338CA;
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  transform: translate(-50%, -50%);
}

.leaflet-control-attribution {
  font-size: 11px;
  color: #555;
}
.leaflet-control-attribution a {
  color: #555 !important;
  text-decoration: underline;
}

.leaflet-fullscreen-icon {
  background-image: url("../images/icon-fullscreen.svg") !important;
}

.map-tooltip {
  font-weight: bold;
  pointer-events: none;
}

.dynamic-entry-content h2 {
  margin-top: 60px;
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: 6px solid #4338CA;
}
.dynamic-entry-content h2 mark {
  font-weight: inherit;
  color: inherit;
}
.dynamic-entry-content {
  /* Override Gutenberg Table Styles */
}
.dynamic-entry-content .wp-block-table table,
.dynamic-entry-content .wp-block-table th,
.dynamic-entry-content .wp-block-table td {
  all: unset;
  display: revert;
}
.dynamic-entry-content .wp-block-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}
.dynamic-entry-content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.dynamic-entry-content .wp-block-table table td, .dynamic-entry-content .wp-block-table table th {
  text-align: left;
  border-bottom: 1px solid #d6d3d1;
  padding: 15px 5px;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}
.dynamic-entry-content .wp-block-table table thead {
  font-weight: 600;
  border-bottom: 4px solid #d6d3d1;
}
.dynamic-entry-content .wp-block-table table th:first-child,
.dynamic-entry-content .wp-block-table table td:first-child {
  border-left: none;
}
.dynamic-entry-content .wp-block-table table th:last-child,
.dynamic-entry-content .wp-block-table table td:last-child {
  border-right: none;
}
.dynamic-entry-content img {
  border-radius: 8px;
}

.wp-block-search {
  background-color: #FFF;
  border-radius: 8px;
  width: 80%;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 0px;
  position: relative;
  margin-top: 20px;
}

.wp-block-search__inside-wrapper {
  border: none;
  border-radius: 8px;
}
.wp-block-search__inside-wrapper input[type=search] {
  border: none;
  font-size: 16px;
}
.wp-block-search__inside-wrapper button[type=submit] {
  position: relative;
  background: #4338CA !important;
  color: #FFF;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  padding-left: 40px;
}
.wp-block-search__inside-wrapper button[type=submit]:before {
  position: absolute;
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iIzAwMDAwMCIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0yMzIuNDksMjE1LjUxLDE4NSwxNjhhOTIuMTIsOTIuMTIsMCwxLDAtMTcsMTdsNDcuNTMsNDcuNTRhMTIsMTIsMCwwLDAsMTctMTdaTTQ0LDExMmE2OCw2OCwwLDEsMSw2OCw2OEE2OC4wNyw2OC4wNywwLDAsMSw0NCwxMTJaIj48L3BhdGg+PC9zdmc+");
  display: block;
  transform: scale(0.6);
  filter: invert(1);
  left: 5px;
  top: 2px;
}
.wp-block-search__inside-wrapper button[type=submit]:hover {
  background-color: #342b99 !important;
  transition: background 0.3s ease;
}

.relevanssi-live-search-results {
  top: 52px !important;
  left: 0px !important;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(30, 30, 30, 0.4);
  border-radius: 0 0 8px 8px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 315px;
  min-height: 175px;
  max-height: 300px;
}

.relevanssi-live-search-result {
  font-size: 14px;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #eceae4;
}
.relevanssi-live-search-result p {
  margin: 0;
}
.relevanssi-live-search-result a {
  text-decoration: none;
}

.relevanssi-live-search-result-status p {
  font-size: 12px;
  padding: 2px 10px;
  color: #595959;
  border-bottom: 1px solid #eceae4;
}

.relevanssi-live-search-result--focused {
  background: #ddd;
}

.relevanssi-live-search-result--focused a {
  color: #000;
}

.relevanssi-live-search-result:last-of-type p {
  border-bottom: 0;
}

.relevanssi-live-search-result a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Bullet proof Screen Reader Only text */
.relevanssi-live-search-instructions {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.rlv-has-spinner {
  width: 56px;
  height: 56px;
  border: 8px solid #0052ec;
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 1em auto;
}

.rlv-has-spinner::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #0052ec;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 33px;
}

@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.forminator-ui {
  display: flex;
  flex-direction: column;
}
.forminator-ui .forminator-field {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}
.forminator-ui .forminator-label,
.forminator-ui .forminator-description {
  color: var(--neutral-secondary);
  width: 50%;
  margin-bottom: 5px;
}
.forminator-ui .forminator-input,
.forminator-ui .forminator-textarea {
  width: 100%;
  border-color: var(--pastel-6);
  background-color: rgba(237, 235, 230, 0.5);
  border-radius: 8px !important;
}
.forminator-ui .forminator-button-submit {
  background-color: var(--primary);
  border-radius: 8px !important;
  color: white;
}
