/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/availability/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.table-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 3em 0 0;
  min-height: 30rem;
}

.table-container table {
  width: 100%;
  margin-top: 2em;
}

.table-container table a,
.table-container table .residence {
  font-weight: 600;
}

.table-container table th {
  flex: 1;
  text-align: left;
  display: none;
  padding-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}

.table-container tr {
  border-bottom: 2px solid #244a2b;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.table-container tr td {
  flex: 1;
  padding: 0.5em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-transform: capitalize;
}

.table-container tr td,
.table-container tr th,
.table-container tr td a {
  font-size: 1.8rem;
  letter-spacing: 0.055em;
  color: #244a2b;
}

.table-container tr td::before {
  content: attr(data-label);
}

.sort {
  cursor: pointer;
}

.sort::after {
  content: ">";
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 0.5em;
  transition: all 0.25s;
}

.sort.rotate::after {
  transform: rotate(270deg);
}

.tour-flex {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.tour-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 0.25em;
}

.tours {
  display: grid;
  gap: 1rem;
  margin-bottom: 3rem;
}

.tours .tour {
  height: 40vh;
  min-height: 300px;
}

.tours .touriframe {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.table-container td::before {
  content: attr(data-label);
}

.table-container th.sort-btn {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.table-container th.sort-btn:is(.price, .bed)::after {
  content: ">";
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 0.5em;
  transition: all 0.25s;
}

.table-container th.sort-btn.asc::after {
  transform: rotate(90deg);
}

.table-container th.sort-btn.desc::after {
  transform: rotate(-90deg);
}

@media only screen and (min-width: 961px) {
  .col-table {
    max-width: 144rem !important;
  }
  .coming-soon-container {
    width: 80%;
  }
  .coming-soon-container h4 {
    font-size: 5.5rem;
  }
  .coming-soon-container h5 {
    font-size: 1.5rem;
  }
  .table-container table th {
    display: block;
  }
  .table-container tr {
    flex-direction: row;
  }
  .table-container tr td {
    padding: 1.25em 0;
    justify-content: center;
  }
  .table-container td::before {
    content: none !important;
  }
  .tours {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 960px) {
  .table-container table tr {
    padding: 1rem 0;
  }
}
.availability-table .legals {
  margin: 1.5rem 0;
  text-align: right;
}

.availability-table .legals p {
  font-size: 1.4rem;
  color: #244a2b;
}

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