/*
Theme Name: Hotel City Heart Nahan
Theme URI: https://cityheartnahan.in/
Author: OrreryHIM
Author URI: https://orreryhim.com/
Description: A polished WordPress theme for Hotel City Heart, Nahan with editable rooms, tariffs, offers, gallery, amenities, restaurant, attractions, booking enquiry, SEO schema, editable bank details, and contact sections.
Version: 1.12.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: city-heart-hotel
Tags: hotel, booking, responsive, custom-logo, custom-menu, one-column
*/

:root {
  --chh-bg: #fbf7ef;
  --chh-surface: #ffffff;
  --chh-surface-soft: #fff9ed;
  --chh-ink: #1d1b18;
  --chh-muted: #6d665c;
  --chh-line: rgba(29, 27, 24, 0.12);
  --chh-brand: #8d3d19;
  --chh-brand-dark: #5d260e;
  --chh-brand-light: #f4d2ab;
  --chh-gold: #c78a2f;
  --chh-green: #396848;
  --chh-shadow: 0 18px 55px rgba(65, 38, 21, 0.12);
  --chh-radius: 24px;
  --chh-radius-sm: 14px;
  --chh-max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--chh-bg);
  color: var(--chh-ink);
  line-height: 1.65;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--chh-brand); }
button, input, select, textarea { font: inherit; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.chh-container { width: min(var(--chh-max), calc(100% - 36px)); margin: 0 auto; }
.chh-section { padding: 92px 0; }
.chh-section--soft { background: linear-gradient(180deg, #fff9ed 0%, #fbf7ef 100%); }
.chh-section--dark { background: #1d1712; color: #fff; }
.chh-eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(141, 61, 25, 0.10);
  color: var(--chh-brand-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.chh-section--dark .chh-eyebrow { background: rgba(244, 210, 171, 0.12); color: var(--chh-brand-light); }
.chh-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.chh-lead { max-width: 720px; color: var(--chh-muted); font-size: 1.1rem; margin: 18px 0 0; }
.chh-section--dark .chh-lead { color: rgba(255,255,255,0.72); }
.chh-grid { display: grid; gap: 26px; }
.chh-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.chh-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.chh-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.chh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--chh-brand);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 12px 25px rgba(141, 61, 25, 0.24);
}
.chh-btn:hover { color: #fff; background: var(--chh-brand-dark); transform: translateY(-2px); }
.chh-btn--light { background: #fff; color: var(--chh-brand-dark); box-shadow: none; border-color: rgba(255,255,255,0.2); }
.chh-btn--light:hover { color: var(--chh-brand-dark); background: var(--chh-brand-light); }
.chh-btn--outline { background: transparent; color: var(--chh-brand-dark); border-color: rgba(141,61,25,0.28); box-shadow: none; }
.chh-btn--outline:hover { color: #fff; background: var(--chh-brand); }

.chh-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 247, 239, 0.92);
  border-bottom: 1px solid var(--chh-line);
  backdrop-filter: blur(16px);
}
.admin-bar .chh-site-header { top: 32px; }
.chh-header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.chh-branding { display: flex; align-items: center; gap: 12px; min-width: 230px; }
.chh-logo-mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--chh-brand), var(--chh-gold));
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(141,61,25,0.22);
}
.chh-brand-name { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; font-weight: 800; line-height: 1.1; }
.chh-brand-tagline { display: block; color: var(--chh-muted); font-size: 0.78rem; margin-top: 2px; }
.custom-logo { max-height: 54px; width: auto; }
.chh-nav { display: flex; align-items: center; gap: 4px; }
.chh-nav ul { list-style: none; display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; }
.chh-nav a { display: block; padding: 10px 12px; border-radius: 999px; color: #332c24; font-weight: 700; font-size: 0.94rem; }
.chh-nav a:hover { background: rgba(141,61,25,0.08); color: var(--chh-brand-dark); }
.chh-header-actions { display: flex; align-items: center; gap: 10px; }
.chh-menu-toggle { display: none; border: 0; background: #fff; border-radius: 999px; padding: 10px 13px; color: var(--chh-ink); box-shadow: 0 8px 22px rgba(65,38,21,0.10); }

.chh-hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 72px;
}
.chh-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 58vw;
  height: 58vw;
  min-width: 620px;
  min-height: 620px;
  transform: translate(20%, -28%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,210,171,0.76), rgba(244,210,171,0) 68%);
  pointer-events: none;
}
.chh-hero-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr); gap: 44px; align-items: center; }
.chh-hero h1 {
  margin: 0;
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6vw, 5.7rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}
.chh-hero-copy { color: var(--chh-muted); font-size: clamp(1.05rem, 2vw, 1.28rem); max-width: 620px; margin: 24px 0 0; }
.chh-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.chh-hero-meta { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 34px; max-width: 630px; }
.chh-meta-card {
  padding: 18px;
  border-radius: var(--chh-radius-sm);
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(141,61,25,0.10);
  box-shadow: 0 14px 35px rgba(65,38,21,0.07);
}
.chh-meta-card strong { display: block; font-size: 1.12rem; line-height: 1.2; }
.chh-meta-card span { display: block; color: var(--chh-muted); font-size: 0.92rem; margin-top: 4px; }
.chh-hero-visual { position: relative; }
.chh-hero-card {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border-radius: 34px;
  background: #21180f;
  box-shadow: 0 24px 70px rgba(65,38,21,0.23);
}
.chh-hero-card img { width: 100%; height: 560px; object-fit: cover; opacity: 0.82; }
.chh-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.76) 100%);
}
.chh-hero-badge {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 14px 45px rgba(0,0,0,0.18);
}
.chh-hero-badge strong { display: block; font-size: 1.25rem; }
.chh-hero-badge span { color: var(--chh-muted); display: block; margin-top: 3px; }

.chh-card {
  border: 1px solid var(--chh-line);
  border-radius: var(--chh-radius);
  background: var(--chh-surface);
  box-shadow: var(--chh-shadow);
  overflow: hidden;
}
.chh-card-pad { padding: 28px; }
.chh-about-media { display: grid; grid-template-columns: 1fr 0.78fr; gap: 16px; align-items: stretch; }
.chh-about-media img { width: 100%; height: 100%; object-fit: cover; border-radius: 22px; min-height: 360px; }
.chh-about-media .chh-stacked { display: grid; gap: 16px; }
.chh-about-media .chh-stacked img { min-height: 172px; }
.chh-tick-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.chh-tick-list li { display: flex; gap: 12px; color: #3b342d; }
.chh-tick-list li::before { content: "✓"; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; background: rgba(57,104,72,0.12); color: var(--chh-green); font-weight: 900; }

.chh-rooms-head { display: flex; align-items: end; justify-content: space-between; gap: 26px; margin-bottom: 34px; }
.chh-room-card { display: grid; grid-template-columns: 320px minmax(0,1fr); gap: 0; min-height: 100%; }
.chh-room-image { position: relative; min-height: 100%; background: #eee; }
.chh-room-image img { width: 100%; height: 100%; object-fit: cover; min-height: 360px; }
.chh-price-pill {
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  font-weight: 900;
  box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}
.chh-room-body { padding: 26px; }
.chh-room-title { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; line-height: 1.15; }
.chh-room-nos { margin-top: 6px; color: var(--chh-muted); font-weight: 700; }
.chh-room-desc { color: var(--chh-muted); margin: 16px 0 20px; }
.chh-price-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 15px; font-size: 0.95rem; }
.chh-price-table th, .chh-price-table td { padding: 12px 10px; text-align: left; border-bottom: 1px solid var(--chh-line); }
.chh-price-table th { background: var(--chh-surface-soft); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.06em; }
.chh-price-table tr:last-child td { border-bottom: 0; }
.chh-room-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.chh-room-actions .chh-btn { min-height: 42px; padding: 10px 16px; font-size: 0.92rem; }

.chh-notes { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-top: 28px; }
.chh-note { padding: 18px; border: 1px solid var(--chh-line); border-radius: 18px; background: rgba(255,255,255,0.72); }
.chh-note strong { display: block; margin-bottom: 5px; }
.chh-note span { color: var(--chh-muted); font-size: 0.92rem; }

.chh-feature-card { padding: 26px; border-radius: var(--chh-radius); background: var(--chh-surface); border: 1px solid var(--chh-line); box-shadow: 0 12px 38px rgba(65,38,21,0.08); }
.chh-feature-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; background: rgba(141,61,25,0.10); color: var(--chh-brand-dark); font-size: 1.6rem; margin-bottom: 18px; }
.chh-feature-card h3 { margin: 0 0 10px; font-size: 1.18rem; }
.chh-feature-card p { margin: 0; color: var(--chh-muted); }

.chh-dining-grid { align-items: center; }
.chh-dining-photo { border-radius: 30px; overflow: hidden; box-shadow: 0 24px 70px rgba(0,0,0,0.22); }
.chh-dining-photo img { width: 100%; height: 560px; object-fit: cover; }
.chh-dark-card { border: 1px solid rgba(255,255,255,0.12); border-radius: var(--chh-radius); padding: 28px; background: rgba(255,255,255,0.06); }
.chh-dark-card + .chh-dark-card { margin-top: 14px; }
.chh-dark-card h3 { margin: 0 0 8px; }
.chh-dark-card p { margin: 0; color: rgba(255,255,255,0.72); }

.chh-gallery { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; margin-top: 34px; }
.chh-gallery figure { margin: 0; position: relative; overflow: hidden; border-radius: 22px; min-height: 260px; background: #ddd; }
.chh-gallery img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; transition: transform 0.35s ease; }
.chh-gallery figcaption { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 10px 12px; border-radius: 15px; background: rgba(255,255,255,0.9); font-weight: 800; }
.chh-gallery figure:hover img { transform: scale(1.05); }

.chh-contact-wrap { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 30px; align-items: start; }
.chh-contact-card { padding: 28px; }
.chh-info-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 18px; }
.chh-info-list li { padding: 18px; border-radius: 18px; background: var(--chh-surface-soft); border: 1px solid rgba(141,61,25,0.10); }
.chh-info-list strong { display: block; margin-bottom: 4px; }
.chh-info-list span, .chh-info-list a { color: var(--chh-muted); }
.chh-contact-form { display: grid; gap: 14px; }
.chh-form-row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.chh-field label { display: block; font-weight: 800; margin-bottom: 7px; }
.chh-field input, .chh-field select, .chh-field textarea {
  width: 100%;
  border: 1px solid rgba(29,27,24,0.16);
  border-radius: 14px;
  background: #fff;
  padding: 13px 14px;
  outline: none;
}
.chh-field input:focus, .chh-field select:focus, .chh-field textarea:focus { border-color: var(--chh-brand); box-shadow: 0 0 0 4px rgba(141,61,25,0.10); }
.chh-field textarea { min-height: 132px; resize: vertical; }
.chh-form-message { padding: 14px 16px; border-radius: 14px; background: rgba(57,104,72,0.12); color: var(--chh-green); font-weight: 800; margin-bottom: 16px; }
.chh-map { margin-top: 18px; overflow: hidden; border-radius: 20px; border: 1px solid var(--chh-line); background: #eee; }
.chh-map iframe { width: 100%; min-height: 300px; border: 0; display: block; }
.chh-bank { margin-top: 20px; padding: 18px; border-radius: 18px; background: #fff8e6; border: 1px dashed rgba(199,138,47,0.5); }
.chh-bank strong { display: block; }
.chh-bank span { color: var(--chh-muted); }
.chh-bank dl { margin: 12px 0 0; display: grid; gap: 8px; }
.chh-bank dl div { display: grid; grid-template-columns: 150px 1fr; gap: 10px; padding: 8px 0; border-top: 1px solid rgba(199,138,47,0.25); }
.chh-bank dt { color: var(--chh-muted); font-weight: 700; }
.chh-bank dd { margin: 0; color: var(--chh-ink); font-weight: 800; word-break: break-word; }
.chh-bank p { margin: 12px 0 0; color: var(--chh-muted); font-size: 0.95rem; }
@media (max-width: 640px) { .chh-bank dl div { grid-template-columns: 1fr; gap: 2px; } }

.chh-footer { padding: 48px 0 28px; background: #120f0d; color: #fff; }
.chh-footer-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr; gap: 28px; }
.chh-footer h3, .chh-footer h4 { margin: 0 0 12px; }
.chh-footer p, .chh-footer a { color: rgba(255,255,255,0.68); }
.chh-footer a:hover { color: #fff; }
.chh-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.chh-footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 26px; margin-top: 28px; border-top: 1px solid rgba(255,255,255,0.10); color: rgba(255,255,255,0.58); font-size: 0.92rem; }

.chh-page { padding: 76px 0; }
.chh-page .entry-content { background: #fff; border: 1px solid var(--chh-line); border-radius: var(--chh-radius); padding: 32px; box-shadow: var(--chh-shadow); }
.chh-post-title { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 5vw, 4rem); line-height: 1.05; margin: 0 0 22px; }

@media (max-width: 980px) {
  .admin-bar .chh-site-header { top: 0; }
  .chh-hero-inner, .chh-grid--2, .chh-contact-wrap { grid-template-columns: 1fr; }
  .chh-grid--3, .chh-grid--4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .chh-header-actions .chh-btn { display: none; }
  .chh-menu-toggle { display: inline-flex; }
  .chh-nav {
    position: fixed;
    left: 18px;
    right: 18px;
    top: 84px;
    display: none;
    padding: 14px;
    border: 1px solid var(--chh-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(65,38,21,0.18);
  }
  .chh-nav.is-open { display: block; }
  .chh-nav ul { display: grid; gap: 2px; }
  .chh-nav a { padding: 13px 14px; }
  .chh-rooms-head { display: block; }
  .chh-room-card { grid-template-columns: 1fr; }
  .chh-room-image img { min-height: 280px; }
  .chh-notes, .chh-gallery { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .chh-dining-photo img { height: 420px; }
  .chh-footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .chh-section { padding: 66px 0; }
  .chh-container { width: min(100% - 28px, var(--chh-max)); }
  .chh-brand-tagline { display: none; }
  .chh-branding { min-width: 0; }
  .chh-hero { padding-top: 56px; }
  .chh-hero-meta, .chh-grid--3, .chh-grid--4, .chh-notes, .chh-gallery, .chh-form-row, .chh-about-media { grid-template-columns: 1fr; }
  .chh-hero-card, .chh-hero-card img { min-height: 430px; height: 430px; }
  .chh-price-table { font-size: 0.86rem; }
  .chh-price-table th, .chh-price-table td { padding: 10px 7px; }
  .chh-gallery figure, .chh-gallery img { min-height: 230px; }
}

/* Version 1.1 dedicated Rooms and Contact page fixes */
.chh-page-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 72px;
  background: linear-gradient(135deg, #fff9ed 0%, #fbf7ef 58%, #f4d2ab 100%);
  border-bottom: 1px solid var(--chh-line);
}
.chh-page-hero::after {
  content: "";
  position: absolute;
  inset: auto -120px -190px auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(141, 61, 25, 0.10);
  pointer-events: none;
}
.chh-page-hero .chh-container { position: relative; z-index: 1; }
.chh-page-hero .chh-title { max-width: 920px; }
.chh-page-hero .chh-lead { max-width: 820px; }
.chh-form-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.chh-form-message--error { background: rgba(141,61,25,0.10); color: var(--chh-brand-dark); }
.chh-grid--1 { grid-template-columns: 1fr; }
.chh-room-card + .chh-room-card { margin-top: 26px; }
.chh-page-hero--rooms { background-image: linear-gradient(135deg, rgba(255,249,237,0.96), rgba(251,247,239,0.88)), url('assets/images/203-1.webp'); background-size: cover; background-position: center; }
.chh-page-hero--contact { background-image: linear-gradient(135deg, rgba(255,249,237,0.96), rgba(251,247,239,0.88)), url('assets/images/roof-top-restaurant-nahan.webp'); background-size: cover; background-position: center; }

@media (max-width: 640px) {
  .chh-page-hero { padding: 58px 0 52px; }
  .chh-form-actions .chh-btn { width: 100%; }
}

/* v1.2 dedicated amenities page polish */
.chh-section-head { max-width: 820px; }
.chh-card-image { width: 100%; height: 280px; object-fit: cover; display: block; }
.chh-amenities-detail .chh-card { overflow: hidden; }
.chh-amenities-detail h3 { margin-top: 0; font-size: 1.35rem; }
.chh-amenities-detail p { color: var(--chh-muted); }
.chh-page-hero--amenities { background: linear-gradient(135deg, rgba(109,62,28,0.94), rgba(31,25,22,0.92)), url('assets/images/roof-top-restaurant-nahan.webp') center/cover; }
.chh-page-hero--offers { background-image: linear-gradient(135deg, rgba(255,249,237,0.96), rgba(251,247,239,0.88)), url('assets/images/201-1.webp'); background-size: cover; background-position: center; }
.chh-page-hero--gallery { background-image: linear-gradient(135deg, rgba(255,249,237,0.96), rgba(251,247,239,0.88)), url('assets/images/203-1.webp'); background-size: cover; background-position: center; }
.chh-page-hero--restaurant { background: linear-gradient(135deg, rgba(109,62,28,0.94), rgba(31,25,22,0.92)), url('assets/images/roof-top-restaurant-nahan.webp') center/cover; }
.chh-page-hero--attractions { background-image: linear-gradient(135deg, rgba(255,249,237,0.96), rgba(251,247,239,0.88)), url('assets/images/raani-taal-nahan.webp'); background-size: cover; background-position: center; }


/* v1.7 enhancements */
.chh-offer-grid { margin-top: 34px; }
.chh-offer-card h3 { margin: 0 0 8px; font-size: 1.35rem; }
.chh-offer-price { margin: 8px 0 12px; font-weight: 900; color: var(--chh-brand-dark); }
.chh-card-image { width: 100%; height: 240px; object-fit: cover; }
.chh-gallery--editable { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.chh-gallery--editable figure { min-height: 310px; }
.chh-gallery--editable figcaption { display: grid; gap: 4px; }
.chh-gallery--editable figcaption span { color: var(--chh-gold); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.chh-gallery--editable figcaption strong { color: #fff; font-size: 1rem; }
.chh-gallery--editable figcaption small { color: rgba(255,255,255,0.78); font-size: 0.82rem; line-height: 1.45; }
.chh-attraction-card { min-height: 220px; }
.chh-notes--single { grid-template-columns: 1fr; margin-top: 24px; }
.chh-page-copy { max-width: 850px; margin-top: 28px; }
.chh-page-copy > *:first-child { margin-top: 0; }
.chh-page-copy a { color: var(--chh-brand); font-weight: 800; }
@media (max-width: 980px) {
  .chh-gallery--editable { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .chh-gallery--editable { grid-template-columns: 1fr; }
  .chh-card-image { height: 210px; }
}
