/**
** Zimmer Info Details
** This file contains the styles for the details for a single room
*/

.room-info-details {
  margin-bottom: var(--gap-l);
  display: flex;
  background-color: #fffefe;
  border-radius: var(--border-radius);
  border: 2px solid var(--ast-global-color-0);
}

.room-info-details > div {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: var(--gap-m) 0 20px 0;
}

.single .room-info-details > div:nth-child(1),
.single .room-info-details > div:nth-child(2),
.single .room-info-details > div:nth-child(3) {
  border-right: 2px solid var(--ast-global-color-0);
}

@media (min-width: 577px) {
  .single .room-info-details > div:nth-child(2) {
    border-right: 2px solid var(--ast-global-color-0);
  }
}

.room-info-details .icon {
  height: 38.4px;
}

.room-info-details div .icon::before {
  content: "";
  display: inline-block;
  --mysize: 32px;
  width: var(--mysize);
  height: var(--mysize);
  background-image: var(--wpr-bg-a41a3903-5e3b-40b2-91b6-848a2b76211a);
  background-repeat: no-repeat;
  background-size: contain;
}

.room-info-details div.room-m2 .icon::before {
  background-image: var(--wpr-bg-ed0b7db8-13a3-465e-a62a-d43611979dca);
}

.room-info-details div.room-bedrooms .icon::before {
  background-image: var(--wpr-bg-d9d4321d-8547-4690-bfda-55132a331a89);
}

.room-info-details div.room-bathrooms .icon::before {
  background-image: var(--wpr-bg-80069909-eef6-487e-b47e-03c4a9b07382);
}
