body.single-st_hotel {
  --bsj-hotel-ink: #111827;
  --bsj-hotel-muted: #6b7280;
  --bsj-hotel-soft: #f7f7f5;
  --bsj-hotel-line: #e7e5df;
  --bsj-hotel-gold: #b88746;
  --bsj-hotel-blue: #134b9a;
  --bsj-hotel-blue-hover: #1659b7;
  --bsj-hotel-shadow: 0 24px 70px rgba(17, 24, 39, 0.12);
  color: var(--bsj-hotel-ink);
}

body.single-st_hotel #st-content-wrapper {
  background: transparent !important;
  overflow: visible;
}

body.single-st_hotel .bsj-hotel-top {
  width: 100%;
  margin: 0 !important;
  padding-left: 12% !important;
  padding-right: 12% !important;
  padding-top: clamp(34px, 5vw, 72px);
}

.bsj-hotel-hero-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.bsj-hotel-titleblock {
  min-width: 0;
}

.bsj-hotel-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--bsj-hotel-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bsj-hotel-eyebrow .st-stars {
  display: inline-flex;
  gap: 2px;
}

.bsj-hotel-title {
  max-width: 980px;
  margin: 0;
  color: var(--bsj-hotel-ink);
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 750;
  line-height: 1.02;
  letter-spacing: 0;
}

.bsj-hotel-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
}

.bsj-hotel-meta__item,
.bsj-hotel-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bsj-hotel-ink);
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
}

.bsj-hotel-meta__item:hover,
.bsj-hotel-action:hover {
  color: var(--bsj-hotel-blue);
  text-decoration: none;
}

.bsj-hotel-meta__item strong {
  color: var(--bsj-hotel-ink);
}

.bsj-hotel-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.bsj-hotel-action {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.single-st_hotel .st-hotel-featured-image {
  border-radius: 0 !important;
}

body.single-st_hotel .st-hotel-featured-image .shares,
body.single-st_hotel .st-hotel-featured-image .service-add-wishlist {
  display: none !important;
}

body.single-st_hotel .st-hotel-featured-image .bsj-hero-swiper {
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

body.single-st_hotel .bsj-hero-mosaic .bsj-hero-swiper {
  padding: 0 !important;
}

body.single-st_hotel .bsj-hero-mosaic .bsj-hero-swiper .swiper-slide {
  overflow: hidden;
}

body.single-st_hotel .st-hotel-room-content {
  padding-bottom: 80px;
}

body.single-st_hotel .st-hotel-room-content > .container > .row {
  display: flex;
  align-items: flex-start;
}

.bsj-hotel-main {
  padding-right: 15px;
}

.bsj-hotel-aside {
  position: relative;
}

.bsj-hotel-summary-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 52px rgba(17, 24, 39, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.bsj-hotel-summary-panel__item {
  min-width: 0;
  padding: 24px 26px;
  border-right: 1px solid rgba(17, 24, 39, 0.08);
}

.bsj-hotel-summary-panel__item:last-child {
  border-right: 0;
}

.bsj-hotel-summary-panel__kicker,
body.single-st_hotel .form-book-wrapper .form-group label,
body.single-st_hotel .form-book-wrapper .check-in-wrapper label {
  display: block;
  margin-bottom: 7px;
  color: var(--bsj-hotel-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bsj-hotel-summary-panel strong {
  display: block;
  margin-bottom: 4px;
  color: var(--bsj-hotel-ink);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.bsj-hotel-summary-panel span:last-child {
  color: var(--bsj-hotel-muted);
  font-size: 14px;
  line-height: 1.35;
}

body.single-st_hotel .bsj-single-section {
  padding: clamp(30px, 4vw, 52px) 0;
  border-bottom: 1px solid var(--bsj-hotel-line);
}

body.single-st_hotel .bsj-single-section:first-of-type {
  padding-top: 0;
}

body.single-st_hotel .st-hr {
  display: none;
}

body.single-st_hotel .st-heading-section,
body.single-st_hotel .bsj-single-section--attributes h2,
body.single-st_hotel .bsj-single-section--rooms .st-heading-section,
body.single-st_hotel .bsj-single-section--map .st-heading-section {
  margin: 0 0 22px;
  color: var(--bsj-hotel-ink);
  font-size: clamp(25px, 2.1vw, 34px);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: 0;
}

body.single-st_hotel .st-description {
  max-width: 860px;
  color: #374151;
  font-size: 18px;
  line-height: 1.75;
}

body.single-st_hotel .st-description p:last-child {
  margin-bottom: 0;
}

body.single-st_hotel .facilities .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

body.single-st_hotel .facilities .row > [class*="col-"] {
  width: auto;
  padding: 0;
}

body.single-st_hotel .facilities .item {
  display: flex;
  align-items: center;
  min-height: 62px;
  gap: 13px;
  padding: 16px 18px;
  border: 1px solid rgba(17, 24, 39, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  color: #1f2937;
  font-size: 15px;
  font-weight: 650;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.05);
}

body.single-st_hotel .facilities .item svg,
body.single-st_hotel .facilities .item i {
  flex: 0 0 auto;
  color: var(--bsj-hotel-gold) !important;
}

body.single-st_hotel .st-link.block {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  color: var(--bsj-hotel-ink);
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.single-st_hotel .table.st-properties {
  display: block;
  margin: 0;
  border: 0;
}

body.single-st_hotel .table.st-properties tbody,
body.single-st_hotel .table.st-properties tr {
  display: block;
}

body.single-st_hotel .table.st-properties tr {
  padding: 20px 0;
  border-bottom: 1px solid var(--bsj-hotel-line);
}

body.single-st_hotel .table.st-properties tr:first-child {
  padding-top: 0;
}

body.single-st_hotel .table.st-properties th,
body.single-st_hotel .table.st-properties td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  color: #374151;
  font-size: 16px;
  line-height: 1.6;
}

body.single-st_hotel .table.st-properties th {
  margin-bottom: 6px;
  color: var(--bsj-hotel-ink);
  font-size: 16px;
  font-weight: 800;
}

body.single-st_hotel .st-list-rooms .fetch {
  display: grid;
  gap: 18px;
}

body.single-st_hotel .st-list-rooms .item {
  overflow: hidden;
  margin: 0 !important;
  border: 1px solid rgba(17, 24, 39, 0.1) !important;
  border-radius: 20px !important;
  background: #fff;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
}

body.single-st_hotel .st-list-rooms .item .row {
  margin-left: 0;
  margin-right: 0;
}

body.single-st_hotel .st-list-rooms .item [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

body.single-st_hotel .st-list-rooms .item .image {
  height: 100%;
  min-height: 220px;
}

body.single-st_hotel .st-list-rooms .item .image img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

body.single-st_hotel .st-list-rooms .item .col-md-8 {
  padding: 24px 28px;
}

body.single-st_hotel .st-list-rooms .heading {
  margin: 0 0 14px;
  font-size: 21px;
  font-weight: 760;
  line-height: 1.25;
}

body.single-st_hotel .st-list-rooms .heading a {
  color: var(--bsj-hotel-ink);
}

body.single-st_hotel .st-list-rooms .facilities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.single-st_hotel .st-list-rooms .facilities .item {
  display: inline-flex;
  width: auto;
  min-height: 0;
  padding: 10px 12px !important;
  border-radius: 999px !important;
  box-shadow: none;
  background: var(--bsj-hotel-soft);
  font-size: 13px;
}

body.single-st_hotel .st-list-rooms .price-wrapper {
  margin-bottom: 12px;
  color: var(--bsj-hotel-muted);
  text-align: right;
}

body.single-st_hotel .st-list-rooms .price-wrapper .price {
  display: block;
  color: var(--bsj-hotel-ink);
  font-size: 24px;
  font-weight: 850;
}

body.single-st_hotel .bsj-single-section--rooms {
  padding: 34px 0 38px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--bsj-hotel-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.single-st_hotel .bsj-single-section--rooms .st-heading-section {
  margin-bottom: 18px !important;
}

body.single-st_hotel .st-list-rooms .fetch {
  gap: 14px;
}

body.single-st_hotel .st-list-rooms .bsj-room-card {
  overflow: hidden !important;
  border: 1px solid rgba(17, 40, 74, 0.10) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07) !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

@media (hover: hover) {
  body.single-st_hotel .st-list-rooms .bsj-room-card:hover {
    border-color: rgba(19, 75, 154, 0.22) !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.10) !important;
    transform: translateY(-1px);
  }
}

body.single-st_hotel .st-list-rooms .bsj-room-card .form-booking-inpage {
  margin: 0;
}

body.single-st_hotel .bsj-room-card__layout {
  display: grid;
  grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
  min-height: 188px;
}

body.single-st_hotel .bsj-room-card__media {
  display: block;
  min-height: 188px;
  overflow: hidden;
  background: #eef3f8;
}

body.single-st_hotel .bsj-room-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 188px;
  object-fit: cover;
  transition: transform 0.22s ease;
}

@media (hover: hover) {
  body.single-st_hotel .bsj-room-card:hover .bsj-room-card__media img {
    transform: scale(1.025);
  }
}

body.single-st_hotel .bsj-room-card__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-width: 0;
  padding: 22px 24px;
}

body.single-st_hotel .bsj-room-card__copy {
  min-width: 0;
}

body.single-st_hotel .bsj-room-card__eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--bsj-hotel-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.single-st_hotel .st-list-rooms .bsj-room-card .heading {
  margin: 0;
  font-size: 21px;
  font-weight: 760;
  line-height: 1.25;
}

body.single-st_hotel .st-list-rooms .bsj-room-card .heading a {
  color: var(--bsj-hotel-ink);
  text-decoration: none;
}

body.single-st_hotel .st-list-rooms .bsj-room-card .heading a:hover {
  color: var(--bsj-hotel-blue);
}

body.single-st_hotel .bsj-room-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

body.single-st_hotel .bsj-room-card__spec {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(17, 40, 74, 0.08);
  border-radius: 999px;
  background: #f7faff;
  color: #425466;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

body.single-st_hotel .bsj-room-card__spec svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  color: var(--bsj-hotel-blue);
}

body.single-st_hotel .bsj-room-card__action {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  min-width: 160px;
}

body.single-st_hotel .st-list-rooms .bsj-room-card .price-wrapper {
  margin: 0;
  text-align: right;
}

body.single-st_hotel .st-list-rooms .bsj-room-card .price-wrapper .price {
  font-size: 24px;
}

body.single-st_hotel .st-list-rooms .bsj-room-card .price-wrapper .unit {
  color: var(--bsj-hotel-muted);
  font-size: 12px;
  font-weight: 700;
}

body.single-st_hotel .st-list-rooms .bsj-room-card .btn {
  min-width: 132px;
  min-height: 44px;
  padding: 0 18px;
  font-size: 13px;
  box-shadow: 0 12px 24px rgba(19, 75, 154, 0.18);
}

body.single-st_hotel .st-list-rooms .btn,
body.single-st_hotel .form-book-wrapper .btn,
body.single-st_hotel .hotel-target-book-mobile .btn {
  min-height: 48px;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--bsj-hotel-blue) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(19, 75, 154, 0.22);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
}

body.single-st_hotel .st-list-rooms .btn:hover,
body.single-st_hotel .form-book-wrapper .btn:hover,
body.single-st_hotel .hotel-target-book-mobile .btn:hover {
  transform: translateY(-1px);
  background: var(--bsj-hotel-blue-hover) !important;
  box-shadow: 0 18px 34px rgba(19, 75, 154, 0.28);
}

body.single-st_hotel .bsj-booking-card {
  overflow: visible !important;
  border: 1px solid rgba(17, 40, 74, 0.08) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.10) !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.single-st_hotel .widgets .form-book-wrapper.relative.bsj-booking-card {
  background: #fff !important;
  padding-bottom: 0 !important;
}

body.single-st_hotel .fixed-on-mobile {
  top: 110px !important;
}

body.single-st_hotel .widgets .form-book-wrapper.bsj-booking-card .form-head,
body.single-st_hotel .form-book-wrapper .form-head {
  display: flex !important;
  align-items: baseline !important;
  min-height: 66px !important;
  padding: 14px 20px !important;
  border-bottom: 1px solid var(--bsj-hotel-line);
  background: #fff !important;
  color: var(--bsj-hotel-muted) !important;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}

body.single-st_hotel .widgets .form-book-wrapper.bsj-booking-card .form-head .price,
body.single-st_hotel .widgets .form-book-wrapper.bsj-booking-card .form-head .price *,
body.single-st_hotel .form-book-wrapper .form-head .price {
  color: var(--bsj-hotel-ink) !important;
  font-size: 30px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

body.single-st_hotel .widgets .form-book-wrapper.bsj-booking-card .form-head .unit,
body.single-st_hotel .form-book-wrapper .form-head .unit {
  color: var(--bsj-hotel-muted) !important;
  font-size: 14px !important;
  font-weight: 650 !important;
}

body.single-st_hotel .form-book-wrapper .bsj-hotel-booking-body {
  overflow: visible !important;
  padding: 12px 20px 18px !important;
  background: #fff !important;
}

body.single-st_hotel .form-book-wrapper .form-group {
  overflow: visible !important;
  margin-bottom: 9px !important;
  border: 1px solid #dfe5ef !important;
  border-radius: 13px !important;
  background: #fff;
}

body.single-st_hotel .form-book-wrapper .field-guest {
  overflow: visible !important;
  position: relative;
  z-index: 20;
}

body.single-st_hotel .form-book-wrapper .field-guest .dropdown-menu {
  left: auto !important;
  right: 0 !important;
  width: min(100%, 310px) !important;
  min-width: 280px !important;
  margin-top: 8px !important;
  padding: 6px !important;
  border: 1px solid rgba(17, 40, 74, 0.10) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14) !important;
  z-index: 1000;
}

body.single-st_hotel .form-book-wrapper .form-group.submit-group,
body.single-st_hotel .form-book-wrapper .message-wrapper {
  overflow: visible;
  border: 0;
  background: transparent;
}

body.single-st_hotel .form-book-wrapper .date-wrapper,
body.single-st_hotel .form-book-wrapper .guest-wrapper {
  padding: 0 !important;
}

body.single-st_hotel .form-book-wrapper .render {
  color: var(--bsj-hotel-ink);
  font-size: 15px !important;
  font-weight: 750;
}

body.single-st_hotel .widgets .form-date-field .st-item-date {
  padding: 11px 14px 10px !important;
}

body.single-st_hotel .widgets .field-guest {
  padding: 11px 14px 10px !important;
}

body.single-st_hotel .widgets .form-date-field label,
body.single-st_hotel .widgets .field-guest #dropdown-advance > label,
body.single-st_hotel .widgets .dropdown-menu .item > label {
  margin-bottom: 5px !important;
  font-size: 11px !important;
}

body.single-st_hotel .widgets .form-date-field .render,
body.single-st_hotel .widgets .field-guest .render {
  font-size: 15px !important;
  line-height: 1.2 !important;
}

body.single-st_hotel .widgets .field-guest .arrow {
  right: 16px !important;
  font-size: 17px !important;
}

body.single-st_hotel .widgets .field-guest .dropdown-menu .item {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 7px 8px !important;
  border: 0 !important;
  border-radius: 12px;
}

body.single-st_hotel .widgets .field-guest .dropdown-menu .item + .item,
body.single-st_hotel .widgets .field-guest .dropdown-menu .form-guest-search .item + .item {
  border-top: 1px solid rgba(17, 40, 74, 0.06) !important;
}

body.single-st_hotel .widgets .field-guest .dropdown-menu .item:hover {
  background: #f7faff;
}

body.single-st_hotel .widgets .field-guest .dropdown-menu .item > label {
  margin: 0 !important;
  color: #6f7d8f !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

body.single-st_hotel .widgets .field-guest .dropdown-menu .form-guest-search {
  margin: 0;
}

body.single-st_hotel .widgets .field-guest .dropdown-menu .select-wrapper {
  width: auto !important;
}

body.single-st_hotel .widgets .field-guest .st-number-wrapper {
  display: inline-grid;
  grid-template-columns: 26px 30px 26px;
  align-items: center;
  gap: 3px;
}

body.single-st_hotel .widgets .field-guest .st-number-wrapper input {
  order: 2;
  width: 30px !important;
  color: var(--bsj-hotel-ink) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  text-align: center;
}

body.single-st_hotel .widgets .field-guest .st-number-wrapper span,
body.single-st_hotel .widgets .field-guest .st-number-wrapper button,
body.single-st_hotel .widgets .field-guest .st-number-wrapper .btn,
body.single-st_hotel .widgets .field-guest .st-number-wrapper i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.single-st_hotel .widgets .field-guest .st-number-wrapper .prev,
body.single-st_hotel .widgets .field-guest .st-number-wrapper .next,
body.single-st_hotel .widgets .field-guest .st-number-wrapper .minus,
body.single-st_hotel .widgets .field-guest .st-number-wrapper .plus {
  width: 26px !important;
  height: 26px !important;
  border: 1px solid rgba(17, 40, 74, 0.14) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--bsj-hotel-blue) !important;
}

body.single-st_hotel .widgets .field-guest .st-number-wrapper .prev {
  order: 1;
}

body.single-st_hotel .widgets .field-guest .st-number-wrapper .next {
  order: 3;
}

body.single-st_hotel .widgets .field-guest .st-number-wrapper .prev svg,
body.single-st_hotel .widgets .field-guest .st-number-wrapper .next svg {
  width: 12px !important;
  height: 12px !important;
}

body.single-st_hotel .widgets .field-guest .st-number-wrapper .prev svg g,
body.single-st_hotel .widgets .field-guest .st-number-wrapper .next svg g {
  stroke: currentColor !important;
}

body.single-st_hotel .owner-info.widget-box,
body.single-st_hotel .widgets .widget-box {
  margin-top: 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.06);
}

body.single-st_hotel .owner-info .heading {
  color: var(--bsj-hotel-ink);
  font-weight: 780;
}

body.single-st_hotel .bsj-single-section--map .st-map,
body.single-st_hotel .bsj-single-section--map .st-map-box,
body.single-st_hotel .bsj-single-section--map .google-map,
body.single-st_hotel .bsj-single-section--map .google-map-mapbox {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.1);
}

body.single-st_hotel #st-inline-map {
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

body.single-st_hotel #st-inline-map .c-grey {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bsj-hotel-muted);
  font-size: 14px;
  font-weight: 650;
}

body.single-st_hotel .hotel-target-book-mobile {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.12);
}

@media (max-width: 1199px) {
  body.single-st_hotel .st-hotel-room-content > .container > .row {
    display: block;
  }

  .bsj-hotel-main {
    padding-right: 15px;
  }

  .bsj-hotel-aside {
    margin-top: 36px;
  }

  body.single-st_hotel .fixed-on-mobile {
    top: 0 !important;
  }
}

@media (max-width: 991px) {
  body.single-st_hotel .bsj-hotel-top.container,
  body.single-st_hotel #st-content-wrapper .st-hotel-room-content > .container {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .bsj-hotel-hero-head {
    display: block;
  }

  .bsj-hotel-title {
    font-size: 36px;
  }

  .bsj-hotel-actions {
    margin-top: 20px;
  }

  body.single-st_hotel .st-hotel-featured-image {
    border-radius: 0 !important;
  }

  body.single-st_hotel .st-hotel-featured-image .bsj-hero-swiper {
    border-radius: 0;
    box-shadow: none;
  }

  .bsj-hotel-summary-panel {
    grid-template-columns: 1fr;
  }

  .bsj-hotel-summary-panel__item {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  }

  .bsj-hotel-summary-panel__item:last-child {
    border-bottom: 0;
  }

  body.single-st_hotel .facilities .row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.single-st_hotel .bsj-hotel-top {
    padding-top: 26px;
  }

  .bsj-hotel-title {
    font-size: 31px;
    line-height: 1.08;
  }

  .bsj-hotel-meta {
    display: grid;
  }

  .bsj-hotel-actions {
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .bsj-hotel-action {
    white-space: nowrap;
  }

  body.single-st_hotel .st-description {
    font-size: 16px;
    line-height: 1.65;
  }

  body.single-st_hotel .st-heading-section,
  body.single-st_hotel .bsj-single-section--attributes h2,
  body.single-st_hotel .bsj-single-section--rooms .st-heading-section,
  body.single-st_hotel .bsj-single-section--map .st-heading-section {
    font-size: 25px;
  }

  body.single-st_hotel .st-list-rooms .item .image,
  body.single-st_hotel .st-list-rooms .item .image img {
    min-height: 260px;
  }

  body.single-st_hotel .st-list-rooms .item .col-md-8 {
    padding: 22px;
  }

  body.single-st_hotel .st-list-rooms .price-wrapper {
    margin-top: 18px;
    text-align: left;
  }

  body.single-st_hotel .bsj-room-card__layout {
    grid-template-columns: 1fr;
  }

  body.single-st_hotel .bsj-room-card__media,
  body.single-st_hotel .bsj-room-card__media img {
    min-height: 230px;
  }

  body.single-st_hotel .bsj-room-card__body {
    display: block;
    padding: 18px;
  }

  body.single-st_hotel .bsj-room-card__action {
    align-items: flex-start;
    margin-top: 18px;
  }

  body.single-st_hotel .st-list-rooms .bsj-room-card .price-wrapper {
    text-align: left;
  }

  body.single-st_hotel .form-book-wrapper .form-head,
  body.single-st_hotel .form-book-wrapper .bsj-hotel-booking-body {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
