/* SeaShell Motel overrides — coastal booking UI */
:root {
  --ssm-teal: #0b5c63;
  --ssm-teal-dark: #074247;
  --ssm-sand: #f6f3ec;
  --ssm-ink: #1a2e33;
}

/* Ensure scraped/missing plugin assets never trap the preloader */
body.loaded .preloader,
.preloader.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  display: none !important;
}

/* Mobile hamburger is a <button> — reset browser defaults */
button.menu-btn,
button.menu-btn-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 10px;
  line-height: 0;
  cursor: pointer;
}

body.ssm-nav-open {
  overflow: hidden;
}

.side-bar.header-eight {
  background: #fff;
}

.side-bar.header-eight .mobile-menu-main nav ul li.has-droupdown::after {
  color: var(--ssm-ink, #1a2e33);
}

.side-bar.header-eight .mobile-menu-main nav ul li a.main,
.side-bar.header-eight .mobile-menu-main nav ul li a {
  color: var(--ssm-ink, #1a2e33);
}

.ssm-booking-strip {
  margin-top: -70px;
  position: relative;
  z-index: 5;
  padding-bottom: 40px;
}

.ssm-booking-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(10, 40, 45, 0.14);
  padding: 18px;
}

.ssm-booking-card--solo {
  max-width: 520px;
  margin: 28px auto 0;
}

.ssm-booking-form {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr auto;
  gap: 14px;
  align-items: end;
}

.ssm-booking-form--stack {
  grid-template-columns: 1fr;
}

.ssm-field label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--ssm-ink);
}

.ssm-field input,
.ssm-field select,
.ssm-form-card .form-control {
  width: 100%;
  border: 1px solid #d7e2e1;
  border-radius: 8px;
  padding: 12px 14px;
  background: #fff;
  color: var(--ssm-ink);
}

.ssm-dates {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.ssm-dates input {
  min-width: 0;
  flex: 1 1 0;
}

.ssm-search-btn {
  background: var(--ssm-teal);
  color: #fff !important;
  border: 0;
  border-radius: 10px;
  padding: 14px 22px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s ease;
}

.ssm-search-btn:hover {
  background: var(--ssm-teal-dark);
  color: #fff !important;
}

.ssm-search-btn--sm {
  padding: 10px 16px;
  font-size: 14px;
}

/* Auth pages: no breadcrumb/hero banner */
.ssm-auth-page {
  padding-top: 140px;
}

.ssm-auth-eyebrow {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #1b7f8e;
  margin-bottom: 6px;
}

.ssm-auth-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #0e3a4d;
  margin: 0;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .ssm-auth-page {
    padding-top: 160px;
  }
}

/* Shared breadcrumb banner for all pages except Attractions */
.ssm-book-hero {
  padding: 100px 0;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(7, 38, 45, 0.78), rgba(7, 38, 45, 0.42)),
    url("../images/seashell/gallery-04.jpg") center 48% / cover;
}

.ssm-book-hero--compact {
  padding: 88px 0;
}

.ssm-book-hero .eyebrow {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
  color: #a9d6db;
  font-weight: 700;
  margin-bottom: 0;
}

.ssm-book-hero h1 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  margin: 6px 0 8px;
  color: #fff;
  line-height: 1.15;
}

.ssm-book-hero .lead {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.45;
}

.ssm-book-hero .ssm-room-meta {
  margin-top: 10px;
  margin-bottom: 0;
}

.ssm-book-hero .ssm-room-meta li {
  color: rgba(255, 255, 255, 0.92);
}

.ssm-book-hero .ssm-room-meta li i {
  color: #a9d6db;
}

.ssm-book-hero .change-dates,
.ssm-book-hero .ssm-search-btn {
  margin-top: 12px;
}

.change-dates {
  display: inline-block;
  margin-top: 10px;
  color: #a9d6db;
  font-weight: 600;
}

.ssm-book-hero .change-dates {
  color: #fff;
}

.ssm-book-hero .change-dates:hover {
  color: #a9d6db;
}

/* Section spacing: equal top/bottom, slightly tighter after the banner */
.seashell-main > .rts-section-gap {
  padding-top: 100px;
  padding-bottom: 100px;
}

.seashell-main > .ssm-book-hero + .rts-section-gap {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .seashell-main > .rts-section-gap,
  .seashell-main > .ssm-book-hero + .rts-section-gap {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/* Equal-size room cards (home featured rooms + Rooms & Suites page) */
.package-wrapper {
  height: 100%;
}

.package-wrapper .image-area {
  height: 100%;
}

.package-wrapper .image-area img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .package-wrapper .image-area img {
    height: 340px;
  }
}

/* Room description overlays the photo — keep it readable and short */
.package-wrapper .content > p:not(.price) {
  color: rgba(255, 255, 255, 0.88);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}

.ssm-room-card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid #e5eceb;
  border-radius: 14px;
  overflow: hidden;
  min-height: 260px;
  height: 100%;
}

.ssm-room-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 260px;
}

.ssm-room-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
}

.ssm-room-body ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 18px;
}

.ssm-room-body li {
  margin-bottom: 6px;
  color: #51666b;
}

.ssm-room-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ssm-room-foot span {
  font-weight: 400;
  color: #6b7f84;
  font-size: 0.9em;
}

.ssm-form-card,
.ssm-summary-card {
  background: #fff;
  border: 1px solid #e5eceb;
  border-radius: 14px;
  padding: 28px;
}

.ssm-summary-card {
  background: var(--ssm-sand);
}

.admin-nav {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  padding: 14px 24px;
  background: var(--ssm-teal);
}

.admin-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.seashell-app {
  background: #f4f7f7;
}

.seashell-app .seashell-main {
  padding: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.admin-content,
.auth-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.auth-card {
  max-width: 460px;
  margin: 80px auto;
}

.auth-card form {
  display: grid;
  gap: 12px;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 12px;
  border-bottom: 1px solid #e6eeee;
  text-align: left;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.stat {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  border: 1px solid #e5eceb;
}

.stat strong {
  display: block;
  font-size: 1.6rem;
  color: var(--ssm-teal);
}

.ssm-user-nav {
  background: #f4f8f8;
  border-bottom: 1px solid #dde7e6;
  padding: 14px 0;
}

.ssm-user-nav__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.ssm-user-nav a {
  text-decoration: none;
  color: #1a2e33;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 8px;
}

.ssm-user-nav a.is-active,
.ssm-user-nav a:hover {
  background: #0b5c63;
  color: #fff;
}

.ssm-user-nav__logout {
  margin-left: auto;
}

.ssm-link-btn {
  background: transparent;
  border: 0;
  color: #0b5c63;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 10px;
}

/* Hero slides use real photos — darken for text legibility */
.ssm-hero-shade {
  position: relative;
}

.rts-banner-area-three .swiper-pagination-fraction {
  display: none !important;
}
.rts-banner-area-three .rts-hero-banner {
  height: 520px;
  padding: 0;
  display: flex;
  align-items: center;
}

.rts-banner-area-three .rts-hero-banner .custom-container {
  width: 100%;
}

@media (max-width: 991px) {
  .rts-banner-area-three .rts-hero-banner {
    height: 440px;
  }
}

@media (max-width: 767px) {
  .rts-banner-area-three .rts-hero-banner {
    height: 400px;
  }
}

/* Hero headline sizing (template default is 100px). One line on large
   desktops, two balanced lines on laptop/tablet. */
.rts-banner-area-three .content-inner .section-title {
  font-size: clamp(20px, 2.9vw, 50px);
  line-height: 1.15;
  letter-spacing: -0.3px;
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 1919px) {
  .rts-banner-area-three .content-inner .section-title {
    white-space: normal;
    font-size: clamp(30px, 3.3vw, 46px);
    max-width: 28ch;
    text-wrap: balance;
  }
}

.rts-banner-area-three .col-xl-7 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

@media (max-width: 767px) {
  .rts-banner-area-three .content-inner .section-title {
    white-space: normal;
    font-size: clamp(22px, 6vw, 32px);
  }
}

.ssm-hero-shade::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 32, 38, 0.66) 0%, rgba(8, 32, 38, 0.35) 55%, rgba(8, 32, 38, 0.12) 100%);
  z-index: 1;
}

.ssm-hero-shade .custom-container {
  position: relative;
  z-index: 2;
}

/* Amenity highlight cards */
.ssm-amenity-card {
  background: #fff;
  border: 1px solid #e5eceb;
  border-radius: 14px;
  padding: 26px 22px;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ssm-amenity-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(10, 40, 45, 0.1);
}

.ssm-amenity-card i {
  font-size: 28px;
  color: var(--ssm-teal);
  margin-bottom: 14px;
  display: block;
}

.ssm-amenity-card h5 {
  margin-bottom: 8px;
  color: var(--ssm-ink);
}

.ssm-amenity-card p {
  margin: 0;
  color: #51666b;
  font-size: 0.95em;
}

/* Home gallery preview grid */
.ssm-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 14px;
}

.ssm-gallery-item {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.ssm-gallery-item--wide {
  grid-column: span 2;
  grid-row: span 2;
}

.ssm-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.ssm-gallery-item:hover img {
  transform: scale(1.05);
}

/* Location card with map */
.ssm-location-card {
  background: #fff;
  border: 1px solid #e5eceb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(10, 40, 45, 0.08);
}

.ssm-location-info {
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ssm-location-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 24px;
}

.ssm-location-list li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
  color: #51666b;
}

.ssm-location-list li i {
  color: var(--ssm-teal);
  min-width: 18px;
}

.ssm-location-list a {
  color: var(--ssm-ink);
  text-decoration: none;
  font-weight: 500;
}

.ssm-location-list a:hover {
  color: var(--ssm-teal);
}

.ssm-map-embed {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
}

.ssm-search-btn--ghost {
  background: transparent;
  border: 1px solid var(--ssm-teal);
  color: var(--ssm-teal) !important;
}

.ssm-search-btn--ghost:hover {
  background: var(--ssm-teal);
  color: #fff !important;
}

/* Gallery page masonry */
.ssm-masonry {
  columns: 3 320px;
  column-gap: 16px;
}

.ssm-masonry-item {
  break-inside: avoid;
  margin: 0 0 16px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: #eef2f2;
}

.ssm-masonry-item img {
  width: 100%;
  display: block;
}

.ssm-masonry-item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 14px 12px;
  color: #fff;
  font-size: 0.85em;
  background: linear-gradient(180deg, rgba(8, 32, 38, 0) 0%, rgba(8, 32, 38, 0.72) 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.ssm-masonry-item:hover figcaption {
  opacity: 1;
}

/* Nearby attractions */
.ssm-attractions-hero {
  padding: 150px 0 85px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(7, 38, 45, 0.78), rgba(7, 38, 45, 0.42)),
    url("../images/attractions/assateague-beach.jpg") center 48% / cover;
}

.ssm-attractions-hero .eyebrow,
.ssm-attraction-detail-hero .eyebrow {
  color: #a9d6db;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.ssm-attractions-hero h1,
.ssm-attraction-detail-hero h1 {
  color: #fff;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  margin: 8px 0 15px;
}

.ssm-attractions-hero .lead,
.ssm-attraction-detail-hero .lead {
  color: rgba(255, 255, 255, 0.88);
  max-width: 720px;
  margin: 0 auto;
}

.ssm-attractions-intro {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: end;
  max-width: 1100px;
}

.ssm-attractions-intro > p {
  color: #51666b;
  font-size: 1.05rem;
}

.ssm-attraction-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e3ebea;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(10, 40, 45, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ssm-attraction-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(10, 40, 45, 0.12);
}

.ssm-attraction-card__media {
  position: relative;
  display: block;
  height: 255px;
  overflow: hidden;
}

.ssm-attraction-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ssm-attraction-card:hover .ssm-attraction-card__media img {
  transform: scale(1.045);
}

.ssm-attraction-card__media span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 12px;
  color: #fff;
  border-radius: 999px;
  background: rgba(7, 38, 45, 0.88);
  font-size: 0.78rem;
  font-weight: 600;
}

.ssm-attraction-card__body {
  padding: 24px;
}

.ssm-attraction-card__body .eyebrow {
  color: var(--ssm-teal);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}

.ssm-attraction-card__body h3 {
  font-size: 1.45rem;
  margin-bottom: 10px;
}

.ssm-attraction-card__body h3 a {
  color: var(--ssm-ink);
  text-decoration: none;
}

.ssm-attraction-card__body > p {
  color: #617579;
}

.ssm-attraction-card__link {
  color: var(--ssm-teal);
  font-weight: 700;
  text-decoration: none;
}

.ssm-attractions-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 46px;
  color: #fff;
  border-radius: 18px;
  background: linear-gradient(120deg, var(--ssm-teal-dark), var(--ssm-teal));
}

.ssm-attractions-cta h2 {
  color: #fff;
  margin: 4px 0 8px;
}

.ssm-attractions-cta p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.ssm-attractions-cta .ssm-search-btn {
  flex: 0 0 auto;
  color: var(--ssm-teal) !important;
  background: #fff;
}

.ssm-attraction-detail-hero {
  min-height: 590px;
  padding: 190px 0 95px;
  display: flex;
  align-items: end;
  background-position: center;
  background-size: cover;
}

.ssm-attraction-detail-hero .lead {
  margin: 0;
}

.ssm-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 45px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.ssm-attraction-copy {
  max-width: 790px;
}

.ssm-attraction-lead {
  color: #425b60;
  font-size: 1.15rem;
  line-height: 1.8;
}

.ssm-attraction-feature-image {
  width: 100%;
  height: 460px;
  object-fit: cover;
  margin: 30px 0 38px;
  border-radius: 16px;
}

.ssm-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 20px 0 35px;
}

.ssm-highlight-grid div {
  padding: 16px;
  border-radius: 10px;
  background: #f2f7f7;
  color: var(--ssm-ink);
}

.ssm-highlight-grid i {
  margin-right: 8px;
  color: var(--ssm-teal);
}

.ssm-local-tip {
  display: flex;
  gap: 18px;
  padding: 25px;
  border-left: 4px solid var(--ssm-teal);
  border-radius: 0 12px 12px 0;
  background: var(--ssm-sand);
}

.ssm-local-tip > i {
  color: var(--ssm-teal);
  font-size: 1.7rem;
}

.ssm-local-tip h4 {
  margin-bottom: 5px;
}

.ssm-local-tip p {
  margin: 0;
}

.ssm-visit-card {
  position: sticky;
  top: 115px;
  padding: 28px;
  border: 1px solid #e3ebea;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(10, 40, 45, 0.08);
}

.ssm-visit-card ul {
  list-style: none;
  padding: 0;
  margin: 22px 0;
}

.ssm-visit-card li {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #e8eeee;
}

.ssm-visit-card li i {
  width: 20px;
  color: var(--ssm-teal);
}

.ssm-visit-card li span {
  color: var(--ssm-ink);
  font-weight: 600;
}

.ssm-visit-card li small {
  display: block;
  color: #75888c;
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ssm-photo-credit {
  margin-top: 12px;
  color: #7a8d91;
  font-size: 0.75rem;
  text-align: center;
}

.ssm-attraction-card--compact .ssm-attraction-card__media {
  height: 190px;
}

.ssm-attraction-card--compact .ssm-attraction-card__body {
  padding: 18px 20px;
}

.ssm-attraction-card--compact .ssm-attraction-card__body h3 {
  margin-bottom: 3px;
}

.ssm-attraction-card--compact .ssm-attraction-card__body p {
  margin: 0;
}

@media (max-width: 991px) {
  .ssm-attractions-intro {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .ssm-attractions-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px;
  }
  .ssm-attraction-detail-hero {
    min-height: 500px;
    padding: 145px 0 65px;
  }
  .ssm-attraction-feature-image {
    height: 340px;
  }
  .ssm-visit-card {
    position: static;
  }
  .ssm-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px;
  }
  .ssm-location-info {
    padding: 26px;
  }
  .ssm-map-embed {
    min-height: 300px;
  }
  .ssm-booking-form {
    grid-template-columns: 1fr;
  }
  .ssm-booking-strip {
    margin-top: -30px;
  }
  .ssm-room-card {
    grid-template-columns: 1fr;
  }
  .ssm-user-nav__logout {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .ssm-book-hero,
  .ssm-book-hero--compact {
    padding: 80px 0;
  }
  .seashell-main > .rts-section-gap,
  .seashell-main > .ssm-book-hero + .rts-section-gap {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .ssm-attractions-hero {
    padding: 120px 0 60px;
  }
  .ssm-attraction-card__media {
    height: 220px;
  }
  .ssm-highlight-grid {
    grid-template-columns: 1fr;
  }
  .ssm-attraction-feature-image {
    height: 250px;
  }
}

/* ---------- Room detail page ---------- */
.ssm-room-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}

.ssm-room-meta li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #0e3a4d;
}

.ssm-room-meta li i {
  color: #1b7f8e;
}

.ssm-room-gallery-main {
  border-radius: 14px;
  overflow: hidden;
}

.ssm-room-gallery-main img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.ssm-room-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.ssm-room-gallery-thumbs button {
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  background: none;
  cursor: pointer;
}

.ssm-room-gallery-thumbs button.is-active {
  border-color: #1b7f8e;
}

.ssm-room-gallery-thumbs button img {
  width: 100%;
  height: 72px;
  object-fit: cover;
  display: block;
}

.ssm-room-detail > .container {
  overflow-x: clip;
}

.ssm-room-top__gallery .ssm-room-copy-block {
  margin-top: 36px;
  max-width: none;
  min-width: 0;
}

.ssm-room-copy-block {
  margin-top: 48px;
  max-width: 860px;
  min-width: 0;
}

.ssm-room-top__gallery .ssm-availability {
  margin-top: 40px;
}

.ssm-room-copy p {
  margin-bottom: 18px;
  line-height: 1.75;
  overflow-wrap: break-word;
}

.ssm-room-subheading {
  margin: 26px 0 16px;
  font-weight: 700;
  color: #0e3a4d;
}

.ssm-amenity-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ssm-amenity-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  min-width: 0;
  overflow-wrap: break-word;
}

.ssm-amenity-list li i {
  color: #1b7f8e;
  flex-shrink: 0;
  margin-top: 3px;
}

.ssm-room-top {
  --bs-gutter-x: 1.5rem;
}

.ssm-room-top__gallery,
.ssm-room-top__rates {
  min-width: 0;
}

@media (min-width: 992px) {
  .ssm-room-top__gallery {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .ssm-room-top__rates {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.ssm-rate-panel {
  background: #f6fafa;
  border: 1px solid #e2eded;
  border-radius: 14px;
  padding: 16px;
  position: static;
  max-height: none;
  overflow: hidden;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}

/* Narrow 30% column: stack dates so inputs never overflow */
.ssm-rate-panel .ssm-dates {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 6px;
  width: 100%;
}

.ssm-rate-panel .ssm-dates input {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 10px 8px;
  font-size: 13px;
}

.ssm-rate-panel .ssm-dates span {
  flex-shrink: 0;
  color: #6b8085;
  font-size: 13px;
  line-height: 1;
}

.ssm-rate-panel .ssm-field input,
.ssm-rate-panel .ssm-field select {
  max-width: 100%;
  box-sizing: border-box;
}

.ssm-rate-panel .ssm-search-btn {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  white-space: normal;
  text-align: center;
}

.ssm-availability {
  margin-top: 56px;
  min-width: 0;
}

.ssm-rate-search {
  display: grid;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e2eded;
  margin-bottom: 18px;
  min-width: 0;
}

.ssm-rate-panel-hint {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #6b8085;
}

.ssm-rate-card {
  background: #fff;
  border: 1px solid #e2eded;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 14px;
  min-width: 0;
  overflow: hidden;
}

.ssm-rate-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.ssm-rate-card-head h6 {
  margin: 0;
  font-weight: 700;
  color: #0e3a4d;
  min-width: 0;
  flex: 1 1 auto;
  line-height: 1.3;
  word-break: break-word;
}

.ssm-rate-promo-badge {
  background: #fdeecd;
  color: #8a5b00;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 20px;
  white-space: normal;
  line-height: 1.25;
  text-align: center;
  max-width: 100%;
}

.ssm-rate-desc {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.ssm-rate-prices .before {
  display: block;
  font-size: 12px;
  color: #7b8a8a;
  overflow-wrap: anywhere;
}

.ssm-rate-prices .current {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #1b7f8e;
  line-height: 1.2;
  margin: 2px 0 8px;
}

.ssm-rate-prices .current small {
  font-size: 13px;
  font-weight: 500;
  color: #55696c;
}

.ssm-rate-promo {
  font-size: 12px;
  margin-bottom: 6px;
  overflow-wrap: anywhere;
}

.ssm-rate-note {
  font-size: 12px;
  color: #7b8a8a;
  margin-bottom: 12px;
  overflow-wrap: anywhere;
}

.ssm-rate-book {
  display: block;
  width: 100%;
  text-align: center;
  background: #0e3a4d;
  color: #fff;
  font-weight: 600;
  border: 0;
  border-radius: 8px;
  padding: 10px 14px;
  white-space: normal;
  cursor: pointer;
  text-decoration: none;
}

.ssm-rate-book:hover {
  background: #1b7f8e;
  color: #fff;
}

/* When the rates column is very narrow, stack dates fully */
@media (max-width: 1199px) {
  .ssm-rate-panel .ssm-dates {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ssm-rate-panel .ssm-dates span {
    display: none;
  }
}

@media (max-width: 991px) {
  .ssm-room-gallery-main img {
    height: 320px;
  }
}

@media (max-width: 575px) {
  .ssm-room-gallery-main img {
    height: 240px;
  }
  .ssm-amenity-list {
    grid-template-columns: 1fr;
  }
}

/* ---------- Room availability calendar ---------- */
.ssm-availability__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.ssm-availability__lead {
  margin: 0;
  color: #5b7075;
  max-width: 560px;
}

.ssm-availability__legend {
  display: flex;
  gap: 16px;
  font-size: 13px;
  font-weight: 600;
  color: #0e3a4d;
}

.ssm-availability__legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ssm-availability__legend i {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  display: inline-block;
}

.ssm-availability__legend .is-available i {
  background: #1b7f8e;
}

.ssm-availability__legend .is-unavailable i {
  background: #cfd8da;
}

.hotel-availability-calendar {
  border: 1px solid #dce7e8;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  max-width: 100%;
  min-width: 0;
}

.hotel-availability-calendar-container,
.hotel-availability-calendar .table-window {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.hotel-availability-calendar table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 100%;
  width: max-content;
}

.hotel-availability-calendar th,
.hotel-availability-calendar td {
  border-right: 1px solid #e8f0f1;
  border-bottom: 1px solid #e8f0f1;
  vertical-align: middle;
}

.hotel-availability-calendar .room-name {
  position: sticky;
  left: 0;
  z-index: 3;
  min-width: 180px;
  max-width: 220px;
  background: #f6fafa;
  text-align: left;
  padding: 12px 16px;
  font-weight: 700;
  color: #0e3a4d;
}

.hotel-availability-calendar thead .room-name {
  z-index: 4;
  background: #eef6f6;
}

.hotel-availability-calendar .room-name-inner-wrapper {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hotel-availability-calendar .month-header {
  background: #0e3a4d;
  color: #fff;
  text-align: center;
  padding: 10px 8px;
  font-weight: 700;
}

.hotel-availability-calendar .month-header .month {
  margin-right: 6px;
}

.hotel-availability-calendar .date-header {
  background: #f6fafa;
  min-width: 52px;
  padding: 8px 4px;
  text-align: center;
}

.hotel-availability-calendar .date-header .day {
  font-size: 15px;
  font-weight: 700;
  color: #0e3a4d;
  line-height: 1.1;
}

.hotel-availability-calendar .date-header .day-of-week {
  font-size: 11px;
  color: #6b8085;
  text-transform: uppercase;
}

.hotel-availability-calendar .date-header.saturday,
.hotel-availability-calendar .date-header.sunday {
  background: #eef4f5;
}

.hotel-availability-calendar .availability-cell {
  padding: 0;
  min-width: 58px;
  height: 64px;
  text-align: center;
}

.hotel-availability-calendar .availability-cell-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  width: 100%;
  height: 100%;
  min-height: 64px;
  padding: 6px 4px;
  text-decoration: none;
  line-height: 1.1;
}

.hotel-availability-calendar .avail-count {
  font-size: 16px;
  font-weight: 700;
}

.hotel-availability-calendar .avail-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.9;
}

.hotel-availability-calendar .availability-cell.available {
  background: #1b7f8e;
}

.hotel-availability-calendar .availability-cell.available .availability-cell-content {
  cursor: pointer;
  color: #fff;
}

.hotel-availability-calendar .availability-cell.available:hover {
  background: #156875;
}

.hotel-availability-calendar .availability-cell.not-available {
  background: #d7e0e2;
}

.hotel-availability-calendar .availability-cell.not-available .availability-cell-content {
  cursor: default;
  pointer-events: none;
  color: #6b7c80;
}

@media (max-width: 767px) {
  .hotel-availability-calendar .room-name {
    min-width: 120px;
    max-width: 140px;
    padding: 10px 12px;
    font-size: 13px;
  }
  .hotel-availability-calendar .date-header,
  .hotel-availability-calendar .availability-cell {
    min-width: 44px;
  }
}

/* ---------- Booking cart ---------- */
.ssm-nav-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eef6f6;
  color: #0e3a4d;
  margin: 0;
  text-decoration: none;
  flex-shrink: 0;
  z-index: 2;
}

.ssm-nav-cart:hover {
  background: #1b7f8e;
  color: #fff;
}

.ssm-nav-cart i {
  font-size: 18px;
}

.ssm-nav-cart__count {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #c45c26;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

/* Header: logo left, nav right toward CTAs, CTAs fixed right */
.header-style-two .header-style-one-wrapper {
  gap: 16px;
  min-width: 0;
  width: 100%;
}

.header-style-two .header-style-one-wrapper .left-area {
  flex: 1 1 0;
  flex-basis: 0;
  min-width: 0;
  gap: 12px;
  overflow: hidden;
  justify-content: flex-start !important;
}

.header-style-two .header-style-one-wrapper .logo-area {
  flex-shrink: 0;
}

.header-style-two .main-nav-area {
  margin-left: auto !important;
  margin-right: 0;
  min-width: 0;
  flex: 0 1 auto;
  display: flex;
  justify-content: flex-end;
}

.header-style-two .main-nav-area ul.rts-desktop-menu {
  justify-content: flex-end;
}

.header-style-two .main-nav-area ul.rts-desktop-menu .menu-item .rts-dropdown-main-element {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
}

.header-style-two .header-style-one-wrapper .button-area-start,
.header-style-two .button-area-start {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  flex-basis: auto !important;
  gap: 8px;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.header-style-two .button-area-start .rts-btn {
  white-space: nowrap;
  flex-shrink: 0;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13px;
}

@media (max-width: 1399px) {
  .header-style-two .main-nav-area ul.rts-desktop-menu .menu-item .rts-dropdown-main-element {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .header-style-two .main-nav-area ul.rts-desktop-menu .menu-item .rts-dropdown-main-element {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px;
  }
}
[x-cloak] { display: none !important; }

.ssm-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1.5px solid #0e3a4d;
  border-radius: 8px;
  color: #0e3a4d;
  font-weight: 600;
  background: transparent;
  text-decoration: none;
}

.ssm-outline-btn:hover {
  background: #eef6f6;
  color: #0e3a4d;
}

.ssm-cart-section-title {
  margin: 8px 0 18px;
  font-weight: 700;
  color: #0e3a4d;
}

.ssm-cart-room-heading h3 {
  margin: 0 0 4px;
  color: #0e3a4d;
}

.ssm-cart-room-heading p {
  margin: 0 0 18px;
  color: #5b7075;
}

.ssm-extras-list {
  display: grid;
  gap: 16px;
}

.ssm-extra-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  border: 1px solid #e2eded;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.ssm-extra-card__media img {
  width: 100%;
  height: 100%;
  min-height: 140px;
  object-fit: cover;
  display: block;
}

.ssm-extra-card__body {
  padding: 16px 16px 16px 0;
}

.ssm-extra-card__body h5 {
  margin: 0 0 8px;
  color: #0e3a4d;
  font-weight: 700;
}

.ssm-extra-card__body p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
  color: #51666b;
}

.ssm-extra-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.ssm-extra-card__foot .price {
  font-size: 14px;
  color: #0e3a4d;
}

.ssm-cart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ssm-cart-summary {
  background: #f6fafa;
  border: 1px solid #e2eded;
  border-radius: 14px;
  padding: 24px;
  position: sticky;
  top: 110px;
}

.ssm-cart-summary h4 {
  margin: 0 0 20px;
  color: #0e3a4d;
  font-weight: 700;
  font-size: 1.15rem;
}

.ssm-cart-summary-room {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e2eded;
}

.ssm-cart-summary-room:last-of-type {
  margin-bottom: 8px;
}

.ssm-cart-summary-room__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.ssm-cart-summary-room p {
  margin: 2px 0 0;
  font-size: 14px;
  color: #5b7075;
}

.ssm-cart-summary-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
  padding: 6px 0;
}

.ssm-cart-summary-line--extra {
  color: #5b7075;
  padding-left: 4px;
}

.ssm-cart-summary-line--tax {
  color: #5b7075;
  font-size: 13px;
  padding: 4px 0 4px 12px;
}

.ssm-cart-summary-line--total {
  font-size: 18px;
  font-weight: 700;
  color: #0e3a4d;
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid #e2eded;
}

.ssm-cart-summary-line--deposit {
  padding-top: 2px;
  color: #0e3a4d;
  font-weight: 600;
}

.ssm-cart-summary-totals {
  margin-top: 4px;
}

.ssm-tax-block {
  padding: 4px 0 2px;
}

.ssm-tax-breakdown {
  margin: 2px 0 8px;
  padding: 8px 0 4px;
  border-top: 1px dashed #d7e3e4;
}

.ssm-remove-btn {
  border: 0;
  background: none;
  color: #a33;
  font-size: 13px;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
}

.ssm-tax-toggle {
  border: 0;
  background: none;
  padding: 0;
  color: #0e3a4d;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}

.ssm-tax-toggle span {
  color: #1b7f8e;
  font-weight: 500;
  margin-left: 6px;
}

.ssm-link-btn {
  border: 0;
  background: none;
  color: #a33;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .ssm-extra-card {
    grid-template-columns: 1fr;
  }
  .ssm-extra-card__media img {
    height: 180px;
  }
  .ssm-extra-card__body {
    padding: 0 16px 16px;
  }
  .ssm-cart-summary {
    position: static;
  }
}

/* ---------- Professional booking flow ---------- */
.ssm-booking-steps {
  margin: 0 auto 22px;
  max-width: 920px;
}

.ssm-booking-steps ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 4px;
}

.ssm-booking-steps li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  flex: 1 1 120px;
  max-width: 170px;
}

.ssm-booking-steps li.is-done {
  background: rgba(169, 214, 219, 0.22);
  color: #e8f6f7;
}

.ssm-booking-steps li.is-current {
  background: #fff;
  color: #0e3a4d;
}

.ssm-booking-steps__num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.18);
  flex-shrink: 0;
}

.ssm-booking-steps li.is-current .ssm-booking-steps__num {
  background: #1b7f8e;
  color: #fff;
}

.ssm-booking-steps li.is-done .ssm-booking-steps__num {
  background: #a9d6db;
  color: #0e3a4d;
}

.ssm-booking-steps__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.15;
}

.ssm-booking-steps__copy strong {
  font-size: 13px;
  font-weight: 700;
}

.ssm-booking-steps__copy small {
  font-size: 11px;
  opacity: 0.8;
}

.ssm-book-policy-inline {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

.ssm-book-policy-inline li {
  position: relative;
}

.ssm-empty-results {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
  padding: 28px 20px;
}

.ssm-empty-results h2 {
  color: #0e3a4d;
  margin-bottom: 8px;
}

.ssm-soldout-block {
  border-top: 1px solid #d7e3e4;
  padding-top: 24px;
  color: #5b7075;
}

.ssm-soldout-block h3 {
  font-size: 1.1rem;
  color: #0e3a4d;
  margin-bottom: 10px;
}

.ssm-soldout-block ul {
  margin: 0;
  padding-left: 18px;
}

.ssm-room-media {
  position: relative;
}

.ssm-room-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #c45c26;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 6px;
}

.ssm-cart-summary-meta {
  margin: 2px 0 0 !important;
  font-size: 13px;
  color: #5b7075;
}

.ssm-pay-note {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #5b7075;
}

.ssm-form-card__title {
  font-size: 1.15rem;
  color: #0e3a4d;
  margin: 0 0 16px;
}

.ssm-policy-box {
  background: #f4fafb;
  border: 1px solid #d7e3e4;
  border-radius: 10px;
  padding: 16px 18px;
}

.ssm-policy-box h3 {
  font-size: 1rem;
  color: #0e3a4d;
  margin: 0 0 8px;
}

.ssm-policy-box ul {
  margin: 0 0 14px;
  padding-left: 18px;
  color: #5b7075;
  font-size: 14px;
}

.ssm-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  color: #0e3a4d;
  cursor: pointer;
}

.ssm-check input {
  margin-top: 3px;
}

.ssm-pay-options {
  display: grid;
  gap: 12px;
}

.ssm-pay-option {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid #d7e3e4;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ssm-pay-option.is-selected {
  border-color: #0f6b72;
  box-shadow: 0 0 0 1px #0f6b72;
  background: #f4fafb;
}

.ssm-pay-option input {
  margin-top: 4px;
}

.ssm-pay-option strong {
  display: block;
  color: #0e3a4d;
  font-size: 15px;
}

.ssm-pay-option small {
  display: block;
  color: #5b7075;
  margin-top: 4px;
  line-height: 1.4;
}

.ssm-stripe-box {
  border: 1px solid #d7e3e4;
  border-radius: 12px;
  padding: 16px;
  background: #fff;
}

.ssm-card-element {
  border: 1px solid #d7e3e4;
  border-radius: 10px;
  padding: 12px 14px;
  background: #fff;
}

.ssm-stripe-hint {
  font-size: 13px;
  color: #5b7075;
}

.ssm-stripe-hint code {
  font-size: 12px;
  background: #f4fafb;
  padding: 1px 6px;
  border-radius: 4px;
}

.ssm-stripe-error {
  color: #b42318;
  font-size: 14px;
  margin: 12px 0 0;
}

[x-cloak] {
  display: none !important;
}


.ssm-confirm-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 28px;
  align-items: start;
  max-width: 960px;
  margin: 0 auto;
}

.ssm-confirm-card {
  background: #fff;
  border: 1px solid #d7e3e4;
  border-radius: 14px;
  padding: 28px;
}

.ssm-confirm-card__banner {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.ssm-confirm-card__banner i {
  font-size: 28px;
  color: #1b7f8e;
  margin-top: 2px;
}

.ssm-confirm-card__banner h2 {
  margin: 0 0 4px;
  color: #0e3a4d;
  font-size: 1.35rem;
}

.ssm-confirm-card__banner p {
  margin: 0;
  color: #5b7075;
}

.ssm-confirm-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin-bottom: 22px;
}

.ssm-confirm-grid .label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #5b7075;
  margin-bottom: 2px;
}

.ssm-confirm-grid strong {
  color: #0e3a4d;
}

.ssm-confirm-subtitle {
  font-size: 1rem;
  color: #0e3a4d;
  margin: 0 0 10px;
}

.ssm-confirm-room {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid #e7efef;
}

.ssm-confirm-room p {
  margin: 4px 0 0;
  color: #5b7075;
  font-size: 14px;
}

.ssm-confirm-room .muted,
.ssm-confirm-aside .muted {
  color: #7a8d91;
  font-size: 13px;
}

.ssm-confirm-room--extra {
  padding: 6px 0 6px 12px;
  border-top: 0;
  color: #5b7075;
  font-size: 14px;
}

.ssm-confirm-totals {
  margin-top: 12px;
  border-top: 1px solid #d7e3e4;
  padding-top: 12px;
}

.ssm-confirm-totals > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 0;
  color: #5b7075;
}

.ssm-confirm-totals .is-total {
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px solid #d7e3e4;
  color: #0e3a4d;
  font-weight: 700;
  font-size: 1.05rem;
}

.ssm-confirm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.ssm-confirm-account {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 12px;
  border: 1px solid #c5dde0;
  background: #f0f8f9;
}

.ssm-confirm-account h3 {
  margin: 0 0 8px;
  color: #0e3a4d;
  font-size: 1.05rem;
}

.ssm-confirm-account p {
  margin: 0 0 14px;
  color: #5b7075;
  font-size: 14px;
  line-height: 1.5;
}

.ssm-confirm-account__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ssm-confirm-aside {
  background: #f4fafb;
  border: 1px solid #d7e3e4;
  border-radius: 14px;
  padding: 22px;
}

.ssm-confirm-aside h3 {
  margin: 0 0 10px;
  color: #0e3a4d;
  font-size: 1.05rem;
}

.ssm-confirm-aside p {
  color: #5b7075;
  font-size: 14px;
}

@media (max-width: 899px) {
  .ssm-confirm-layout {
    grid-template-columns: 1fr;
  }

  .ssm-booking-steps li {
    max-width: none;
    flex: 1 1 calc(50% - 8px);
  }
}

@media (max-width: 575px) {
  .ssm-confirm-grid {
    grid-template-columns: 1fr;
  }

  .ssm-booking-steps__copy small {
    display: none;
  }
}

@media print {
  .header-style-two,
  .rts-footer-area,
  .side-bar,
  .ssm-booking-steps,
  .ssm-confirm-actions,
  .ssm-confirm-aside {
    display: none !important;
  }

  .ssm-confirm-layout {
    display: block;
  }

  .ssm-book-hero {
    background: none !important;
    color: #000 !important;
    padding: 20px 0 !important;
  }
}


