/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/blocks/location-banner/main.css ***!
  \*****************************************************************************************************************************************************************************************/
/* LOCATION BANNER */

.location-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-banner-content {
  max-width: 1140px;
  min-height: 450px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.location-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5px;
}

.location-tab-container {
  height: -moz-fit-content;
  height: fit-content;
}

.location-tab.dark {
  background-color: #005335;
  border-top: none;
  border-right: 5px solid #00c88a;
  border-bottom: 5px solid #00c88a;
  border-left: none;
  border-radius: 0 0 20px 20px;
  width: 180px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.location-tab.light {
  background-color: #00c88a;
  border-top: none;
  border-right: 5px solid #005335;
  border-bottom: 5px solid #005335;
  border-left: none;
  border-radius: 0 0 20px 20px;
  width: 180px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.location-heading-container {
  background-color: #005335;
  border-bottom: none;
  border-right: 5px solid #00c88a;
  border-top: 5px solid #00c88a;
  border-left: 5px solid #00c88a;
  border-radius: 20px 20px 0px 0px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}

.location-tab h4,
.location-tab p,
.location-banner-heading,
.location-button {
  color: white !important;
  text-align: center;
  margin: 0px !important;
  text-decoration: none !important;
}

.location-button {
  font-size: 20px;
  font-weight: 700;
}

.location-tab h3 {
  font-size: 24px !important;
}

.location-hidden-details {
  height: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    height 0.4s ease,
    max-height 0.6s ease,
    opacity 0.4s ease;
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.location-tab:hover .location-hidden-details {
  height: -moz-fit-content;
  height: fit-content;
  max-height: 150px;
  opacity: 1;
}

.location-tab:hover.dark,
.location-tab:hover.light {
  background-color: #8fd3bd;
}

.location-tab {
  flex: 0 0 180px;
  min-width: 180px;
  max-width: 100%;
  box-sizing: border-box;
  align-self: flex-start;
  overflow: hidden;
  cursor: pointer;
  display: block;
  text-decoration: none !important;
}

@media (max-width: 1000px) {
  .location-tab-container {
    height: 180px;
  }

  .location-tab.dark {
    border-top: 5px solid #00c88a;
    border-right: 5px solid #00c88a;
    border-bottom: 5px solid #00c88a;
    border-left: 5px solid #00c88a;
    border-radius: 20px;
    width: 230px;
    padding: 10px;
    margin: 20px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .location-tab.light {
    background-color: #00c88a;
    border-left: 5px solid #005335;
    border-right: 5px solid #005335;
    border-bottom: 5px solid #005335;
    border-top: 5px solid #005335;
    border-radius: 20px;
    width: 230px;
    margin: 20px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 540px) {
  .location-tabs {
    justify-content: center;
  }

  .location-tab-container {
    height: -moz-fit-content;
    height: fit-content;
  }

  .location-tab:hover .location-hidden-details {
    height: 0;
    max-height: 0px;
    opacity: 0;
  }

  .location-banner-heading {
    font-size: 32px !important;
  }
}

/* EDITOR */

.location-banner-editor-box {
  background-color: rgba(221, 221, 221, 0.85);
  padding: 15px;
  width: -moz-fit-content;
  width: fit-content;
}


/*# sourceMappingURL=index.css.map*/