/* R108_BBB_ROOM_LABELS_PRICE_SAFE_V155_ACTIVE */
#rooms .bbb-v148-capacity {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px !important;
}

#rooms .bbb-v148-capacity > span {
  min-width: 0;
  text-align: center;
  white-space: nowrap;
}

#rooms .bbb-v148-price-row > .bbb-v148-price {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3px 5px;
  font-size: 10px !important;
}

#rooms .bbb-v148-price-row > .bbb-v148-price strong {
  margin-left: 0 !important;
  color: #a9650c !important;
  font-size: clamp(15px, 1.45vw, 19px) !important;
  font-weight: 750 !important;
  line-height: 1.15;
  white-space: nowrap;
}

#rooms .bbb-v148-price-row > .bbb-v148-extra {
  font-size: 10px !important;
  font-weight: 400 !important;
  white-space: nowrap;
}

@media (max-width: 380px) {
  #rooms .bbb-v148-capacity {
    gap: 5px !important;
  }
  #rooms .bbb-v148-capacity > span {
    padding-right: 7px !important;
    padding-left: 7px !important;
    font-size: 9.5px !important;
  }
}