
.mca-hotel-review {
  --hotel-blush: #fff1f4;
  --hotel-blush-strong: #f9ccd6;
  --hotel-coral: #ee6f8f;
  --hotel-teal: #45aeb5;
  --hotel-gold: #f2b95d;
  --hotel-ink: #28292f;
  --hotel-muted: #686f78;
  --hotel-border: #f1d6dc;
  --hotel-mobile-rail: min(730px, calc(100% - 44px));
  padding: 34px 0 72px;
  background: #fff;
}
.mca-hotel-review,
.mca-hotel-review *,
.mca-hotel-review *::before,
.mca-hotel-review *::after {
  box-sizing: border-box;
}
.mca-hotel-editor-note {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-left: 4px solid var(--hotel-coral);
  border-radius: 8px;
  color: #59424a;
  background: #fff7f9;
  font-size: 14px;
  font-weight: 700;
}
.mca-hotel-social-share-editor {
  margin: 30px 0;
  padding: 20px;
  border: 1px dashed var(--hotel-border);
  border-radius: 8px;
  background: #fff7f9;
}
.mca-hotel-social-share-editor h2 {
  margin: 0 0 8px;
  font-size: 24px;
}
.mca-hotel-social-share-editor p {
  margin: 0 0 14px;
}
.mca-hotel-social-share-editor img {
  width: min(520px, 100%);
  aspect-ratio: 1.91 / 1;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 14px;
}
.mca-hotel-editor-small-note {
  color: var(--hotel-muted);
  font-size: 13px;
}
.mca-hotel-review h1,
.mca-hotel-review h2,
.mca-hotel-review h3 {
  color: var(--hotel-ink);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  line-height: 1.08;
}
.mca-hotel-hero {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: min(1180px, calc(100vw - 32px));
  max-width: 100%;
  min-height: 0;
  gap: 0;
  margin: clamp(22px, 3vw, 38px) auto clamp(22px, 3vw, 34px);
  overflow: visible;
  background: #fff;
}
.mca-hotel-hero-copy {
  order: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
}
.mca-hotel-kicker,
.mca-hotel-mini-label {
  margin: 0 0 12px;
  color: var(--hotel-coral);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.mca-hotel-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(40px, 5vw, 76px);
  font-weight: 900;
  line-height: 1.04;
  overflow-wrap: normal;
  text-transform: uppercase;
  text-wrap: balance;
  word-break: normal;
}
.mca-hotel-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin: 18px 0;
  color: var(--hotel-muted);
  font-size: 14px;
}
.mca-hotel-byline a {
  color: var(--hotel-ink);
  font-weight: 700;
}
.mca-hotel-excerpt {
  max-width: 850px;
  color: #3f4249;
  font-size: clamp(18px, 1.7vw, 26px);
  font-weight: 500;
  line-height: 1.42;
}
.mca-hotel-excerpt p {
  margin: 0;
}
.mca-hotel-hero-media {
  order: 2;
  display: grid;
  grid-template-columns: 1.25fr 0.76fr 0.76fr;
  grid-auto-rows: minmax(120px, 1fr);
  gap: 8px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: clamp(230px, 29vw, 360px);
  min-height: 0;
  margin-top: 22px;
  overflow: hidden;
  border-radius: 8px;
}
.mca-hotel-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border-radius: 8px;
}
.mca-hotel-hero-media img:first-child {
  grid-row: span 2;
}
.mca-hotel-hero-media.mca-hotel-hero-count-3 {
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr) minmax(0, 1.15fr);
  grid-auto-rows: minmax(260px, 1fr);
}
.mca-hotel-hero-media.mca-hotel-hero-count-3 img:first-child {
  grid-row: auto;
}
.mca-hotel-hero-placeholder {
  display: grid;
  min-height: 260px;
  grid-column: 1 / -1;
  place-items: center;
  border: 1px dashed var(--hotel-border);
  border-radius: 8px;
  color: var(--hotel-muted);
  background: var(--hotel-blush);
  font-weight: 700;
}
.mca-hotel-hero-count-1 {
  display: block;
  min-height: 0;
}
.mca-hotel-hero-count-1 img {
  aspect-ratio: 4 / 3;
}
.mca-hotel-opening {
  width: min(1180px, calc(100% - 32px));
  max-width: 1180px;
  margin: 0 auto clamp(24px, 3vw, 34px);
}
.mca-hotel-opening-content {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  color: #343741;
  font-size: 19px;
  line-height: 1.62;
}
.mca-hotel-opening-content > :first-child {
  margin-top: 0;
}
.mca-hotel-opening-content > :last-child {
  margin-bottom: 0;
}
.mca-hotel-jump-preview-item {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 9px;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #f3dde2;
  border-radius: 999px;
  color: var(--hotel-ink);
  background: #fff;
  font-size: 13px;
  font-weight: 700;
}
.mca-hotel-jump-preview-item .components-button {
  min-width: 22px;
  height: 22px;
  padding: 0;
}
.mca-hotel-feature-grid {
  margin-top: 22px;
}
.mca-hotel-steller {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 280px);
  gap: 20px;
  align-items: center;
  overflow: hidden;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid #f3d7cb;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 241, 244, 0.95), rgba(255, 248, 229, 0.88)),
    #fff8f2;
}
.mca-hotel-steller h2 {
  max-width: 560px;
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 400;
}
.mca-hotel-steller p:not(.mca-hotel-mini-label) {
  max-width: 620px;
  margin: 0 0 20px;
  color: #454850;
  font-size: 18px;
  line-height: 1.5;
}
.mca-hotel-steller img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(55, 45, 40, 0.16);
}
.mca-hotel-button,
.mca-hotel-review .wp-block-button__link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  color: #fff !important;
  background: var(--hotel-coral);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
}
.mca-hotel-card,
.mca-hotel-section-card,
.mca-hotel-related-card,
.mca-hotel-final {
  border: 1px solid var(--hotel-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(55, 48, 52, 0.06);
}
.mca-hotel-card {
  padding: 20px;
}
.mca-hotel-card h2,
.mca-hotel-card h3 {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}

.mca-hotel-card p,
.mca-hotel-card li {
  color: #42454d;
  font-size: 15px;
}
.mca-hotel-card ul {
  margin: 0;
  padding-left: 18px;
}


.mca-hotel-rating {
  color: var(--hotel-coral);
  font-weight: 700;
}


@media (max-width: 820px) {


}
.mca-hotel-ad-space {
  display: block;
  width: min(1120px, calc(100% - 36px));
  min-height: 0;
  margin: 0 auto;
  border: 0;
  background: transparent;
}
.mca-hotel-ad-space span,
.mca-hotel-ad-space p {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  color: #9c8790;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.mca-hotel-ad-space .content_hint {
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.mca-hotel-ad-space:has(iframe),
.mca-hotel-ad-space:has(ins),
.mca-hotel-ad-space:has([data-google-query-id]),
.mca-hotel-ad-space:has([id*="mediavine"]),
.mca-hotel-ad-space:has([class*="mediavine"]),
.mca-hotel-ad-space:has([class*="adthrive"]) {
  margin: 18px auto;
}
.mca-hotel-ad-space:has(iframe) {
  margin: 22px auto;
}
.mca-hotel-main .mca-hotel-ad-space:not(:has(iframe, ins, [data-google-query-id], [id*="mediavine"], [class*="mediavine"], [class*="adthrive"])),
.mca-hotel-section-card .mca-hotel-ad-space:not(:has(iframe, ins, [data-google-query-id], [id*="mediavine"], [class*="mediavine"], [class*="adthrive"])) {
  display: none;
}
.editor-styles-wrapper .mca-hotel-ad-space,
body.block-editor-page .mca-hotel-ad-space {
  display: grid;
  min-height: 58px;
  place-items: center;
  margin: 16px auto;
  border: 1px dashed #f3dce1;
  border-radius: 8px;
  background: rgba(255, 241, 244, 0.55);
}
.editor-styles-wrapper .mca-hotel-ad-space span,
.editor-styles-wrapper .mca-hotel-ad-space p,
body.block-editor-page .mca-hotel-ad-space span,
body.block-editor-page .mca-hotel-ad-space p {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.editor-styles-wrapper .mca-hotel-photo-strip,
.editor-styles-wrapper .wp-block-gallery.has-nested-images,
body.block-editor-page .mca-hotel-photo-strip,
body.block-editor-page .wp-block-gallery.has-nested-images {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  align-items: stretch;
  overflow-x: auto;
  padding-bottom: 8px;
}
.editor-styles-wrapper .mca-hotel-photo-strip figure,
.editor-styles-wrapper .mca-hotel-photo-strip .wp-block-image,
.editor-styles-wrapper .mca-hotel-photo-strip .block-editor-block-list__block,
.editor-styles-wrapper .wp-block-gallery.has-nested-images figure,
.editor-styles-wrapper .wp-block-gallery.has-nested-images .wp-block-image,
.editor-styles-wrapper .wp-block-gallery.has-nested-images .block-editor-block-list__block,
body.block-editor-page .mca-hotel-photo-strip figure,
body.block-editor-page .mca-hotel-photo-strip .wp-block-image,
body.block-editor-page .mca-hotel-photo-strip .block-editor-block-list__block,
body.block-editor-page .wp-block-gallery.has-nested-images figure,
body.block-editor-page .wp-block-gallery.has-nested-images .wp-block-image,
body.block-editor-page .wp-block-gallery.has-nested-images .block-editor-block-list__block {
  flex: 1 1 0 !important;
  min-width: 120px !important;
  max-width: none !important;
  width: auto !important;
  margin: 0 !important;
}
.editor-styles-wrapper .mca-hotel-photo-strip img,
.editor-styles-wrapper .wp-block-gallery.has-nested-images img,
body.block-editor-page .mca-hotel-photo-strip img,
body.block-editor-page .wp-block-gallery.has-nested-images img {
  width: 100% !important;
  aspect-ratio: 4 / 3;
  height: auto !important;
  object-fit: cover;
}


.mca-hotel-video-feature {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(360px, 1.3fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: center;
  margin-top: 18px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--hotel-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 241, 244, 0.96), rgba(237, 250, 250, 0.94)),
    #fff;
  box-shadow: 0 12px 28px rgba(55, 48, 52, 0.06);
}
.mca-hotel-video-feature h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 400;
}
.mca-hotel-video-feature p:not(.mca-hotel-mini-label) {
  margin: 0;
  color: #444850;
  font-size: 17px;
  line-height: 1.6;
}
.mca-hotel-video-frame {
  overflow: hidden;
  border-radius: 8px;
  background: #1e2027;
  box-shadow: 0 16px 34px rgba(40, 41, 47, 0.18);
}
.mca-hotel-video-frame iframe,
.mca-hotel-video-frame video,
.mca-hotel-video-frame embed {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}
.mca-lite-video {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 9;
  place-items: center;
  border: 0;
  color: #fff;
  background-color: #1e2027;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.mca-lite-video::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(18, 18, 24, 0.34);
}
.mca-lite-video span {
  position: relative;
  display: grid;
  min-width: 76px;
  min-height: 54px;
  place-items: center;
  padding: 0 20px;
  border-radius: 999px;
  background: #ed7195;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(40, 41, 47, 0.2);
}
.mca-hotel-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 30px;
  align-items: start;
  margin-top: 20px;
}
.mca-hotel-main {
  max-width: none;
  margin: 0;
  font-size: 19px;
  line-height: 1.55;
}
.mca-hotel-main > * {
  margin-left: 0;
  margin-right: 0;
}
.mca-hotel-main h2 {
  margin: 24px 0 10px;
  font-size: clamp(28px, 2.7vw, 38px);
}
.mca-hotel-main h3 {
  margin: 18px 0 8px;
  font-size: clamp(22px, 2.2vw, 30px);
}
.mca-hotel-main p,
.mca-hotel-main li {
  color: #363941;
  font-size: 19px;
  line-height: 1.55;
}
.mca-hotel-main p {
  margin: 0 0 16px;
}
.mca-hotel-main p:empty {
  display: none;
}
.mca-hotel-main img {
  border-radius: 8px;
}
.mca-hotel-main .wp-block-image,
.mca-hotel-main .wp-block-gallery,
.mca-hotel-main .wp-block-columns,
.mca-hotel-main .wp-block-group {
  margin-top: 14px;
  margin-bottom: 16px;
}
.mca-hotel-main .wp-block-group > :first-child {
  margin-top: 0;
}
.mca-hotel-main .wp-block-group > :last-child {
  margin-bottom: 0;
}
.mca-hotel-main .wp-block-spacer {
  height: 24px !important;
}
.mca-hotel-section-card .wp-block-spacer,
.mca-hotel-section-card .content_hint:empty {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.mca-hotel-main > p,
.mca-hotel-main > ul,
.mca-hotel-main > ol {
  max-width: 730px;
}
.mca-hotel-main figure.wp-block-image {
  width: 100% !important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mca-hotel-main figure.wp-block-image img {
  display: block;
  width: 100%;
  height: clamp(210px, 28vw, 330px);
  object-fit: cover;
  object-position: center;
  box-shadow: 0 12px 26px rgba(62, 47, 52, 0.08);
}
.mca-hotel-main figure.wp-block-image.alignwide,
.mca-hotel-main figure.wp-block-image.alignfull,
.mca-hotel-main figure.wp-block-image.mca-hotel-large-image {
  width: min(100%, 760px) !important;
  max-width: min(100%, 760px);
}
.mca-hotel-main figure.wp-block-image.alignwide img,
.mca-hotel-main figure.wp-block-image.alignfull img,
.mca-hotel-main figure.wp-block-image.mca-hotel-large-image img {
  height: clamp(230px, 34vw, 420px);
}
.mca-hotel-main figure.wp-block-image figcaption,
.mca-hotel-main .wp-block-gallery figcaption {
  margin: 8px 0 0;
  color: var(--hotel-muted);
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}
.mca-hotel-main .wp-block-gallery {
  display: grid !important;
  grid-auto-columns: minmax(210px, 34%);
  grid-auto-flow: column;
  gap: 12px !important;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}
.mca-hotel-main .wp-block-gallery,
.mca-hotel-main .mca-hotel-photo-strip {
  grid-template-columns: none !important;
  grid-auto-columns: minmax(190px, 31%);
  grid-auto-flow: column;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}
.mca-hotel-main .wp-block-gallery figure.wp-block-image {
  width: 100% !important;
  max-width: none;
  margin: 0 !important;
  min-width: 0;
  scroll-snap-align: start;
}
.mca-hotel-main .wp-block-gallery figure.wp-block-image img {
  width: 100% !important;
  aspect-ratio: auto;
  height: clamp(150px, 21vw, 230px);
  object-fit: cover;
  box-shadow: none;
}
.mca-hotel-main .mca-hotel-photo-strip figure.wp-block-image img,
.mca-hotel-main .wp-block-gallery figure.wp-block-image img {
  height: clamp(160px, 20vw, 220px);
}
.mca-hotel-main .wp-block-gallery:has(> figure.wp-block-image:nth-child(2):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-auto-columns: initial !important;
  grid-auto-flow: row !important;
  overflow-x: visible !important;
  padding-bottom: 0 !important;
  scroll-snap-type: none !important;
}
.mca-hotel-section-card {
  padding: clamp(16px, 2.1vw, 22px);
  font-size: 19px;
  line-height: 1.55;
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}
.mca-hotel-section-card > .wp-block-spacer:first-child,
.mca-hotel-section-card > .wp-block-group__inner-container > .wp-block-spacer:first-child {
  display: none;
}
.mca-hotel-section-card .wp-block-image:first-child {
  margin-top: 0;
}
.mca-hotel-section-card > h2:first-child,
.mca-hotel-section-card > h3:first-child,
.mca-hotel-section-card > .wp-block-group__inner-container > h2:first-child,
.mca-hotel-section-card > .wp-block-group__inner-container > h3:first-child,
.mca-hotel-section-card > .wp-block-group__inner-container > :first-child {
  margin-top: 0;
}

@media (min-width: 761px) {
.mca-hotel-card p,
.mca-hotel-card li {
    font-size: 12px;
    line-height: 1.28;
  }


.mca-hotel-section-card {
    padding-top: 14px !important;
  }
.mca-hotel-section-card > .wp-block-group__inner-container {
    padding-top: 0 !important;
  }

}
.mca-hotel-section-card > :last-child,
.mca-hotel-section-card > .wp-block-group__inner-container > :last-child {
  margin-bottom: 0;
}
.mca-hotel-quick-take,
.mca-hotel-tip,
.mca-hotel-main .mca-hotel-quick-take,
.mca-hotel-main .mca-hotel-tip {
  padding: 14px 16px;
  border-left: 4px solid var(--hotel-teal);
  border-radius: 8px;
  color: #285459;
  background: #edfafa;
  font-weight: 700;
}
.mca-hotel-tip,
.mca-hotel-main .mca-hotel-tip {
  border-left-color: var(--hotel-gold);
  color: #624315;
  background: #fff7e8;
}
.mca-hotel-related-card {
  padding: clamp(18px, 3vw, 26px);
  border-left: 5px solid var(--hotel-teal);
}
.mca-hotel-related-card h3 {
  margin-top: 0;
}
.mca-hotel-main .mca-hotel-ad-space {
  width: 100%;
}
.mca-hotel-main .mca-hotel-ad-space p {
  margin: 0;
  color: #9c8790;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.mca-hotel-photo-strip {
  display: grid !important;
  grid-template-columns: none !important;
  grid-auto-columns: minmax(190px, 31%);
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}
.mca-hotel-photo-strip figure,
.mca-hotel-photo-strip .wp-block-image {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  min-width: 0;
  scroll-snap-align: start;
}
.mca-hotel-photo-strip img {
  width: 100% !important;
  aspect-ratio: auto;
  height: clamp(150px, 21vw, 230px);
  object-fit: cover;
  border-radius: 8px;
}
.mca-hotel-photo-strip a {
  display: block;
}


.mca-hotel-link-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mca-hotel-link-list a,
.mca-hotel-link-row {
  position: relative;
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 11px 0;
  border-bottom: 1px solid #f4e1e6;
  color: var(--hotel-coral);
  font-weight: 700;
  text-decoration: none;
}
.mca-hotel-link-icon {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  color: #4f9ead;
  background: #f0fbfc;
  border: 1px solid #d8eef2;
}
.mca-hotel-link-list li:nth-child(2n) .mca-hotel-link-icon {
  color: #ed7195;
  background: #fff1f5;
  border-color: #f5d4dd;
}
.mca-hotel-link-list li:nth-child(3n) .mca-hotel-link-icon {
  color: #6aa9b5;
  background: #fff8eb;
  border-color: #f1dfbf;
}
.mca-hotel-link-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.mca-hotel-link-copy {
  display: block;
  min-width: 0;
}
.mca-hotel-block-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  width: 100%;
}
.mca-hotel-block-row .block-editor-url-input__button {
  margin-top: 8px;
}
.mca-hotel-link-list small {
  display: block;
  margin-top: 3px;
  color: var(--hotel-muted);
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.mca-hotel-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mca-hotel-product-grid a,
.mca-hotel-product-row {
  display: grid;
  gap: 7px;
  color: var(--hotel-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.mca-hotel-product-image {
  display: grid;
  min-height: 82px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #f0dfe3;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff7f9, #effbfb);
}
.mca-hotel-product-image:empty::before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--hotel-blush-strong), #e9fbfb);
}
.mca-hotel-product-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.mca-hotel-product-grid small {
  color: var(--hotel-muted);
  font-size: 11px;
  font-weight: 400;
}
.mca-hotel-product-edit {
  display: grid;
  gap: 8px;
}
.mca-hotel-product-edit .components-button img,
.mca-hotel-steller .components-button img,
.mca-hotel-final .components-button img {
  width: 100%;
  max-width: 160px;
  height: auto;
  border-radius: 8px;
}
.mca-hotel-sidebar {
  position: relative;
  top: auto;
  display: grid;
  gap: 18px;
  align-self: start;
}
.mca-hotel-sidebar .mca-hotel-card {
  padding: 18px;
}
.mca-hotel-sidebar .mca-hotel-ad-space {
  width: 100%;
  min-height: 0;
  margin: 0;
  background: transparent;
}
.mca-hotel-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 280px);
  gap: 22px;
  align-items: center;
  margin-top: 42px;
  padding: clamp(22px, 4vw, 34px);
  background: linear-gradient(135deg, #fff, var(--hotel-blush));
}
.mca-hotel-final h2 {
  margin-top: 0;
}
.mca-hotel-final img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.mca-hotel-final-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

@media (max-width: 980px) {
.mca-hotel-hero,
.mca-hotel-feature-grid,
.mca-hotel-video-feature,
.mca-hotel-layout {
    grid-template-columns: 1fr;
  }
.mca-hotel-sidebar {
    display: none !important;
  }
.mca-hotel-sidebar-plan,
.mca-hotel-sidebar .mca-hotel-ad-space[data-ad-context="sidebar-after-plan"] {
    display: none;
  }
}

@media (max-width: 760px) {
.mca-hotel-review {
    padding-top: 22px;
    overflow-x: clip;
  }
.mca-hotel-review .wrap,
.mca-hotel-review .mca-hotel-ad-space {
    width: var(--hotel-mobile-rail) !important;
    max-width: var(--hotel-mobile-rail) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
.mca-hotel-review img,
.mca-hotel-review iframe,
.mca-hotel-review embed,
.mca-hotel-review video,
.mca-hotel-review ins {
    max-width: 100%;
  }
.mca-hotel-hero-media {
    --mca-hotel-hero-main-mobile: clamp(190px, 52vw, 220px);
    --mca-hotel-hero-thumb-mobile: clamp(146px, 40vw, 164px);
    display: grid;
    width: var(--hotel-mobile-rail);
    max-width: var(--hotel-mobile-rail);
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: var(--mca-hotel-hero-main-mobile) var(--mca-hotel-hero-thumb-mobile) var(--mca-hotel-hero-thumb-mobile);
    grid-auto-rows: 0;
    min-height: 0;
    overflow-x: visible;
    gap: 8px;
    align-items: stretch;
    align-content: start;
    justify-items: stretch;
    scroll-snap-type: none;
  }
.mca-hotel-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
    scroll-snap-align: start;
  }
.mca-hotel-hero-media img:first-child {
    grid-row: auto;
    grid-column: 1 / -1;
  }
.mca-hotel-hero-media img:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: 1;
  }
.mca-hotel-hero-media img:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
.mca-hotel-hero-media img:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
.mca-hotel-hero-media img:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }
.mca-hotel-hero-media img:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }
.mca-hotel-hero-media.mca-hotel-hero-count-3 {
    width: 100%;
    max-width: 100%;
    grid-template-columns: minmax(0, 1.38fr) minmax(0, 0.82fr) minmax(0, 0.9fr);
    grid-template-rows: clamp(168px, 48vw, 260px);
    height: clamp(168px, 48vw, 260px);
  }
.mca-hotel-hero-media.mca-hotel-hero-count-3 img:nth-child(1),
.mca-hotel-hero-media.mca-hotel-hero-count-3 img:nth-child(2),
.mca-hotel-hero-media.mca-hotel-hero-count-3 img:nth-child(3) {
    grid-row: 1;
  }
.mca-hotel-hero-media.mca-hotel-hero-count-3 img:nth-child(1) {
    grid-column: 1;
  }
.mca-hotel-hero-media.mca-hotel-hero-count-3 img:nth-child(2) {
    grid-column: 2;
  }
.mca-hotel-hero-media.mca-hotel-hero-count-3 img:nth-child(3) {
    grid-column: 3;
  }
.mca-hotel-steller,
.mca-hotel-final {
    grid-template-columns: 1fr;
  }
.mca-hotel-main {
    font-size: 17px;
    line-height: 1.55;
    min-width: 0;
    max-width: 100%;
  }
.mca-hotel-main p,
.mca-hotel-main li,
.mca-hotel-section-card {
    font-size: 17px;
    line-height: 1.55;
  }
.mca-hotel-main > p,
.mca-hotel-main > ul,
.mca-hotel-main > ol {
    max-width: 100%;
  }
.mca-hotel-main figure.wp-block-image img {
    height: clamp(220px, 58vw, 360px);
  }
.mca-hotel-photo-strip,
.mca-hotel-main .wp-block-gallery,
.mca-hotel-main .mca-hotel-photo-strip {
    grid-template-columns: none !important;
    grid-auto-columns: minmax(142px, 44%);
    grid-auto-flow: column !important;
    overflow-x: auto !important;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }
.mca-hotel-main .wp-block-gallery figure.wp-block-image img,
.mca-hotel-main .mca-hotel-photo-strip figure.wp-block-image img,
.mca-hotel-photo-strip img {
    height: clamp(140px, 38vw, 170px);
  }


.mca-hotel-main .mca-hotel-ad-space {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow-x: clip;
  }
.mca-hotel-ad-space > * {
    max-width: 100% !important;
  }
}

@media (max-width: 520px) {
.mca-hotel-hero h1 {
    font-size: 34px;
  }
.mca-hotel-excerpt,
.mca-hotel-steller p:not(.mca-hotel-mini-label) {
    font-size: 16px;
  }
.mca-hotel-card,
.mca-hotel-section-card,
.mca-hotel-related-card,
.mca-hotel-final {
    padding: 16px;
  }
}

@media (max-width: 980px) {
body .mca-hotel-review .mca-hotel-sidebar {
    display: none !important;
  }

}


@media (max-width: 560px) {


}
