.gmf-map-container { width: 100%; }
.gmf-map-container svg { width: 100%; height: auto; }

.gmf-map-province-available { stroke-opacity: 1 !important; fill: #4D0111 !important; fill-opacity: 0.5 !important; }
.gmf-map-province-available:hover { cursor: pointer; fill: #4D0111 !important; fill-opacity: 1 !important; }
.active, .active:hover { fill: #4D0111 !important; fill-opacity: 1 !important; }
.gmf-map path { fill: #70655e; fill-opacity: 0.5; }

.gmf-form { width: 100%; }

.gmf-tab-container { display: none; }

.gmf-map-info {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.gmf-map-info-slider {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
  overflow: hidden;
}

.gmf-map-info-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.gmf-map-info-images {
  min-width: 100%;
  box-sizing: border-box;
  max-height: 400px;
}


.gmf-map-info-image {
  width: 100%;
  height: 100%;
  max-height: 400px;
  overflow: hidden;
  display: block;
  object-fit: cover;
}

.gmf-map-info-desc {
  display: flex;
  width: 100%;
  column-gap: 0.5rem;
  flex-wrap: wrap;
}

.gmf-map-info-title {
  flex: 0 0 33%;
  padding: 8px;
  box-sizing: border-box;
  text-align: end;
}

.gmf-map-info-content {
  flex: 1;
  border: 1px solid #ccc;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  border-radius: 1rem;
  border-color: #930019;
  width: 100%;
}

@media (max-width: 768px) {
  .gmf-map-info-title,
  .gmf-map-info-content {
      flex: 0 0 100%;
  }

  .gmf-map-info-title {
    text-align: center;
  }
}

.gmf-map-info-content td {
  padding: 12px 8px;
  vertical-align: top;
  min-width: 75px;
}

.gmf-map-info-value {
  color: #930019;
}


.gmf-map-info-control {
  color: #70655E;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 32px;
}

.gmf-map-info-prev {
  width: 30px;
  height: 30px;
  left: 0;
}

.gmf-map-info-next {
  width: 30px;
  height: 30px;
  right: 0;
}

.gmf-map-hover-info {
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  font-style: italic;
  font-size: 25;
}

.gmf-tab-container {
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}

.gmf-tabs {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.gmf-tab-button {
  flex: 1;
  padding: 10px;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s;
  outline: none;
}

.gmf-tab-button:hover {
  background-color: #ddd;
}

.gmf-tab-button.active {
  background-color: #fff;
  border-bottom: 2px solid #4D0111;
  font-weight: bold;
}

.gmf-tab-content {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  border-top: none;
}

.gmf-tab-content.active {
  display: block;
}

.gmf-map-province-section {
  text-align: center;
}