.hotel_site__navbar_wrapper {
  position: sticky;
  top: -1px;
  border-bottom: solid 1px #e1e1e1;
  border-top: solid 1px #e1e1e1;
  z-index: 16;
  background: #ffffff;
}

@media only screen and (max-width: 991px) {
  .hotel_site__navbar_wrapper {
    top: 55px;
  }
}

.hotel_site__navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  overflow-x: unset;
}

.hotel_site__navbar_list {
  height: 4em;
  display: flex;
  align-content: center;
  gap: 5px;
  flex-wrap: nowrap;
  text-align: center;
}

.hotel_site__navbar_item {
  height: 100%;
}

.hotel_site__navbar_item:hover {
  border-bottom: 1px solid black;
}

.hotel_site__navbar_item > a {
  display: flex;
  align-items: center;
  color: #000000 !important;
  font-size: 15px;
  font-weight: 500;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .hotel_site__navbar_contact_button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    border-top: 1px solid #ffffff;
    height: 3.5em;
  }
}

.hotel_site__section {
  margin-bottom: 2em;
}

@media only screen and (max-width: 991px) {
  .hotel_site__section {
    margin-bottom: 1em;
  }
}

.hotel_site__section_anchor {
  position: relative;
  top: -5em;
  width: 0;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .hotel_site__section_anchor {
    top: -8em;
  }
}

.hotel_site__header_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.hotel_site__header {
  margin: 15px 0;
}

.hotel_site__text {
  word-break: break-word;
}

.hotel_site__text h6 {
  font-weight: 600;
}

.hotel_site__text a {
  color: #f8ac00;
  font-weight: 600;
}

.hotel_site__text_wrapper {
  position: relative;
}

#hotel-description {
  white-space: break-spaces;
}

#hotel-description.collapse {
  transition: height 1s;
  transition-timing-function: ease;
}

#hotel-description.collapse:not(.show)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 8em;
  background: linear-gradient(rgba(255, 255, 255, 0) 0px, rgb(255, 255, 255) 100%);
}

#hotel-description.collapse:not(.show) {
  display: block;
  height: 20em;
  overflow: hidden;
}

#hotel-description.collapsing {
  height: 3rem;
}

.hotel_site__collapse_button {
  display: block;
  font-size: 18px;
  text-align: center;
}

.hotel_site__collapse_button.collapsed::after {
  content: 'Pokaż więcej';
}

.hotel_site__collapse_button:not(.collapsed) {
  position: sticky;
  padding: 1em;
  background: #ffffff;
  background: linear-gradient(rgba(255, 255, 255, 0) -10em, rgb(255, 255, 255) 100%);
  z-index: 10;
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  .hotel_site__collapse_button:not(.collapsed)  {
    bottom: 50px;
  }
}

.hotel_site__collapse_button:not(.collapsed)::after {
  content: 'Pokaż mniej';
  background: white;
  padding: 6px 6px;
}

.hotel_site__gallery__image {
  height: 30em;
  object-fit: contain;
}

@media only screen and (max-width: 991px) {
  .hotel_site__gallery__image {
    height: 20em;
  }
}

@media only screen and (max-width: 767px) {
  .hotel_site__gallery__image {
    height: 15em;
  }
}

.hotel_site__gallery__preview {
  position: absolute;
  top: 0;
  z-index: 8;
}

.hotel_site__attributes {
  font-size: 1em;
}

.hotel_site__attribute {
    font-size: 1em;
    font-weight: 600;
    margin: 4px 2px;
    color: #f8ac00 !important;
    background: #FFFFFF !important;
    border: 1px solid #f8ac00 !important;
}

.hotel_site__offers {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin: 1em 0;
}

.hotel_site__offers h5 {
    margin: 0;
}

.hotel_site__offer_price {
  color: #789520;
  font-size: 25px;
  font-weight: 900;
}

.hotel_site__offer_price > span {
  font-size: 20px;
}


.hotel_site__offer_image {
  object-fit: cover;
  opacity: 0.3;
}

.hotel_site__offer_image_text {
  font-weight: 900;
  font-size: 2em;
  text-align: center;
  color: #f8ac00;
}

.hotel_site__hotel_name {
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
}

#hotel_site__map {
  height: 400px;
  width: 100%;
}

#hotel_site__map_placeholder {
  filter: blur(1px);
}

.hotel_site__similar_hotel_button_wrapper {
  height: 3em;
}

.hotel_site__similar_hotel_button {
  position: absolute;
  bottom: 1em;
  right: 1em;
}

#hotel_site__offer_chooser > .modal-dialog {
  --bs-modal-width: 95% !important;
}

.hotel_site__offer_chooser_dropdown > button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotel_site__navlink,
.hotel_site__navlink:hover{
  color: #000000;
}

.hotel_site__navlink.active {
  background: #f8ac00 !important;
  color: #FFFFFF;
  font-weight: 600;
}

#hotel_site__offer_details__nav > .nav-item > .nav-link.active {
  font-weight: 600 !important;
}

.hotel_site__modal_footer_button {
  background-color: #f8ac00;
  color: #ffffff;
  padding: 15px;
  font-weight: 900;
  text-align: center;
  justify-content: center !important;
}

.hotel_site__main_offer_status {
  min-height: 28em;
}

.hotel_site__offer_chooser_check {
  display: none;
}
