/* Melbourne Penthouse Apartments — brand-led redesign, private draft v3 */
:root {
  --m3-brand: #1d86c8;
  --m3-brand-dark: #116da8;
  --m3-brand-deep: #0c5688;
  --m3-pale: #eff7fc;
  --m3-bg: #f7fafc;
  --m3-white: #ffffff;
  --m3-ink: #183141;
  --m3-muted: #607888;
  --m3-line: #d8e6ef;
  --m3-gold: #f4b544;
  --m3-shadow: 0 8px 26px rgba(20,73,105,.09);
  --m3-radius: 14px;
}
html { scroll-behavior: smooth; }
body.wp-theme-hello-elementor,
body.elementor-default {
  margin: 0;
  color: var(--m3-ink) !important;
  background: var(--m3-bg) !important;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
::selection { color: #fff; background: var(--m3-brand-dark); }
a { color: var(--m3-brand-dark); text-underline-offset: 3px; transition: .2s ease; }
a:hover { color: var(--m3-brand-deep); }

/* Brand-colour header: the logo now blends into the background */
.site-header {
  position: sticky;
  z-index: 999;
  top: 0;
  width: 100%;
  padding: 10px clamp(18px,3vw,42px);
  color: #fff;
  background: var(--m3-brand) !important;
  border-bottom: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 5px 20px rgba(12,86,136,.18);
}
.admin-bar .site-header { top: 32px; }
.site-header .header-inner {
  display: flex;
  width: 100%;
  max-width: 1240px;
  min-height: 72px;
  margin: auto;
  gap: clamp(22px,3vw,48px);
  align-items: center;
}
.site-header .site-branding { flex: 0 0 250px; }
.site-header .custom-logo-link { display: flex; align-items: center; }
.site-header .custom-logo {
  width: 250px;
  max-width: 100%;
  max-height: 84px;
  object-fit: contain;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.site-header .site-navigation { flex: 1 1 auto; margin-left: auto; }
.site-header .site-navigation ul.menu {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 7px;
  align-items: stretch;
}
.site-header .site-navigation ul.menu > li { display: flex; }
.site-header .site-navigation ul.menu > li > a {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 8px 9px;
  color: #fff !important;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  font: 700 12px/1.25 Inter,ui-sans-serif,sans-serif;
  letter-spacing: .01em;
  text-align: center;
}
.site-header .site-navigation ul.menu > li > a::before {
  margin-bottom: 5px;
  font-family: FontAwesome;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
}
.site-header .site-navigation a[href*="penthouse-accommodation-melbourne"]::before { content: "\f1ad"; }
.site-header .site-navigation a[href*="3-bedroom-accommodation"]::before { content: "\f015"; }
.site-header .site-navigation a[href*="2-bedroom-accommodation"]::before { content: "\f236"; }
.site-header .site-navigation a[href*="1-bedroom-accommodation"]::before { content: "\f007"; }
.site-header .site-navigation ul.menu > li > a:hover,
.site-header .site-navigation ul.menu > li.current-menu-item > a,
.site-header .site-navigation ul.menu > li.current_page_item > a {
  color: #fff !important;
  background: rgba(7,70,111,.27);
  border-color: rgba(255,255,255,.46);
  transform: translateY(-1px);
}
.site-header .site-navigation-toggle {
  color: #fff;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 9px;
}

/* Page rhythm and containers */
.elementor:not(.elementor-location-footer) { color: var(--m3-ink); }
body > .elementor:not(.elementor-location-footer) > .elementor-section,
body > .elementor:not(.elementor-location-footer) > .e-con {
  width: min(100%,1120px);
  margin-inline: auto;
  padding: 25px clamp(16px,2.5vw,28px);
}
body > .elementor:not(.elementor-location-footer) > .elementor-section:first-child,
body > .elementor:not(.elementor-location-footer) > .e-con:first-child {
  width: min(100%,1280px);
  padding-top: 18px;
  padding-bottom: 18px;
}
/* Make text-led blocks feel designed without changing their words */
body > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-heading):has(.elementor-widget-text-editor),
body > .elementor:not(.elementor-location-footer) > .elementor-section:has(> .elementor-container .elementor-widget-text-editor):not(:has(.elementor-widget-image)):not(:has(.elementor-widget-media-carousel)) {
  margin-top: 14px;
  margin-bottom: 14px;
  padding: clamp(24px,3vw,38px);
  background: var(--m3-white);
  border: 1px solid var(--m3-line);
  border-radius: var(--m3-radius);
  box-shadow: 0 4px 16px rgba(20,73,105,.045);
}
/* Button-only and divider-only rows should not create huge empty bands */
body > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-button):not(:has(.elementor-widget-text-editor)):not(:has(.elementor-widget-heading)) { padding-top: 8px; padding-bottom: 8px; }
body > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-divider):not(:has(.elementor-widget-text-editor)):not(:has(.elementor-widget-heading)) { padding-top: 3px; padding-bottom: 3px; }
.elementor-widget-divider .elementor-divider-separator { border-color: var(--m3-line) !important; }

/* Smaller, calmer typography */
.elementor-widget-text-editor,
.elementor-widget-theme-post-content,
.elementor-widget-text-editor p,
.elementor-widget-theme-post-content p,
.elementor-widget-text-editor li,
.elementor-widget-theme-post-content li {
  color: var(--m3-ink) !important;
  font-family: inherit !important;
}
.elementor-widget-text-editor p,
.elementor-widget-theme-post-content p { max-width: 800px; margin: 0 auto 1.05em; }
.elementor-widget-text-editor > .elementor-widget-container > p:first-child,
.elementor-widget-theme-post-content > .elementor-widget-container > p:first-child { color: #3f5b6c !important; font-size: 17px; line-height: 1.6; }
.elementor h1,.elementor h2,.elementor h3,.elementor h4,.elementor .elementor-heading-title {
  color: var(--m3-ink) !important;
  font-family: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
  font-weight: 760 !important;
  letter-spacing: -.022em;
  text-wrap: balance;
}
.elementor h1,
.elementor h1.elementor-heading-title,
.elementor .elementor-widget-heading h1.elementor-heading-title {
  max-width: 920px;
  margin-inline: auto;
  font-size: clamp(31px,3.2vw,42px) !important;
  line-height: 1.12 !important;
}
.elementor h2,
.elementor h2.elementor-heading-title,
.elementor .elementor-widget-heading h2.elementor-heading-title {
  font-size: clamp(23px,2.2vw,29px) !important;
  line-height: 1.22 !important;
}
.elementor h3 { font-size: clamp(19px,1.7vw,23px) !important; line-height: 1.28 !important; }
.elementor h1 a,.elementor h2 a,.elementor h3 a { color: inherit !important; text-decoration: none; }
/* A consistent icon treatment for section headings */
.elementor-widget-heading h2::before,
.elementor-widget-text-editor h2::before,
.elementor-widget-theme-post-content h2::before {
  content: "\f1ad";
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  place-items: center;
  color: #fff;
  background: var(--m3-brand);
  border-radius: 8px;
  font-family: FontAwesome;
  font-size: 15px;
  font-weight: normal;
  vertical-align: .12em;
}
.elementor-widget-text-editor h3::before,.elementor-widget-theme-post-content h3::before {
  content: "\f041";
  margin-right: 8px;
  color: var(--m3-brand);
  font-family: FontAwesome;
  font-size: .85em;
  font-weight: normal;
}

/* Hero and galleries */
.elementor-widget-image-carousel .swiper,
.elementor-widget-media-carousel .swiper,
.elementor-widget-slides .swiper {
  overflow: hidden;
  background: #dcebf4;
  border: 1px solid rgba(29,134,200,.18);
  border-radius: 14px;
  box-shadow: var(--m3-shadow);
}
.elementor img.swiper-slide-image,.elementor .swiper img,.elementor-widget-image img { border-radius: 12px !important; box-shadow: none !important; }
.elementor-widget-image-carousel .swiper-slide img,.elementor-widget-media-carousel .swiper-slide img { width:100%; min-height:280px; max-height:590px; object-fit:cover; }
.elementor-swiper-button {
  display:grid !important;
  width:40px;
  height:40px;
  place-items:center;
  color:#fff !important;
  background:rgba(17,109,168,.88);
  border:1px solid rgba(255,255,255,.5);
  border-radius:50%;
}
.swiper-pagination-bullet { width:7px; height:7px; background:#fff !important; opacity:.58; }
.swiper-pagination-bullet-active { width:22px; border-radius:99px; background:var(--m3-gold) !important; opacity:1; }

/* Property and destination cards */
.elementor-widget-image-box,.elementor-widget-call-to-action,.elementor-widget-posts article,.rt-tpg-container .rt-holder,.elementor figure {
  overflow:hidden;
  background:#fff;
  border:1px solid var(--m3-line);
  border-radius:var(--m3-radius);
  box-shadow:0 5px 18px rgba(20,73,105,.065);
}
.elementor figure { margin:6px; }
.elementor figure img { display:block; width:100%; border-radius:0 !important; transition:transform .3s ease; }
.elementor figure:hover img { transform:scale(1.02); }
.elementor figure figcaption,.elementor .gallery-caption {
  padding:14px 16px;
  color:var(--m3-ink);
  background:#fff;
  border-top:1px solid var(--m3-line);
  font-size:14px;
  font-weight:750;
  line-height:1.4;
}
.elementor-post__card { border:1px solid var(--m3-line) !important; border-radius:var(--m3-radius) !important; box-shadow:0 5px 18px rgba(20,73,105,.065) !important; }

/* Amenities become an icon grid; ordinary editorial lists remain normal */
.elementor-widget-text-editor ul,.elementor-widget-theme-post-content ul { max-width:820px; margin:18px auto 24px; padding-left:1.3em; }
.elementor-widget-text-editor li,.elementor-widget-theme-post-content li { margin:.35em 0; }
.elementor-widget-text-editor li::marker,.elementor-widget-theme-post-content li::marker { color:var(--m3-brand); }
.elementor-widget-text-editor ul:has(li:nth-child(7)),
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  max-width:900px;
  padding:0;
  list-style:none;
}
.elementor-widget-text-editor ul:has(li:nth-child(7)) li,
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) li {
  position:relative;
  min-height:48px;
  margin:0;
  padding:11px 11px 11px 39px;
  background:var(--m3-pale);
  border:1px solid #cee3f0;
  border-radius:9px;
  font-size:14px;
  line-height:1.4;
}
.elementor-widget-text-editor ul:has(li:nth-child(7)) li::before,
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) li::before {
  content:"\f00c";
  position:absolute;
  left:13px;
  top:12px;
  color:var(--m3-brand);
  font-family:FontAwesome;
  font-size:14px;
}
.elementor-widget-text-editor ul:has(li:nth-child(7)) li:nth-child(4n+1)::before { content:"\f236"; }
.elementor-widget-text-editor ul:has(li:nth-child(7)) li:nth-child(4n+2)::before { content:"\f2cd"; }
.elementor-widget-text-editor ul:has(li:nth-child(7)) li:nth-child(4n+3)::before { content:"\f041"; }
.elementor-widget-text-editor ul:has(li:nth-child(7)) li:nth-child(4n+4)::before { content:"\f1eb"; }

/* Availability and affiliate calls to action */
.elementor-widget-button .elementor-button,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"],
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"] {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:48px;
  margin:10px auto;
  padding:12px 20px !important;
  color:#fff !important;
  background:var(--m3-brand-dark) !important;
  border:1px solid var(--m3-brand-dark) !important;
  border-radius:8px !important;
  box-shadow:0 5px 14px rgba(17,109,168,.18);
  font:750 13px/1.35 Inter,ui-sans-serif,sans-serif !important;
  letter-spacing:.01em;
  text-align:center;
  text-decoration:none !important;
}
.elementor-widget-button .elementor-button::before,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"]::before,
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]::before {
  content:"\f073";
  font-family:FontAwesome;
  font-size:15px;
  font-weight:normal;
}
.elementor-widget-button .elementor-button:hover,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"]:hover,
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]:hover {
  color:#fff !important;
  background:var(--m3-brand-deep) !important;
  border-color:var(--m3-brand-deep) !important;
  transform:translateY(-1px);
}

/* Forms */
.elementor-field-group input,.elementor-field-group textarea,.elementor-field-group select,.wpcf7 input,.wpcf7 textarea {
  min-height:48px;
  padding:11px 13px !important;
  color:var(--m3-ink);
  background:#fff;
  border:1px solid #cbdde8 !important;
  border-radius:8px !important;
  box-shadow:none;
}
.elementor-field-group input:focus,.elementor-field-group textarea:focus { outline:3px solid rgba(29,134,200,.15); border-color:var(--m3-brand) !important; }

/* Brand-integrated footer */
.elementor-location-footer,
.elementor-location-footer > .elementor-section,
footer.elementor-section {
  color:rgba(255,255,255,.88) !important;
  background:var(--m3-brand) !important;
}
.elementor-location-footer {
  margin-top:48px;
  border-top:1px solid rgba(255,255,255,.25);
  box-shadow:0 -5px 20px rgba(12,86,136,.09);
}
.elementor-location-footer > .elementor-section { max-width:1120px; margin:auto; padding:36px 22px 24px; }
.elementor-location-footer img { width:250px; max-width:100%; border-radius:0 !important; box-shadow:none !important; }
.elementor-location-footer a { color:#fff !important; text-decoration:none; }
.elementor-location-footer a:hover { color:#fff !important; text-decoration:underline; }
.elementor-location-footer .elementor-nav-menu {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:5px;
  padding:8px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
}
.elementor-location-footer .elementor-nav-menu a { padding:8px 11px !important; border-radius:7px; font-size:13px; }
.elementor-location-footer .elementor-nav-menu a::before { content:"\f105"; margin-right:6px; font-family:FontAwesome; }
.elementor-location-footer .elementor-social-icon { background:rgba(255,255,255,.14) !important; border:1px solid rgba(255,255,255,.28); }
.elementor-location-footer p { color:rgba(255,255,255,.78) !important; font-size:13px; }
a:focus-visible,.elementor-button:focus-visible { outline:3px solid var(--m3-gold); outline-offset:3px; }

@media (max-width:1080px) {
  .site-header .site-branding { flex-basis:215px; }
  .site-header .custom-logo { width:215px; }
  .site-header .site-navigation ul.menu > li > a { font-size:11px; }
}
@media (max-width:1024px) {
  .site-header { padding:8px 16px; }
  .site-header .header-inner { min-height:62px; }
  .site-header .site-branding { flex:1 1 auto; }
  .site-header .custom-logo { width:210px; max-height:68px; }
  .site-header .site-navigation-dropdown ul.menu {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
    padding:10px;
    background:var(--m3-brand-dark);
    border:1px solid rgba(255,255,255,.2);
    border-radius:0 0 12px 12px;
    box-shadow:var(--m3-shadow);
  }
  .site-header .site-navigation-dropdown ul.menu li a { min-height:58px; padding:9px; color:#fff !important; }
  .elementor-widget-text-editor ul:has(li:nth-child(7)),.elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:782px) { .admin-bar .site-header { top:46px; } }
@media (max-width:767px) {
  body.wp-theme-hello-elementor,body.elementor-default { font-size:15.5px; }
  .site-header .custom-logo { width:190px; }
  body > .elementor:not(.elementor-location-footer) > .elementor-section,
  body > .elementor:not(.elementor-location-footer) > .e-con { padding:20px 13px; }
  body > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-heading):has(.elementor-widget-text-editor),
  body > .elementor:not(.elementor-location-footer) > .elementor-section:has(> .elementor-container .elementor-widget-text-editor):not(:has(.elementor-widget-image)):not(:has(.elementor-widget-media-carousel)) { margin:10px 8px; padding:21px 17px; }
  .elementor h1,.elementor h1.elementor-heading-title,.elementor .elementor-widget-heading h1.elementor-heading-title { font-size:clamp(28px,8vw,35px) !important; }
  .elementor h2,.elementor h2.elementor-heading-title,.elementor .elementor-widget-heading h2.elementor-heading-title { font-size:clamp(21px,6vw,26px) !important; }
  .elementor-widget-heading h2::before,.elementor-widget-text-editor h2::before,.elementor-widget-theme-post-content h2::before { width:30px; height:30px; margin-right:8px; font-size:13px; }
  .elementor-widget-image-carousel .swiper-slide img,.elementor-widget-media-carousel .swiper-slide img { min-height:210px; max-height:390px; }
  .elementor-widget-text-editor ul:has(li:nth-child(7)),.elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:1fr; gap:6px; }
  .elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"],.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"],.elementor-widget-button .elementor-button { width:min(100%,420px); }
  .elementor-location-footer { margin-top:34px; }
  .elementor-location-footer > .elementor-section { padding:30px 16px 22px; }
  .elementor-location-footer img { width:220px; }
}
@media (max-width:480px) {
  .site-header .site-navigation-dropdown ul.menu { grid-template-columns:1fr; }
  .site-header .site-navigation-dropdown ul.menu li a { flex-direction:row; justify-content:flex-start; min-height:46px; text-align:left; }
  .site-header .site-navigation-dropdown ul.menu li a::before { margin:0 9px 0 0; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
}

/* Final proportional refinements */
.site-header .custom-logo,
header.site-header .custom-logo-link img.custom-logo {
  width: 260px !important;
  max-width: 260px !important;
  max-height: 98px !important;
}
.site-header .site-branding { flex-basis: 260px !important; max-width: 260px !important; }
body.wp-theme-hello-elementor,body.elementor-default { font-size: 15.5px; }
.elementor h1,
.elementor h1.elementor-heading-title,
.elementor .elementor-widget-heading h1.elementor-heading-title { font-size: clamp(29px,2.7vw,36px) !important; line-height:1.15 !important; }
.elementor h2,
.elementor h2.elementor-heading-title,
.elementor .elementor-widget-heading h2.elementor-heading-title { font-size: clamp(21px,1.9vw,25px) !important; }
.elementor-widget-text-editor > .elementor-widget-container > p:first-child,
.elementor-widget-theme-post-content > .elementor-widget-container > p:first-child { font-size: 16.5px; }
.elementor-widget-button .elementor-button::after,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"]::after,
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]::after {
  content:"\f073" !important;
  margin-left:8px;
  font-family:FontAwesome !important;
  font-size:14px;
  font-weight:normal;
}
@media(max-width:1024px){
  .site-header .custom-logo,header.site-header .custom-logo-link img.custom-logo { width:220px !important; max-width:220px !important; max-height:82px !important; }
  .site-header .site-branding { flex-basis:220px !important; max-width:calc(100% - 62px) !important; }
}
@media(max-width:767px){
  body.wp-theme-hello-elementor,body.elementor-default { font-size:15px; }
  .site-header .custom-logo,header.site-header .custom-logo-link img.custom-logo { width:205px !important; max-width:205px !important; }
  .elementor h1,.elementor h1.elementor-heading-title,.elementor .elementor-widget-heading h1.elementor-heading-title { font-size:clamp(27px,7.5vw,33px) !important; }
  .elementor h2,.elementor h2.elementor-heading-title,.elementor .elementor-widget-heading h2.elementor-heading-title { font-size:clamp(20px,5.5vw,24px) !important; }
}

/* Keep amenity tiles readable in both narrow and wide Elementor columns */
.elementor-widget-text-editor ul:has(li:nth-child(7)),
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(auto-fit,minmax(180px,1fr)) !important; }
@media(max-width:480px){
  .elementor-widget-text-editor ul:has(li:nth-child(7)),
  .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:1fr !important; }
}

/* Explicit amenity breakpoints for consistent Elementor rendering */
.elementor-widget-text-editor ul:has(li:nth-child(7)),
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(3,minmax(0,1fr)) !important; }
@media(max-width:1024px){
  .elementor-widget-text-editor ul:has(li:nth-child(7)),
  .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
}
@media(max-width:600px){
  .elementor-widget-text-editor ul:has(li:nth-child(7)),
  .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:1fr !important; }
}

/* Flex-based amenity layout avoids legacy Elementor grid sizing */
.elementor-widget-text-editor ul:has(li:nth-child(7)),
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) { display:flex !important; flex-wrap:wrap; gap:8px; }
.elementor-widget-text-editor ul:has(li:nth-child(7)) li,
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { flex:1 1 calc(33.333% - 8px); max-width:calc(33.333% - 6px); }
@media(max-width:1024px){
  .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
  .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { flex-basis:calc(50% - 8px); max-width:calc(50% - 4px); }
}
@media(max-width:600px){
  .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
  .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { flex-basis:100%; max-width:100%; }
}

/* Property-page composition: unify hero, gallery, CTAs and amenity panels */
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:first-child:has(.elementor-widget-slides) {
  position:relative;
  z-index:1;
  padding-bottom:0;
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:first-child + .elementor-section:has(.elementor-widget-media-carousel) {
  position:relative;
  z-index:3;
  width:min(86%,1040px);
  margin-top:-34px;
  margin-bottom:10px;
  padding:10px !important;
  background:#fff;
  border:1px solid var(--m3-line);
  border-radius:14px;
  box-shadow:0 12px 34px rgba(20,73,105,.14);
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:first-child + .elementor-section:has(.elementor-widget-media-carousel) .swiper {
  border:0;
  border-radius:10px;
  box-shadow:none;
}
/* One calendar icon only */
.elementor-widget-button .elementor-button::before,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"]::before,
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]::before { content:none !important; display:none !important; }
.elementor-widget-button .elementor-button::after,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"]::after,
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]::after {
  content:"\f073" !important;
  display:inline-block;
  margin-left:8px;
  font-family:FontAwesome !important;
  font-size:14px;
  font-weight:normal;
}
/* Join feature headings to their amenity panels */
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(+ .elementor-section .elementor-widget-text-editor ul:has(li:nth-child(7))) {
  margin-top:18px;
  margin-bottom:0;
  padding:16px 22px;
  color:#fff;
  background:var(--m3-brand);
  border:1px solid var(--m3-brand);
  border-radius:14px 14px 0 0;
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(+ .elementor-section .elementor-widget-text-editor ul:has(li:nth-child(7))) h2,
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(+ .elementor-section .elementor-widget-text-editor ul:has(li:nth-child(7))) h2 a { color:#fff !important; }
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(+ .elementor-section .elementor-widget-text-editor ul:has(li:nth-child(7))) h2::before {
  color:var(--m3-brand);
  background:#fff;
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-text-editor ul:has(li:nth-child(7))) {
  margin-top:0;
  margin-bottom:18px;
  padding:22px !important;
  background:#fff;
  border:1px solid var(--m3-line);
  border-top:0;
  border-radius:0 0 14px 14px;
  box-shadow:0 7px 20px rgba(20,73,105,.06);
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-text-editor ul:has(li:nth-child(7))) ul { margin-top:0; margin-bottom:0; }
/* Property intro card */
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-heading h1):has(.elementor-widget-text-editor) {
  position:relative;
  overflow:hidden;
  border-top:4px solid var(--m3-brand);
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-heading h1):has(.elementor-widget-text-editor)::before {
  content:"\f041";
  position:absolute;
  right:24px;
  top:22px;
  color:rgba(29,134,200,.12);
  font-family:FontAwesome;
  font-size:72px;
}
@media(max-width:767px){
  body.page > .elementor:not(.elementor-location-footer) > .elementor-section:first-child + .elementor-section:has(.elementor-widget-media-carousel) { width:calc(100% - 26px); margin-top:-18px; padding:7px !important; }
  body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(+ .elementor-section .elementor-widget-text-editor ul:has(li:nth-child(7))) { margin-inline:8px; padding:14px 16px; }
  body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-text-editor ul:has(li:nth-child(7))) { margin-inline:8px; padding:16px !important; }
}

/* Valid cross-page property section headers and amenity panels */
body.page:not(.home) .elementor-widget-heading:has(h2) {
  margin-top:14px;
  margin-bottom:0;
  padding:15px 20px;
  color:#fff;
  background:var(--m3-brand);
  border:1px solid var(--m3-brand);
  border-radius:12px;
  box-shadow:0 5px 16px rgba(20,73,105,.08);
}
body.page:not(.home) .elementor-widget-heading:has(h2) h2,
body.page:not(.home) .elementor-widget-heading:has(h2) h2 a { color:#fff !important; }
body.page:not(.home) .elementor-widget-heading:has(h2) h2::before {
  color:var(--m3-brand);
  background:#fff;
}
body.page:not(.home) .elementor-widget-text-editor:has(ul li:nth-child(7)) > .elementor-widget-container {
  padding:18px;
  background:#fff;
  border:1px solid var(--m3-line);
  border-radius:12px;
  box-shadow:0 5px 16px rgba(20,73,105,.05);
}
body.page:not(.home) .elementor-widget-text-editor:has(ul li:nth-child(7)) ul { margin-top:0; margin-bottom:0; }
@media(max-width:767px){
  body.page:not(.home) .elementor-widget-heading:has(h2) { padding:13px 15px; }
  body.page:not(.home) .elementor-widget-text-editor:has(ul li:nth-child(7)) > .elementor-widget-container { padding:12px; }
}

/* Page 677: deliberate visual sequence and icon-led content hierarchy */
body.page-id-677 > .elementor-677 { display:flex; flex-direction:column; }
body.page-id-677 > .elementor-677 > .elementor-section { order:100; }
body.page-id-677 > .elementor-677 > .elementor-element-a42735e { order:1; }
body.page-id-677 > .elementor-677 > .elementor-element-ac689a5 { order:2; }
body.page-id-677 > .elementor-677 > .elementor-element-6740356 { order:3; }
body.page-id-677 > .elementor-677 > .elementor-element-ff43dc3 { order:4; }
body.page-id-677 > .elementor-677 > .elementor-element-38ccc1f { order:5; }
body.page-id-677 > .elementor-677 > .elementor-element-454045f { order:6; }
body.page-id-677 > .elementor-677 > .elementor-element-e6d5fd2 { order:7; }
body.page-id-677 > .elementor-677 > .elementor-element-9fd43d3 { order:8; }
body.page-id-677 > .elementor-677 > .elementor-element-749a40a { order:9; }
body.page-id-677 > .elementor-677 > .elementor-element-4b5c8cb { order:10; }
body.page-id-677 > .elementor-677 > .elementor-element-2f156ab { order:11; }
body.page-id-677 > .elementor-677 > .elementor-element-2caf7f2 { order:12; }
body.page-id-677 > .elementor-677 > .elementor-element-61dff4c { order:13; }
body.page-id-677 > .elementor-677 > .elementor-element-28d24cc { order:14; }
body.page-id-677 > .elementor-677 > .elementor-element-5dcaeec { order:15; }
body.page-id-677 > .elementor-677 > .elementor-element-14c4aa4 { order:16; }
/* Remove redundant dividers, empty spacers and duplicate middle CTA */
body.page-id-677 > .elementor-677 > .elementor-element-f8b97c6,
body.page-id-677 > .elementor-677 > .elementor-element-39ecf95,
body.page-id-677 > .elementor-677 > .elementor-element-d3ea1d2,
body.page-id-677 > .elementor-677 > .elementor-element-e199f4b,
body.page-id-677 > .elementor-677 > .elementor-element-5beefd5,
body.page-id-677 > .elementor-677 > .elementor-element-13c98fc,
body.page-id-677 > .elementor-677 > .elementor-element-51288eb,
body.page-id-677 > .elementor-677 > .elementor-element-8bbe8f4 { display:none !important; }
/* Address panel */
body.page-id-677 .elementor-element-36b591d > .elementor-widget-container {
  position:relative;
  max-width:760px;
  margin:18px auto 22px;
  padding:14px 18px 14px 50px;
  color:var(--m3-ink);
  background:var(--m3-pale);
  border:1px solid #cde4f1;
  border-radius:10px;
}
body.page-id-677 .elementor-element-36b591d > .elementor-widget-container::before {
  content:"\f041";
  position:absolute;
  left:19px;
  top:50%;
  color:var(--m3-brand);
  font-family:FontAwesome;
  font-size:21px;
  transform:translateY(-50%);
}
body.page-id-677 .elementor-element-36b591d p { margin:0; }
/* Key Takeaways: three clear icon cards */
body.page-id-677 .elementor-element-00bfef5 h2 {
  margin-top:28px;
  color:var(--m3-ink) !important;
  text-align:center;
}
body.page-id-677 .elementor-element-00bfef5 ul {
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px;
  max-width:940px;
  margin:20px auto 0;
  padding:0;
  list-style:none;
}
body.page-id-677 .elementor-element-00bfef5 li {
  position:relative;
  margin:0;
  padding:58px 17px 18px;
  color:var(--m3-ink);
  background:#fff;
  border:1px solid var(--m3-line);
  border-radius:12px;
  box-shadow:0 5px 16px rgba(20,73,105,.055);
  font-size:14px;
  line-height:1.52;
}
body.page-id-677 .elementor-element-00bfef5 li::before {
  position:absolute;
  left:17px;
  top:17px;
  display:grid;
  width:30px;
  height:30px;
  place-items:center;
  color:#fff;
  background:var(--m3-brand);
  border-radius:8px;
  font-family:FontAwesome;
  font-size:14px;
}
body.page-id-677 .elementor-element-00bfef5 li:nth-child(1)::before { content:"\f005"; }
body.page-id-677 .elementor-element-00bfef5 li:nth-child(2)::before { content:"\f041"; }
body.page-id-677 .elementor-element-00bfef5 li:nth-child(3)::before { content:"\f1d8"; }
/* Related-property grids read as cards */
body.page-id-677 .elementor-element-28d24cc .elementor-column,
body.page-id-677 .elementor-element-14c4aa4 .elementor-column { padding:7px; }
body.page-id-677 .elementor-element-28d24cc .elementor-widget-image,
body.page-id-677 .elementor-element-14c4aa4 .elementor-widget-image {
  height:100%;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--m3-line);
  border-radius:12px;
  box-shadow:0 5px 16px rgba(20,73,105,.055);
}
@media(max-width:767px){
  body.page-id-677 .elementor-element-00bfef5 ul { grid-template-columns:1fr !important; }
  body.page-id-677 .elementor-element-00bfef5 li { padding:52px 15px 15px; }
  body.page-id-677 .elementor-element-36b591d > .elementor-widget-container { padding:13px 14px 13px 43px; }
  body.page-id-677 .elementor-element-36b591d > .elementor-widget-container::before { left:15px; }
}

/* Repair inherited Elementor heading and amenity sizing on property pages */
body.page:not(.home) .elementor-widget-heading:has(h2) > .elementor-widget-container {
  padding:0 !important;
  background:transparent !important;
}
body.page:not(.home) .elementor-widget-heading:has(h2) h2,
body.page:not(.home) .elementor-widget-heading:has(h2) h2 a { color:#fff !important; }
body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) {
  display:grid !important;
  grid-template-columns:repeat(4,220px) !important;
  justify-content:center !important;
  align-items:stretch;
  gap:9px !important;
  width:100% !important;
  max-width:none !important;
}
body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li {
  width:auto !important;
  max-width:none !important;
  min-height:52px;
  flex:none !important;
}
@media(max-width:1100px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(3,220px) !important; }
}
@media(max-width:800px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(2,minmax(140px,220px)) !important; }
}
@media(max-width:480px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:100% !important; }
}

/* Stable ordered amenity columns for legacy Elementor list markup */
body.page-id-677 { overflow-x:clip; }
body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) {
  display:block !important;
  width:100% !important;
  max-width:920px !important;
  columns:4 !important;
  column-gap:9px !important;
  margin-inline:auto !important;
}
body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li {
  display:block !important;
  width:auto !important;
  max-width:none !important;
  min-height:52px;
  margin:0 0 9px !important;
  break-inside:avoid;
  page-break-inside:avoid;
}
@media(max-width:800px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { columns:2 !important; }
}
@media(max-width:480px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { columns:1 !important; }
}

body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { width:100% !important; min-width:100% !important; }

body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { width:220px !important; min-width:220px !important; max-width:220px !important; }
@media(max-width:480px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { width:100% !important; min-width:100% !important; max-width:100% !important; }
}

/* Page 677 polish: reduce noise, improve spacing and readability */
body.page-id-677 .elementor-element-6740356 { padding:42px 48px !important; }
body.page-id-677 .elementor-element-6740356 h1,
body.page-id-677 .elementor-element-6740356 h1.elementor-heading-title { max-width:880px; font-size:32px !important; line-height:1.2 !important; }
body.page-id-677 .elementor-element-00bfef5 > .elementor-widget-container > p:first-child { max-width:760px; font-size:16px; line-height:1.72; }
body.page-id-677 .elementor-element-00bfef5 h2 { margin:34px 0 22px; font-size:24px !important; }
body.page-id-677 .elementor-element-00bfef5 h2::before { content:"\f00c" !important; }
body.page-id-677 .elementor-element-00bfef5 ul { gap:18px !important; }
body.page-id-677 .elementor-element-00bfef5 li { min-height:240px; padding:64px 22px 24px; font-size:14.5px; line-height:1.62; }
/* Property feature/facility headings align directly with their panels */
body.page-id-677 > .elementor-677 > .elementor-element-38ccc1f,
body.page-id-677 > .elementor-677 > .elementor-element-e6d5fd2 {
  width:min(100%,920px) !important;
  margin:38px auto 0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
body.page-id-677 .elementor-element-38ccc1f .elementor-widget-heading,
body.page-id-677 .elementor-element-e6d5fd2 .elementor-widget-heading {
  margin:0 !important;
  padding:18px 22px !important;
  border-radius:12px 12px 0 0 !important;
  box-shadow:none !important;
}
body.page-id-677 .elementor-element-38ccc1f h2,
body.page-id-677 .elementor-element-e6d5fd2 h2 { display:flex; align-items:flex-start; gap:11px; margin:0; font-size:20px !important; line-height:1.38 !important; text-align:left; }
body.page-id-677 .elementor-element-38ccc1f h2::before,
body.page-id-677 .elementor-element-e6d5fd2 h2::before { flex:0 0 30px; width:30px; height:30px; margin:0; }
body.page-id-677 > .elementor-677 > .elementor-element-454045f,
body.page-id-677 > .elementor-677 > .elementor-element-9fd43d3 {
  width:min(100%,920px) !important;
  margin:0 auto 32px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
body.page-id-677 .elementor-element-454045f .elementor-widget-container,
body.page-id-677 .elementor-element-9fd43d3 .elementor-widget-container {
  padding:24px 28px 15px !important;
  border:1px solid var(--m3-line) !important;
  border-top:0 !important;
  border-radius:0 0 12px 12px !important;
  box-shadow:0 8px 22px rgba(20,73,105,.06) !important;
}
/* Three roomy, ordered columns; one quiet check icon per item */
body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) {
  max-width:820px !important;
  columns:3 !important;
  column-gap:20px !important;
}
body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) li {
  width:260px !important;
  min-width:260px !important;
  max-width:260px !important;
  min-height:58px;
  margin-bottom:12px !important;
  padding:14px 15px 14px 43px !important;
  color:#294858 !important;
  background:#f5fafd !important;
  border-color:#d7e8f2 !important;
  font-size:14px;
  line-height:1.45;
}
body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) li::before {
  content:"\f00c" !important;
  left:15px !important;
  top:16px !important;
  color:var(--m3-brand) !important;
}
/* The long SEO copy stays intact but reads like an article */
body.page-id-677 > .elementor-677 > .elementor-element-4b5c8cb,
body.page-id-677 > .elementor-677 > .elementor-element-2f156ab {
  width:min(100%,940px) !important;
  margin:26px auto !important;
  padding:44px 54px !important;
}
body.page-id-677 .elementor-element-4b5c8cb .elementor-widget-container,
body.page-id-677 .elementor-element-2f156ab .elementor-widget-container { max-width:760px; margin:auto; }
body.page-id-677 .elementor-element-4b5c8cb p,
body.page-id-677 .elementor-element-2f156ab p { max-width:760px; margin:0 auto 22px; color:#405c6c !important; line-height:1.78; }
body.page-id-677 .elementor-element-4b5c8cb h2,
body.page-id-677 .elementor-element-2f156ab h2 { margin:0 0 24px; font-size:25px !important; }
body.page-id-677 .elementor-element-4b5c8cb h3,
body.page-id-677 .elementor-element-2f156ab h3 {
  margin:36px 0 15px;
  padding-left:14px;
  border-left:3px solid var(--m3-brand);
  font-size:20px !important;
}
body.page-id-677 .elementor-element-4b5c8cb h3::before,
body.page-id-677 .elementor-element-2f156ab h3::before { display:none !important; content:none !important; }
/* Reduce image dominance */
body.page-id-677 .elementor-element-ac689a5 { width:min(78%,940px) !important; margin-top:-24px !important; }
body.page-id-677 .elementor-element-ac689a5 .swiper-slide,
body.page-id-677 .elementor-element-ac689a5 .elementor-carousel-image { height:135px !important; min-height:135px !important; }
body.page-id-677 .elementor-element-28d24cc img,
body.page-id-677 .elementor-element-14c4aa4 img { width:100%; height:155px !important; object-fit:cover; }
body.page-id-677 .elementor-element-28d24cc,
body.page-id-677 .elementor-element-14c4aa4 { padding-top:12px !important; padding-bottom:32px !important; }
body.page-id-677 .elementor-element-61dff4c,
body.page-id-677 .elementor-element-5dcaeec { margin-top:34px !important; }
body.page-id-677 .elementor-widget-button .elementor-button { max-width:760px; margin:18px auto; }
@media(max-width:900px){
  body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:560px !important; columns:2 !important; }
  body.page-id-677 .elementor-element-6740356 { padding:34px 28px !important; }
}
@media(max-width:600px){
  body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:100% !important; columns:1 !important; }
  body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) li { width:100% !important; min-width:100% !important; max-width:100% !important; }
  body.page-id-677 .elementor-element-00bfef5 li { min-height:0; }
  body.page-id-677 > .elementor-677 > .elementor-element-4b5c8cb,
  body.page-id-677 > .elementor-677 > .elementor-element-2f156ab { margin:16px 8px !important; padding:30px 20px !important; }
  body.page-id-677 .elementor-element-ac689a5 { width:calc(100% - 28px) !important; }
}

/* Higher-specificity final amenity spacing */
body.page.page-id-677:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) {
  max-width:820px !important;
  columns:3 !important;
  column-gap:20px !important;
}
body.page.page-id-677:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li {
  width:260px !important;
  min-width:260px !important;
  max-width:260px !important;
  min-height:58px !important;
  margin-bottom:12px !important;
  padding:14px 15px 14px 43px !important;
}
@media(max-width:900px){
  body.page.page-id-677:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:560px !important; columns:2 !important; }
}
@media(max-width:600px){
  body.page.page-id-677:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:100% !important; columns:1 !important; }
  body.page.page-id-677:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li { width:100% !important; min-width:100% !important; max-width:100% !important; }
}

body.page-id-677 .elementor-element-ac689a5 .swiper { height:165px !important; min-height:165px !important; }
body.page-id-677 .elementor-element-ac689a5 .swiper-wrapper { height:135px !important; min-height:135px !important; }
body.page-id-677 .elementor-element-ac689a5 .swiper-pagination { bottom:7px !important; }

html:has(body.page-id-677),body.page-id-677 { overflow-x:hidden !important; max-width:100%; }

/* Site-wide apartment detail template: spacious feature/facility icon system */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-heading:has(h2) {
  width:min(100%,920px);
  margin:34px auto 0;
  padding:18px 22px;
  border-radius:12px 12px 0 0 !important;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-heading:has(h2) > .elementor-widget-container {
  padding:0 !important;
  background:transparent !important;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-heading:has(h2) h2 {
  display:flex;
  align-items:flex-start;
  gap:11px;
  margin:0;
  font-size:20px !important;
  line-height:1.38 !important;
  text-align:left;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor:has(ul li:nth-child(7)) > .elementor-widget-container {
  width:min(100%,920px);
  margin:0 auto 32px;
  padding:24px 28px 15px !important;
  background:#fff;
  border:1px solid var(--m3-line) !important;
  border-radius:0 0 12px 12px !important;
  box-shadow:0 8px 22px rgba(20,73,105,.06) !important;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) {
  display:block !important;
  width:100% !important;
  max-width:820px !important;
  margin:0 auto !important;
  padding:0 !important;
  columns:3 !important;
  column-gap:20px !important;
  list-style:none !important;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) li {
  position:relative;
  display:block !important;
  width:260px !important;
  min-width:260px !important;
  max-width:260px !important;
  min-height:58px !important;
  margin:0 0 12px !important;
  padding:14px 15px 14px 43px !important;
  break-inside:avoid;
  color:#294858 !important;
  background:#f5fafd !important;
  border:1px solid #d7e8f2 !important;
  border-radius:9px !important;
  font-size:14px;
  line-height:1.45;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) li::before {
  content:"\f00c" !important;
  position:absolute !important;
  left:15px !important;
  top:16px !important;
  display:block !important;
  width:16px !important;
  height:20px !important;
  color:var(--m3-brand) !important;
  background:transparent !important;
  font-family:FontAwesome !important;
  font-size:14px !important;
  font-weight:normal !important;
}
/* Apartment Features: icons follow the consistent feature order used by the property templates */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(1)::before { content:"\f236" !important; } /* bedrooms */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(2)::before { content:"\f2cd" !important; } /* bathrooms */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(3)::before { content:"\f06e" !important; } /* views */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(4)::before { content:"\f1b9" !important; } /* parking */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(5)::before { content:"\f1eb" !important; } /* wifi */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(6)::before { content:"\f1ad" !important; } /* balcony */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(7)::before { content:"\f0f5" !important; } /* kitchen */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(8)::before { content:"\f2dc" !important; } /* air conditioning */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(9)::before { content:"\f065" !important; } /* floor area */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(10)::before { content:"\f05e" !important; } /* non-smoking */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(11)::before { content:"\f26c" !important; } /* television */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(12)::before { content:"\f2c9" !important; } /* heating */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(13)::before { content:"\f2cc" !important; } /* shower */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(14)::before { content:"\f0c7" !important; } /* fridge */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(15)::before { content:"\f236" !important; } /* linen */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(16)::before { content:"\f0f5" !important; } /* dining */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(17)::before { content:"\f06d" !important; } /* stovetop */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(18)::before { content:"\f110" !important; } /* washer/dryer */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(19)::before { content:"\f043" !important; } /* dishwasher */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(20)::before { content:"\f1bb" !important; } /* outdoor */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(21)::before { content:"\f0f5" !important; } /* toaster */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(22)::before { content:"\f26c" !important; } /* television */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(23)::before { content:"\f06d" !important; } /* oven */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(24)::before { content:"\f2db" !important; } /* microwave */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(25)::before { content:"\f1eb" !important; } /* internet */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(26)::before { content:"\f0c0" !important; } /* lounge */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(27)::before { content:"\f2cc" !important; } /* towels */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(28)::before { content:"\f062" !important; } /* lift */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(29)::before { content:"\f110" !important; } /* laundry */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(30)::before { content:"\f0e7" !important; } /* ironing */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(31)::before { content:"\f0eb" !important; } /* hairdryer */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(32)::before { content:"\f1ae" !important; } /* cots */
/* Property Facilities: parking, views, Wi-Fi, pool, gym, family, lift, security, shopping */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(1)::before { content:"\f1b9" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(2)::before { content:"\f06e" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(3)::before { content:"\f1eb" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(4)::before { content:"\f043" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(5)::before { content:"\f21e" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(6)::before { content:"\f1ae" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(7)::before { content:"\f062" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(8)::before { content:"\f132" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(9)::before { content:"\f07a" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(10)::before { content:"\f041" !important; }
@media(max-width:900px){
  body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:560px !important; columns:2 !important; }
}
@media(max-width:600px){
  body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:100% !important; columns:1 !important; }
  body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) li { width:100% !important; min-width:100% !important; max-width:100% !important; }
}


/* Apartment facilities: full-width legacy alignment and reliable variable-list icons */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-container:has(> ul) {
  width: 100% !important;
  max-width: 960px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) {
  width: 100% !important;
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Facilities after the stable Parking / Views / Wi-Fi trio vary by property. */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(n+4)::before {
  content: "\f058" !important;
}
@media (max-width: 900px) {
  body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-container:has(> ul) {
    max-width: 100% !important;
  }
}

/* Keep Elementor wrappers single-column; columns belong on the amenity lists only. */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor:has(ul) {
  column-count: 1 !important;
  columns: auto !important;
  width: 100% !important;
}


/* Responsive navigation repair — open hamburger dropdown */
@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .header-inner {
    position: relative !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation.show {
    display: block !important;
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    z-index: 9999 !important;
    padding: 10px !important;
    background: #1d86c8 !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 34px rgba(5,45,72,.26) !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation.show ul.menu,
  .site-header.menu-dropdown-tablet .site-navigation.show ul {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 4px !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation.show li {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation.show a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 46px !important;
    padding: 11px 14px !important;
    color: #fff !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation.show a:hover,
  .site-header.menu-dropdown-tablet .site-navigation.show a:focus {
    background: rgba(255,255,255,.18) !important;
  }
}

@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .site-navigation.show {
    left: 50% !important;
    right: auto !important;
    width: calc(100vw - 32px) !important;
    max-width: 420px !important;
    transform: translateX(-50%) !important;
  }
}


/* Responsive navigation state correction — use the theme's true dropdown state */
@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .site-navigation,
  .site-header.menu-dropdown-tablet .site-navigation.show {
    display: none !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder:not(.elementor-active) + .site-navigation-dropdown {
    display: none !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown {
    display: block !important;
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 50% !important;
    right: auto !important;
    width: calc(100vw - 32px) !important;
    max-width: 420px !important;
    max-height: none !important;
    height: auto !important;
    transform: translateX(-50%) !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
    z-index: 9999 !important;
    padding: 10px !important;
    background: #1d86c8 !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 34px rgba(5,45,72,.26) !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-dropdown ul {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 4px !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-dropdown li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-dropdown a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 11px 14px !important;
    color: #fff !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
  }
}

@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown .menu-main-menu-container {
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown ul {
    position: static !important;
    height: auto !important;
  }
}

@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown {
    min-height: 225px !important;
  }
}


/* Mobile navigation state correction — 2026-07-27 */
@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .site-navigation-dropdown.show,
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder:not(.elementor-active) + .site-navigation-dropdown {
    display: none !important;
    min-height: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown,
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown.show {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 12px !important;
    background: #0b75b5 !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    box-shadow: 0 14px 34px rgba(4,45,73,.22) !important;
    overflow: visible !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown .menu-main-menu-container,
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown ul {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    position: static !important;
    overflow: visible !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown li {
    display: block !important;
    width: 100% !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown li:last-child {
    margin-bottom: 0 !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 11px 14px !important;
    color: #073f67 !important;
    background: #ffffff !important;
    border: 1px solid rgba(7,63,103,.16) !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
  }
}


/* Booking.com calls to action — larger yellow treatment */
.elementor-heading-title > a[href*="booking.com"],
a.elementor-button[href*="booking.com"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 64px !important;
  padding: 18px 30px !important;
  background: #ffc400 !important;
  color: #142c3d !important;
  border: 2px solid #e2aa00 !important;
  border-radius: 12px !important;
  box-shadow: 0 7px 18px rgba(151, 112, 0, .22) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease !important;
}
.elementor-heading-title > a[href*="booking.com"]:hover,
a.elementor-button[href*="booking.com"]:hover {
  background: #ffdb4d !important;
  color: #102838 !important;
  border-color: #c89500 !important;
  box-shadow: 0 10px 24px rgba(151, 112, 0, .3) !important;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .elementor-heading-title > a[href*="booking.com"],
  a.elementor-button[href*="booking.com"] {
    min-height: 60px !important;
    padding: 17px 20px !important;
    font-size: 17px !important;
  }
}


/* Booking.com CTA priority override */
html body .elementor-widget:not(.elementor-widget-image) a[href*="booking.com"],
html body .elementor-widget-button a.elementor-button[href*="booking.com"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 64px !important;
  padding: 18px 30px !important;
  background: #ffc400 !important;
  color: #142c3d !important;
  border: 2px solid #e2aa00 !important;
  border-radius: 12px !important;
  box-shadow: 0 7px 18px rgba(151, 112, 0, .22) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  text-decoration: none !important;
}
html body .elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]:hover,
html body .elementor-widget-button a.elementor-button[href*="booking.com"]:hover {
  background: #ffdb4d !important;
  color: #102838 !important;
  border-color: #c89500 !important;
  box-shadow: 0 10px 24px rgba(151, 112, 0, .3) !important;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  html body .elementor-widget:not(.elementor-widget-image) a[href*="booking.com"],
  html body .elementor-widget-button a.elementor-button[href*="booking.com"] {
    min-height: 60px !important;
    padding: 17px 20px !important;
    font-size: 17px !important;
  }
}


/* Keep yellow Booking.com headings legible over page heading rules */
html body.page:not(.home) .elementor-widget-heading:has(h2) h2 a[href*="booking.com"],
html body .elementor-widget-heading .elementor-heading-title a[href*="booking.com"] {
  color: #142c3d !important;
}
html body.page:not(.home) .elementor-widget-heading:has(h2) h2 a[href*="booking.com"]:hover,
html body .elementor-widget-heading .elementor-heading-title a[href*="booking.com"]:hover {
  color: #102838 !important;
}


/*
 * Melbourne Penthouse Apartments — full-site staging redesign
 * Visual direction: the approved Car Hire / Flights / Things to Do pages.
 * This stylesheet is intentionally scoped away from those three pages because
 * they already contain their own approved page-level design systems.
 */

:root {
  --mpa-blue: #1d86c8;
  --mpa-blue-dark: #0c5688;
  --mpa-blue-deep: #083f67;
  --mpa-sky: #eff8fd;
  --mpa-cloud: #f7fafc;
  --mpa-ink: #183141;
  --mpa-muted: #607888;
  --mpa-line: #d8e8f1;
  --mpa-gold: #ffc400;
  --mpa-white: #ffffff;
  --mpa-shadow: 0 16px 44px rgba(20, 73, 105, .11);
  --mpa-radius: 18px;
}

body {
  background: var(--mpa-cloud);
  color: var(--mpa-ink);
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] {
  overflow: hidden;
  background: var(--mpa-cloud);
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] p,
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] li {
  color: var(--mpa-muted);
  font-size: 16px;
  line-height: 1.72;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h1,
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h2,
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h3 {
  color: var(--mpa-ink);
  letter-spacing: -.025em;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h1 {
  font-size: clamp(36px, 5vw, 62px) !important;
  line-height: 1.04 !important;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h2 {
  font-size: clamp(27px, 3.4vw, 42px) !important;
  line-height: 1.14 !important;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h3 {
  font-size: clamp(19px, 2vw, 24px) !important;
  line-height: 1.25 !important;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"]
  > .elementor-section,
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"]
  > .e-con {
  padding-top: 64px;
  padding-bottom: 64px;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635)
  [data-elementor-type="wp-page"] .elementor-section-boxed > .elementor-container,
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635)
  [data-elementor-type="wp-page"] .e-con-boxed > .e-con-inner {
  width: min(1120px, calc(100% - 36px));
}

/* Keep compact divider accents used on the approved travel pages. */
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635)
  [data-elementor-type="wp-page"] .elementor-divider-separator {
  width: 74px !important;
  border-top-width: 4px !important;
  border-color: var(--mpa-gold) !important;
  border-radius: 999px;
}

/* Header */
:is(header.elementor-location-header, #site-header) {
  position: relative;
  z-index: 40;
  background: var(--mpa-blue) !important;
  box-shadow: 0 8px 26px rgba(8, 63, 103, .16);
}

:is(header.elementor-location-header, #site-header) > .elementor-section,
:is(header.elementor-location-header, #site-header) > .e-con,
:is(header.elementor-location-header, #site-header) .elementor-top-section {
  background: var(--mpa-blue) !important;
}

:is(header.elementor-location-header, #site-header) .elementor-container,
:is(header.elementor-location-header, #site-header) .e-con-inner {
  width: min(1180px, calc(100% - 34px));
}

:is(header.elementor-location-header, #site-header) .custom-logo {
  width: auto;
  max-width: 300px;
  max-height: 82px;
  object-fit: contain;
}

:is(header.elementor-location-header, #site-header) .elementor-nav-menu--[data-elementor-type="wp-page"] > ul {
  align-items: center;
  gap: 4px;
}

:is(header.elementor-location-header, #site-header) .elementor-nav-menu--[data-elementor-type="wp-page"] .elementor-item {
  min-height: 48px;
  padding: 13px 12px !important;
  border-radius: 9px;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  letter-spacing: .01em;
}

:is(header.elementor-location-header, #site-header) .elementor-nav-menu--[data-elementor-type="wp-page"] .elementor-item:hover,
:is(header.elementor-location-header, #site-header) .elementor-nav-menu--[data-elementor-type="wp-page"] .elementor-item.elementor-item-active {
  background: rgba(255, 255, 255, .13);
  color: #fff !important;
}

:is(header.elementor-location-header, #site-header) .elementor-nav-menu--dropdown {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  background: var(--mpa-blue-deep);
  box-shadow: 0 18px 44px rgba(4, 38, 62, .24);
}

:is(header.elementor-location-header, #site-header) .elementor-menu-toggle {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 11px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

/* Hello theme header used on the cloned site. */
#site-header .header-inner {
  display: flex;
  align-items: center;
  gap: 26px;
  width: min(1180px, calc(100% - 36px));
  min-height: 112px;
  margin: 0 auto;
  padding: 12px 0;
}

#site-header .site-branding {
  flex: 0 0 310px;
}

#site-header .site-navigation {
  flex: 1 1 auto;
}

#site-header .site-navigation .menu {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
  margin: 0 !important;
  padding: 0 !important;
}

#site-header .site-navigation .menu > li {
  margin: 0 !important;
}

#site-header .site-navigation .menu > li > a {
  display: flex;
  align-items: center;
  min-height: 42px !important;
  padding: 8px 10px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  text-align: center;
}

#site-header .site-navigation .menu > li > a::before {
  display: none !important;
}

#site-header .site-navigation .menu > li::before {
  display: none !important;
}

#site-header .site-navigation .menu > li > a:hover,
#site-header .site-navigation .menu > li.current-menu-item > a {
  background: rgba(255, 255, 255, .13) !important;
}

/* Large, high-conversion Booking.com CTAs. */
html body a[href*="booking.com"].elementor-button,
html body .elementor-button[href*="booking.com"],
html body .elementor-heading-title a[href*="booking.com"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 64px !important;
  padding: 17px 28px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: var(--mpa-gold) !important;
  color: #142c3d !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  box-shadow: 0 12px 26px rgba(255, 196, 0, .25) !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease !important;
}

html body a[href*="booking.com"].elementor-button::before,
html body .elementor-button[href*="booking.com"]::before,
html body .elementor-heading-title a[href*="booking.com"]::before {
  content: "✓";
  display: grid;
  flex: 0 0 25px;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(20, 44, 61, .1);
  font-size: 14px;
  font-weight: 950;
}

html body a[href*="booking.com"].elementor-button:hover,
html body .elementor-button[href*="booking.com"]:hover,
html body .elementor-heading-title a[href*="booking.com"]:hover {
  transform: translateY(-2px);
  background: #ffd34f !important;
  color: #102838 !important;
  box-shadow: 0 16px 32px rgba(255, 196, 0, .34) !important;
}

/* Homepage and accommodation collection pages. */
body:is(
  .page-id-82,
  .page-id-208,
  .page-id-210,
  .page-id-211,
  .page-id-212,
  .page-id-1614,
  .page-id-1616,
  .page-id-1618,
  .page-id-3099
) [data-elementor-type="wp-page"] > .elementor-section:first-child {
  position: relative;
  padding-top: 92px !important;
  padding-bottom: 92px !important;
  background:
    linear-gradient(135deg, rgba(8, 63, 103, .98), rgba(29, 134, 200, .88)) !important;
}

body:is(
  .page-id-82,
  .page-id-208,
  .page-id-210,
  .page-id-211,
  .page-id-212,
  .page-id-1614,
  .page-id-1616,
  .page-id-1618,
  .page-id-3099
) [data-elementor-type="wp-page"] > .elementor-section:first-child :is(h1, h2, h3, p, li, a:not(.elementor-button)) {
  color: #fff !important;
}

body:is(
  .page-id-82,
  .page-id-208,
  .page-id-210,
  .page-id-211,
  .page-id-212,
  .page-id-1614,
  .page-id-1616,
  .page-id-1618,
  .page-id-3099
) [data-elementor-type="wp-page"] .elementor-widget-image img {
  border-radius: var(--mpa-radius);
  box-shadow: var(--mpa-shadow);
}

body:is(
  .page-id-82,
  .page-id-208,
  .page-id-210,
  .page-id-211,
  .page-id-212,
  .page-id-1614,
  .page-id-1616,
  .page-id-1618,
  .page-id-3099
) [data-elementor-type="wp-page"] .elementor-widget-text-editor {
  max-width: 800px;
}

body:is(
  .page-id-82,
  .page-id-208,
  .page-id-210,
  .page-id-211,
  .page-id-212,
  .page-id-1614,
  .page-id-1616,
  .page-id-1618,
  .page-id-3099
) [data-elementor-type="wp-page"] .elementor-column:has(.elementor-widget-image)
  > .elementor-widget-wrap {
  overflow: hidden;
  border: 1px solid var(--mpa-line);
  border-radius: var(--mpa-radius);
  background: #fff;
  box-shadow: var(--mpa-shadow);
}

/* Individual apartment pages. */
body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] > .elementor-section:nth-of-type(3) {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
  background:
    radial-gradient(circle at 90% 5%, rgba(255,255,255,.18), transparent 30%),
    linear-gradient(135deg, var(--mpa-blue-deep), var(--mpa-blue)) !important;
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] > .elementor-section:nth-of-type(3)
  :is(h1, h2, h3, p, li, a:not(.elementor-button)) {
  color: #fff !important;
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-widget-media-carousel {
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 56px rgba(8, 63, 103, .18);
}

/* Feature and facility heading bands. */
body [data-elementor-type="wp-page"] .elementor-widget-heading:has(.elementor-heading-title a[href*="apartment"])
  .elementor-heading-title:not(:has(a[href*="booking.com"])) {
  margin: 0 !important;
}

body [data-elementor-type="wp-page"] .elementor-widget-heading .elementor-heading-title > a[href*="melbournepenthouseapartments.com.au"] {
  color: inherit;
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(h2 a[href*="melbournepenthouseapartments.com.au"]) {
  padding-top: 44px;
  padding-bottom: 20px;
  background: var(--mpa-sky) !important;
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(h2 a[href*="melbournepenthouseapartments.com.au"])
  h2 {
  padding-left: 18px;
  border-left: 5px solid var(--mpa-gold);
  font-size: clamp(24px, 3vw, 34px) !important;
  text-transform: none !important;
}

/* Turn feature/facility lists into roomy icon cards. */
body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
  .elementor-widget-text-editor > .elementor-widget-container > ul {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
  .elementor-widget-text-editor > .elementor-widget-container > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 68px;
  margin: 0 !important;
  padding: 13px 14px 13px 55px !important;
  border: 1px solid var(--mpa-line);
  border-radius: 13px !important;
  background: #fff !important;
  color: var(--mpa-ink) !important;
  font-size: 14px !important;
  font-weight: 750;
  line-height: 1.35 !important;
  box-shadow: 0 7px 20px rgba(20, 73, 105, .06);
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
  .elementor-widget-text-editor > .elementor-widget-container > ul > li::before {
  content: "✓";
  position: absolute;
  left: 13px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  transform: translateY(-50%);
  border-radius: 10px;
  background: var(--mpa-sky);
  color: var(--mpa-blue-dark);
  font-size: 16px;
  font-weight: 950;
}

/* Long-form content becomes calm editorial cards rather than a wall of text. */
body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor h2)
  > .elementor-container {
  padding: clamp(26px, 4vw, 50px);
  border: 1px solid var(--mpa-line);
  border-radius: var(--mpa-radius);
  background: #fff;
  box-shadow: var(--mpa-shadow);
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-widget-text-editor h2 {
  margin-top: 46px;
  padding-top: 38px;
  border-top: 1px solid var(--mpa-line);
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-widget-text-editor h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

/* Related apartment and destination blocks. */
body [data-elementor-type="wp-page"] .rt-tpg-container .rt-holder,
body [data-elementor-type="wp-page"] .elementor-widget-image-box .elementor-image-box-wrapper {
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--mpa-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(20, 73, 105, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

body [data-elementor-type="wp-page"] .rt-tpg-container .rt-holder:hover,
body [data-elementor-type="wp-page"] .elementor-widget-image-box .elementor-image-box-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(20, 73, 105, .14);
}

body [data-elementor-type="wp-page"] .rt-tpg-container img,
body [data-elementor-type="wp-page"] .elementor-widget-image-box img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* Utility pages. */
body:is(.page-id-1620, .page-id-297, .page-id-298, .page-id-299)
  [data-elementor-type="wp-page"] > .elementor-section:not(:first-child)
  > .elementor-container {
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid var(--mpa-line);
  border-radius: var(--mpa-radius);
  background: #fff;
  box-shadow: var(--mpa-shadow);
}

/* Footer */
footer.elementor-location-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(29, 134, 200, .28), transparent 34%),
    var(--mpa-blue-deep) !important;
  color: #fff;
}

footer.elementor-location-footer > .elementor-section,
footer.elementor-location-footer > .e-con,
footer.elementor-location-footer .elementor-top-section {
  background: transparent !important;
}

footer.elementor-location-footer .elementor-container,
footer.elementor-location-footer .e-con-inner {
  width: min(1120px, calc(100% - 36px));
}

footer.elementor-location-footer .custom-logo {
  width: auto;
  max-width: 280px;
  max-height: 90px;
  object-fit: contain;
}

footer.elementor-location-footer :is(h2, h3, h4, p, li, a) {
  color: #fff !important;
}

footer.elementor-location-footer a {
  opacity: .88;
}

footer.elementor-location-footer a:hover {
  opacity: 1;
  color: #bfe9ff !important;
}

footer.elementor-location-footer .elementor-nav-menu {
  gap: 6px;
}

footer.elementor-location-footer .elementor-nav-menu a {
  min-height: 40px;
  padding: 8px 10px !important;
  border-radius: 8px;
}

footer.elementor-location-footer .elementor-nav-menu a:hover {
  background: rgba(255,255,255,.09);
}

@media (max-width: 1024px) {
  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container > ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :is(header.elementor-location-header, #site-header) .elementor-nav-menu--dropdown {
    margin-top: 12px !important;
  }

  :is(header.elementor-location-header, #site-header) .elementor-nav-menu--dropdown .elementor-item {
    min-height: 50px;
    padding: 13px 16px !important;
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: #fff !important;
    font-size: 15px !important;
  }

  #site-header .header-inner {
    min-height: 96px;
    padding: 10px 0;
  }

  #site-header .site-branding {
    flex: 1 1 auto;
  }
}

@media (max-width: 767px) {
  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"]
    > .elementor-section,
  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"]
    > .e-con {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635)
    [data-elementor-type="wp-page"] .elementor-section-boxed > .elementor-container,
  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635)
    [data-elementor-type="wp-page"] .e-con-boxed > .e-con-inner {
    width: min(100% - 24px, 1120px);
  }

  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h1 {
    font-size: clamp(32px, 10vw, 44px) !important;
  }

  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h2 {
    font-size: clamp(25px, 8vw, 34px) !important;
  }

  :is(header.elementor-location-header, #site-header) .custom-logo {
    max-width: min(74vw, 285px);
    max-height: 74px;
  }

  :is(header.elementor-location-header, #site-header) .elementor-nav-menu--dropdown {
    max-height: min(68vh, 560px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container {
    padding: 12px !important;
  }

  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container > ul > li {
    min-height: 64px;
    padding: 11px 10px 11px 47px !important;
    font-size: 13px !important;
  }

  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container > ul > li::before {
    left: 10px;
    width: 28px;
    height: 28px;
  }

  html body a[href*="booking.com"].elementor-button,
  html body .elementor-button[href*="booking.com"],
  html body .elementor-heading-title a[href*="booking.com"] {
    width: 100% !important;
    min-height: 62px !important;
    padding: 16px 18px !important;
    font-size: 16px !important;
  }

  footer.elementor-location-footer {
    text-align: center;
  }
}

@media (max-width: 430px) {
  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container > ul {
    grid-template-columns: 1fr;
  }
}


/* STAGING FLIGHTS-STYLE REBUILD SYSTEM */
body:has(.mpa-rebuild) .page-header,
body:has(.mpa-rebuild) .entry-header,
body:has(.mpa-rebuild) main > .page-content > .entry-title { display:none !important; }
.mpa-rebuild .hero h1 { font-size:clamp(44px,4.2vw,60px) !important; line-height:1.02 !important; max-width:700px !important; }
@media (min-width:1025px) {
  html body #site-header.site-header { min-height:82px !important; padding:6px 28px !important; }
  html body #site-header .header-inner { width:min(1180px,100%) !important; min-height:68px !important; height:68px !important; align-items:center !important; }
  html body #site-header .site-branding,
  html body #site-header .site-logo,
  html body #site-header .custom-logo-link { height:68px !important; min-height:0 !important; display:flex !important; align-items:center !important; }
  html body #site-header img.custom-logo { width:180px !important; max-width:180px !important; height:auto !important; max-height:68px !important; object-fit:contain !important; }
  html body #site-header .site-navigation,
  html body #site-header .site-navigation .menu,
  html body #site-header .site-navigation .menu > li { height:58px !important; min-height:58px !important; }
  html body #site-header .site-navigation { margin-left:auto !important; align-self:center !important; }
  html body #site-header .site-navigation .menu > li > a { height:58px !important; min-height:58px !important; padding:9px 10px !important; border-radius:10px !important; font-size:12px !important; line-height:1.12 !important; }
}
@media (max-width:700px) { .mpa-rebuild .hero h1 { font-size:44px !important; max-width:100% !important; } }


/* STAGING HEADER SINGLE-ROW REFINEMENT */
@media (min-width:1025px) {
  html body #site-header .header-inner { display:flex !important; flex-wrap:nowrap !important; gap:28px !important; }
  html body #site-header .site-branding { flex:0 0 180px !important; width:180px !important; }
  html body #site-header .site-navigation { flex:1 1 auto !important; width:auto !important; max-width:none !important; margin-left:0 !important; }
  html body #site-header .site-navigation .menu { width:100% !important; display:flex !important; flex-wrap:nowrap !important; gap:6px !important; }
  html body #site-header .site-navigation .menu > li { flex:1 1 0 !important; width:auto !important; min-width:0 !important; }
  html body #site-header .site-navigation .menu > li > a { width:100% !important; padding:8px 6px !important; font-size:11.5px !important; text-align:center !important; white-space:normal !important; }
}


/* STAGING MOBILE HEADER AND WIDTH FIX */
@media (max-width:1024px) {
  html, body { max-width:100%; overflow-x:hidden; }
  html body #site-header.site-header { min-height:82px !important; padding:6px 12px !important; background:#4f8dca !important; }
  html body #site-header .header-inner { width:100% !important; max-width:100% !important; min-height:70px !important; height:70px !important; padding:0 !important; display:flex !important; flex-wrap:nowrap !important; align-items:center !important; justify-content:space-between !important; gap:12px !important; }
  html body #site-header .site-branding { flex:0 1 210px !important; width:auto !important; min-width:0 !important; height:68px !important; display:flex !important; align-items:center !important; }
  html body #site-header .site-logo,
  html body #site-header .custom-logo-link { width:auto !important; height:68px !important; display:flex !important; align-items:center !important; }
  html body #site-header img.custom-logo { width:auto !important; max-width:210px !important; height:auto !important; max-height:62px !important; object-fit:contain !important; }
  html body #site-header .site-navigation-toggle-holder { flex:0 0 46px !important; width:46px !important; height:46px !important; margin-left:auto !important; display:flex !important; align-items:center !important; justify-content:center !important; }
  html body #site-header .site-navigation-toggle { width:46px !important; height:46px !important; display:flex !important; align-items:center !important; justify-content:center !important; border:1px solid rgba(255,255,255,.38) !important; border-radius:12px !important; color:#fff !important; font-size:25px !important; }
  html body #site-header .site-navigation-dropdown { top:82px !important; width:100% !important; max-width:100% !important; z-index:9999 !important; }
  html body #site-header .site-navigation-dropdown .menu { margin:0 !important; padding:10px 12px !important; background:#0f4f7c !important; }
  html body #site-header .site-navigation-dropdown .menu a { min-height:48px !important; padding:13px 14px !important; color:#fff !important; border-bottom:1px solid rgba(255,255,255,.12) !important; font-size:15px !important; line-height:1.25 !important; }
  .mpa-rebuild { width:100% !important; max-width:100% !important; overflow-x:clip !important; }
}
@media (max-width:600px) {
  .mpa-rebuild .hero h1,
  .mpa-rebuild h1 { font-size:clamp(36px,11vw,44px) !important; line-height:1.04 !important; overflow-wrap:anywhere; }
  .mpa-rebuild .hero-grid { padding:44px 0 60px !important; }
  .mpa-rebuild .search-card { padding:22px !important; }
}
@media (max-width:360px) {
  html body #site-header .site-branding { flex-basis:196px !important; }
  html body #site-header img.custom-logo { max-width:196px !important; }
  .mpa-rebuild .hero h1,
  .mpa-rebuild h1 { font-size:35px !important; }
}

/* STAGING MOBILE MENU VISIBILITY FIX */
@media (max-width:1024px) {
  html body #site-header .site-navigation-dropdown,
  html body #site-header .site-navigation-dropdown .menu,
  html body #site-header .site-navigation-dropdown ul.menu > li { background:#0f4f7c !important; }
  html body #site-header .site-navigation-dropdown ul.menu > li > a {
    display:flex !important;
    align-items:center !important;
    width:100% !important;
    min-height:50px !important;
    margin:0 !important;
    padding:13px 14px !important;
    background:#0f4f7c !important;
    color:#fff !important;
    opacity:1 !important;
    text-shadow:none !important;
    border:0 !important;
    border-bottom:1px solid rgba(255,255,255,.16) !important;
    border-radius:0 !important;
    font-size:15px !important;
    font-weight:700 !important;
    line-height:1.25 !important;
  }
  html body #site-header .site-navigation-dropdown ul.menu > li > a:hover,
  html body #site-header .site-navigation-dropdown ul.menu > li > a:focus { background:#166a9f !important; color:#fff !important; }
}/* Melbourne Penthouse Apartments — brand-led redesign, private draft v3 */
:root {
  --m3-brand: #1d86c8;
  --m3-brand-dark: #116da8;
  --m3-brand-deep: #0c5688;
  --m3-pale: #eff7fc;
  --m3-bg: #f7fafc;
  --m3-white: #ffffff;
  --m3-ink: #183141;
  --m3-muted: #607888;
  --m3-line: #d8e6ef;
  --m3-gold: #f4b544;
  --m3-shadow: 0 8px 26px rgba(20,73,105,.09);
  --m3-radius: 14px;
}
html { scroll-behavior: smooth; }
body.wp-theme-hello-elementor,
body.elementor-default {
  margin: 0;
  color: var(--m3-ink) !important;
  background: var(--m3-bg) !important;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
::selection { color: #fff; background: var(--m3-brand-dark); }
a { color: var(--m3-brand-dark); text-underline-offset: 3px; transition: .2s ease; }
a:hover { color: var(--m3-brand-deep); }

/* Brand-colour header: the logo now blends into the background */
.site-header {
  position: sticky;
  z-index: 999;
  top: 0;
  width: 100%;
  padding: 10px clamp(18px,3vw,42px);
  color: #fff;
  background: var(--m3-brand) !important;
  border-bottom: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 5px 20px rgba(12,86,136,.18);
}
.admin-bar .site-header { top: 32px; }
.site-header .header-inner {
  display: flex;
  width: 100%;
  max-width: 1240px;
  min-height: 72px;
  margin: auto;
  gap: clamp(22px,3vw,48px);
  align-items: center;
}
.site-header .site-branding { flex: 0 0 250px; }
.site-header .custom-logo-link { display: flex; align-items: center; }
.site-header .custom-logo {
  width: 250px;
  max-width: 100%;
  max-height: 84px;
  object-fit: contain;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.site-header .site-navigation { flex: 1 1 auto; margin-left: auto; }
.site-header .site-navigation ul.menu {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 7px;
  align-items: stretch;
}
.site-header .site-navigation ul.menu > li { display: flex; }
.site-header .site-navigation ul.menu > li > a {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 8px 9px;
  color: #fff !important;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  font: 700 12px/1.25 Inter,ui-sans-serif,sans-serif;
  letter-spacing: .01em;
  text-align: center;
}
.site-header .site-navigation ul.menu > li > a::before {
  margin-bottom: 5px;
  font-family: FontAwesome;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
}
.site-header .site-navigation a[href*="penthouse-accommodation-melbourne"]::before { content: "\f1ad"; }
.site-header .site-navigation a[href*="3-bedroom-accommodation"]::before { content: "\f015"; }
.site-header .site-navigation a[href*="2-bedroom-accommodation"]::before { content: "\f236"; }
.site-header .site-navigation a[href*="1-bedroom-accommodation"]::before { content: "\f007"; }
.site-header .site-navigation ul.menu > li > a:hover,
.site-header .site-navigation ul.menu > li.current-menu-item > a,
.site-header .site-navigation ul.menu > li.current_page_item > a {
  color: #fff !important;
  background: rgba(7,70,111,.27);
  border-color: rgba(255,255,255,.46);
  transform: translateY(-1px);
}
.site-header .site-navigation-toggle {
  color: #fff;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 9px;
}

/* Page rhythm and containers */
.elementor:not(.elementor-location-footer) { color: var(--m3-ink); }
body > .elementor:not(.elementor-location-footer) > .elementor-section,
body > .elementor:not(.elementor-location-footer) > .e-con {
  width: min(100%,1120px);
  margin-inline: auto;
  padding: 25px clamp(16px,2.5vw,28px);
}
body > .elementor:not(.elementor-location-footer) > .elementor-section:first-child,
body > .elementor:not(.elementor-location-footer) > .e-con:first-child {
  width: min(100%,1280px);
  padding-top: 18px;
  padding-bottom: 18px;
}
/* Make text-led blocks feel designed without changing their words */
body > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-heading):has(.elementor-widget-text-editor),
body > .elementor:not(.elementor-location-footer) > .elementor-section:has(> .elementor-container .elementor-widget-text-editor):not(:has(.elementor-widget-image)):not(:has(.elementor-widget-media-carousel)) {
  margin-top: 14px;
  margin-bottom: 14px;
  padding: clamp(24px,3vw,38px);
  background: var(--m3-white);
  border: 1px solid var(--m3-line);
  border-radius: var(--m3-radius);
  box-shadow: 0 4px 16px rgba(20,73,105,.045);
}
/* Button-only and divider-only rows should not create huge empty bands */
body > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-button):not(:has(.elementor-widget-text-editor)):not(:has(.elementor-widget-heading)) { padding-top: 8px; padding-bottom: 8px; }
body > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-divider):not(:has(.elementor-widget-text-editor)):not(:has(.elementor-widget-heading)) { padding-top: 3px; padding-bottom: 3px; }
.elementor-widget-divider .elementor-divider-separator { border-color: var(--m3-line) !important; }

/* Smaller, calmer typography */
.elementor-widget-text-editor,
.elementor-widget-theme-post-content,
.elementor-widget-text-editor p,
.elementor-widget-theme-post-content p,
.elementor-widget-text-editor li,
.elementor-widget-theme-post-content li {
  color: var(--m3-ink) !important;
  font-family: inherit !important;
}
.elementor-widget-text-editor p,
.elementor-widget-theme-post-content p { max-width: 800px; margin: 0 auto 1.05em; }
.elementor-widget-text-editor > .elementor-widget-container > p:first-child,
.elementor-widget-theme-post-content > .elementor-widget-container > p:first-child { color: #3f5b6c !important; font-size: 17px; line-height: 1.6; }
.elementor h1,.elementor h2,.elementor h3,.elementor h4,.elementor .elementor-heading-title {
  color: var(--m3-ink) !important;
  font-family: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
  font-weight: 760 !important;
  letter-spacing: -.022em;
  text-wrap: balance;
}
.elementor h1,
.elementor h1.elementor-heading-title,
.elementor .elementor-widget-heading h1.elementor-heading-title {
  max-width: 920px;
  margin-inline: auto;
  font-size: clamp(31px,3.2vw,42px) !important;
  line-height: 1.12 !important;
}
.elementor h2,
.elementor h2.elementor-heading-title,
.elementor .elementor-widget-heading h2.elementor-heading-title {
  font-size: clamp(23px,2.2vw,29px) !important;
  line-height: 1.22 !important;
}
.elementor h3 { font-size: clamp(19px,1.7vw,23px) !important; line-height: 1.28 !important; }
.elementor h1 a,.elementor h2 a,.elementor h3 a { color: inherit !important; text-decoration: none; }
/* A consistent icon treatment for section headings */
.elementor-widget-heading h2::before,
.elementor-widget-text-editor h2::before,
.elementor-widget-theme-post-content h2::before {
  content: "\f1ad";
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  place-items: center;
  color: #fff;
  background: var(--m3-brand);
  border-radius: 8px;
  font-family: FontAwesome;
  font-size: 15px;
  font-weight: normal;
  vertical-align: .12em;
}
.elementor-widget-text-editor h3::before,.elementor-widget-theme-post-content h3::before {
  content: "\f041";
  margin-right: 8px;
  color: var(--m3-brand);
  font-family: FontAwesome;
  font-size: .85em;
  font-weight: normal;
}

/* Hero and galleries */
.elementor-widget-image-carousel .swiper,
.elementor-widget-media-carousel .swiper,
.elementor-widget-slides .swiper {
  overflow: hidden;
  background: #dcebf4;
  border: 1px solid rgba(29,134,200,.18);
  border-radius: 14px;
  box-shadow: var(--m3-shadow);
}
.elementor img.swiper-slide-image,.elementor .swiper img,.elementor-widget-image img { border-radius: 12px !important; box-shadow: none !important; }
.elementor-widget-image-carousel .swiper-slide img,.elementor-widget-media-carousel .swiper-slide img { width:100%; min-height:280px; max-height:590px; object-fit:cover; }
.elementor-swiper-button {
  display:grid !important;
  width:40px;
  height:40px;
  place-items:center;
  color:#fff !important;
  background:rgba(17,109,168,.88);
  border:1px solid rgba(255,255,255,.5);
  border-radius:50%;
}
.swiper-pagination-bullet { width:7px; height:7px; background:#fff !important; opacity:.58; }
.swiper-pagination-bullet-active { width:22px; border-radius:99px; background:var(--m3-gold) !important; opacity:1; }

/* Property and destination cards */
.elementor-widget-image-box,.elementor-widget-call-to-action,.elementor-widget-posts article,.rt-tpg-container .rt-holder,.elementor figure {
  overflow:hidden;
  background:#fff;
  border:1px solid var(--m3-line);
  border-radius:var(--m3-radius);
  box-shadow:0 5px 18px rgba(20,73,105,.065);
}
.elementor figure { margin:6px; }
.elementor figure img { display:block; width:100%; border-radius:0 !important; transition:transform .3s ease; }
.elementor figure:hover img { transform:scale(1.02); }
.elementor figure figcaption,.elementor .gallery-caption {
  padding:14px 16px;
  color:var(--m3-ink);
  background:#fff;
  border-top:1px solid var(--m3-line);
  font-size:14px;
  font-weight:750;
  line-height:1.4;
}
.elementor-post__card { border:1px solid var(--m3-line) !important; border-radius:var(--m3-radius) !important; box-shadow:0 5px 18px rgba(20,73,105,.065) !important; }

/* Amenities become an icon grid; ordinary editorial lists remain normal */
.elementor-widget-text-editor ul,.elementor-widget-theme-post-content ul { max-width:820px; margin:18px auto 24px; padding-left:1.3em; }
.elementor-widget-text-editor li,.elementor-widget-theme-post-content li { margin:.35em 0; }
.elementor-widget-text-editor li::marker,.elementor-widget-theme-post-content li::marker { color:var(--m3-brand); }
.elementor-widget-text-editor ul:has(li:nth-child(7)),
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  max-width:900px;
  padding:0;
  list-style:none;
}
.elementor-widget-text-editor ul:has(li:nth-child(7)) li,
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) li {
  position:relative;
  min-height:48px;
  margin:0;
  padding:11px 11px 11px 39px;
  background:var(--m3-pale);
  border:1px solid #cee3f0;
  border-radius:9px;
  font-size:14px;
  line-height:1.4;
}
.elementor-widget-text-editor ul:has(li:nth-child(7)) li::before,
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) li::before {
  content:"\f00c";
  position:absolute;
  left:13px;
  top:12px;
  color:var(--m3-brand);
  font-family:FontAwesome;
  font-size:14px;
}
.elementor-widget-text-editor ul:has(li:nth-child(7)) li:nth-child(4n+1)::before { content:"\f236"; }
.elementor-widget-text-editor ul:has(li:nth-child(7)) li:nth-child(4n+2)::before { content:"\f2cd"; }
.elementor-widget-text-editor ul:has(li:nth-child(7)) li:nth-child(4n+3)::before { content:"\f041"; }
.elementor-widget-text-editor ul:has(li:nth-child(7)) li:nth-child(4n+4)::before { content:"\f1eb"; }

/* Availability and affiliate calls to action */
.elementor-widget-button .elementor-button,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"],
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"] {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:48px;
  margin:10px auto;
  padding:12px 20px !important;
  color:#fff !important;
  background:var(--m3-brand-dark) !important;
  border:1px solid var(--m3-brand-dark) !important;
  border-radius:8px !important;
  box-shadow:0 5px 14px rgba(17,109,168,.18);
  font:750 13px/1.35 Inter,ui-sans-serif,sans-serif !important;
  letter-spacing:.01em;
  text-align:center;
  text-decoration:none !important;
}
.elementor-widget-button .elementor-button::before,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"]::before,
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]::before {
  content:"\f073";
  font-family:FontAwesome;
  font-size:15px;
  font-weight:normal;
}
.elementor-widget-button .elementor-button:hover,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"]:hover,
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]:hover {
  color:#fff !important;
  background:var(--m3-brand-deep) !important;
  border-color:var(--m3-brand-deep) !important;
  transform:translateY(-1px);
}

/* Forms */
.elementor-field-group input,.elementor-field-group textarea,.elementor-field-group select,.wpcf7 input,.wpcf7 textarea {
  min-height:48px;
  padding:11px 13px !important;
  color:var(--m3-ink);
  background:#fff;
  border:1px solid #cbdde8 !important;
  border-radius:8px !important;
  box-shadow:none;
}
.elementor-field-group input:focus,.elementor-field-group textarea:focus { outline:3px solid rgba(29,134,200,.15); border-color:var(--m3-brand) !important; }

/* Brand-integrated footer */
.elementor-location-footer,
.elementor-location-footer > .elementor-section,
footer.elementor-section {
  color:rgba(255,255,255,.88) !important;
  background:var(--m3-brand) !important;
}
.elementor-location-footer {
  margin-top:48px;
  border-top:1px solid rgba(255,255,255,.25);
  box-shadow:0 -5px 20px rgba(12,86,136,.09);
}
.elementor-location-footer > .elementor-section { max-width:1120px; margin:auto; padding:36px 22px 24px; }
.elementor-location-footer img { width:250px; max-width:100%; border-radius:0 !important; box-shadow:none !important; }
.elementor-location-footer a { color:#fff !important; text-decoration:none; }
.elementor-location-footer a:hover { color:#fff !important; text-decoration:underline; }
.elementor-location-footer .elementor-nav-menu {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:5px;
  padding:8px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
}
.elementor-location-footer .elementor-nav-menu a { padding:8px 11px !important; border-radius:7px; font-size:13px; }
.elementor-location-footer .elementor-nav-menu a::before { content:"\f105"; margin-right:6px; font-family:FontAwesome; }
.elementor-location-footer .elementor-social-icon { background:rgba(255,255,255,.14) !important; border:1px solid rgba(255,255,255,.28); }
.elementor-location-footer p { color:rgba(255,255,255,.78) !important; font-size:13px; }
a:focus-visible,.elementor-button:focus-visible { outline:3px solid var(--m3-gold); outline-offset:3px; }

@media (max-width:1080px) {
  .site-header .site-branding { flex-basis:215px; }
  .site-header .custom-logo { width:215px; }
  .site-header .site-navigation ul.menu > li > a { font-size:11px; }
}
@media (max-width:1024px) {
  .site-header { padding:8px 16px; }
  .site-header .header-inner { min-height:62px; }
  .site-header .site-branding { flex:1 1 auto; }
  .site-header .custom-logo { width:210px; max-height:68px; }
  .site-header .site-navigation-dropdown ul.menu {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
    padding:10px;
    background:var(--m3-brand-dark);
    border:1px solid rgba(255,255,255,.2);
    border-radius:0 0 12px 12px;
    box-shadow:var(--m3-shadow);
  }
  .site-header .site-navigation-dropdown ul.menu li a { min-height:58px; padding:9px; color:#fff !important; }
  .elementor-widget-text-editor ul:has(li:nth-child(7)),.elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:782px) { .admin-bar .site-header { top:46px; } }
@media (max-width:767px) {
  body.wp-theme-hello-elementor,body.elementor-default { font-size:15.5px; }
  .site-header .custom-logo { width:190px; }
  body > .elementor:not(.elementor-location-footer) > .elementor-section,
  body > .elementor:not(.elementor-location-footer) > .e-con { padding:20px 13px; }
  body > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-heading):has(.elementor-widget-text-editor),
  body > .elementor:not(.elementor-location-footer) > .elementor-section:has(> .elementor-container .elementor-widget-text-editor):not(:has(.elementor-widget-image)):not(:has(.elementor-widget-media-carousel)) { margin:10px 8px; padding:21px 17px; }
  .elementor h1,.elementor h1.elementor-heading-title,.elementor .elementor-widget-heading h1.elementor-heading-title { font-size:clamp(28px,8vw,35px) !important; }
  .elementor h2,.elementor h2.elementor-heading-title,.elementor .elementor-widget-heading h2.elementor-heading-title { font-size:clamp(21px,6vw,26px) !important; }
  .elementor-widget-heading h2::before,.elementor-widget-text-editor h2::before,.elementor-widget-theme-post-content h2::before { width:30px; height:30px; margin-right:8px; font-size:13px; }
  .elementor-widget-image-carousel .swiper-slide img,.elementor-widget-media-carousel .swiper-slide img { min-height:210px; max-height:390px; }
  .elementor-widget-text-editor ul:has(li:nth-child(7)),.elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:1fr; gap:6px; }
  .elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"],.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"],.elementor-widget-button .elementor-button { width:min(100%,420px); }
  .elementor-location-footer { margin-top:34px; }
  .elementor-location-footer > .elementor-section { padding:30px 16px 22px; }
  .elementor-location-footer img { width:220px; }
}
@media (max-width:480px) {
  .site-header .site-navigation-dropdown ul.menu { grid-template-columns:1fr; }
  .site-header .site-navigation-dropdown ul.menu li a { flex-direction:row; justify-content:flex-start; min-height:46px; text-align:left; }
  .site-header .site-navigation-dropdown ul.menu li a::before { margin:0 9px 0 0; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
}

/* Final proportional refinements */
.site-header .custom-logo,
header.site-header .custom-logo-link img.custom-logo {
  width: 260px !important;
  max-width: 260px !important;
  max-height: 98px !important;
}
.site-header .site-branding { flex-basis: 260px !important; max-width: 260px !important; }
body.wp-theme-hello-elementor,body.elementor-default { font-size: 15.5px; }
.elementor h1,
.elementor h1.elementor-heading-title,
.elementor .elementor-widget-heading h1.elementor-heading-title { font-size: clamp(29px,2.7vw,36px) !important; line-height:1.15 !important; }
.elementor h2,
.elementor h2.elementor-heading-title,
.elementor .elementor-widget-heading h2.elementor-heading-title { font-size: clamp(21px,1.9vw,25px) !important; }
.elementor-widget-text-editor > .elementor-widget-container > p:first-child,
.elementor-widget-theme-post-content > .elementor-widget-container > p:first-child { font-size: 16.5px; }
.elementor-widget-button .elementor-button::after,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"]::after,
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]::after {
  content:"\f073" !important;
  margin-left:8px;
  font-family:FontAwesome !important;
  font-size:14px;
  font-weight:normal;
}
@media(max-width:1024px){
  .site-header .custom-logo,header.site-header .custom-logo-link img.custom-logo { width:220px !important; max-width:220px !important; max-height:82px !important; }
  .site-header .site-branding { flex-basis:220px !important; max-width:calc(100% - 62px) !important; }
}
@media(max-width:767px){
  body.wp-theme-hello-elementor,body.elementor-default { font-size:15px; }
  .site-header .custom-logo,header.site-header .custom-logo-link img.custom-logo { width:205px !important; max-width:205px !important; }
  .elementor h1,.elementor h1.elementor-heading-title,.elementor .elementor-widget-heading h1.elementor-heading-title { font-size:clamp(27px,7.5vw,33px) !important; }
  .elementor h2,.elementor h2.elementor-heading-title,.elementor .elementor-widget-heading h2.elementor-heading-title { font-size:clamp(20px,5.5vw,24px) !important; }
}

/* Keep amenity tiles readable in both narrow and wide Elementor columns */
.elementor-widget-text-editor ul:has(li:nth-child(7)),
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(auto-fit,minmax(180px,1fr)) !important; }
@media(max-width:480px){
  .elementor-widget-text-editor ul:has(li:nth-child(7)),
  .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:1fr !important; }
}

/* Explicit amenity breakpoints for consistent Elementor rendering */
.elementor-widget-text-editor ul:has(li:nth-child(7)),
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(3,minmax(0,1fr)) !important; }
@media(max-width:1024px){
  .elementor-widget-text-editor ul:has(li:nth-child(7)),
  .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
}
@media(max-width:600px){
  .elementor-widget-text-editor ul:has(li:nth-child(7)),
  .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:1fr !important; }
}

/* Flex-based amenity layout avoids legacy Elementor grid sizing */
.elementor-widget-text-editor ul:has(li:nth-child(7)),
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) { display:flex !important; flex-wrap:wrap; gap:8px; }
.elementor-widget-text-editor ul:has(li:nth-child(7)) li,
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { flex:1 1 calc(33.333% - 8px); max-width:calc(33.333% - 6px); }
@media(max-width:1024px){
  .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
  .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { flex-basis:calc(50% - 8px); max-width:calc(50% - 4px); }
}
@media(max-width:600px){
  .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
  .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { flex-basis:100%; max-width:100%; }
}

/* Property-page composition: unify hero, gallery, CTAs and amenity panels */
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:first-child:has(.elementor-widget-slides) {
  position:relative;
  z-index:1;
  padding-bottom:0;
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:first-child + .elementor-section:has(.elementor-widget-media-carousel) {
  position:relative;
  z-index:3;
  width:min(86%,1040px);
  margin-top:-34px;
  margin-bottom:10px;
  padding:10px !important;
  background:#fff;
  border:1px solid var(--m3-line);
  border-radius:14px;
  box-shadow:0 12px 34px rgba(20,73,105,.14);
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:first-child + .elementor-section:has(.elementor-widget-media-carousel) .swiper {
  border:0;
  border-radius:10px;
  box-shadow:none;
}
/* One calendar icon only */
.elementor-widget-button .elementor-button::before,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"]::before,
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]::before { content:none !important; display:none !important; }
.elementor-widget-button .elementor-button::after,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"]::after,
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]::after {
  content:"\f073" !important;
  display:inline-block;
  margin-left:8px;
  font-family:FontAwesome !important;
  font-size:14px;
  font-weight:normal;
}
/* Join feature headings to their amenity panels */
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(+ .elementor-section .elementor-widget-text-editor ul:has(li:nth-child(7))) {
  margin-top:18px;
  margin-bottom:0;
  padding:16px 22px;
  color:#fff;
  background:var(--m3-brand);
  border:1px solid var(--m3-brand);
  border-radius:14px 14px 0 0;
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(+ .elementor-section .elementor-widget-text-editor ul:has(li:nth-child(7))) h2,
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(+ .elementor-section .elementor-widget-text-editor ul:has(li:nth-child(7))) h2 a { color:#fff !important; }
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(+ .elementor-section .elementor-widget-text-editor ul:has(li:nth-child(7))) h2::before {
  color:var(--m3-brand);
  background:#fff;
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-text-editor ul:has(li:nth-child(7))) {
  margin-top:0;
  margin-bottom:18px;
  padding:22px !important;
  background:#fff;
  border:1px solid var(--m3-line);
  border-top:0;
  border-radius:0 0 14px 14px;
  box-shadow:0 7px 20px rgba(20,73,105,.06);
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-text-editor ul:has(li:nth-child(7))) ul { margin-top:0; margin-bottom:0; }
/* Property intro card */
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-heading h1):has(.elementor-widget-text-editor) {
  position:relative;
  overflow:hidden;
  border-top:4px solid var(--m3-brand);
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-heading h1):has(.elementor-widget-text-editor)::before {
  content:"\f041";
  position:absolute;
  right:24px;
  top:22px;
  color:rgba(29,134,200,.12);
  font-family:FontAwesome;
  font-size:72px;
}
@media(max-width:767px){
  body.page > .elementor:not(.elementor-location-footer) > .elementor-section:first-child + .elementor-section:has(.elementor-widget-media-carousel) { width:calc(100% - 26px); margin-top:-18px; padding:7px !important; }
  body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(+ .elementor-section .elementor-widget-text-editor ul:has(li:nth-child(7))) { margin-inline:8px; padding:14px 16px; }
  body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-text-editor ul:has(li:nth-child(7))) { margin-inline:8px; padding:16px !important; }
}

/* Valid cross-page property section headers and amenity panels */
body.page:not(.home) .elementor-widget-heading:has(h2) {
  margin-top:14px;
  margin-bottom:0;
  padding:15px 20px;
  color:#fff;
  background:var(--m3-brand);
  border:1px solid var(--m3-brand);
  border-radius:12px;
  box-shadow:0 5px 16px rgba(20,73,105,.08);
}
body.page:not(.home) .elementor-widget-heading:has(h2) h2,
body.page:not(.home) .elementor-widget-heading:has(h2) h2 a { color:#fff !important; }
body.page:not(.home) .elementor-widget-heading:has(h2) h2::before {
  color:var(--m3-brand);
  background:#fff;
}
body.page:not(.home) .elementor-widget-text-editor:has(ul li:nth-child(7)) > .elementor-widget-container {
  padding:18px;
  background:#fff;
  border:1px solid var(--m3-line);
  border-radius:12px;
  box-shadow:0 5px 16px rgba(20,73,105,.05);
}
body.page:not(.home) .elementor-widget-text-editor:has(ul li:nth-child(7)) ul { margin-top:0; margin-bottom:0; }
@media(max-width:767px){
  body.page:not(.home) .elementor-widget-heading:has(h2) { padding:13px 15px; }
  body.page:not(.home) .elementor-widget-text-editor:has(ul li:nth-child(7)) > .elementor-widget-container { padding:12px; }
}

/* Page 677: deliberate visual sequence and icon-led content hierarchy */
body.page-id-677 > .elementor-677 { display:flex; flex-direction:column; }
body.page-id-677 > .elementor-677 > .elementor-section { order:100; }
body.page-id-677 > .elementor-677 > .elementor-element-a42735e { order:1; }
body.page-id-677 > .elementor-677 > .elementor-element-ac689a5 { order:2; }
body.page-id-677 > .elementor-677 > .elementor-element-6740356 { order:3; }
body.page-id-677 > .elementor-677 > .elementor-element-ff43dc3 { order:4; }
body.page-id-677 > .elementor-677 > .elementor-element-38ccc1f { order:5; }
body.page-id-677 > .elementor-677 > .elementor-element-454045f { order:6; }
body.page-id-677 > .elementor-677 > .elementor-element-e6d5fd2 { order:7; }
body.page-id-677 > .elementor-677 > .elementor-element-9fd43d3 { order:8; }
body.page-id-677 > .elementor-677 > .elementor-element-749a40a { order:9; }
body.page-id-677 > .elementor-677 > .elementor-element-4b5c8cb { order:10; }
body.page-id-677 > .elementor-677 > .elementor-element-2f156ab { order:11; }
body.page-id-677 > .elementor-677 > .elementor-element-2caf7f2 { order:12; }
body.page-id-677 > .elementor-677 > .elementor-element-61dff4c { order:13; }
body.page-id-677 > .elementor-677 > .elementor-element-28d24cc { order:14; }
body.page-id-677 > .elementor-677 > .elementor-element-5dcaeec { order:15; }
body.page-id-677 > .elementor-677 > .elementor-element-14c4aa4 { order:16; }
/* Remove redundant dividers, empty spacers and duplicate middle CTA */
body.page-id-677 > .elementor-677 > .elementor-element-f8b97c6,
body.page-id-677 > .elementor-677 > .elementor-element-39ecf95,
body.page-id-677 > .elementor-677 > .elementor-element-d3ea1d2,
body.page-id-677 > .elementor-677 > .elementor-element-e199f4b,
body.page-id-677 > .elementor-677 > .elementor-element-5beefd5,
body.page-id-677 > .elementor-677 > .elementor-element-13c98fc,
body.page-id-677 > .elementor-677 > .elementor-element-51288eb,
body.page-id-677 > .elementor-677 > .elementor-element-8bbe8f4 { display:none !important; }
/* Address panel */
body.page-id-677 .elementor-element-36b591d > .elementor-widget-container {
  position:relative;
  max-width:760px;
  margin:18px auto 22px;
  padding:14px 18px 14px 50px;
  color:var(--m3-ink);
  background:var(--m3-pale);
  border:1px solid #cde4f1;
  border-radius:10px;
}
body.page-id-677 .elementor-element-36b591d > .elementor-widget-container::before {
  content:"\f041";
  position:absolute;
  left:19px;
  top:50%;
  color:var(--m3-brand);
  font-family:FontAwesome;
  font-size:21px;
  transform:translateY(-50%);
}
body.page-id-677 .elementor-element-36b591d p { margin:0; }
/* Key Takeaways: three clear icon cards */
body.page-id-677 .elementor-element-00bfef5 h2 {
  margin-top:28px;
  color:var(--m3-ink) !important;
  text-align:center;
}
body.page-id-677 .elementor-element-00bfef5 ul {
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px;
  max-width:940px;
  margin:20px auto 0;
  padding:0;
  list-style:none;
}
body.page-id-677 .elementor-element-00bfef5 li {
  position:relative;
  margin:0;
  padding:58px 17px 18px;
  color:var(--m3-ink);
  background:#fff;
  border:1px solid var(--m3-line);
  border-radius:12px;
  box-shadow:0 5px 16px rgba(20,73,105,.055);
  font-size:14px;
  line-height:1.52;
}
body.page-id-677 .elementor-element-00bfef5 li::before {
  position:absolute;
  left:17px;
  top:17px;
  display:grid;
  width:30px;
  height:30px;
  place-items:center;
  color:#fff;
  background:var(--m3-brand);
  border-radius:8px;
  font-family:FontAwesome;
  font-size:14px;
}
body.page-id-677 .elementor-element-00bfef5 li:nth-child(1)::before { content:"\f005"; }
body.page-id-677 .elementor-element-00bfef5 li:nth-child(2)::before { content:"\f041"; }
body.page-id-677 .elementor-element-00bfef5 li:nth-child(3)::before { content:"\f1d8"; }
/* Related-property grids read as cards */
body.page-id-677 .elementor-element-28d24cc .elementor-column,
body.page-id-677 .elementor-element-14c4aa4 .elementor-column { padding:7px; }
body.page-id-677 .elementor-element-28d24cc .elementor-widget-image,
body.page-id-677 .elementor-element-14c4aa4 .elementor-widget-image {
  height:100%;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--m3-line);
  border-radius:12px;
  box-shadow:0 5px 16px rgba(20,73,105,.055);
}
@media(max-width:767px){
  body.page-id-677 .elementor-element-00bfef5 ul { grid-template-columns:1fr !important; }
  body.page-id-677 .elementor-element-00bfef5 li { padding:52px 15px 15px; }
  body.page-id-677 .elementor-element-36b591d > .elementor-widget-container { padding:13px 14px 13px 43px; }
  body.page-id-677 .elementor-element-36b591d > .elementor-widget-container::before { left:15px; }
}

/* Repair inherited Elementor heading and amenity sizing on property pages */
body.page:not(.home) .elementor-widget-heading:has(h2) > .elementor-widget-container {
  padding:0 !important;
  background:transparent !important;
}
body.page:not(.home) .elementor-widget-heading:has(h2) h2,
body.page:not(.home) .elementor-widget-heading:has(h2) h2 a { color:#fff !important; }
body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) {
  display:grid !important;
  grid-template-columns:repeat(4,220px) !important;
  justify-content:center !important;
  align-items:stretch;
  gap:9px !important;
  width:100% !important;
  max-width:none !important;
}
body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li {
  width:auto !important;
  max-width:none !important;
  min-height:52px;
  flex:none !important;
}
@media(max-width:1100px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(3,220px) !important; }
}
@media(max-width:800px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(2,minmax(140px,220px)) !important; }
}
@media(max-width:480px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:100% !important; }
}

/* Stable ordered amenity columns for legacy Elementor list markup */
body.page-id-677 { overflow-x:clip; }
body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) {
  display:block !important;
  width:100% !important;
  max-width:920px !important;
  columns:4 !important;
  column-gap:9px !important;
  margin-inline:auto !important;
}
body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li {
  display:block !important;
  width:auto !important;
  max-width:none !important;
  min-height:52px;
  margin:0 0 9px !important;
  break-inside:avoid;
  page-break-inside:avoid;
}
@media(max-width:800px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { columns:2 !important; }
}
@media(max-width:480px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { columns:1 !important; }
}

body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { width:100% !important; min-width:100% !important; }

body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { width:220px !important; min-width:220px !important; max-width:220px !important; }
@media(max-width:480px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { width:100% !important; min-width:100% !important; max-width:100% !important; }
}

/* Page 677 polish: reduce noise, improve spacing and readability */
body.page-id-677 .elementor-element-6740356 { padding:42px 48px !important; }
body.page-id-677 .elementor-element-6740356 h1,
body.page-id-677 .elementor-element-6740356 h1.elementor-heading-title { max-width:880px; font-size:32px !important; line-height:1.2 !important; }
body.page-id-677 .elementor-element-00bfef5 > .elementor-widget-container > p:first-child { max-width:760px; font-size:16px; line-height:1.72; }
body.page-id-677 .elementor-element-00bfef5 h2 { margin:34px 0 22px; font-size:24px !important; }
body.page-id-677 .elementor-element-00bfef5 h2::before { content:"\f00c" !important; }
body.page-id-677 .elementor-element-00bfef5 ul { gap:18px !important; }
body.page-id-677 .elementor-element-00bfef5 li { min-height:240px; padding:64px 22px 24px; font-size:14.5px; line-height:1.62; }
/* Property feature/facility headings align directly with their panels */
body.page-id-677 > .elementor-677 > .elementor-element-38ccc1f,
body.page-id-677 > .elementor-677 > .elementor-element-e6d5fd2 {
  width:min(100%,920px) !important;
  margin:38px auto 0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
body.page-id-677 .elementor-element-38ccc1f .elementor-widget-heading,
body.page-id-677 .elementor-element-e6d5fd2 .elementor-widget-heading {
  margin:0 !important;
  padding:18px 22px !important;
  border-radius:12px 12px 0 0 !important;
  box-shadow:none !important;
}
body.page-id-677 .elementor-element-38ccc1f h2,
body.page-id-677 .elementor-element-e6d5fd2 h2 { display:flex; align-items:flex-start; gap:11px; margin:0; font-size:20px !important; line-height:1.38 !important; text-align:left; }
body.page-id-677 .elementor-element-38ccc1f h2::before,
body.page-id-677 .elementor-element-e6d5fd2 h2::before { flex:0 0 30px; width:30px; height:30px; margin:0; }
body.page-id-677 > .elementor-677 > .elementor-element-454045f,
body.page-id-677 > .elementor-677 > .elementor-element-9fd43d3 {
  width:min(100%,920px) !important;
  margin:0 auto 32px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
body.page-id-677 .elementor-element-454045f .elementor-widget-container,
body.page-id-677 .elementor-element-9fd43d3 .elementor-widget-container {
  padding:24px 28px 15px !important;
  border:1px solid var(--m3-line) !important;
  border-top:0 !important;
  border-radius:0 0 12px 12px !important;
  box-shadow:0 8px 22px rgba(20,73,105,.06) !important;
}
/* Three roomy, ordered columns; one quiet check icon per item */
body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) {
  max-width:820px !important;
  columns:3 !important;
  column-gap:20px !important;
}
body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) li {
  width:260px !important;
  min-width:260px !important;
  max-width:260px !important;
  min-height:58px;
  margin-bottom:12px !important;
  padding:14px 15px 14px 43px !important;
  color:#294858 !important;
  background:#f5fafd !important;
  border-color:#d7e8f2 !important;
  font-size:14px;
  line-height:1.45;
}
body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) li::before {
  content:"\f00c" !important;
  left:15px !important;
  top:16px !important;
  color:var(--m3-brand) !important;
}
/* The long SEO copy stays intact but reads like an article */
body.page-id-677 > .elementor-677 > .elementor-element-4b5c8cb,
body.page-id-677 > .elementor-677 > .elementor-element-2f156ab {
  width:min(100%,940px) !important;
  margin:26px auto !important;
  padding:44px 54px !important;
}
body.page-id-677 .elementor-element-4b5c8cb .elementor-widget-container,
body.page-id-677 .elementor-element-2f156ab .elementor-widget-container { max-width:760px; margin:auto; }
body.page-id-677 .elementor-element-4b5c8cb p,
body.page-id-677 .elementor-element-2f156ab p { max-width:760px; margin:0 auto 22px; color:#405c6c !important; line-height:1.78; }
body.page-id-677 .elementor-element-4b5c8cb h2,
body.page-id-677 .elementor-element-2f156ab h2 { margin:0 0 24px; font-size:25px !important; }
body.page-id-677 .elementor-element-4b5c8cb h3,
body.page-id-677 .elementor-element-2f156ab h3 {
  margin:36px 0 15px;
  padding-left:14px;
  border-left:3px solid var(--m3-brand);
  font-size:20px !important;
}
body.page-id-677 .elementor-element-4b5c8cb h3::before,
body.page-id-677 .elementor-element-2f156ab h3::before { display:none !important; content:none !important; }
/* Reduce image dominance */
body.page-id-677 .elementor-element-ac689a5 { width:min(78%,940px) !important; margin-top:-24px !important; }
body.page-id-677 .elementor-element-ac689a5 .swiper-slide,
body.page-id-677 .elementor-element-ac689a5 .elementor-carousel-image { height:135px !important; min-height:135px !important; }
body.page-id-677 .elementor-element-28d24cc img,
body.page-id-677 .elementor-element-14c4aa4 img { width:100%; height:155px !important; object-fit:cover; }
body.page-id-677 .elementor-element-28d24cc,
body.page-id-677 .elementor-element-14c4aa4 { padding-top:12px !important; padding-bottom:32px !important; }
body.page-id-677 .elementor-element-61dff4c,
body.page-id-677 .elementor-element-5dcaeec { margin-top:34px !important; }
body.page-id-677 .elementor-widget-button .elementor-button { max-width:760px; margin:18px auto; }
@media(max-width:900px){
  body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:560px !important; columns:2 !important; }
  body.page-id-677 .elementor-element-6740356 { padding:34px 28px !important; }
}
@media(max-width:600px){
  body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:100% !important; columns:1 !important; }
  body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) li { width:100% !important; min-width:100% !important; max-width:100% !important; }
  body.page-id-677 .elementor-element-00bfef5 li { min-height:0; }
  body.page-id-677 > .elementor-677 > .elementor-element-4b5c8cb,
  body.page-id-677 > .elementor-677 > .elementor-element-2f156ab { margin:16px 8px !important; padding:30px 20px !important; }
  body.page-id-677 .elementor-element-ac689a5 { width:calc(100% - 28px) !important; }
}

/* Higher-specificity final amenity spacing */
body.page.page-id-677:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) {
  max-width:820px !important;
  columns:3 !important;
  column-gap:20px !important;
}
body.page.page-id-677:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li {
  width:260px !important;
  min-width:260px !important;
  max-width:260px !important;
  min-height:58px !important;
  margin-bottom:12px !important;
  padding:14px 15px 14px 43px !important;
}
@media(max-width:900px){
  body.page.page-id-677:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:560px !important; columns:2 !important; }
}
@media(max-width:600px){
  body.page.page-id-677:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:100% !important; columns:1 !important; }
  body.page.page-id-677:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li { width:100% !important; min-width:100% !important; max-width:100% !important; }
}

body.page-id-677 .elementor-element-ac689a5 .swiper { height:165px !important; min-height:165px !important; }
body.page-id-677 .elementor-element-ac689a5 .swiper-wrapper { height:135px !important; min-height:135px !important; }
body.page-id-677 .elementor-element-ac689a5 .swiper-pagination { bottom:7px !important; }

html:has(body.page-id-677),body.page-id-677 { overflow-x:hidden !important; max-width:100%; }

/* Site-wide apartment detail template: spacious feature/facility icon system */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-heading:has(h2) {
  width:min(100%,920px);
  margin:34px auto 0;
  padding:18px 22px;
  border-radius:12px 12px 0 0 !important;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-heading:has(h2) > .elementor-widget-container {
  padding:0 !important;
  background:transparent !important;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-heading:has(h2) h2 {
  display:flex;
  align-items:flex-start;
  gap:11px;
  margin:0;
  font-size:20px !important;
  line-height:1.38 !important;
  text-align:left;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor:has(ul li:nth-child(7)) > .elementor-widget-container {
  width:min(100%,920px);
  margin:0 auto 32px;
  padding:24px 28px 15px !important;
  background:#fff;
  border:1px solid var(--m3-line) !important;
  border-radius:0 0 12px 12px !important;
  box-shadow:0 8px 22px rgba(20,73,105,.06) !important;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) {
  display:block !important;
  width:100% !important;
  max-width:820px !important;
  margin:0 auto !important;
  padding:0 !important;
  columns:3 !important;
  column-gap:20px !important;
  list-style:none !important;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) li {
  position:relative;
  display:block !important;
  width:260px !important;
  min-width:260px !important;
  max-width:260px !important;
  min-height:58px !important;
  margin:0 0 12px !important;
  padding:14px 15px 14px 43px !important;
  break-inside:avoid;
  color:#294858 !important;
  background:#f5fafd !important;
  border:1px solid #d7e8f2 !important;
  border-radius:9px !important;
  font-size:14px;
  line-height:1.45;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) li::before {
  content:"\f00c" !important;
  position:absolute !important;
  left:15px !important;
  top:16px !important;
  display:block !important;
  width:16px !important;
  height:20px !important;
  color:var(--m3-brand) !important;
  background:transparent !important;
  font-family:FontAwesome !important;
  font-size:14px !important;
  font-weight:normal !important;
}
/* Apartment Features: icons follow the consistent feature order used by the property templates */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(1)::before { content:"\f236" !important; } /* bedrooms */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(2)::before { content:"\f2cd" !important; } /* bathrooms */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(3)::before { content:"\f06e" !important; } /* views */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(4)::before { content:"\f1b9" !important; } /* parking */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(5)::before { content:"\f1eb" !important; } /* wifi */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(6)::before { content:"\f1ad" !important; } /* balcony */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(7)::before { content:"\f0f5" !important; } /* kitchen */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(8)::before { content:"\f2dc" !important; } /* air conditioning */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(9)::before { content:"\f065" !important; } /* floor area */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(10)::before { content:"\f05e" !important; } /* non-smoking */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(11)::before { content:"\f26c" !important; } /* television */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(12)::before { content:"\f2c9" !important; } /* heating */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(13)::before { content:"\f2cc" !important; } /* shower */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(14)::before { content:"\f0c7" !important; } /* fridge */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(15)::before { content:"\f236" !important; } /* linen */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(16)::before { content:"\f0f5" !important; } /* dining */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(17)::before { content:"\f06d" !important; } /* stovetop */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(18)::before { content:"\f110" !important; } /* washer/dryer */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(19)::before { content:"\f043" !important; } /* dishwasher */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(20)::before { content:"\f1bb" !important; } /* outdoor */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(21)::before { content:"\f0f5" !important; } /* toaster */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(22)::before { content:"\f26c" !important; } /* television */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(23)::before { content:"\f06d" !important; } /* oven */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(24)::before { content:"\f2db" !important; } /* microwave */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(25)::before { content:"\f1eb" !important; } /* internet */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(26)::before { content:"\f0c0" !important; } /* lounge */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(27)::before { content:"\f2cc" !important; } /* towels */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(28)::before { content:"\f062" !important; } /* lift */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(29)::before { content:"\f110" !important; } /* laundry */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(30)::before { content:"\f0e7" !important; } /* ironing */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(31)::before { content:"\f0eb" !important; } /* hairdryer */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(32)::before { content:"\f1ae" !important; } /* cots */
/* Property Facilities: parking, views, Wi-Fi, pool, gym, family, lift, security, shopping */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(1)::before { content:"\f1b9" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(2)::before { content:"\f06e" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(3)::before { content:"\f1eb" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(4)::before { content:"\f043" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(5)::before { content:"\f21e" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(6)::before { content:"\f1ae" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(7)::before { content:"\f062" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(8)::before { content:"\f132" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(9)::before { content:"\f07a" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(10)::before { content:"\f041" !important; }
@media(max-width:900px){
  body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:560px !important; columns:2 !important; }
}
@media(max-width:600px){
  body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:100% !important; columns:1 !important; }
  body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) li { width:100% !important; min-width:100% !important; max-width:100% !important; }
}


/* Apartment facilities: full-width legacy alignment and reliable variable-list icons */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-container:has(> ul) {
  width: 100% !important;
  max-width: 960px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) {
  width: 100% !important;
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Facilities after the stable Parking / Views / Wi-Fi trio vary by property. */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(n+4)::before {
  content: "\f058" !important;
}
@media (max-width: 900px) {
  body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-container:has(> ul) {
    max-width: 100% !important;
  }
}

/* Keep Elementor wrappers single-column; columns belong on the amenity lists only. */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor:has(ul) {
  column-count: 1 !important;
  columns: auto !important;
  width: 100% !important;
}


/* Responsive navigation repair — open hamburger dropdown */
@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .header-inner {
    position: relative !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation.show {
    display: block !important;
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    z-index: 9999 !important;
    padding: 10px !important;
    background: #1d86c8 !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 34px rgba(5,45,72,.26) !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation.show ul.menu,
  .site-header.menu-dropdown-tablet .site-navigation.show ul {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 4px !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation.show li {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation.show a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 46px !important;
    padding: 11px 14px !important;
    color: #fff !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation.show a:hover,
  .site-header.menu-dropdown-tablet .site-navigation.show a:focus {
    background: rgba(255,255,255,.18) !important;
  }
}

@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .site-navigation.show {
    left: 50% !important;
    right: auto !important;
    width: calc(100vw - 32px) !important;
    max-width: 420px !important;
    transform: translateX(-50%) !important;
  }
}


/* Responsive navigation state correction — use the theme's true dropdown state */
@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .site-navigation,
  .site-header.menu-dropdown-tablet .site-navigation.show {
    display: none !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder:not(.elementor-active) + .site-navigation-dropdown {
    display: none !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown {
    display: block !important;
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 50% !important;
    right: auto !important;
    width: calc(100vw - 32px) !important;
    max-width: 420px !important;
    max-height: none !important;
    height: auto !important;
    transform: translateX(-50%) !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
    z-index: 9999 !important;
    padding: 10px !important;
    background: #1d86c8 !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 34px rgba(5,45,72,.26) !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-dropdown ul {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 4px !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-dropdown li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-dropdown a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 11px 14px !important;
    color: #fff !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
  }
}

@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown .menu-main-menu-container {
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown ul {
    position: static !important;
    height: auto !important;
  }
}

@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown {
    min-height: 225px !important;
  }
}


/* Mobile navigation state correction — 2026-07-27 */
@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .site-navigation-dropdown.show,
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder:not(.elementor-active) + .site-navigation-dropdown {
    display: none !important;
    min-height: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown,
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown.show {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 12px !important;
    background: #0b75b5 !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    box-shadow: 0 14px 34px rgba(4,45,73,.22) !important;
    overflow: visible !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown .menu-main-menu-container,
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown ul {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    position: static !important;
    overflow: visible !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown li {
    display: block !important;
    width: 100% !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown li:last-child {
    margin-bottom: 0 !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 11px 14px !important;
    color: #073f67 !important;
    background: #ffffff !important;
    border: 1px solid rgba(7,63,103,.16) !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
  }
}


/* Booking.com calls to action — larger yellow treatment */
.elementor-heading-title > a[href*="booking.com"],
a.elementor-button[href*="booking.com"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 64px !important;
  padding: 18px 30px !important;
  background: #ffc400 !important;
  color: #142c3d !important;
  border: 2px solid #e2aa00 !important;
  border-radius: 12px !important;
  box-shadow: 0 7px 18px rgba(151, 112, 0, .22) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease !important;
}
.elementor-heading-title > a[href*="booking.com"]:hover,
a.elementor-button[href*="booking.com"]:hover {
  background: #ffdb4d !important;
  color: #102838 !important;
  border-color: #c89500 !important;
  box-shadow: 0 10px 24px rgba(151, 112, 0, .3) !important;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .elementor-heading-title > a[href*="booking.com"],
  a.elementor-button[href*="booking.com"] {
    min-height: 60px !important;
    padding: 17px 20px !important;
    font-size: 17px !important;
  }
}


/* Booking.com CTA priority override */
html body .elementor-widget:not(.elementor-widget-image) a[href*="booking.com"],
html body .elementor-widget-button a.elementor-button[href*="booking.com"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 64px !important;
  padding: 18px 30px !important;
  background: #ffc400 !important;
  color: #142c3d !important;
  border: 2px solid #e2aa00 !important;
  border-radius: 12px !important;
  box-shadow: 0 7px 18px rgba(151, 112, 0, .22) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  text-decoration: none !important;
}
html body .elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]:hover,
html body .elementor-widget-button a.elementor-button[href*="booking.com"]:hover {
  background: #ffdb4d !important;
  color: #102838 !important;
  border-color: #c89500 !important;
  box-shadow: 0 10px 24px rgba(151, 112, 0, .3) !important;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  html body .elementor-widget:not(.elementor-widget-image) a[href*="booking.com"],
  html body .elementor-widget-button a.elementor-button[href*="booking.com"] {
    min-height: 60px !important;
    padding: 17px 20px !important;
    font-size: 17px !important;
  }
}


/* Keep yellow Booking.com headings legible over page heading rules */
html body.page:not(.home) .elementor-widget-heading:has(h2) h2 a[href*="booking.com"],
html body .elementor-widget-heading .elementor-heading-title a[href*="booking.com"] {
  color: #142c3d !important;
}
html body.page:not(.home) .elementor-widget-heading:has(h2) h2 a[href*="booking.com"]:hover,
html body .elementor-widget-heading .elementor-heading-title a[href*="booking.com"]:hover {
  color: #102838 !important;
}


/*
 * Melbourne Penthouse Apartments — full-site staging redesign
 * Visual direction: the approved Car Hire / Flights / Things to Do pages.
 * This stylesheet is intentionally scoped away from those three pages because
 * they already contain their own approved page-level design systems.
 */

:root {
  --mpa-blue: #1d86c8;
  --mpa-blue-dark: #0c5688;
  --mpa-blue-deep: #083f67;
  --mpa-sky: #eff8fd;
  --mpa-cloud: #f7fafc;
  --mpa-ink: #183141;
  --mpa-muted: #607888;
  --mpa-line: #d8e8f1;
  --mpa-gold: #ffc400;
  --mpa-white: #ffffff;
  --mpa-shadow: 0 16px 44px rgba(20, 73, 105, .11);
  --mpa-radius: 18px;
}

body {
  background: var(--mpa-cloud);
  color: var(--mpa-ink);
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] {
  overflow: hidden;
  background: var(--mpa-cloud);
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] p,
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] li {
  color: var(--mpa-muted);
  font-size: 16px;
  line-height: 1.72;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h1,
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h2,
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h3 {
  color: var(--mpa-ink);
  letter-spacing: -.025em;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h1 {
  font-size: clamp(36px, 5vw, 62px) !important;
  line-height: 1.04 !important;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h2 {
  font-size: clamp(27px, 3.4vw, 42px) !important;
  line-height: 1.14 !important;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h3 {
  font-size: clamp(19px, 2vw, 24px) !important;
  line-height: 1.25 !important;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"]
  > .elementor-section,
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"]
  > .e-con {
  padding-top: 64px;
  padding-bottom: 64px;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635)
  [data-elementor-type="wp-page"] .elementor-section-boxed > .elementor-container,
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635)
  [data-elementor-type="wp-page"] .e-con-boxed > .e-con-inner {
  width: min(1120px, calc(100% - 36px));
}

/* Keep compact divider accents used on the approved travel pages. */
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635)
  [data-elementor-type="wp-page"] .elementor-divider-separator {
  width: 74px !important;
  border-top-width: 4px !important;
  border-color: var(--mpa-gold) !important;
  border-radius: 999px;
}

/* Header */
:is(header.elementor-location-header, #site-header) {
  position: relative;
  z-index: 40;
  background: var(--mpa-blue) !important;
  box-shadow: 0 8px 26px rgba(8, 63, 103, .16);
}

:is(header.elementor-location-header, #site-header) > .elementor-section,
:is(header.elementor-location-header, #site-header) > .e-con,
:is(header.elementor-location-header, #site-header) .elementor-top-section {
  background: var(--mpa-blue) !important;
}

:is(header.elementor-location-header, #site-header) .elementor-container,
:is(header.elementor-location-header, #site-header) .e-con-inner {
  width: min(1180px, calc(100% - 34px));
}

:is(header.elementor-location-header, #site-header) .custom-logo {
  width: auto;
  max-width: 300px;
  max-height: 82px;
  object-fit: contain;
}

:is(header.elementor-location-header, #site-header) .elementor-nav-menu--[data-elementor-type="wp-page"] > ul {
  align-items: center;
  gap: 4px;
}

:is(header.elementor-location-header, #site-header) .elementor-nav-menu--[data-elementor-type="wp-page"] .elementor-item {
  min-height: 48px;
  padding: 13px 12px !important;
  border-radius: 9px;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  letter-spacing: .01em;
}

:is(header.elementor-location-header, #site-header) .elementor-nav-menu--[data-elementor-type="wp-page"] .elementor-item:hover,
:is(header.elementor-location-header, #site-header) .elementor-nav-menu--[data-elementor-type="wp-page"] .elementor-item.elementor-item-active {
  background: rgba(255, 255, 255, .13);
  color: #fff !important;
}

:is(header.elementor-location-header, #site-header) .elementor-nav-menu--dropdown {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  background: var(--mpa-blue-deep);
  box-shadow: 0 18px 44px rgba(4, 38, 62, .24);
}

:is(header.elementor-location-header, #site-header) .elementor-menu-toggle {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 11px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

/* Hello theme header used on the cloned site. */
#site-header .header-inner {
  display: flex;
  align-items: center;
  gap: 26px;
  width: min(1180px, calc(100% - 36px));
  min-height: 112px;
  margin: 0 auto;
  padding: 12px 0;
}

#site-header .site-branding {
  flex: 0 0 310px;
}

#site-header .site-navigation {
  flex: 1 1 auto;
}

#site-header .site-navigation .menu {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
  margin: 0 !important;
  padding: 0 !important;
}

#site-header .site-navigation .menu > li {
  margin: 0 !important;
}

#site-header .site-navigation .menu > li > a {
  display: flex;
  align-items: center;
  min-height: 42px !important;
  padding: 8px 10px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  text-align: center;
}

#site-header .site-navigation .menu > li > a::before {
  display: none !important;
}

#site-header .site-navigation .menu > li::before {
  display: none !important;
}

#site-header .site-navigation .menu > li > a:hover,
#site-header .site-navigation .menu > li.current-menu-item > a {
  background: rgba(255, 255, 255, .13) !important;
}

/* Large, high-conversion Booking.com CTAs. */
html body a[href*="booking.com"].elementor-button,
html body .elementor-button[href*="booking.com"],
html body .elementor-heading-title a[href*="booking.com"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 64px !important;
  padding: 17px 28px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: var(--mpa-gold) !important;
  color: #142c3d !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  box-shadow: 0 12px 26px rgba(255, 196, 0, .25) !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease !important;
}

html body a[href*="booking.com"].elementor-button::before,
html body .elementor-button[href*="booking.com"]::before,
html body .elementor-heading-title a[href*="booking.com"]::before {
  content: "✓";
  display: grid;
  flex: 0 0 25px;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(20, 44, 61, .1);
  font-size: 14px;
  font-weight: 950;
}

html body a[href*="booking.com"].elementor-button:hover,
html body .elementor-button[href*="booking.com"]:hover,
html body .elementor-heading-title a[href*="booking.com"]:hover {
  transform: translateY(-2px);
  background: #ffd34f !important;
  color: #102838 !important;
  box-shadow: 0 16px 32px rgba(255, 196, 0, .34) !important;
}

/* Homepage and accommodation collection pages. */
body:is(
  .page-id-82,
  .page-id-208,
  .page-id-210,
  .page-id-211,
  .page-id-212,
  .page-id-1614,
  .page-id-1616,
  .page-id-1618,
  .page-id-3099
) [data-elementor-type="wp-page"] > .elementor-section:first-child {
  position: relative;
  padding-top: 92px !important;
  padding-bottom: 92px !important;
  background:
    linear-gradient(135deg, rgba(8, 63, 103, .98), rgba(29, 134, 200, .88)) !important;
}

body:is(
  .page-id-82,
  .page-id-208,
  .page-id-210,
  .page-id-211,
  .page-id-212,
  .page-id-1614,
  .page-id-1616,
  .page-id-1618,
  .page-id-3099
) [data-elementor-type="wp-page"] > .elementor-section:first-child :is(h1, h2, h3, p, li, a:not(.elementor-button)) {
  color: #fff !important;
}

body:is(
  .page-id-82,
  .page-id-208,
  .page-id-210,
  .page-id-211,
  .page-id-212,
  .page-id-1614,
  .page-id-1616,
  .page-id-1618,
  .page-id-3099
) [data-elementor-type="wp-page"] .elementor-widget-image img {
  border-radius: var(--mpa-radius);
  box-shadow: var(--mpa-shadow);
}

body:is(
  .page-id-82,
  .page-id-208,
  .page-id-210,
  .page-id-211,
  .page-id-212,
  .page-id-1614,
  .page-id-1616,
  .page-id-1618,
  .page-id-3099
) [data-elementor-type="wp-page"] .elementor-widget-text-editor {
  max-width: 800px;
}

body:is(
  .page-id-82,
  .page-id-208,
  .page-id-210,
  .page-id-211,
  .page-id-212,
  .page-id-1614,
  .page-id-1616,
  .page-id-1618,
  .page-id-3099
) [data-elementor-type="wp-page"] .elementor-column:has(.elementor-widget-image)
  > .elementor-widget-wrap {
  overflow: hidden;
  border: 1px solid var(--mpa-line);
  border-radius: var(--mpa-radius);
  background: #fff;
  box-shadow: var(--mpa-shadow);
}

/* Individual apartment pages. */
body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] > .elementor-section:nth-of-type(3) {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
  background:
    radial-gradient(circle at 90% 5%, rgba(255,255,255,.18), transparent 30%),
    linear-gradient(135deg, var(--mpa-blue-deep), var(--mpa-blue)) !important;
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] > .elementor-section:nth-of-type(3)
  :is(h1, h2, h3, p, li, a:not(.elementor-button)) {
  color: #fff !important;
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-widget-media-carousel {
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 56px rgba(8, 63, 103, .18);
}

/* Feature and facility heading bands. */
body [data-elementor-type="wp-page"] .elementor-widget-heading:has(.elementor-heading-title a[href*="apartment"])
  .elementor-heading-title:not(:has(a[href*="booking.com"])) {
  margin: 0 !important;
}

body [data-elementor-type="wp-page"] .elementor-widget-heading .elementor-heading-title > a[href*="melbournepenthouseapartments.com.au"] {
  color: inherit;
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(h2 a[href*="melbournepenthouseapartments.com.au"]) {
  padding-top: 44px;
  padding-bottom: 20px;
  background: var(--mpa-sky) !important;
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(h2 a[href*="melbournepenthouseapartments.com.au"])
  h2 {
  padding-left: 18px;
  border-left: 5px solid var(--mpa-gold);
  font-size: clamp(24px, 3vw, 34px) !important;
  text-transform: none !important;
}

/* Turn feature/facility lists into roomy icon cards. */
body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
  .elementor-widget-text-editor > .elementor-widget-container > ul {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
  .elementor-widget-text-editor > .elementor-widget-container > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 68px;
  margin: 0 !important;
  padding: 13px 14px 13px 55px !important;
  border: 1px solid var(--mpa-line);
  border-radius: 13px !important;
  background: #fff !important;
  color: var(--mpa-ink) !important;
  font-size: 14px !important;
  font-weight: 750;
  line-height: 1.35 !important;
  box-shadow: 0 7px 20px rgba(20, 73, 105, .06);
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
  .elementor-widget-text-editor > .elementor-widget-container > ul > li::before {
  content: "✓";
  position: absolute;
  left: 13px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  transform: translateY(-50%);
  border-radius: 10px;
  background: var(--mpa-sky);
  color: var(--mpa-blue-dark);
  font-size: 16px;
  font-weight: 950;
}

/* Long-form content becomes calm editorial cards rather than a wall of text. */
body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor h2)
  > .elementor-container {
  padding: clamp(26px, 4vw, 50px);
  border: 1px solid var(--mpa-line);
  border-radius: var(--mpa-radius);
  background: #fff;
  box-shadow: var(--mpa-shadow);
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-widget-text-editor h2 {
  margin-top: 46px;
  padding-top: 38px;
  border-top: 1px solid var(--mpa-line);
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-widget-text-editor h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

/* Related apartment and destination blocks. */
body [data-elementor-type="wp-page"] .rt-tpg-container .rt-holder,
body [data-elementor-type="wp-page"] .elementor-widget-image-box .elementor-image-box-wrapper {
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--mpa-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(20, 73, 105, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

body [data-elementor-type="wp-page"] .rt-tpg-container .rt-holder:hover,
body [data-elementor-type="wp-page"] .elementor-widget-image-box .elementor-image-box-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(20, 73, 105, .14);
}

body [data-elementor-type="wp-page"] .rt-tpg-container img,
body [data-elementor-type="wp-page"] .elementor-widget-image-box img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* Utility pages. */
body:is(.page-id-1620, .page-id-297, .page-id-298, .page-id-299)
  [data-elementor-type="wp-page"] > .elementor-section:not(:first-child)
  > .elementor-container {
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid var(--mpa-line);
  border-radius: var(--mpa-radius);
  background: #fff;
  box-shadow: var(--mpa-shadow);
}

/* Footer */
footer.elementor-location-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(29, 134, 200, .28), transparent 34%),
    var(--mpa-blue-deep) !important;
  color: #fff;
}

footer.elementor-location-footer > .elementor-section,
footer.elementor-location-footer > .e-con,
footer.elementor-location-footer .elementor-top-section {
  background: transparent !important;
}

footer.elementor-location-footer .elementor-container,
footer.elementor-location-footer .e-con-inner {
  width: min(1120px, calc(100% - 36px));
}

footer.elementor-location-footer .custom-logo {
  width: auto;
  max-width: 280px;
  max-height: 90px;
  object-fit: contain;
}

footer.elementor-location-footer :is(h2, h3, h4, p, li, a) {
  color: #fff !important;
}

footer.elementor-location-footer a {
  opacity: .88;
}

footer.elementor-location-footer a:hover {
  opacity: 1;
  color: #bfe9ff !important;
}

footer.elementor-location-footer .elementor-nav-menu {
  gap: 6px;
}

footer.elementor-location-footer .elementor-nav-menu a {
  min-height: 40px;
  padding: 8px 10px !important;
  border-radius: 8px;
}

footer.elementor-location-footer .elementor-nav-menu a:hover {
  background: rgba(255,255,255,.09);
}

@media (max-width: 1024px) {
  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container > ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :is(header.elementor-location-header, #site-header) .elementor-nav-menu--dropdown {
    margin-top: 12px !important;
  }

  :is(header.elementor-location-header, #site-header) .elementor-nav-menu--dropdown .elementor-item {
    min-height: 50px;
    padding: 13px 16px !important;
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: #fff !important;
    font-size: 15px !important;
  }

  #site-header .header-inner {
    min-height: 96px;
    padding: 10px 0;
  }

  #site-header .site-branding {
    flex: 1 1 auto;
  }
}

@media (max-width: 767px) {
  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"]
    > .elementor-section,
  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"]
    > .e-con {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635)
    [data-elementor-type="wp-page"] .elementor-section-boxed > .elementor-container,
  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635)
    [data-elementor-type="wp-page"] .e-con-boxed > .e-con-inner {
    width: min(100% - 24px, 1120px);
  }

  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h1 {
    font-size: clamp(32px, 10vw, 44px) !important;
  }

  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h2 {
    font-size: clamp(25px, 8vw, 34px) !important;
  }

  :is(header.elementor-location-header, #site-header) .custom-logo {
    max-width: min(74vw, 285px);
    max-height: 74px;
  }

  :is(header.elementor-location-header, #site-header) .elementor-nav-menu--dropdown {
    max-height: min(68vh, 560px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container {
    padding: 12px !important;
  }

  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container > ul > li {
    min-height: 64px;
    padding: 11px 10px 11px 47px !important;
    font-size: 13px !important;
  }

  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container > ul > li::before {
    left: 10px;
    width: 28px;
    height: 28px;
  }

  html body a[href*="booking.com"].elementor-button,
  html body .elementor-button[href*="booking.com"],
  html body .elementor-heading-title a[href*="booking.com"] {
    width: 100% !important;
    min-height: 62px !important;
    padding: 16px 18px !important;
    font-size: 16px !important;
  }

  footer.elementor-location-footer {
    text-align: center;
  }
}

@media (max-width: 430px) {
  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container > ul {
    grid-template-columns: 1fr;
  }
}


/* STAGING FLIGHTS-STYLE REBUILD SYSTEM */
body:has(.mpa-rebuild) .page-header,
body:has(.mpa-rebuild) .entry-header,
body:has(.mpa-rebuild) main > .page-content > .entry-title { display:none !important; }
.mpa-rebuild .hero h1 { font-size:clamp(44px,4.2vw,60px) !important; line-height:1.02 !important; max-width:700px !important; }
@media (min-width:1025px) {
  html body #site-header.site-header { min-height:82px !important; padding:6px 28px !important; }
  html body #site-header .header-inner { width:min(1180px,100%) !important; min-height:68px !important; height:68px !important; align-items:center !important; }
  html body #site-header .site-branding,
  html body #site-header .site-logo,
  html body #site-header .custom-logo-link { height:68px !important; min-height:0 !important; display:flex !important; align-items:center !important; }
  html body #site-header img.custom-logo { width:180px !important; max-width:180px !important; height:auto !important; max-height:68px !important; object-fit:contain !important; }
  html body #site-header .site-navigation,
  html body #site-header .site-navigation .menu,
  html body #site-header .site-navigation .menu > li { height:58px !important; min-height:58px !important; }
  html body #site-header .site-navigation { margin-left:auto !important; align-self:center !important; }
  html body #site-header .site-navigation .menu > li > a { height:58px !important; min-height:58px !important; padding:9px 10px !important; border-radius:10px !important; font-size:12px !important; line-height:1.12 !important; }
}
@media (max-width:700px) { .mpa-rebuild .hero h1 { font-size:44px !important; max-width:100% !important; } }


/* STAGING HEADER SINGLE-ROW REFINEMENT */
@media (min-width:1025px) {
  html body #site-header .header-inner { display:flex !important; flex-wrap:nowrap !important; gap:28px !important; }
  html body #site-header .site-branding { flex:0 0 180px !important; width:180px !important; }
  html body #site-header .site-navigation { flex:1 1 auto !important; width:auto !important; max-width:none !important; margin-left:0 !important; }
  html body #site-header .site-navigation .menu { width:100% !important; display:flex !important; flex-wrap:nowrap !important; gap:6px !important; }
  html body #site-header .site-navigation .menu > li { flex:1 1 0 !important; width:auto !important; min-width:0 !important; }
  html body #site-header .site-navigation .menu > li > a { width:100% !important; padding:8px 6px !important; font-size:11.5px !important; text-align:center !important; white-space:normal !important; }
}


/* STAGING MOBILE HEADER AND WIDTH FIX */
@media (max-width:1024px) {
  html, body { max-width:100%; overflow-x:hidden; }
  html body #site-header.site-header { min-height:82px !important; padding:6px 12px !important; background:#4f8dca !important; }
  html body #site-header .header-inner { width:100% !important; max-width:100% !important; min-height:70px !important; height:70px !important; padding:0 !important; display:flex !important; flex-wrap:nowrap !important; align-items:center !important; justify-content:space-between !important; gap:12px !important; }
  html body #site-header .site-branding { flex:0 1 210px !important; width:auto !important; min-width:0 !important; height:68px !important; display:flex !important; align-items:center !important; }
  html body #site-header .site-logo,
  html body #site-header .custom-logo-link { width:auto !important; height:68px !important; display:flex !important; align-items:center !important; }
  html body #site-header img.custom-logo { width:auto !important; max-width:210px !important; height:auto !important; max-height:62px !important; object-fit:contain !important; }
  html body #site-header .site-navigation-toggle-holder { flex:0 0 46px !important; width:46px !important; height:46px !important; margin-left:auto !important; display:flex !important; align-items:center !important; justify-content:center !important; }
  html body #site-header .site-navigation-toggle { width:46px !important; height:46px !important; display:flex !important; align-items:center !important; justify-content:center !important; border:1px solid rgba(255,255,255,.38) !important; border-radius:12px !important; color:#fff !important; font-size:25px !important; }
  html body #site-header .site-navigation-dropdown { top:82px !important; width:100% !important; max-width:100% !important; z-index:9999 !important; }
  html body #site-header .site-navigation-dropdown .menu { margin:0 !important; padding:10px 12px !important; background:#0f4f7c !important; }
  html body #site-header .site-navigation-dropdown .menu a { min-height:48px !important; padding:13px 14px !important; color:#fff !important; border-bottom:1px solid rgba(255,255,255,.12) !important; font-size:15px !important; line-height:1.25 !important; }
  .mpa-rebuild { width:100% !important; max-width:100% !important; overflow-x:clip !important; }
}
@media (max-width:600px) {
  .mpa-rebuild .hero h1,
  .mpa-rebuild h1 { font-size:clamp(36px,11vw,44px) !important; line-height:1.04 !important; overflow-wrap:anywhere; }
  .mpa-rebuild .hero-grid { padding:44px 0 60px !important; }
  .mpa-rebuild .search-card { padding:22px !important; }
}
@media (max-width:360px) {
  html body #site-header .site-branding { flex-basis:196px !important; }
  html body #site-header img.custom-logo { max-width:196px !important; }
  .mpa-rebuild .hero h1,
  .mpa-rebuild h1 { font-size:35px !important; }
}/* Melbourne Penthouse Apartments — brand-led redesign, private draft v3 */
:root {
  --m3-brand: #1d86c8;
  --m3-brand-dark: #116da8;
  --m3-brand-deep: #0c5688;
  --m3-pale: #eff7fc;
  --m3-bg: #f7fafc;
  --m3-white: #ffffff;
  --m3-ink: #183141;
  --m3-muted: #607888;
  --m3-line: #d8e6ef;
  --m3-gold: #f4b544;
  --m3-shadow: 0 8px 26px rgba(20,73,105,.09);
  --m3-radius: 14px;
}
html { scroll-behavior: smooth; }
body.wp-theme-hello-elementor,
body.elementor-default {
  margin: 0;
  color: var(--m3-ink) !important;
  background: var(--m3-bg) !important;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
::selection { color: #fff; background: var(--m3-brand-dark); }
a { color: var(--m3-brand-dark); text-underline-offset: 3px; transition: .2s ease; }
a:hover { color: var(--m3-brand-deep); }

/* Brand-colour header: the logo now blends into the background */
.site-header {
  position: sticky;
  z-index: 999;
  top: 0;
  width: 100%;
  padding: 10px clamp(18px,3vw,42px);
  color: #fff;
  background: var(--m3-brand) !important;
  border-bottom: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 5px 20px rgba(12,86,136,.18);
}
.admin-bar .site-header { top: 32px; }
.site-header .header-inner {
  display: flex;
  width: 100%;
  max-width: 1240px;
  min-height: 72px;
  margin: auto;
  gap: clamp(22px,3vw,48px);
  align-items: center;
}
.site-header .site-branding { flex: 0 0 250px; }
.site-header .custom-logo-link { display: flex; align-items: center; }
.site-header .custom-logo {
  width: 250px;
  max-width: 100%;
  max-height: 84px;
  object-fit: contain;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.site-header .site-navigation { flex: 1 1 auto; margin-left: auto; }
.site-header .site-navigation ul.menu {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 7px;
  align-items: stretch;
}
.site-header .site-navigation ul.menu > li { display: flex; }
.site-header .site-navigation ul.menu > li > a {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 8px 9px;
  color: #fff !important;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  font: 700 12px/1.25 Inter,ui-sans-serif,sans-serif;
  letter-spacing: .01em;
  text-align: center;
}
.site-header .site-navigation ul.menu > li > a::before {
  margin-bottom: 5px;
  font-family: FontAwesome;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
}
.site-header .site-navigation a[href*="penthouse-accommodation-melbourne"]::before { content: "\f1ad"; }
.site-header .site-navigation a[href*="3-bedroom-accommodation"]::before { content: "\f015"; }
.site-header .site-navigation a[href*="2-bedroom-accommodation"]::before { content: "\f236"; }
.site-header .site-navigation a[href*="1-bedroom-accommodation"]::before { content: "\f007"; }
.site-header .site-navigation ul.menu > li > a:hover,
.site-header .site-navigation ul.menu > li.current-menu-item > a,
.site-header .site-navigation ul.menu > li.current_page_item > a {
  color: #fff !important;
  background: rgba(7,70,111,.27);
  border-color: rgba(255,255,255,.46);
  transform: translateY(-1px);
}
.site-header .site-navigation-toggle {
  color: #fff;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 9px;
}

/* Page rhythm and containers */
.elementor:not(.elementor-location-footer) { color: var(--m3-ink); }
body > .elementor:not(.elementor-location-footer) > .elementor-section,
body > .elementor:not(.elementor-location-footer) > .e-con {
  width: min(100%,1120px);
  margin-inline: auto;
  padding: 25px clamp(16px,2.5vw,28px);
}
body > .elementor:not(.elementor-location-footer) > .elementor-section:first-child,
body > .elementor:not(.elementor-location-footer) > .e-con:first-child {
  width: min(100%,1280px);
  padding-top: 18px;
  padding-bottom: 18px;
}
/* Make text-led blocks feel designed without changing their words */
body > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-heading):has(.elementor-widget-text-editor),
body > .elementor:not(.elementor-location-footer) > .elementor-section:has(> .elementor-container .elementor-widget-text-editor):not(:has(.elementor-widget-image)):not(:has(.elementor-widget-media-carousel)) {
  margin-top: 14px;
  margin-bottom: 14px;
  padding: clamp(24px,3vw,38px);
  background: var(--m3-white);
  border: 1px solid var(--m3-line);
  border-radius: var(--m3-radius);
  box-shadow: 0 4px 16px rgba(20,73,105,.045);
}
/* Button-only and divider-only rows should not create huge empty bands */
body > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-button):not(:has(.elementor-widget-text-editor)):not(:has(.elementor-widget-heading)) { padding-top: 8px; padding-bottom: 8px; }
body > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-divider):not(:has(.elementor-widget-text-editor)):not(:has(.elementor-widget-heading)) { padding-top: 3px; padding-bottom: 3px; }
.elementor-widget-divider .elementor-divider-separator { border-color: var(--m3-line) !important; }

/* Smaller, calmer typography */
.elementor-widget-text-editor,
.elementor-widget-theme-post-content,
.elementor-widget-text-editor p,
.elementor-widget-theme-post-content p,
.elementor-widget-text-editor li,
.elementor-widget-theme-post-content li {
  color: var(--m3-ink) !important;
  font-family: inherit !important;
}
.elementor-widget-text-editor p,
.elementor-widget-theme-post-content p { max-width: 800px; margin: 0 auto 1.05em; }
.elementor-widget-text-editor > .elementor-widget-container > p:first-child,
.elementor-widget-theme-post-content > .elementor-widget-container > p:first-child { color: #3f5b6c !important; font-size: 17px; line-height: 1.6; }
.elementor h1,.elementor h2,.elementor h3,.elementor h4,.elementor .elementor-heading-title {
  color: var(--m3-ink) !important;
  font-family: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
  font-weight: 760 !important;
  letter-spacing: -.022em;
  text-wrap: balance;
}
.elementor h1,
.elementor h1.elementor-heading-title,
.elementor .elementor-widget-heading h1.elementor-heading-title {
  max-width: 920px;
  margin-inline: auto;
  font-size: clamp(31px,3.2vw,42px) !important;
  line-height: 1.12 !important;
}
.elementor h2,
.elementor h2.elementor-heading-title,
.elementor .elementor-widget-heading h2.elementor-heading-title {
  font-size: clamp(23px,2.2vw,29px) !important;
  line-height: 1.22 !important;
}
.elementor h3 { font-size: clamp(19px,1.7vw,23px) !important; line-height: 1.28 !important; }
.elementor h1 a,.elementor h2 a,.elementor h3 a { color: inherit !important; text-decoration: none; }
/* A consistent icon treatment for section headings */
.elementor-widget-heading h2::before,
.elementor-widget-text-editor h2::before,
.elementor-widget-theme-post-content h2::before {
  content: "\f1ad";
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  place-items: center;
  color: #fff;
  background: var(--m3-brand);
  border-radius: 8px;
  font-family: FontAwesome;
  font-size: 15px;
  font-weight: normal;
  vertical-align: .12em;
}
.elementor-widget-text-editor h3::before,.elementor-widget-theme-post-content h3::before {
  content: "\f041";
  margin-right: 8px;
  color: var(--m3-brand);
  font-family: FontAwesome;
  font-size: .85em;
  font-weight: normal;
}

/* Hero and galleries */
.elementor-widget-image-carousel .swiper,
.elementor-widget-media-carousel .swiper,
.elementor-widget-slides .swiper {
  overflow: hidden;
  background: #dcebf4;
  border: 1px solid rgba(29,134,200,.18);
  border-radius: 14px;
  box-shadow: var(--m3-shadow);
}
.elementor img.swiper-slide-image,.elementor .swiper img,.elementor-widget-image img { border-radius: 12px !important; box-shadow: none !important; }
.elementor-widget-image-carousel .swiper-slide img,.elementor-widget-media-carousel .swiper-slide img { width:100%; min-height:280px; max-height:590px; object-fit:cover; }
.elementor-swiper-button {
  display:grid !important;
  width:40px;
  height:40px;
  place-items:center;
  color:#fff !important;
  background:rgba(17,109,168,.88);
  border:1px solid rgba(255,255,255,.5);
  border-radius:50%;
}
.swiper-pagination-bullet { width:7px; height:7px; background:#fff !important; opacity:.58; }
.swiper-pagination-bullet-active { width:22px; border-radius:99px; background:var(--m3-gold) !important; opacity:1; }

/* Property and destination cards */
.elementor-widget-image-box,.elementor-widget-call-to-action,.elementor-widget-posts article,.rt-tpg-container .rt-holder,.elementor figure {
  overflow:hidden;
  background:#fff;
  border:1px solid var(--m3-line);
  border-radius:var(--m3-radius);
  box-shadow:0 5px 18px rgba(20,73,105,.065);
}
.elementor figure { margin:6px; }
.elementor figure img { display:block; width:100%; border-radius:0 !important; transition:transform .3s ease; }
.elementor figure:hover img { transform:scale(1.02); }
.elementor figure figcaption,.elementor .gallery-caption {
  padding:14px 16px;
  color:var(--m3-ink);
  background:#fff;
  border-top:1px solid var(--m3-line);
  font-size:14px;
  font-weight:750;
  line-height:1.4;
}
.elementor-post__card { border:1px solid var(--m3-line) !important; border-radius:var(--m3-radius) !important; box-shadow:0 5px 18px rgba(20,73,105,.065) !important; }

/* Amenities become an icon grid; ordinary editorial lists remain normal */
.elementor-widget-text-editor ul,.elementor-widget-theme-post-content ul { max-width:820px; margin:18px auto 24px; padding-left:1.3em; }
.elementor-widget-text-editor li,.elementor-widget-theme-post-content li { margin:.35em 0; }
.elementor-widget-text-editor li::marker,.elementor-widget-theme-post-content li::marker { color:var(--m3-brand); }
.elementor-widget-text-editor ul:has(li:nth-child(7)),
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  max-width:900px;
  padding:0;
  list-style:none;
}
.elementor-widget-text-editor ul:has(li:nth-child(7)) li,
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) li {
  position:relative;
  min-height:48px;
  margin:0;
  padding:11px 11px 11px 39px;
  background:var(--m3-pale);
  border:1px solid #cee3f0;
  border-radius:9px;
  font-size:14px;
  line-height:1.4;
}
.elementor-widget-text-editor ul:has(li:nth-child(7)) li::before,
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) li::before {
  content:"\f00c";
  position:absolute;
  left:13px;
  top:12px;
  color:var(--m3-brand);
  font-family:FontAwesome;
  font-size:14px;
}
.elementor-widget-text-editor ul:has(li:nth-child(7)) li:nth-child(4n+1)::before { content:"\f236"; }
.elementor-widget-text-editor ul:has(li:nth-child(7)) li:nth-child(4n+2)::before { content:"\f2cd"; }
.elementor-widget-text-editor ul:has(li:nth-child(7)) li:nth-child(4n+3)::before { content:"\f041"; }
.elementor-widget-text-editor ul:has(li:nth-child(7)) li:nth-child(4n+4)::before { content:"\f1eb"; }

/* Availability and affiliate calls to action */
.elementor-widget-button .elementor-button,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"],
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"] {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:48px;
  margin:10px auto;
  padding:12px 20px !important;
  color:#fff !important;
  background:var(--m3-brand-dark) !important;
  border:1px solid var(--m3-brand-dark) !important;
  border-radius:8px !important;
  box-shadow:0 5px 14px rgba(17,109,168,.18);
  font:750 13px/1.35 Inter,ui-sans-serif,sans-serif !important;
  letter-spacing:.01em;
  text-align:center;
  text-decoration:none !important;
}
.elementor-widget-button .elementor-button::before,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"]::before,
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]::before {
  content:"\f073";
  font-family:FontAwesome;
  font-size:15px;
  font-weight:normal;
}
.elementor-widget-button .elementor-button:hover,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"]:hover,
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]:hover {
  color:#fff !important;
  background:var(--m3-brand-deep) !important;
  border-color:var(--m3-brand-deep) !important;
  transform:translateY(-1px);
}

/* Forms */
.elementor-field-group input,.elementor-field-group textarea,.elementor-field-group select,.wpcf7 input,.wpcf7 textarea {
  min-height:48px;
  padding:11px 13px !important;
  color:var(--m3-ink);
  background:#fff;
  border:1px solid #cbdde8 !important;
  border-radius:8px !important;
  box-shadow:none;
}
.elementor-field-group input:focus,.elementor-field-group textarea:focus { outline:3px solid rgba(29,134,200,.15); border-color:var(--m3-brand) !important; }

/* Brand-integrated footer */
.elementor-location-footer,
.elementor-location-footer > .elementor-section,
footer.elementor-section {
  color:rgba(255,255,255,.88) !important;
  background:var(--m3-brand) !important;
}
.elementor-location-footer {
  margin-top:48px;
  border-top:1px solid rgba(255,255,255,.25);
  box-shadow:0 -5px 20px rgba(12,86,136,.09);
}
.elementor-location-footer > .elementor-section { max-width:1120px; margin:auto; padding:36px 22px 24px; }
.elementor-location-footer img { width:250px; max-width:100%; border-radius:0 !important; box-shadow:none !important; }
.elementor-location-footer a { color:#fff !important; text-decoration:none; }
.elementor-location-footer a:hover { color:#fff !important; text-decoration:underline; }
.elementor-location-footer .elementor-nav-menu {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:5px;
  padding:8px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
}
.elementor-location-footer .elementor-nav-menu a { padding:8px 11px !important; border-radius:7px; font-size:13px; }
.elementor-location-footer .elementor-nav-menu a::before { content:"\f105"; margin-right:6px; font-family:FontAwesome; }
.elementor-location-footer .elementor-social-icon { background:rgba(255,255,255,.14) !important; border:1px solid rgba(255,255,255,.28); }
.elementor-location-footer p { color:rgba(255,255,255,.78) !important; font-size:13px; }
a:focus-visible,.elementor-button:focus-visible { outline:3px solid var(--m3-gold); outline-offset:3px; }

@media (max-width:1080px) {
  .site-header .site-branding { flex-basis:215px; }
  .site-header .custom-logo { width:215px; }
  .site-header .site-navigation ul.menu > li > a { font-size:11px; }
}
@media (max-width:1024px) {
  .site-header { padding:8px 16px; }
  .site-header .header-inner { min-height:62px; }
  .site-header .site-branding { flex:1 1 auto; }
  .site-header .custom-logo { width:210px; max-height:68px; }
  .site-header .site-navigation-dropdown ul.menu {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
    padding:10px;
    background:var(--m3-brand-dark);
    border:1px solid rgba(255,255,255,.2);
    border-radius:0 0 12px 12px;
    box-shadow:var(--m3-shadow);
  }
  .site-header .site-navigation-dropdown ul.menu li a { min-height:58px; padding:9px; color:#fff !important; }
  .elementor-widget-text-editor ul:has(li:nth-child(7)),.elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:782px) { .admin-bar .site-header { top:46px; } }
@media (max-width:767px) {
  body.wp-theme-hello-elementor,body.elementor-default { font-size:15.5px; }
  .site-header .custom-logo { width:190px; }
  body > .elementor:not(.elementor-location-footer) > .elementor-section,
  body > .elementor:not(.elementor-location-footer) > .e-con { padding:20px 13px; }
  body > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-heading):has(.elementor-widget-text-editor),
  body > .elementor:not(.elementor-location-footer) > .elementor-section:has(> .elementor-container .elementor-widget-text-editor):not(:has(.elementor-widget-image)):not(:has(.elementor-widget-media-carousel)) { margin:10px 8px; padding:21px 17px; }
  .elementor h1,.elementor h1.elementor-heading-title,.elementor .elementor-widget-heading h1.elementor-heading-title { font-size:clamp(28px,8vw,35px) !important; }
  .elementor h2,.elementor h2.elementor-heading-title,.elementor .elementor-widget-heading h2.elementor-heading-title { font-size:clamp(21px,6vw,26px) !important; }
  .elementor-widget-heading h2::before,.elementor-widget-text-editor h2::before,.elementor-widget-theme-post-content h2::before { width:30px; height:30px; margin-right:8px; font-size:13px; }
  .elementor-widget-image-carousel .swiper-slide img,.elementor-widget-media-carousel .swiper-slide img { min-height:210px; max-height:390px; }
  .elementor-widget-text-editor ul:has(li:nth-child(7)),.elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:1fr; gap:6px; }
  .elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"],.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"],.elementor-widget-button .elementor-button { width:min(100%,420px); }
  .elementor-location-footer { margin-top:34px; }
  .elementor-location-footer > .elementor-section { padding:30px 16px 22px; }
  .elementor-location-footer img { width:220px; }
}
@media (max-width:480px) {
  .site-header .site-navigation-dropdown ul.menu { grid-template-columns:1fr; }
  .site-header .site-navigation-dropdown ul.menu li a { flex-direction:row; justify-content:flex-start; min-height:46px; text-align:left; }
  .site-header .site-navigation-dropdown ul.menu li a::before { margin:0 9px 0 0; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
}

/* Final proportional refinements */
.site-header .custom-logo,
header.site-header .custom-logo-link img.custom-logo {
  width: 260px !important;
  max-width: 260px !important;
  max-height: 98px !important;
}
.site-header .site-branding { flex-basis: 260px !important; max-width: 260px !important; }
body.wp-theme-hello-elementor,body.elementor-default { font-size: 15.5px; }
.elementor h1,
.elementor h1.elementor-heading-title,
.elementor .elementor-widget-heading h1.elementor-heading-title { font-size: clamp(29px,2.7vw,36px) !important; line-height:1.15 !important; }
.elementor h2,
.elementor h2.elementor-heading-title,
.elementor .elementor-widget-heading h2.elementor-heading-title { font-size: clamp(21px,1.9vw,25px) !important; }
.elementor-widget-text-editor > .elementor-widget-container > p:first-child,
.elementor-widget-theme-post-content > .elementor-widget-container > p:first-child { font-size: 16.5px; }
.elementor-widget-button .elementor-button::after,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"]::after,
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]::after {
  content:"\f073" !important;
  margin-left:8px;
  font-family:FontAwesome !important;
  font-size:14px;
  font-weight:normal;
}
@media(max-width:1024px){
  .site-header .custom-logo,header.site-header .custom-logo-link img.custom-logo { width:220px !important; max-width:220px !important; max-height:82px !important; }
  .site-header .site-branding { flex-basis:220px !important; max-width:calc(100% - 62px) !important; }
}
@media(max-width:767px){
  body.wp-theme-hello-elementor,body.elementor-default { font-size:15px; }
  .site-header .custom-logo,header.site-header .custom-logo-link img.custom-logo { width:205px !important; max-width:205px !important; }
  .elementor h1,.elementor h1.elementor-heading-title,.elementor .elementor-widget-heading h1.elementor-heading-title { font-size:clamp(27px,7.5vw,33px) !important; }
  .elementor h2,.elementor h2.elementor-heading-title,.elementor .elementor-widget-heading h2.elementor-heading-title { font-size:clamp(20px,5.5vw,24px) !important; }
}

/* Keep amenity tiles readable in both narrow and wide Elementor columns */
.elementor-widget-text-editor ul:has(li:nth-child(7)),
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(auto-fit,minmax(180px,1fr)) !important; }
@media(max-width:480px){
  .elementor-widget-text-editor ul:has(li:nth-child(7)),
  .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:1fr !important; }
}

/* Explicit amenity breakpoints for consistent Elementor rendering */
.elementor-widget-text-editor ul:has(li:nth-child(7)),
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(3,minmax(0,1fr)) !important; }
@media(max-width:1024px){
  .elementor-widget-text-editor ul:has(li:nth-child(7)),
  .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
}
@media(max-width:600px){
  .elementor-widget-text-editor ul:has(li:nth-child(7)),
  .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:1fr !important; }
}

/* Flex-based amenity layout avoids legacy Elementor grid sizing */
.elementor-widget-text-editor ul:has(li:nth-child(7)),
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) { display:flex !important; flex-wrap:wrap; gap:8px; }
.elementor-widget-text-editor ul:has(li:nth-child(7)) li,
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { flex:1 1 calc(33.333% - 8px); max-width:calc(33.333% - 6px); }
@media(max-width:1024px){
  .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
  .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { flex-basis:calc(50% - 8px); max-width:calc(50% - 4px); }
}
@media(max-width:600px){
  .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
  .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { flex-basis:100%; max-width:100%; }
}

/* Property-page composition: unify hero, gallery, CTAs and amenity panels */
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:first-child:has(.elementor-widget-slides) {
  position:relative;
  z-index:1;
  padding-bottom:0;
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:first-child + .elementor-section:has(.elementor-widget-media-carousel) {
  position:relative;
  z-index:3;
  width:min(86%,1040px);
  margin-top:-34px;
  margin-bottom:10px;
  padding:10px !important;
  background:#fff;
  border:1px solid var(--m3-line);
  border-radius:14px;
  box-shadow:0 12px 34px rgba(20,73,105,.14);
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:first-child + .elementor-section:has(.elementor-widget-media-carousel) .swiper {
  border:0;
  border-radius:10px;
  box-shadow:none;
}
/* One calendar icon only */
.elementor-widget-button .elementor-button::before,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"]::before,
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]::before { content:none !important; display:none !important; }
.elementor-widget-button .elementor-button::after,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"]::after,
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]::after {
  content:"\f073" !important;
  display:inline-block;
  margin-left:8px;
  font-family:FontAwesome !important;
  font-size:14px;
  font-weight:normal;
}
/* Join feature headings to their amenity panels */
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(+ .elementor-section .elementor-widget-text-editor ul:has(li:nth-child(7))) {
  margin-top:18px;
  margin-bottom:0;
  padding:16px 22px;
  color:#fff;
  background:var(--m3-brand);
  border:1px solid var(--m3-brand);
  border-radius:14px 14px 0 0;
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(+ .elementor-section .elementor-widget-text-editor ul:has(li:nth-child(7))) h2,
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(+ .elementor-section .elementor-widget-text-editor ul:has(li:nth-child(7))) h2 a { color:#fff !important; }
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(+ .elementor-section .elementor-widget-text-editor ul:has(li:nth-child(7))) h2::before {
  color:var(--m3-brand);
  background:#fff;
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-text-editor ul:has(li:nth-child(7))) {
  margin-top:0;
  margin-bottom:18px;
  padding:22px !important;
  background:#fff;
  border:1px solid var(--m3-line);
  border-top:0;
  border-radius:0 0 14px 14px;
  box-shadow:0 7px 20px rgba(20,73,105,.06);
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-text-editor ul:has(li:nth-child(7))) ul { margin-top:0; margin-bottom:0; }
/* Property intro card */
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-heading h1):has(.elementor-widget-text-editor) {
  position:relative;
  overflow:hidden;
  border-top:4px solid var(--m3-brand);
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-heading h1):has(.elementor-widget-text-editor)::before {
  content:"\f041";
  position:absolute;
  right:24px;
  top:22px;
  color:rgba(29,134,200,.12);
  font-family:FontAwesome;
  font-size:72px;
}
@media(max-width:767px){
  body.page > .elementor:not(.elementor-location-footer) > .elementor-section:first-child + .elementor-section:has(.elementor-widget-media-carousel) { width:calc(100% - 26px); margin-top:-18px; padding:7px !important; }
  body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(+ .elementor-section .elementor-widget-text-editor ul:has(li:nth-child(7))) { margin-inline:8px; padding:14px 16px; }
  body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-text-editor ul:has(li:nth-child(7))) { margin-inline:8px; padding:16px !important; }
}

/* Valid cross-page property section headers and amenity panels */
body.page:not(.home) .elementor-widget-heading:has(h2) {
  margin-top:14px;
  margin-bottom:0;
  padding:15px 20px;
  color:#fff;
  background:var(--m3-brand);
  border:1px solid var(--m3-brand);
  border-radius:12px;
  box-shadow:0 5px 16px rgba(20,73,105,.08);
}
body.page:not(.home) .elementor-widget-heading:has(h2) h2,
body.page:not(.home) .elementor-widget-heading:has(h2) h2 a { color:#fff !important; }
body.page:not(.home) .elementor-widget-heading:has(h2) h2::before {
  color:var(--m3-brand);
  background:#fff;
}
body.page:not(.home) .elementor-widget-text-editor:has(ul li:nth-child(7)) > .elementor-widget-container {
  padding:18px;
  background:#fff;
  border:1px solid var(--m3-line);
  border-radius:12px;
  box-shadow:0 5px 16px rgba(20,73,105,.05);
}
body.page:not(.home) .elementor-widget-text-editor:has(ul li:nth-child(7)) ul { margin-top:0; margin-bottom:0; }
@media(max-width:767px){
  body.page:not(.home) .elementor-widget-heading:has(h2) { padding:13px 15px; }
  body.page:not(.home) .elementor-widget-text-editor:has(ul li:nth-child(7)) > .elementor-widget-container { padding:12px; }
}

/* Page 677: deliberate visual sequence and icon-led content hierarchy */
body.page-id-677 > .elementor-677 { display:flex; flex-direction:column; }
body.page-id-677 > .elementor-677 > .elementor-section { order:100; }
body.page-id-677 > .elementor-677 > .elementor-element-a42735e { order:1; }
body.page-id-677 > .elementor-677 > .elementor-element-ac689a5 { order:2; }
body.page-id-677 > .elementor-677 > .elementor-element-6740356 { order:3; }
body.page-id-677 > .elementor-677 > .elementor-element-ff43dc3 { order:4; }
body.page-id-677 > .elementor-677 > .elementor-element-38ccc1f { order:5; }
body.page-id-677 > .elementor-677 > .elementor-element-454045f { order:6; }
body.page-id-677 > .elementor-677 > .elementor-element-e6d5fd2 { order:7; }
body.page-id-677 > .elementor-677 > .elementor-element-9fd43d3 { order:8; }
body.page-id-677 > .elementor-677 > .elementor-element-749a40a { order:9; }
body.page-id-677 > .elementor-677 > .elementor-element-4b5c8cb { order:10; }
body.page-id-677 > .elementor-677 > .elementor-element-2f156ab { order:11; }
body.page-id-677 > .elementor-677 > .elementor-element-2caf7f2 { order:12; }
body.page-id-677 > .elementor-677 > .elementor-element-61dff4c { order:13; }
body.page-id-677 > .elementor-677 > .elementor-element-28d24cc { order:14; }
body.page-id-677 > .elementor-677 > .elementor-element-5dcaeec { order:15; }
body.page-id-677 > .elementor-677 > .elementor-element-14c4aa4 { order:16; }
/* Remove redundant dividers, empty spacers and duplicate middle CTA */
body.page-id-677 > .elementor-677 > .elementor-element-f8b97c6,
body.page-id-677 > .elementor-677 > .elementor-element-39ecf95,
body.page-id-677 > .elementor-677 > .elementor-element-d3ea1d2,
body.page-id-677 > .elementor-677 > .elementor-element-e199f4b,
body.page-id-677 > .elementor-677 > .elementor-element-5beefd5,
body.page-id-677 > .elementor-677 > .elementor-element-13c98fc,
body.page-id-677 > .elementor-677 > .elementor-element-51288eb,
body.page-id-677 > .elementor-677 > .elementor-element-8bbe8f4 { display:none !important; }
/* Address panel */
body.page-id-677 .elementor-element-36b591d > .elementor-widget-container {
  position:relative;
  max-width:760px;
  margin:18px auto 22px;
  padding:14px 18px 14px 50px;
  color:var(--m3-ink);
  background:var(--m3-pale);
  border:1px solid #cde4f1;
  border-radius:10px;
}
body.page-id-677 .elementor-element-36b591d > .elementor-widget-container::before {
  content:"\f041";
  position:absolute;
  left:19px;
  top:50%;
  color:var(--m3-brand);
  font-family:FontAwesome;
  font-size:21px;
  transform:translateY(-50%);
}
body.page-id-677 .elementor-element-36b591d p { margin:0; }
/* Key Takeaways: three clear icon cards */
body.page-id-677 .elementor-element-00bfef5 h2 {
  margin-top:28px;
  color:var(--m3-ink) !important;
  text-align:center;
}
body.page-id-677 .elementor-element-00bfef5 ul {
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px;
  max-width:940px;
  margin:20px auto 0;
  padding:0;
  list-style:none;
}
body.page-id-677 .elementor-element-00bfef5 li {
  position:relative;
  margin:0;
  padding:58px 17px 18px;
  color:var(--m3-ink);
  background:#fff;
  border:1px solid var(--m3-line);
  border-radius:12px;
  box-shadow:0 5px 16px rgba(20,73,105,.055);
  font-size:14px;
  line-height:1.52;
}
body.page-id-677 .elementor-element-00bfef5 li::before {
  position:absolute;
  left:17px;
  top:17px;
  display:grid;
  width:30px;
  height:30px;
  place-items:center;
  color:#fff;
  background:var(--m3-brand);
  border-radius:8px;
  font-family:FontAwesome;
  font-size:14px;
}
body.page-id-677 .elementor-element-00bfef5 li:nth-child(1)::before { content:"\f005"; }
body.page-id-677 .elementor-element-00bfef5 li:nth-child(2)::before { content:"\f041"; }
body.page-id-677 .elementor-element-00bfef5 li:nth-child(3)::before { content:"\f1d8"; }
/* Related-property grids read as cards */
body.page-id-677 .elementor-element-28d24cc .elementor-column,
body.page-id-677 .elementor-element-14c4aa4 .elementor-column { padding:7px; }
body.page-id-677 .elementor-element-28d24cc .elementor-widget-image,
body.page-id-677 .elementor-element-14c4aa4 .elementor-widget-image {
  height:100%;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--m3-line);
  border-radius:12px;
  box-shadow:0 5px 16px rgba(20,73,105,.055);
}
@media(max-width:767px){
  body.page-id-677 .elementor-element-00bfef5 ul { grid-template-columns:1fr !important; }
  body.page-id-677 .elementor-element-00bfef5 li { padding:52px 15px 15px; }
  body.page-id-677 .elementor-element-36b591d > .elementor-widget-container { padding:13px 14px 13px 43px; }
  body.page-id-677 .elementor-element-36b591d > .elementor-widget-container::before { left:15px; }
}

/* Repair inherited Elementor heading and amenity sizing on property pages */
body.page:not(.home) .elementor-widget-heading:has(h2) > .elementor-widget-container {
  padding:0 !important;
  background:transparent !important;
}
body.page:not(.home) .elementor-widget-heading:has(h2) h2,
body.page:not(.home) .elementor-widget-heading:has(h2) h2 a { color:#fff !important; }
body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) {
  display:grid !important;
  grid-template-columns:repeat(4,220px) !important;
  justify-content:center !important;
  align-items:stretch;
  gap:9px !important;
  width:100% !important;
  max-width:none !important;
}
body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li {
  width:auto !important;
  max-width:none !important;
  min-height:52px;
  flex:none !important;
}
@media(max-width:1100px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(3,220px) !important; }
}
@media(max-width:800px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(2,minmax(140px,220px)) !important; }
}
@media(max-width:480px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:100% !important; }
}

/* Stable ordered amenity columns for legacy Elementor list markup */
body.page-id-677 { overflow-x:clip; }
body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) {
  display:block !important;
  width:100% !important;
  max-width:920px !important;
  columns:4 !important;
  column-gap:9px !important;
  margin-inline:auto !important;
}
body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li {
  display:block !important;
  width:auto !important;
  max-width:none !important;
  min-height:52px;
  margin:0 0 9px !important;
  break-inside:avoid;
  page-break-inside:avoid;
}
@media(max-width:800px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { columns:2 !important; }
}
@media(max-width:480px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { columns:1 !important; }
}

body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { width:100% !important; min-width:100% !important; }

body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { width:220px !important; min-width:220px !important; max-width:220px !important; }
@media(max-width:480px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { width:100% !important; min-width:100% !important; max-width:100% !important; }
}

/* Page 677 polish: reduce noise, improve spacing and readability */
body.page-id-677 .elementor-element-6740356 { padding:42px 48px !important; }
body.page-id-677 .elementor-element-6740356 h1,
body.page-id-677 .elementor-element-6740356 h1.elementor-heading-title { max-width:880px; font-size:32px !important; line-height:1.2 !important; }
body.page-id-677 .elementor-element-00bfef5 > .elementor-widget-container > p:first-child { max-width:760px; font-size:16px; line-height:1.72; }
body.page-id-677 .elementor-element-00bfef5 h2 { margin:34px 0 22px; font-size:24px !important; }
body.page-id-677 .elementor-element-00bfef5 h2::before { content:"\f00c" !important; }
body.page-id-677 .elementor-element-00bfef5 ul { gap:18px !important; }
body.page-id-677 .elementor-element-00bfef5 li { min-height:240px; padding:64px 22px 24px; font-size:14.5px; line-height:1.62; }
/* Property feature/facility headings align directly with their panels */
body.page-id-677 > .elementor-677 > .elementor-element-38ccc1f,
body.page-id-677 > .elementor-677 > .elementor-element-e6d5fd2 {
  width:min(100%,920px) !important;
  margin:38px auto 0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
body.page-id-677 .elementor-element-38ccc1f .elementor-widget-heading,
body.page-id-677 .elementor-element-e6d5fd2 .elementor-widget-heading {
  margin:0 !important;
  padding:18px 22px !important;
  border-radius:12px 12px 0 0 !important;
  box-shadow:none !important;
}
body.page-id-677 .elementor-element-38ccc1f h2,
body.page-id-677 .elementor-element-e6d5fd2 h2 { display:flex; align-items:flex-start; gap:11px; margin:0; font-size:20px !important; line-height:1.38 !important; text-align:left; }
body.page-id-677 .elementor-element-38ccc1f h2::before,
body.page-id-677 .elementor-element-e6d5fd2 h2::before { flex:0 0 30px; width:30px; height:30px; margin:0; }
body.page-id-677 > .elementor-677 > .elementor-element-454045f,
body.page-id-677 > .elementor-677 > .elementor-element-9fd43d3 {
  width:min(100%,920px) !important;
  margin:0 auto 32px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
body.page-id-677 .elementor-element-454045f .elementor-widget-container,
body.page-id-677 .elementor-element-9fd43d3 .elementor-widget-container {
  padding:24px 28px 15px !important;
  border:1px solid var(--m3-line) !important;
  border-top:0 !important;
  border-radius:0 0 12px 12px !important;
  box-shadow:0 8px 22px rgba(20,73,105,.06) !important;
}
/* Three roomy, ordered columns; one quiet check icon per item */
body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) {
  max-width:820px !important;
  columns:3 !important;
  column-gap:20px !important;
}
body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) li {
  width:260px !important;
  min-width:260px !important;
  max-width:260px !important;
  min-height:58px;
  margin-bottom:12px !important;
  padding:14px 15px 14px 43px !important;
  color:#294858 !important;
  background:#f5fafd !important;
  border-color:#d7e8f2 !important;
  font-size:14px;
  line-height:1.45;
}
body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) li::before {
  content:"\f00c" !important;
  left:15px !important;
  top:16px !important;
  color:var(--m3-brand) !important;
}
/* The long SEO copy stays intact but reads like an article */
body.page-id-677 > .elementor-677 > .elementor-element-4b5c8cb,
body.page-id-677 > .elementor-677 > .elementor-element-2f156ab {
  width:min(100%,940px) !important;
  margin:26px auto !important;
  padding:44px 54px !important;
}
body.page-id-677 .elementor-element-4b5c8cb .elementor-widget-container,
body.page-id-677 .elementor-element-2f156ab .elementor-widget-container { max-width:760px; margin:auto; }
body.page-id-677 .elementor-element-4b5c8cb p,
body.page-id-677 .elementor-element-2f156ab p { max-width:760px; margin:0 auto 22px; color:#405c6c !important; line-height:1.78; }
body.page-id-677 .elementor-element-4b5c8cb h2,
body.page-id-677 .elementor-element-2f156ab h2 { margin:0 0 24px; font-size:25px !important; }
body.page-id-677 .elementor-element-4b5c8cb h3,
body.page-id-677 .elementor-element-2f156ab h3 {
  margin:36px 0 15px;
  padding-left:14px;
  border-left:3px solid var(--m3-brand);
  font-size:20px !important;
}
body.page-id-677 .elementor-element-4b5c8cb h3::before,
body.page-id-677 .elementor-element-2f156ab h3::before { display:none !important; content:none !important; }
/* Reduce image dominance */
body.page-id-677 .elementor-element-ac689a5 { width:min(78%,940px) !important; margin-top:-24px !important; }
body.page-id-677 .elementor-element-ac689a5 .swiper-slide,
body.page-id-677 .elementor-element-ac689a5 .elementor-carousel-image { height:135px !important; min-height:135px !important; }
body.page-id-677 .elementor-element-28d24cc img,
body.page-id-677 .elementor-element-14c4aa4 img { width:100%; height:155px !important; object-fit:cover; }
body.page-id-677 .elementor-element-28d24cc,
body.page-id-677 .elementor-element-14c4aa4 { padding-top:12px !important; padding-bottom:32px !important; }
body.page-id-677 .elementor-element-61dff4c,
body.page-id-677 .elementor-element-5dcaeec { margin-top:34px !important; }
body.page-id-677 .elementor-widget-button .elementor-button { max-width:760px; margin:18px auto; }
@media(max-width:900px){
  body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:560px !important; columns:2 !important; }
  body.page-id-677 .elementor-element-6740356 { padding:34px 28px !important; }
}
@media(max-width:600px){
  body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:100% !important; columns:1 !important; }
  body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) li { width:100% !important; min-width:100% !important; max-width:100% !important; }
  body.page-id-677 .elementor-element-00bfef5 li { min-height:0; }
  body.page-id-677 > .elementor-677 > .elementor-element-4b5c8cb,
  body.page-id-677 > .elementor-677 > .elementor-element-2f156ab { margin:16px 8px !important; padding:30px 20px !important; }
  body.page-id-677 .elementor-element-ac689a5 { width:calc(100% - 28px) !important; }
}

/* Higher-specificity final amenity spacing */
body.page.page-id-677:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) {
  max-width:820px !important;
  columns:3 !important;
  column-gap:20px !important;
}
body.page.page-id-677:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li {
  width:260px !important;
  min-width:260px !important;
  max-width:260px !important;
  min-height:58px !important;
  margin-bottom:12px !important;
  padding:14px 15px 14px 43px !important;
}
@media(max-width:900px){
  body.page.page-id-677:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:560px !important; columns:2 !important; }
}
@media(max-width:600px){
  body.page.page-id-677:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:100% !important; columns:1 !important; }
  body.page.page-id-677:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li { width:100% !important; min-width:100% !important; max-width:100% !important; }
}

body.page-id-677 .elementor-element-ac689a5 .swiper { height:165px !important; min-height:165px !important; }
body.page-id-677 .elementor-element-ac689a5 .swiper-wrapper { height:135px !important; min-height:135px !important; }
body.page-id-677 .elementor-element-ac689a5 .swiper-pagination { bottom:7px !important; }

html:has(body.page-id-677),body.page-id-677 { overflow-x:hidden !important; max-width:100%; }

/* Site-wide apartment detail template: spacious feature/facility icon system */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-heading:has(h2) {
  width:min(100%,920px);
  margin:34px auto 0;
  padding:18px 22px;
  border-radius:12px 12px 0 0 !important;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-heading:has(h2) > .elementor-widget-container {
  padding:0 !important;
  background:transparent !important;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-heading:has(h2) h2 {
  display:flex;
  align-items:flex-start;
  gap:11px;
  margin:0;
  font-size:20px !important;
  line-height:1.38 !important;
  text-align:left;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor:has(ul li:nth-child(7)) > .elementor-widget-container {
  width:min(100%,920px);
  margin:0 auto 32px;
  padding:24px 28px 15px !important;
  background:#fff;
  border:1px solid var(--m3-line) !important;
  border-radius:0 0 12px 12px !important;
  box-shadow:0 8px 22px rgba(20,73,105,.06) !important;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) {
  display:block !important;
  width:100% !important;
  max-width:820px !important;
  margin:0 auto !important;
  padding:0 !important;
  columns:3 !important;
  column-gap:20px !important;
  list-style:none !important;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) li {
  position:relative;
  display:block !important;
  width:260px !important;
  min-width:260px !important;
  max-width:260px !important;
  min-height:58px !important;
  margin:0 0 12px !important;
  padding:14px 15px 14px 43px !important;
  break-inside:avoid;
  color:#294858 !important;
  background:#f5fafd !important;
  border:1px solid #d7e8f2 !important;
  border-radius:9px !important;
  font-size:14px;
  line-height:1.45;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) li::before {
  content:"\f00c" !important;
  position:absolute !important;
  left:15px !important;
  top:16px !important;
  display:block !important;
  width:16px !important;
  height:20px !important;
  color:var(--m3-brand) !important;
  background:transparent !important;
  font-family:FontAwesome !important;
  font-size:14px !important;
  font-weight:normal !important;
}
/* Apartment Features: icons follow the consistent feature order used by the property templates */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(1)::before { content:"\f236" !important; } /* bedrooms */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(2)::before { content:"\f2cd" !important; } /* bathrooms */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(3)::before { content:"\f06e" !important; } /* views */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(4)::before { content:"\f1b9" !important; } /* parking */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(5)::before { content:"\f1eb" !important; } /* wifi */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(6)::before { content:"\f1ad" !important; } /* balcony */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(7)::before { content:"\f0f5" !important; } /* kitchen */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(8)::before { content:"\f2dc" !important; } /* air conditioning */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(9)::before { content:"\f065" !important; } /* floor area */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(10)::before { content:"\f05e" !important; } /* non-smoking */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(11)::before { content:"\f26c" !important; } /* television */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(12)::before { content:"\f2c9" !important; } /* heating */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(13)::before { content:"\f2cc" !important; } /* shower */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(14)::before { content:"\f0c7" !important; } /* fridge */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(15)::before { content:"\f236" !important; } /* linen */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(16)::before { content:"\f0f5" !important; } /* dining */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(17)::before { content:"\f06d" !important; } /* stovetop */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(18)::before { content:"\f110" !important; } /* washer/dryer */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(19)::before { content:"\f043" !important; } /* dishwasher */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(20)::before { content:"\f1bb" !important; } /* outdoor */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(21)::before { content:"\f0f5" !important; } /* toaster */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(22)::before { content:"\f26c" !important; } /* television */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(23)::before { content:"\f06d" !important; } /* oven */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(24)::before { content:"\f2db" !important; } /* microwave */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(25)::before { content:"\f1eb" !important; } /* internet */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(26)::before { content:"\f0c0" !important; } /* lounge */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(27)::before { content:"\f2cc" !important; } /* towels */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(28)::before { content:"\f062" !important; } /* lift */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(29)::before { content:"\f110" !important; } /* laundry */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(30)::before { content:"\f0e7" !important; } /* ironing */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(31)::before { content:"\f0eb" !important; } /* hairdryer */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(32)::before { content:"\f1ae" !important; } /* cots */
/* Property Facilities: parking, views, Wi-Fi, pool, gym, family, lift, security, shopping */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(1)::before { content:"\f1b9" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(2)::before { content:"\f06e" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(3)::before { content:"\f1eb" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(4)::before { content:"\f043" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(5)::before { content:"\f21e" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(6)::before { content:"\f1ae" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(7)::before { content:"\f062" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(8)::before { content:"\f132" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(9)::before { content:"\f07a" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(10)::before { content:"\f041" !important; }
@media(max-width:900px){
  body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:560px !important; columns:2 !important; }
}
@media(max-width:600px){
  body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:100% !important; columns:1 !important; }
  body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) li { width:100% !important; min-width:100% !important; max-width:100% !important; }
}


/* Apartment facilities: full-width legacy alignment and reliable variable-list icons */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-container:has(> ul) {
  width: 100% !important;
  max-width: 960px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) {
  width: 100% !important;
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Facilities after the stable Parking / Views / Wi-Fi trio vary by property. */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(n+4)::before {
  content: "\f058" !important;
}
@media (max-width: 900px) {
  body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-container:has(> ul) {
    max-width: 100% !important;
  }
}

/* Keep Elementor wrappers single-column; columns belong on the amenity lists only. */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor:has(ul) {
  column-count: 1 !important;
  columns: auto !important;
  width: 100% !important;
}


/* Responsive navigation repair — open hamburger dropdown */
@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .header-inner {
    position: relative !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation.show {
    display: block !important;
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    z-index: 9999 !important;
    padding: 10px !important;
    background: #1d86c8 !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 34px rgba(5,45,72,.26) !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation.show ul.menu,
  .site-header.menu-dropdown-tablet .site-navigation.show ul {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 4px !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation.show li {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation.show a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 46px !important;
    padding: 11px 14px !important;
    color: #fff !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation.show a:hover,
  .site-header.menu-dropdown-tablet .site-navigation.show a:focus {
    background: rgba(255,255,255,.18) !important;
  }
}

@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .site-navigation.show {
    left: 50% !important;
    right: auto !important;
    width: calc(100vw - 32px) !important;
    max-width: 420px !important;
    transform: translateX(-50%) !important;
  }
}


/* Responsive navigation state correction — use the theme's true dropdown state */
@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .site-navigation,
  .site-header.menu-dropdown-tablet .site-navigation.show {
    display: none !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder:not(.elementor-active) + .site-navigation-dropdown {
    display: none !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown {
    display: block !important;
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 50% !important;
    right: auto !important;
    width: calc(100vw - 32px) !important;
    max-width: 420px !important;
    max-height: none !important;
    height: auto !important;
    transform: translateX(-50%) !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
    z-index: 9999 !important;
    padding: 10px !important;
    background: #1d86c8 !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 34px rgba(5,45,72,.26) !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-dropdown ul {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 4px !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-dropdown li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-dropdown a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 11px 14px !important;
    color: #fff !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
  }
}

@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown .menu-main-menu-container {
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown ul {
    position: static !important;
    height: auto !important;
  }
}

@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown {
    min-height: 225px !important;
  }
}


/* Mobile navigation state correction — 2026-07-27 */
@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .site-navigation-dropdown.show,
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder:not(.elementor-active) + .site-navigation-dropdown {
    display: none !important;
    min-height: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown,
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown.show {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 12px !important;
    background: #0b75b5 !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    box-shadow: 0 14px 34px rgba(4,45,73,.22) !important;
    overflow: visible !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown .menu-main-menu-container,
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown ul {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    position: static !important;
    overflow: visible !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown li {
    display: block !important;
    width: 100% !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown li:last-child {
    margin-bottom: 0 !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 11px 14px !important;
    color: #073f67 !important;
    background: #ffffff !important;
    border: 1px solid rgba(7,63,103,.16) !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
  }
}


/* Booking.com calls to action — larger yellow treatment */
.elementor-heading-title > a[href*="booking.com"],
a.elementor-button[href*="booking.com"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 64px !important;
  padding: 18px 30px !important;
  background: #ffc400 !important;
  color: #142c3d !important;
  border: 2px solid #e2aa00 !important;
  border-radius: 12px !important;
  box-shadow: 0 7px 18px rgba(151, 112, 0, .22) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease !important;
}
.elementor-heading-title > a[href*="booking.com"]:hover,
a.elementor-button[href*="booking.com"]:hover {
  background: #ffdb4d !important;
  color: #102838 !important;
  border-color: #c89500 !important;
  box-shadow: 0 10px 24px rgba(151, 112, 0, .3) !important;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .elementor-heading-title > a[href*="booking.com"],
  a.elementor-button[href*="booking.com"] {
    min-height: 60px !important;
    padding: 17px 20px !important;
    font-size: 17px !important;
  }
}


/* Booking.com CTA priority override */
html body .elementor-widget:not(.elementor-widget-image) a[href*="booking.com"],
html body .elementor-widget-button a.elementor-button[href*="booking.com"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 64px !important;
  padding: 18px 30px !important;
  background: #ffc400 !important;
  color: #142c3d !important;
  border: 2px solid #e2aa00 !important;
  border-radius: 12px !important;
  box-shadow: 0 7px 18px rgba(151, 112, 0, .22) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  text-decoration: none !important;
}
html body .elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]:hover,
html body .elementor-widget-button a.elementor-button[href*="booking.com"]:hover {
  background: #ffdb4d !important;
  color: #102838 !important;
  border-color: #c89500 !important;
  box-shadow: 0 10px 24px rgba(151, 112, 0, .3) !important;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  html body .elementor-widget:not(.elementor-widget-image) a[href*="booking.com"],
  html body .elementor-widget-button a.elementor-button[href*="booking.com"] {
    min-height: 60px !important;
    padding: 17px 20px !important;
    font-size: 17px !important;
  }
}


/* Keep yellow Booking.com headings legible over page heading rules */
html body.page:not(.home) .elementor-widget-heading:has(h2) h2 a[href*="booking.com"],
html body .elementor-widget-heading .elementor-heading-title a[href*="booking.com"] {
  color: #142c3d !important;
}
html body.page:not(.home) .elementor-widget-heading:has(h2) h2 a[href*="booking.com"]:hover,
html body .elementor-widget-heading .elementor-heading-title a[href*="booking.com"]:hover {
  color: #102838 !important;
}


/*
 * Melbourne Penthouse Apartments — full-site staging redesign
 * Visual direction: the approved Car Hire / Flights / Things to Do pages.
 * This stylesheet is intentionally scoped away from those three pages because
 * they already contain their own approved page-level design systems.
 */

:root {
  --mpa-blue: #1d86c8;
  --mpa-blue-dark: #0c5688;
  --mpa-blue-deep: #083f67;
  --mpa-sky: #eff8fd;
  --mpa-cloud: #f7fafc;
  --mpa-ink: #183141;
  --mpa-muted: #607888;
  --mpa-line: #d8e8f1;
  --mpa-gold: #ffc400;
  --mpa-white: #ffffff;
  --mpa-shadow: 0 16px 44px rgba(20, 73, 105, .11);
  --mpa-radius: 18px;
}

body {
  background: var(--mpa-cloud);
  color: var(--mpa-ink);
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] {
  overflow: hidden;
  background: var(--mpa-cloud);
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] p,
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] li {
  color: var(--mpa-muted);
  font-size: 16px;
  line-height: 1.72;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h1,
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h2,
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h3 {
  color: var(--mpa-ink);
  letter-spacing: -.025em;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h1 {
  font-size: clamp(36px, 5vw, 62px) !important;
  line-height: 1.04 !important;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h2 {
  font-size: clamp(27px, 3.4vw, 42px) !important;
  line-height: 1.14 !important;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h3 {
  font-size: clamp(19px, 2vw, 24px) !important;
  line-height: 1.25 !important;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"]
  > .elementor-section,
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"]
  > .e-con {
  padding-top: 64px;
  padding-bottom: 64px;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635)
  [data-elementor-type="wp-page"] .elementor-section-boxed > .elementor-container,
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635)
  [data-elementor-type="wp-page"] .e-con-boxed > .e-con-inner {
  width: min(1120px, calc(100% - 36px));
}

/* Keep compact divider accents used on the approved travel pages. */
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635)
  [data-elementor-type="wp-page"] .elementor-divider-separator {
  width: 74px !important;
  border-top-width: 4px !important;
  border-color: var(--mpa-gold) !important;
  border-radius: 999px;
}

/* Header */
:is(header.elementor-location-header, #site-header) {
  position: relative;
  z-index: 40;
  background: var(--mpa-blue) !important;
  box-shadow: 0 8px 26px rgba(8, 63, 103, .16);
}

:is(header.elementor-location-header, #site-header) > .elementor-section,
:is(header.elementor-location-header, #site-header) > .e-con,
:is(header.elementor-location-header, #site-header) .elementor-top-section {
  background: var(--mpa-blue) !important;
}

:is(header.elementor-location-header, #site-header) .elementor-container,
:is(header.elementor-location-header, #site-header) .e-con-inner {
  width: min(1180px, calc(100% - 34px));
}

:is(header.elementor-location-header, #site-header) .custom-logo {
  width: auto;
  max-width: 300px;
  max-height: 82px;
  object-fit: contain;
}

:is(header.elementor-location-header, #site-header) .elementor-nav-menu--[data-elementor-type="wp-page"] > ul {
  align-items: center;
  gap: 4px;
}

:is(header.elementor-location-header, #site-header) .elementor-nav-menu--[data-elementor-type="wp-page"] .elementor-item {
  min-height: 48px;
  padding: 13px 12px !important;
  border-radius: 9px;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  letter-spacing: .01em;
}

:is(header.elementor-location-header, #site-header) .elementor-nav-menu--[data-elementor-type="wp-page"] .elementor-item:hover,
:is(header.elementor-location-header, #site-header) .elementor-nav-menu--[data-elementor-type="wp-page"] .elementor-item.elementor-item-active {
  background: rgba(255, 255, 255, .13);
  color: #fff !important;
}

:is(header.elementor-location-header, #site-header) .elementor-nav-menu--dropdown {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  background: var(--mpa-blue-deep);
  box-shadow: 0 18px 44px rgba(4, 38, 62, .24);
}

:is(header.elementor-location-header, #site-header) .elementor-menu-toggle {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 11px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

/* Hello theme header used on the cloned site. */
#site-header .header-inner {
  display: flex;
  align-items: center;
  gap: 26px;
  width: min(1180px, calc(100% - 36px));
  min-height: 112px;
  margin: 0 auto;
  padding: 12px 0;
}

#site-header .site-branding {
  flex: 0 0 310px;
}

#site-header .site-navigation {
  flex: 1 1 auto;
}

#site-header .site-navigation .menu {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
  margin: 0 !important;
  padding: 0 !important;
}

#site-header .site-navigation .menu > li {
  margin: 0 !important;
}

#site-header .site-navigation .menu > li > a {
  display: flex;
  align-items: center;
  min-height: 42px !important;
  padding: 8px 10px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  text-align: center;
}

#site-header .site-navigation .menu > li > a::before {
  display: none !important;
}

#site-header .site-navigation .menu > li::before {
  display: none !important;
}

#site-header .site-navigation .menu > li > a:hover,
#site-header .site-navigation .menu > li.current-menu-item > a {
  background: rgba(255, 255, 255, .13) !important;
}

/* Large, high-conversion Booking.com CTAs. */
html body a[href*="booking.com"].elementor-button,
html body .elementor-button[href*="booking.com"],
html body .elementor-heading-title a[href*="booking.com"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 64px !important;
  padding: 17px 28px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: var(--mpa-gold) !important;
  color: #142c3d !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  box-shadow: 0 12px 26px rgba(255, 196, 0, .25) !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease !important;
}

html body a[href*="booking.com"].elementor-button::before,
html body .elementor-button[href*="booking.com"]::before,
html body .elementor-heading-title a[href*="booking.com"]::before {
  content: "✓";
  display: grid;
  flex: 0 0 25px;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(20, 44, 61, .1);
  font-size: 14px;
  font-weight: 950;
}

html body a[href*="booking.com"].elementor-button:hover,
html body .elementor-button[href*="booking.com"]:hover,
html body .elementor-heading-title a[href*="booking.com"]:hover {
  transform: translateY(-2px);
  background: #ffd34f !important;
  color: #102838 !important;
  box-shadow: 0 16px 32px rgba(255, 196, 0, .34) !important;
}

/* Homepage and accommodation collection pages. */
body:is(
  .page-id-82,
  .page-id-208,
  .page-id-210,
  .page-id-211,
  .page-id-212,
  .page-id-1614,
  .page-id-1616,
  .page-id-1618,
  .page-id-3099
) [data-elementor-type="wp-page"] > .elementor-section:first-child {
  position: relative;
  padding-top: 92px !important;
  padding-bottom: 92px !important;
  background:
    linear-gradient(135deg, rgba(8, 63, 103, .98), rgba(29, 134, 200, .88)) !important;
}

body:is(
  .page-id-82,
  .page-id-208,
  .page-id-210,
  .page-id-211,
  .page-id-212,
  .page-id-1614,
  .page-id-1616,
  .page-id-1618,
  .page-id-3099
) [data-elementor-type="wp-page"] > .elementor-section:first-child :is(h1, h2, h3, p, li, a:not(.elementor-button)) {
  color: #fff !important;
}

body:is(
  .page-id-82,
  .page-id-208,
  .page-id-210,
  .page-id-211,
  .page-id-212,
  .page-id-1614,
  .page-id-1616,
  .page-id-1618,
  .page-id-3099
) [data-elementor-type="wp-page"] .elementor-widget-image img {
  border-radius: var(--mpa-radius);
  box-shadow: var(--mpa-shadow);
}

body:is(
  .page-id-82,
  .page-id-208,
  .page-id-210,
  .page-id-211,
  .page-id-212,
  .page-id-1614,
  .page-id-1616,
  .page-id-1618,
  .page-id-3099
) [data-elementor-type="wp-page"] .elementor-widget-text-editor {
  max-width: 800px;
}

body:is(
  .page-id-82,
  .page-id-208,
  .page-id-210,
  .page-id-211,
  .page-id-212,
  .page-id-1614,
  .page-id-1616,
  .page-id-1618,
  .page-id-3099
) [data-elementor-type="wp-page"] .elementor-column:has(.elementor-widget-image)
  > .elementor-widget-wrap {
  overflow: hidden;
  border: 1px solid var(--mpa-line);
  border-radius: var(--mpa-radius);
  background: #fff;
  box-shadow: var(--mpa-shadow);
}

/* Individual apartment pages. */
body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] > .elementor-section:nth-of-type(3) {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
  background:
    radial-gradient(circle at 90% 5%, rgba(255,255,255,.18), transparent 30%),
    linear-gradient(135deg, var(--mpa-blue-deep), var(--mpa-blue)) !important;
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] > .elementor-section:nth-of-type(3)
  :is(h1, h2, h3, p, li, a:not(.elementor-button)) {
  color: #fff !important;
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-widget-media-carousel {
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 56px rgba(8, 63, 103, .18);
}

/* Feature and facility heading bands. */
body [data-elementor-type="wp-page"] .elementor-widget-heading:has(.elementor-heading-title a[href*="apartment"])
  .elementor-heading-title:not(:has(a[href*="booking.com"])) {
  margin: 0 !important;
}

body [data-elementor-type="wp-page"] .elementor-widget-heading .elementor-heading-title > a[href*="melbournepenthouseapartments.com.au"] {
  color: inherit;
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(h2 a[href*="melbournepenthouseapartments.com.au"]) {
  padding-top: 44px;
  padding-bottom: 20px;
  background: var(--mpa-sky) !important;
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(h2 a[href*="melbournepenthouseapartments.com.au"])
  h2 {
  padding-left: 18px;
  border-left: 5px solid var(--mpa-gold);
  font-size: clamp(24px, 3vw, 34px) !important;
  text-transform: none !important;
}

/* Turn feature/facility lists into roomy icon cards. */
body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
  .elementor-widget-text-editor > .elementor-widget-container > ul {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
  .elementor-widget-text-editor > .elementor-widget-container > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 68px;
  margin: 0 !important;
  padding: 13px 14px 13px 55px !important;
  border: 1px solid var(--mpa-line);
  border-radius: 13px !important;
  background: #fff !important;
  color: var(--mpa-ink) !important;
  font-size: 14px !important;
  font-weight: 750;
  line-height: 1.35 !important;
  box-shadow: 0 7px 20px rgba(20, 73, 105, .06);
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
  .elementor-widget-text-editor > .elementor-widget-container > ul > li::before {
  content: "✓";
  position: absolute;
  left: 13px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  transform: translateY(-50%);
  border-radius: 10px;
  background: var(--mpa-sky);
  color: var(--mpa-blue-dark);
  font-size: 16px;
  font-weight: 950;
}

/* Long-form content becomes calm editorial cards rather than a wall of text. */
body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor h2)
  > .elementor-container {
  padding: clamp(26px, 4vw, 50px);
  border: 1px solid var(--mpa-line);
  border-radius: var(--mpa-radius);
  background: #fff;
  box-shadow: var(--mpa-shadow);
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-widget-text-editor h2 {
  margin-top: 46px;
  padding-top: 38px;
  border-top: 1px solid var(--mpa-line);
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-widget-text-editor h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

/* Related apartment and destination blocks. */
body [data-elementor-type="wp-page"] .rt-tpg-container .rt-holder,
body [data-elementor-type="wp-page"] .elementor-widget-image-box .elementor-image-box-wrapper {
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--mpa-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(20, 73, 105, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

body [data-elementor-type="wp-page"] .rt-tpg-container .rt-holder:hover,
body [data-elementor-type="wp-page"] .elementor-widget-image-box .elementor-image-box-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(20, 73, 105, .14);
}

body [data-elementor-type="wp-page"] .rt-tpg-container img,
body [data-elementor-type="wp-page"] .elementor-widget-image-box img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* Utility pages. */
body:is(.page-id-1620, .page-id-297, .page-id-298, .page-id-299)
  [data-elementor-type="wp-page"] > .elementor-section:not(:first-child)
  > .elementor-container {
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid var(--mpa-line);
  border-radius: var(--mpa-radius);
  background: #fff;
  box-shadow: var(--mpa-shadow);
}

/* Footer */
footer.elementor-location-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(29, 134, 200, .28), transparent 34%),
    var(--mpa-blue-deep) !important;
  color: #fff;
}

footer.elementor-location-footer > .elementor-section,
footer.elementor-location-footer > .e-con,
footer.elementor-location-footer .elementor-top-section {
  background: transparent !important;
}

footer.elementor-location-footer .elementor-container,
footer.elementor-location-footer .e-con-inner {
  width: min(1120px, calc(100% - 36px));
}

footer.elementor-location-footer .custom-logo {
  width: auto;
  max-width: 280px;
  max-height: 90px;
  object-fit: contain;
}

footer.elementor-location-footer :is(h2, h3, h4, p, li, a) {
  color: #fff !important;
}

footer.elementor-location-footer a {
  opacity: .88;
}

footer.elementor-location-footer a:hover {
  opacity: 1;
  color: #bfe9ff !important;
}

footer.elementor-location-footer .elementor-nav-menu {
  gap: 6px;
}

footer.elementor-location-footer .elementor-nav-menu a {
  min-height: 40px;
  padding: 8px 10px !important;
  border-radius: 8px;
}

footer.elementor-location-footer .elementor-nav-menu a:hover {
  background: rgba(255,255,255,.09);
}

@media (max-width: 1024px) {
  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container > ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :is(header.elementor-location-header, #site-header) .elementor-nav-menu--dropdown {
    margin-top: 12px !important;
  }

  :is(header.elementor-location-header, #site-header) .elementor-nav-menu--dropdown .elementor-item {
    min-height: 50px;
    padding: 13px 16px !important;
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: #fff !important;
    font-size: 15px !important;
  }

  #site-header .header-inner {
    min-height: 96px;
    padding: 10px 0;
  }

  #site-header .site-branding {
    flex: 1 1 auto;
  }
}

@media (max-width: 767px) {
  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"]
    > .elementor-section,
  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"]
    > .e-con {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635)
    [data-elementor-type="wp-page"] .elementor-section-boxed > .elementor-container,
  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635)
    [data-elementor-type="wp-page"] .e-con-boxed > .e-con-inner {
    width: min(100% - 24px, 1120px);
  }

  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h1 {
    font-size: clamp(32px, 10vw, 44px) !important;
  }

  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h2 {
    font-size: clamp(25px, 8vw, 34px) !important;
  }

  :is(header.elementor-location-header, #site-header) .custom-logo {
    max-width: min(74vw, 285px);
    max-height: 74px;
  }

  :is(header.elementor-location-header, #site-header) .elementor-nav-menu--dropdown {
    max-height: min(68vh, 560px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container {
    padding: 12px !important;
  }

  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container > ul > li {
    min-height: 64px;
    padding: 11px 10px 11px 47px !important;
    font-size: 13px !important;
  }

  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container > ul > li::before {
    left: 10px;
    width: 28px;
    height: 28px;
  }

  html body a[href*="booking.com"].elementor-button,
  html body .elementor-button[href*="booking.com"],
  html body .elementor-heading-title a[href*="booking.com"] {
    width: 100% !important;
    min-height: 62px !important;
    padding: 16px 18px !important;
    font-size: 16px !important;
  }

  footer.elementor-location-footer {
    text-align: center;
  }
}

@media (max-width: 430px) {
  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container > ul {
    grid-template-columns: 1fr;
  }
}


/* STAGING FLIGHTS-STYLE REBUILD SYSTEM */
body:has(.mpa-rebuild) .page-header,
body:has(.mpa-rebuild) .entry-header,
body:has(.mpa-rebuild) main > .page-content > .entry-title { display:none !important; }
.mpa-rebuild .hero h1 { font-size:clamp(44px,4.2vw,60px) !important; line-height:1.02 !important; max-width:700px !important; }
@media (min-width:1025px) {
  html body #site-header.site-header { min-height:82px !important; padding:6px 28px !important; }
  html body #site-header .header-inner { width:min(1180px,100%) !important; min-height:68px !important; height:68px !important; align-items:center !important; }
  html body #site-header .site-branding,
  html body #site-header .site-logo,
  html body #site-header .custom-logo-link { height:68px !important; min-height:0 !important; display:flex !important; align-items:center !important; }
  html body #site-header img.custom-logo { width:180px !important; max-width:180px !important; height:auto !important; max-height:68px !important; object-fit:contain !important; }
  html body #site-header .site-navigation,
  html body #site-header .site-navigation .menu,
  html body #site-header .site-navigation .menu > li { height:58px !important; min-height:58px !important; }
  html body #site-header .site-navigation { margin-left:auto !important; align-self:center !important; }
  html body #site-header .site-navigation .menu > li > a { height:58px !important; min-height:58px !important; padding:9px 10px !important; border-radius:10px !important; font-size:12px !important; line-height:1.12 !important; }
}
@media (max-width:700px) { .mpa-rebuild .hero h1 { font-size:44px !important; max-width:100% !important; } }


/* STAGING HEADER SINGLE-ROW REFINEMENT */
@media (min-width:1025px) {
  html body #site-header .header-inner { display:flex !important; flex-wrap:nowrap !important; gap:28px !important; }
  html body #site-header .site-branding { flex:0 0 180px !important; width:180px !important; }
  html body #site-header .site-navigation { flex:1 1 auto !important; width:auto !important; max-width:none !important; margin-left:0 !important; }
  html body #site-header .site-navigation .menu { width:100% !important; display:flex !important; flex-wrap:nowrap !important; gap:6px !important; }
  html body #site-header .site-navigation .menu > li { flex:1 1 0 !important; width:auto !important; min-width:0 !important; }
  html body #site-header .site-navigation .menu > li > a { width:100% !important; padding:8px 6px !important; font-size:11.5px !important; text-align:center !important; white-space:normal !important; }
}


/* STAGING MOBILE HEADER AND WIDTH FIX */
@media (max-width:1024px) {
  html, body { max-width:100%; overflow-x:hidden; }
  html body #site-header.site-header { min-height:82px !important; padding:6px 12px !important; background:#4f8dca !important; }
  html body #site-header .header-inner { width:100% !important; max-width:100% !important; min-height:70px !important; height:70px !important; padding:0 !important; display:flex !important; flex-wrap:nowrap !important; align-items:center !important; justify-content:space-between !important; gap:12px !important; }
  html body #site-header .site-branding { flex:0 1 210px !important; width:auto !important; min-width:0 !important; height:68px !important; display:flex !important; align-items:center !important; }
  html body #site-header .site-logo,
  html body #site-header .custom-logo-link { width:auto !important; height:68px !important; display:flex !important; align-items:center !important; }
  html body #site-header img.custom-logo { width:auto !important; max-width:210px !important; height:auto !important; max-height:62px !important; object-fit:contain !important; }
  html body #site-header .site-navigation-toggle-holder { flex:0 0 46px !important; width:46px !important; height:46px !important; margin-left:auto !important; display:flex !important; align-items:center !important; justify-content:center !important; }
  html body #site-header .site-navigation-toggle { width:46px !important; height:46px !important; display:flex !important; align-items:center !important; justify-content:center !important; border:1px solid rgba(255,255,255,.38) !important; border-radius:12px !important; color:#fff !important; font-size:25px !important; }
  html body #site-header .site-navigation-dropdown { top:82px !important; width:100% !important; max-width:100% !important; z-index:9999 !important; }
  html body #site-header .site-navigation-dropdown .menu { margin:0 !important; padding:10px 12px !important; background:#0f4f7c !important; }
  html body #site-header .site-navigation-dropdown .menu a { min-height:48px !important; padding:13px 14px !important; color:#fff !important; border-bottom:1px solid rgba(255,255,255,.12) !important; font-size:15px !important; line-height:1.25 !important; }
  .mpa-rebuild { width:100% !important; max-width:100% !important; overflow-x:clip !important; }
}
@media (max-width:600px) {
  .mpa-rebuild .hero h1,
  .mpa-rebuild h1 { font-size:clamp(36px,11vw,44px) !important; line-height:1.04 !important; overflow-wrap:anywhere; }
  .mpa-rebuild .hero-grid { padding:44px 0 60px !important; }
  .mpa-rebuild .search-card { padding:22px !important; }
}
@media (max-width:360px) {
  html body #site-header .site-branding { flex-basis:196px !important; }
  html body #site-header img.custom-logo { max-width:196px !important; }
  .mpa-rebuild .hero h1,
  .mpa-rebuild h1 { font-size:35px !important; }
}

/* STAGING MOBILE MENU VISIBILITY FIX */
@media (max-width:1024px) {
  html body #site-header .site-navigation-dropdown,
  html body #site-header .site-navigation-dropdown .menu,
  html body #site-header .site-navigation-dropdown ul.menu > li { background:#0f4f7c !important; }
  html body #site-header .site-navigation-dropdown ul.menu > li > a {
    display:flex !important;
    align-items:center !important;
    width:100% !important;
    min-height:50px !important;
    margin:0 !important;
    padding:13px 14px !important;
    background:#0f4f7c !important;
    color:#fff !important;
    opacity:1 !important;
    text-shadow:none !important;
    border:0 !important;
    border-bottom:1px solid rgba(255,255,255,.16) !important;
    border-radius:0 !important;
    font-size:15px !important;
    font-weight:700 !important;
    line-height:1.25 !important;
  }
  html body #site-header .site-navigation-dropdown ul.menu > li > a:hover,
  html body #site-header .site-navigation-dropdown ul.menu > li > a:focus { background:#166a9f !important; color:#fff !important; }
}/* Melbourne Penthouse Apartments — brand-led redesign, private draft v3 */
:root {
  --m3-brand: #1d86c8;
  --m3-brand-dark: #116da8;
  --m3-brand-deep: #0c5688;
  --m3-pale: #eff7fc;
  --m3-bg: #f7fafc;
  --m3-white: #ffffff;
  --m3-ink: #183141;
  --m3-muted: #607888;
  --m3-line: #d8e6ef;
  --m3-gold: #f4b544;
  --m3-shadow: 0 8px 26px rgba(20,73,105,.09);
  --m3-radius: 14px;
}
html { scroll-behavior: smooth; }
body.wp-theme-hello-elementor,
body.elementor-default {
  margin: 0;
  color: var(--m3-ink) !important;
  background: var(--m3-bg) !important;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
::selection { color: #fff; background: var(--m3-brand-dark); }
a { color: var(--m3-brand-dark); text-underline-offset: 3px; transition: .2s ease; }
a:hover { color: var(--m3-brand-deep); }

/* Brand-colour header: the logo now blends into the background */
.site-header {
  position: sticky;
  z-index: 999;
  top: 0;
  width: 100%;
  padding: 10px clamp(18px,3vw,42px);
  color: #fff;
  background: var(--m3-brand) !important;
  border-bottom: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 5px 20px rgba(12,86,136,.18);
}
.admin-bar .site-header { top: 32px; }
.site-header .header-inner {
  display: flex;
  width: 100%;
  max-width: 1240px;
  min-height: 72px;
  margin: auto;
  gap: clamp(22px,3vw,48px);
  align-items: center;
}
.site-header .site-branding { flex: 0 0 250px; }
.site-header .custom-logo-link { display: flex; align-items: center; }
.site-header .custom-logo {
  width: 250px;
  max-width: 100%;
  max-height: 84px;
  object-fit: contain;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.site-header .site-navigation { flex: 1 1 auto; margin-left: auto; }
.site-header .site-navigation ul.menu {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 7px;
  align-items: stretch;
}
.site-header .site-navigation ul.menu > li { display: flex; }
.site-header .site-navigation ul.menu > li > a {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 8px 9px;
  color: #fff !important;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  font: 700 12px/1.25 Inter,ui-sans-serif,sans-serif;
  letter-spacing: .01em;
  text-align: center;
}
.site-header .site-navigation ul.menu > li > a::before {
  margin-bottom: 5px;
  font-family: FontAwesome;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
}
.site-header .site-navigation a[href*="penthouse-accommodation-melbourne"]::before { content: "\f1ad"; }
.site-header .site-navigation a[href*="3-bedroom-accommodation"]::before { content: "\f015"; }
.site-header .site-navigation a[href*="2-bedroom-accommodation"]::before { content: "\f236"; }
.site-header .site-navigation a[href*="1-bedroom-accommodation"]::before { content: "\f007"; }
.site-header .site-navigation ul.menu > li > a:hover,
.site-header .site-navigation ul.menu > li.current-menu-item > a,
.site-header .site-navigation ul.menu > li.current_page_item > a {
  color: #fff !important;
  background: rgba(7,70,111,.27);
  border-color: rgba(255,255,255,.46);
  transform: translateY(-1px);
}
.site-header .site-navigation-toggle {
  color: #fff;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 9px;
}

/* Page rhythm and containers */
.elementor:not(.elementor-location-footer) { color: var(--m3-ink); }
body > .elementor:not(.elementor-location-footer) > .elementor-section,
body > .elementor:not(.elementor-location-footer) > .e-con {
  width: min(100%,1120px);
  margin-inline: auto;
  padding: 25px clamp(16px,2.5vw,28px);
}
body > .elementor:not(.elementor-location-footer) > .elementor-section:first-child,
body > .elementor:not(.elementor-location-footer) > .e-con:first-child {
  width: min(100%,1280px);
  padding-top: 18px;
  padding-bottom: 18px;
}
/* Make text-led blocks feel designed without changing their words */
body > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-heading):has(.elementor-widget-text-editor),
body > .elementor:not(.elementor-location-footer) > .elementor-section:has(> .elementor-container .elementor-widget-text-editor):not(:has(.elementor-widget-image)):not(:has(.elementor-widget-media-carousel)) {
  margin-top: 14px;
  margin-bottom: 14px;
  padding: clamp(24px,3vw,38px);
  background: var(--m3-white);
  border: 1px solid var(--m3-line);
  border-radius: var(--m3-radius);
  box-shadow: 0 4px 16px rgba(20,73,105,.045);
}
/* Button-only and divider-only rows should not create huge empty bands */
body > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-button):not(:has(.elementor-widget-text-editor)):not(:has(.elementor-widget-heading)) { padding-top: 8px; padding-bottom: 8px; }
body > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-divider):not(:has(.elementor-widget-text-editor)):not(:has(.elementor-widget-heading)) { padding-top: 3px; padding-bottom: 3px; }
.elementor-widget-divider .elementor-divider-separator { border-color: var(--m3-line) !important; }

/* Smaller, calmer typography */
.elementor-widget-text-editor,
.elementor-widget-theme-post-content,
.elementor-widget-text-editor p,
.elementor-widget-theme-post-content p,
.elementor-widget-text-editor li,
.elementor-widget-theme-post-content li {
  color: var(--m3-ink) !important;
  font-family: inherit !important;
}
.elementor-widget-text-editor p,
.elementor-widget-theme-post-content p { max-width: 800px; margin: 0 auto 1.05em; }
.elementor-widget-text-editor > .elementor-widget-container > p:first-child,
.elementor-widget-theme-post-content > .elementor-widget-container > p:first-child { color: #3f5b6c !important; font-size: 17px; line-height: 1.6; }
.elementor h1,.elementor h2,.elementor h3,.elementor h4,.elementor .elementor-heading-title {
  color: var(--m3-ink) !important;
  font-family: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
  font-weight: 760 !important;
  letter-spacing: -.022em;
  text-wrap: balance;
}
.elementor h1,
.elementor h1.elementor-heading-title,
.elementor .elementor-widget-heading h1.elementor-heading-title {
  max-width: 920px;
  margin-inline: auto;
  font-size: clamp(31px,3.2vw,42px) !important;
  line-height: 1.12 !important;
}
.elementor h2,
.elementor h2.elementor-heading-title,
.elementor .elementor-widget-heading h2.elementor-heading-title {
  font-size: clamp(23px,2.2vw,29px) !important;
  line-height: 1.22 !important;
}
.elementor h3 { font-size: clamp(19px,1.7vw,23px) !important; line-height: 1.28 !important; }
.elementor h1 a,.elementor h2 a,.elementor h3 a { color: inherit !important; text-decoration: none; }
/* A consistent icon treatment for section headings */
.elementor-widget-heading h2::before,
.elementor-widget-text-editor h2::before,
.elementor-widget-theme-post-content h2::before {
  content: "\f1ad";
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  place-items: center;
  color: #fff;
  background: var(--m3-brand);
  border-radius: 8px;
  font-family: FontAwesome;
  font-size: 15px;
  font-weight: normal;
  vertical-align: .12em;
}
.elementor-widget-text-editor h3::before,.elementor-widget-theme-post-content h3::before {
  content: "\f041";
  margin-right: 8px;
  color: var(--m3-brand);
  font-family: FontAwesome;
  font-size: .85em;
  font-weight: normal;
}

/* Hero and galleries */
.elementor-widget-image-carousel .swiper,
.elementor-widget-media-carousel .swiper,
.elementor-widget-slides .swiper {
  overflow: hidden;
  background: #dcebf4;
  border: 1px solid rgba(29,134,200,.18);
  border-radius: 14px;
  box-shadow: var(--m3-shadow);
}
.elementor img.swiper-slide-image,.elementor .swiper img,.elementor-widget-image img { border-radius: 12px !important; box-shadow: none !important; }
.elementor-widget-image-carousel .swiper-slide img,.elementor-widget-media-carousel .swiper-slide img { width:100%; min-height:280px; max-height:590px; object-fit:cover; }
.elementor-swiper-button {
  display:grid !important;
  width:40px;
  height:40px;
  place-items:center;
  color:#fff !important;
  background:rgba(17,109,168,.88);
  border:1px solid rgba(255,255,255,.5);
  border-radius:50%;
}
.swiper-pagination-bullet { width:7px; height:7px; background:#fff !important; opacity:.58; }
.swiper-pagination-bullet-active { width:22px; border-radius:99px; background:var(--m3-gold) !important; opacity:1; }

/* Property and destination cards */
.elementor-widget-image-box,.elementor-widget-call-to-action,.elementor-widget-posts article,.rt-tpg-container .rt-holder,.elementor figure {
  overflow:hidden;
  background:#fff;
  border:1px solid var(--m3-line);
  border-radius:var(--m3-radius);
  box-shadow:0 5px 18px rgba(20,73,105,.065);
}
.elementor figure { margin:6px; }
.elementor figure img { display:block; width:100%; border-radius:0 !important; transition:transform .3s ease; }
.elementor figure:hover img { transform:scale(1.02); }
.elementor figure figcaption,.elementor .gallery-caption {
  padding:14px 16px;
  color:var(--m3-ink);
  background:#fff;
  border-top:1px solid var(--m3-line);
  font-size:14px;
  font-weight:750;
  line-height:1.4;
}
.elementor-post__card { border:1px solid var(--m3-line) !important; border-radius:var(--m3-radius) !important; box-shadow:0 5px 18px rgba(20,73,105,.065) !important; }

/* Amenities become an icon grid; ordinary editorial lists remain normal */
.elementor-widget-text-editor ul,.elementor-widget-theme-post-content ul { max-width:820px; margin:18px auto 24px; padding-left:1.3em; }
.elementor-widget-text-editor li,.elementor-widget-theme-post-content li { margin:.35em 0; }
.elementor-widget-text-editor li::marker,.elementor-widget-theme-post-content li::marker { color:var(--m3-brand); }
.elementor-widget-text-editor ul:has(li:nth-child(7)),
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  max-width:900px;
  padding:0;
  list-style:none;
}
.elementor-widget-text-editor ul:has(li:nth-child(7)) li,
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) li {
  position:relative;
  min-height:48px;
  margin:0;
  padding:11px 11px 11px 39px;
  background:var(--m3-pale);
  border:1px solid #cee3f0;
  border-radius:9px;
  font-size:14px;
  line-height:1.4;
}
.elementor-widget-text-editor ul:has(li:nth-child(7)) li::before,
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) li::before {
  content:"\f00c";
  position:absolute;
  left:13px;
  top:12px;
  color:var(--m3-brand);
  font-family:FontAwesome;
  font-size:14px;
}
.elementor-widget-text-editor ul:has(li:nth-child(7)) li:nth-child(4n+1)::before { content:"\f236"; }
.elementor-widget-text-editor ul:has(li:nth-child(7)) li:nth-child(4n+2)::before { content:"\f2cd"; }
.elementor-widget-text-editor ul:has(li:nth-child(7)) li:nth-child(4n+3)::before { content:"\f041"; }
.elementor-widget-text-editor ul:has(li:nth-child(7)) li:nth-child(4n+4)::before { content:"\f1eb"; }

/* Availability and affiliate calls to action */
.elementor-widget-button .elementor-button,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"],
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"] {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:48px;
  margin:10px auto;
  padding:12px 20px !important;
  color:#fff !important;
  background:var(--m3-brand-dark) !important;
  border:1px solid var(--m3-brand-dark) !important;
  border-radius:8px !important;
  box-shadow:0 5px 14px rgba(17,109,168,.18);
  font:750 13px/1.35 Inter,ui-sans-serif,sans-serif !important;
  letter-spacing:.01em;
  text-align:center;
  text-decoration:none !important;
}
.elementor-widget-button .elementor-button::before,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"]::before,
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]::before {
  content:"\f073";
  font-family:FontAwesome;
  font-size:15px;
  font-weight:normal;
}
.elementor-widget-button .elementor-button:hover,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"]:hover,
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]:hover {
  color:#fff !important;
  background:var(--m3-brand-deep) !important;
  border-color:var(--m3-brand-deep) !important;
  transform:translateY(-1px);
}

/* Forms */
.elementor-field-group input,.elementor-field-group textarea,.elementor-field-group select,.wpcf7 input,.wpcf7 textarea {
  min-height:48px;
  padding:11px 13px !important;
  color:var(--m3-ink);
  background:#fff;
  border:1px solid #cbdde8 !important;
  border-radius:8px !important;
  box-shadow:none;
}
.elementor-field-group input:focus,.elementor-field-group textarea:focus { outline:3px solid rgba(29,134,200,.15); border-color:var(--m3-brand) !important; }

/* Brand-integrated footer */
.elementor-location-footer,
.elementor-location-footer > .elementor-section,
footer.elementor-section {
  color:rgba(255,255,255,.88) !important;
  background:var(--m3-brand) !important;
}
.elementor-location-footer {
  margin-top:48px;
  border-top:1px solid rgba(255,255,255,.25);
  box-shadow:0 -5px 20px rgba(12,86,136,.09);
}
.elementor-location-footer > .elementor-section { max-width:1120px; margin:auto; padding:36px 22px 24px; }
.elementor-location-footer img { width:250px; max-width:100%; border-radius:0 !important; box-shadow:none !important; }
.elementor-location-footer a { color:#fff !important; text-decoration:none; }
.elementor-location-footer a:hover { color:#fff !important; text-decoration:underline; }
.elementor-location-footer .elementor-nav-menu {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:5px;
  padding:8px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
}
.elementor-location-footer .elementor-nav-menu a { padding:8px 11px !important; border-radius:7px; font-size:13px; }
.elementor-location-footer .elementor-nav-menu a::before { content:"\f105"; margin-right:6px; font-family:FontAwesome; }
.elementor-location-footer .elementor-social-icon { background:rgba(255,255,255,.14) !important; border:1px solid rgba(255,255,255,.28); }
.elementor-location-footer p { color:rgba(255,255,255,.78) !important; font-size:13px; }
a:focus-visible,.elementor-button:focus-visible { outline:3px solid var(--m3-gold); outline-offset:3px; }

@media (max-width:1080px) {
  .site-header .site-branding { flex-basis:215px; }
  .site-header .custom-logo { width:215px; }
  .site-header .site-navigation ul.menu > li > a { font-size:11px; }
}
@media (max-width:1024px) {
  .site-header { padding:8px 16px; }
  .site-header .header-inner { min-height:62px; }
  .site-header .site-branding { flex:1 1 auto; }
  .site-header .custom-logo { width:210px; max-height:68px; }
  .site-header .site-navigation-dropdown ul.menu {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
    padding:10px;
    background:var(--m3-brand-dark);
    border:1px solid rgba(255,255,255,.2);
    border-radius:0 0 12px 12px;
    box-shadow:var(--m3-shadow);
  }
  .site-header .site-navigation-dropdown ul.menu li a { min-height:58px; padding:9px; color:#fff !important; }
  .elementor-widget-text-editor ul:has(li:nth-child(7)),.elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:782px) { .admin-bar .site-header { top:46px; } }
@media (max-width:767px) {
  body.wp-theme-hello-elementor,body.elementor-default { font-size:15.5px; }
  .site-header .custom-logo { width:190px; }
  body > .elementor:not(.elementor-location-footer) > .elementor-section,
  body > .elementor:not(.elementor-location-footer) > .e-con { padding:20px 13px; }
  body > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-heading):has(.elementor-widget-text-editor),
  body > .elementor:not(.elementor-location-footer) > .elementor-section:has(> .elementor-container .elementor-widget-text-editor):not(:has(.elementor-widget-image)):not(:has(.elementor-widget-media-carousel)) { margin:10px 8px; padding:21px 17px; }
  .elementor h1,.elementor h1.elementor-heading-title,.elementor .elementor-widget-heading h1.elementor-heading-title { font-size:clamp(28px,8vw,35px) !important; }
  .elementor h2,.elementor h2.elementor-heading-title,.elementor .elementor-widget-heading h2.elementor-heading-title { font-size:clamp(21px,6vw,26px) !important; }
  .elementor-widget-heading h2::before,.elementor-widget-text-editor h2::before,.elementor-widget-theme-post-content h2::before { width:30px; height:30px; margin-right:8px; font-size:13px; }
  .elementor-widget-image-carousel .swiper-slide img,.elementor-widget-media-carousel .swiper-slide img { min-height:210px; max-height:390px; }
  .elementor-widget-text-editor ul:has(li:nth-child(7)),.elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:1fr; gap:6px; }
  .elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"],.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"],.elementor-widget-button .elementor-button { width:min(100%,420px); }
  .elementor-location-footer { margin-top:34px; }
  .elementor-location-footer > .elementor-section { padding:30px 16px 22px; }
  .elementor-location-footer img { width:220px; }
}
@media (max-width:480px) {
  .site-header .site-navigation-dropdown ul.menu { grid-template-columns:1fr; }
  .site-header .site-navigation-dropdown ul.menu li a { flex-direction:row; justify-content:flex-start; min-height:46px; text-align:left; }
  .site-header .site-navigation-dropdown ul.menu li a::before { margin:0 9px 0 0; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
}

/* Final proportional refinements */
.site-header .custom-logo,
header.site-header .custom-logo-link img.custom-logo {
  width: 260px !important;
  max-width: 260px !important;
  max-height: 98px !important;
}
.site-header .site-branding { flex-basis: 260px !important; max-width: 260px !important; }
body.wp-theme-hello-elementor,body.elementor-default { font-size: 15.5px; }
.elementor h1,
.elementor h1.elementor-heading-title,
.elementor .elementor-widget-heading h1.elementor-heading-title { font-size: clamp(29px,2.7vw,36px) !important; line-height:1.15 !important; }
.elementor h2,
.elementor h2.elementor-heading-title,
.elementor .elementor-widget-heading h2.elementor-heading-title { font-size: clamp(21px,1.9vw,25px) !important; }
.elementor-widget-text-editor > .elementor-widget-container > p:first-child,
.elementor-widget-theme-post-content > .elementor-widget-container > p:first-child { font-size: 16.5px; }
.elementor-widget-button .elementor-button::after,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"]::after,
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]::after {
  content:"\f073" !important;
  margin-left:8px;
  font-family:FontAwesome !important;
  font-size:14px;
  font-weight:normal;
}
@media(max-width:1024px){
  .site-header .custom-logo,header.site-header .custom-logo-link img.custom-logo { width:220px !important; max-width:220px !important; max-height:82px !important; }
  .site-header .site-branding { flex-basis:220px !important; max-width:calc(100% - 62px) !important; }
}
@media(max-width:767px){
  body.wp-theme-hello-elementor,body.elementor-default { font-size:15px; }
  .site-header .custom-logo,header.site-header .custom-logo-link img.custom-logo { width:205px !important; max-width:205px !important; }
  .elementor h1,.elementor h1.elementor-heading-title,.elementor .elementor-widget-heading h1.elementor-heading-title { font-size:clamp(27px,7.5vw,33px) !important; }
  .elementor h2,.elementor h2.elementor-heading-title,.elementor .elementor-widget-heading h2.elementor-heading-title { font-size:clamp(20px,5.5vw,24px) !important; }
}

/* Keep amenity tiles readable in both narrow and wide Elementor columns */
.elementor-widget-text-editor ul:has(li:nth-child(7)),
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(auto-fit,minmax(180px,1fr)) !important; }
@media(max-width:480px){
  .elementor-widget-text-editor ul:has(li:nth-child(7)),
  .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:1fr !important; }
}

/* Explicit amenity breakpoints for consistent Elementor rendering */
.elementor-widget-text-editor ul:has(li:nth-child(7)),
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(3,minmax(0,1fr)) !important; }
@media(max-width:1024px){
  .elementor-widget-text-editor ul:has(li:nth-child(7)),
  .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
}
@media(max-width:600px){
  .elementor-widget-text-editor ul:has(li:nth-child(7)),
  .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:1fr !important; }
}

/* Flex-based amenity layout avoids legacy Elementor grid sizing */
.elementor-widget-text-editor ul:has(li:nth-child(7)),
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) { display:flex !important; flex-wrap:wrap; gap:8px; }
.elementor-widget-text-editor ul:has(li:nth-child(7)) li,
.elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { flex:1 1 calc(33.333% - 8px); max-width:calc(33.333% - 6px); }
@media(max-width:1024px){
  .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
  .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { flex-basis:calc(50% - 8px); max-width:calc(50% - 4px); }
}
@media(max-width:600px){
  .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
  .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { flex-basis:100%; max-width:100%; }
}

/* Property-page composition: unify hero, gallery, CTAs and amenity panels */
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:first-child:has(.elementor-widget-slides) {
  position:relative;
  z-index:1;
  padding-bottom:0;
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:first-child + .elementor-section:has(.elementor-widget-media-carousel) {
  position:relative;
  z-index:3;
  width:min(86%,1040px);
  margin-top:-34px;
  margin-bottom:10px;
  padding:10px !important;
  background:#fff;
  border:1px solid var(--m3-line);
  border-radius:14px;
  box-shadow:0 12px 34px rgba(20,73,105,.14);
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:first-child + .elementor-section:has(.elementor-widget-media-carousel) .swiper {
  border:0;
  border-radius:10px;
  box-shadow:none;
}
/* One calendar icon only */
.elementor-widget-button .elementor-button::before,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"]::before,
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]::before { content:none !important; display:none !important; }
.elementor-widget-button .elementor-button::after,
.elementor-widget:not(.elementor-widget-image) a[href*="awin1.com/cread"]::after,
.elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]::after {
  content:"\f073" !important;
  display:inline-block;
  margin-left:8px;
  font-family:FontAwesome !important;
  font-size:14px;
  font-weight:normal;
}
/* Join feature headings to their amenity panels */
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(+ .elementor-section .elementor-widget-text-editor ul:has(li:nth-child(7))) {
  margin-top:18px;
  margin-bottom:0;
  padding:16px 22px;
  color:#fff;
  background:var(--m3-brand);
  border:1px solid var(--m3-brand);
  border-radius:14px 14px 0 0;
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(+ .elementor-section .elementor-widget-text-editor ul:has(li:nth-child(7))) h2,
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(+ .elementor-section .elementor-widget-text-editor ul:has(li:nth-child(7))) h2 a { color:#fff !important; }
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(+ .elementor-section .elementor-widget-text-editor ul:has(li:nth-child(7))) h2::before {
  color:var(--m3-brand);
  background:#fff;
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-text-editor ul:has(li:nth-child(7))) {
  margin-top:0;
  margin-bottom:18px;
  padding:22px !important;
  background:#fff;
  border:1px solid var(--m3-line);
  border-top:0;
  border-radius:0 0 14px 14px;
  box-shadow:0 7px 20px rgba(20,73,105,.06);
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-text-editor ul:has(li:nth-child(7))) ul { margin-top:0; margin-bottom:0; }
/* Property intro card */
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-heading h1):has(.elementor-widget-text-editor) {
  position:relative;
  overflow:hidden;
  border-top:4px solid var(--m3-brand);
}
body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-heading h1):has(.elementor-widget-text-editor)::before {
  content:"\f041";
  position:absolute;
  right:24px;
  top:22px;
  color:rgba(29,134,200,.12);
  font-family:FontAwesome;
  font-size:72px;
}
@media(max-width:767px){
  body.page > .elementor:not(.elementor-location-footer) > .elementor-section:first-child + .elementor-section:has(.elementor-widget-media-carousel) { width:calc(100% - 26px); margin-top:-18px; padding:7px !important; }
  body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(+ .elementor-section .elementor-widget-text-editor ul:has(li:nth-child(7))) { margin-inline:8px; padding:14px 16px; }
  body.page > .elementor:not(.elementor-location-footer) > .elementor-section:has(.elementor-widget-text-editor ul:has(li:nth-child(7))) { margin-inline:8px; padding:16px !important; }
}

/* Valid cross-page property section headers and amenity panels */
body.page:not(.home) .elementor-widget-heading:has(h2) {
  margin-top:14px;
  margin-bottom:0;
  padding:15px 20px;
  color:#fff;
  background:var(--m3-brand);
  border:1px solid var(--m3-brand);
  border-radius:12px;
  box-shadow:0 5px 16px rgba(20,73,105,.08);
}
body.page:not(.home) .elementor-widget-heading:has(h2) h2,
body.page:not(.home) .elementor-widget-heading:has(h2) h2 a { color:#fff !important; }
body.page:not(.home) .elementor-widget-heading:has(h2) h2::before {
  color:var(--m3-brand);
  background:#fff;
}
body.page:not(.home) .elementor-widget-text-editor:has(ul li:nth-child(7)) > .elementor-widget-container {
  padding:18px;
  background:#fff;
  border:1px solid var(--m3-line);
  border-radius:12px;
  box-shadow:0 5px 16px rgba(20,73,105,.05);
}
body.page:not(.home) .elementor-widget-text-editor:has(ul li:nth-child(7)) ul { margin-top:0; margin-bottom:0; }
@media(max-width:767px){
  body.page:not(.home) .elementor-widget-heading:has(h2) { padding:13px 15px; }
  body.page:not(.home) .elementor-widget-text-editor:has(ul li:nth-child(7)) > .elementor-widget-container { padding:12px; }
}

/* Page 677: deliberate visual sequence and icon-led content hierarchy */
body.page-id-677 > .elementor-677 { display:flex; flex-direction:column; }
body.page-id-677 > .elementor-677 > .elementor-section { order:100; }
body.page-id-677 > .elementor-677 > .elementor-element-a42735e { order:1; }
body.page-id-677 > .elementor-677 > .elementor-element-ac689a5 { order:2; }
body.page-id-677 > .elementor-677 > .elementor-element-6740356 { order:3; }
body.page-id-677 > .elementor-677 > .elementor-element-ff43dc3 { order:4; }
body.page-id-677 > .elementor-677 > .elementor-element-38ccc1f { order:5; }
body.page-id-677 > .elementor-677 > .elementor-element-454045f { order:6; }
body.page-id-677 > .elementor-677 > .elementor-element-e6d5fd2 { order:7; }
body.page-id-677 > .elementor-677 > .elementor-element-9fd43d3 { order:8; }
body.page-id-677 > .elementor-677 > .elementor-element-749a40a { order:9; }
body.page-id-677 > .elementor-677 > .elementor-element-4b5c8cb { order:10; }
body.page-id-677 > .elementor-677 > .elementor-element-2f156ab { order:11; }
body.page-id-677 > .elementor-677 > .elementor-element-2caf7f2 { order:12; }
body.page-id-677 > .elementor-677 > .elementor-element-61dff4c { order:13; }
body.page-id-677 > .elementor-677 > .elementor-element-28d24cc { order:14; }
body.page-id-677 > .elementor-677 > .elementor-element-5dcaeec { order:15; }
body.page-id-677 > .elementor-677 > .elementor-element-14c4aa4 { order:16; }
/* Remove redundant dividers, empty spacers and duplicate middle CTA */
body.page-id-677 > .elementor-677 > .elementor-element-f8b97c6,
body.page-id-677 > .elementor-677 > .elementor-element-39ecf95,
body.page-id-677 > .elementor-677 > .elementor-element-d3ea1d2,
body.page-id-677 > .elementor-677 > .elementor-element-e199f4b,
body.page-id-677 > .elementor-677 > .elementor-element-5beefd5,
body.page-id-677 > .elementor-677 > .elementor-element-13c98fc,
body.page-id-677 > .elementor-677 > .elementor-element-51288eb,
body.page-id-677 > .elementor-677 > .elementor-element-8bbe8f4 { display:none !important; }
/* Address panel */
body.page-id-677 .elementor-element-36b591d > .elementor-widget-container {
  position:relative;
  max-width:760px;
  margin:18px auto 22px;
  padding:14px 18px 14px 50px;
  color:var(--m3-ink);
  background:var(--m3-pale);
  border:1px solid #cde4f1;
  border-radius:10px;
}
body.page-id-677 .elementor-element-36b591d > .elementor-widget-container::before {
  content:"\f041";
  position:absolute;
  left:19px;
  top:50%;
  color:var(--m3-brand);
  font-family:FontAwesome;
  font-size:21px;
  transform:translateY(-50%);
}
body.page-id-677 .elementor-element-36b591d p { margin:0; }
/* Key Takeaways: three clear icon cards */
body.page-id-677 .elementor-element-00bfef5 h2 {
  margin-top:28px;
  color:var(--m3-ink) !important;
  text-align:center;
}
body.page-id-677 .elementor-element-00bfef5 ul {
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px;
  max-width:940px;
  margin:20px auto 0;
  padding:0;
  list-style:none;
}
body.page-id-677 .elementor-element-00bfef5 li {
  position:relative;
  margin:0;
  padding:58px 17px 18px;
  color:var(--m3-ink);
  background:#fff;
  border:1px solid var(--m3-line);
  border-radius:12px;
  box-shadow:0 5px 16px rgba(20,73,105,.055);
  font-size:14px;
  line-height:1.52;
}
body.page-id-677 .elementor-element-00bfef5 li::before {
  position:absolute;
  left:17px;
  top:17px;
  display:grid;
  width:30px;
  height:30px;
  place-items:center;
  color:#fff;
  background:var(--m3-brand);
  border-radius:8px;
  font-family:FontAwesome;
  font-size:14px;
}
body.page-id-677 .elementor-element-00bfef5 li:nth-child(1)::before { content:"\f005"; }
body.page-id-677 .elementor-element-00bfef5 li:nth-child(2)::before { content:"\f041"; }
body.page-id-677 .elementor-element-00bfef5 li:nth-child(3)::before { content:"\f1d8"; }
/* Related-property grids read as cards */
body.page-id-677 .elementor-element-28d24cc .elementor-column,
body.page-id-677 .elementor-element-14c4aa4 .elementor-column { padding:7px; }
body.page-id-677 .elementor-element-28d24cc .elementor-widget-image,
body.page-id-677 .elementor-element-14c4aa4 .elementor-widget-image {
  height:100%;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--m3-line);
  border-radius:12px;
  box-shadow:0 5px 16px rgba(20,73,105,.055);
}
@media(max-width:767px){
  body.page-id-677 .elementor-element-00bfef5 ul { grid-template-columns:1fr !important; }
  body.page-id-677 .elementor-element-00bfef5 li { padding:52px 15px 15px; }
  body.page-id-677 .elementor-element-36b591d > .elementor-widget-container { padding:13px 14px 13px 43px; }
  body.page-id-677 .elementor-element-36b591d > .elementor-widget-container::before { left:15px; }
}

/* Repair inherited Elementor heading and amenity sizing on property pages */
body.page:not(.home) .elementor-widget-heading:has(h2) > .elementor-widget-container {
  padding:0 !important;
  background:transparent !important;
}
body.page:not(.home) .elementor-widget-heading:has(h2) h2,
body.page:not(.home) .elementor-widget-heading:has(h2) h2 a { color:#fff !important; }
body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) {
  display:grid !important;
  grid-template-columns:repeat(4,220px) !important;
  justify-content:center !important;
  align-items:stretch;
  gap:9px !important;
  width:100% !important;
  max-width:none !important;
}
body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li {
  width:auto !important;
  max-width:none !important;
  min-height:52px;
  flex:none !important;
}
@media(max-width:1100px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(3,220px) !important; }
}
@media(max-width:800px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:repeat(2,minmax(140px,220px)) !important; }
}
@media(max-width:480px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { grid-template-columns:100% !important; }
}

/* Stable ordered amenity columns for legacy Elementor list markup */
body.page-id-677 { overflow-x:clip; }
body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) {
  display:block !important;
  width:100% !important;
  max-width:920px !important;
  columns:4 !important;
  column-gap:9px !important;
  margin-inline:auto !important;
}
body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li {
  display:block !important;
  width:auto !important;
  max-width:none !important;
  min-height:52px;
  margin:0 0 9px !important;
  break-inside:avoid;
  page-break-inside:avoid;
}
@media(max-width:800px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { columns:2 !important; }
}
@media(max-width:480px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)),
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) { columns:1 !important; }
}

body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { width:100% !important; min-width:100% !important; }

body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { width:220px !important; min-width:220px !important; max-width:220px !important; }
@media(max-width:480px){
  body.page:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li,
  body.page:not(.home) .elementor-widget-theme-post-content ul:has(li:nth-child(7)) li { width:100% !important; min-width:100% !important; max-width:100% !important; }
}

/* Page 677 polish: reduce noise, improve spacing and readability */
body.page-id-677 .elementor-element-6740356 { padding:42px 48px !important; }
body.page-id-677 .elementor-element-6740356 h1,
body.page-id-677 .elementor-element-6740356 h1.elementor-heading-title { max-width:880px; font-size:32px !important; line-height:1.2 !important; }
body.page-id-677 .elementor-element-00bfef5 > .elementor-widget-container > p:first-child { max-width:760px; font-size:16px; line-height:1.72; }
body.page-id-677 .elementor-element-00bfef5 h2 { margin:34px 0 22px; font-size:24px !important; }
body.page-id-677 .elementor-element-00bfef5 h2::before { content:"\f00c" !important; }
body.page-id-677 .elementor-element-00bfef5 ul { gap:18px !important; }
body.page-id-677 .elementor-element-00bfef5 li { min-height:240px; padding:64px 22px 24px; font-size:14.5px; line-height:1.62; }
/* Property feature/facility headings align directly with their panels */
body.page-id-677 > .elementor-677 > .elementor-element-38ccc1f,
body.page-id-677 > .elementor-677 > .elementor-element-e6d5fd2 {
  width:min(100%,920px) !important;
  margin:38px auto 0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
body.page-id-677 .elementor-element-38ccc1f .elementor-widget-heading,
body.page-id-677 .elementor-element-e6d5fd2 .elementor-widget-heading {
  margin:0 !important;
  padding:18px 22px !important;
  border-radius:12px 12px 0 0 !important;
  box-shadow:none !important;
}
body.page-id-677 .elementor-element-38ccc1f h2,
body.page-id-677 .elementor-element-e6d5fd2 h2 { display:flex; align-items:flex-start; gap:11px; margin:0; font-size:20px !important; line-height:1.38 !important; text-align:left; }
body.page-id-677 .elementor-element-38ccc1f h2::before,
body.page-id-677 .elementor-element-e6d5fd2 h2::before { flex:0 0 30px; width:30px; height:30px; margin:0; }
body.page-id-677 > .elementor-677 > .elementor-element-454045f,
body.page-id-677 > .elementor-677 > .elementor-element-9fd43d3 {
  width:min(100%,920px) !important;
  margin:0 auto 32px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
body.page-id-677 .elementor-element-454045f .elementor-widget-container,
body.page-id-677 .elementor-element-9fd43d3 .elementor-widget-container {
  padding:24px 28px 15px !important;
  border:1px solid var(--m3-line) !important;
  border-top:0 !important;
  border-radius:0 0 12px 12px !important;
  box-shadow:0 8px 22px rgba(20,73,105,.06) !important;
}
/* Three roomy, ordered columns; one quiet check icon per item */
body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) {
  max-width:820px !important;
  columns:3 !important;
  column-gap:20px !important;
}
body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) li {
  width:260px !important;
  min-width:260px !important;
  max-width:260px !important;
  min-height:58px;
  margin-bottom:12px !important;
  padding:14px 15px 14px 43px !important;
  color:#294858 !important;
  background:#f5fafd !important;
  border-color:#d7e8f2 !important;
  font-size:14px;
  line-height:1.45;
}
body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) li::before {
  content:"\f00c" !important;
  left:15px !important;
  top:16px !important;
  color:var(--m3-brand) !important;
}
/* The long SEO copy stays intact but reads like an article */
body.page-id-677 > .elementor-677 > .elementor-element-4b5c8cb,
body.page-id-677 > .elementor-677 > .elementor-element-2f156ab {
  width:min(100%,940px) !important;
  margin:26px auto !important;
  padding:44px 54px !important;
}
body.page-id-677 .elementor-element-4b5c8cb .elementor-widget-container,
body.page-id-677 .elementor-element-2f156ab .elementor-widget-container { max-width:760px; margin:auto; }
body.page-id-677 .elementor-element-4b5c8cb p,
body.page-id-677 .elementor-element-2f156ab p { max-width:760px; margin:0 auto 22px; color:#405c6c !important; line-height:1.78; }
body.page-id-677 .elementor-element-4b5c8cb h2,
body.page-id-677 .elementor-element-2f156ab h2 { margin:0 0 24px; font-size:25px !important; }
body.page-id-677 .elementor-element-4b5c8cb h3,
body.page-id-677 .elementor-element-2f156ab h3 {
  margin:36px 0 15px;
  padding-left:14px;
  border-left:3px solid var(--m3-brand);
  font-size:20px !important;
}
body.page-id-677 .elementor-element-4b5c8cb h3::before,
body.page-id-677 .elementor-element-2f156ab h3::before { display:none !important; content:none !important; }
/* Reduce image dominance */
body.page-id-677 .elementor-element-ac689a5 { width:min(78%,940px) !important; margin-top:-24px !important; }
body.page-id-677 .elementor-element-ac689a5 .swiper-slide,
body.page-id-677 .elementor-element-ac689a5 .elementor-carousel-image { height:135px !important; min-height:135px !important; }
body.page-id-677 .elementor-element-28d24cc img,
body.page-id-677 .elementor-element-14c4aa4 img { width:100%; height:155px !important; object-fit:cover; }
body.page-id-677 .elementor-element-28d24cc,
body.page-id-677 .elementor-element-14c4aa4 { padding-top:12px !important; padding-bottom:32px !important; }
body.page-id-677 .elementor-element-61dff4c,
body.page-id-677 .elementor-element-5dcaeec { margin-top:34px !important; }
body.page-id-677 .elementor-widget-button .elementor-button { max-width:760px; margin:18px auto; }
@media(max-width:900px){
  body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:560px !important; columns:2 !important; }
  body.page-id-677 .elementor-element-6740356 { padding:34px 28px !important; }
}
@media(max-width:600px){
  body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:100% !important; columns:1 !important; }
  body.page-id-677 .elementor-widget-text-editor ul:has(li:nth-child(7)) li { width:100% !important; min-width:100% !important; max-width:100% !important; }
  body.page-id-677 .elementor-element-00bfef5 li { min-height:0; }
  body.page-id-677 > .elementor-677 > .elementor-element-4b5c8cb,
  body.page-id-677 > .elementor-677 > .elementor-element-2f156ab { margin:16px 8px !important; padding:30px 20px !important; }
  body.page-id-677 .elementor-element-ac689a5 { width:calc(100% - 28px) !important; }
}

/* Higher-specificity final amenity spacing */
body.page.page-id-677:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) {
  max-width:820px !important;
  columns:3 !important;
  column-gap:20px !important;
}
body.page.page-id-677:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li {
  width:260px !important;
  min-width:260px !important;
  max-width:260px !important;
  min-height:58px !important;
  margin-bottom:12px !important;
  padding:14px 15px 14px 43px !important;
}
@media(max-width:900px){
  body.page.page-id-677:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:560px !important; columns:2 !important; }
}
@media(max-width:600px){
  body.page.page-id-677:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:100% !important; columns:1 !important; }
  body.page.page-id-677:not(.home) .elementor-widget-text-editor ul:has(li:nth-child(7)) li { width:100% !important; min-width:100% !important; max-width:100% !important; }
}

body.page-id-677 .elementor-element-ac689a5 .swiper { height:165px !important; min-height:165px !important; }
body.page-id-677 .elementor-element-ac689a5 .swiper-wrapper { height:135px !important; min-height:135px !important; }
body.page-id-677 .elementor-element-ac689a5 .swiper-pagination { bottom:7px !important; }

html:has(body.page-id-677),body.page-id-677 { overflow-x:hidden !important; max-width:100%; }

/* Site-wide apartment detail template: spacious feature/facility icon system */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-heading:has(h2) {
  width:min(100%,920px);
  margin:34px auto 0;
  padding:18px 22px;
  border-radius:12px 12px 0 0 !important;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-heading:has(h2) > .elementor-widget-container {
  padding:0 !important;
  background:transparent !important;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-heading:has(h2) h2 {
  display:flex;
  align-items:flex-start;
  gap:11px;
  margin:0;
  font-size:20px !important;
  line-height:1.38 !important;
  text-align:left;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor:has(ul li:nth-child(7)) > .elementor-widget-container {
  width:min(100%,920px);
  margin:0 auto 32px;
  padding:24px 28px 15px !important;
  background:#fff;
  border:1px solid var(--m3-line) !important;
  border-radius:0 0 12px 12px !important;
  box-shadow:0 8px 22px rgba(20,73,105,.06) !important;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) {
  display:block !important;
  width:100% !important;
  max-width:820px !important;
  margin:0 auto !important;
  padding:0 !important;
  columns:3 !important;
  column-gap:20px !important;
  list-style:none !important;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) li {
  position:relative;
  display:block !important;
  width:260px !important;
  min-width:260px !important;
  max-width:260px !important;
  min-height:58px !important;
  margin:0 0 12px !important;
  padding:14px 15px 14px 43px !important;
  break-inside:avoid;
  color:#294858 !important;
  background:#f5fafd !important;
  border:1px solid #d7e8f2 !important;
  border-radius:9px !important;
  font-size:14px;
  line-height:1.45;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) li::before {
  content:"\f00c" !important;
  position:absolute !important;
  left:15px !important;
  top:16px !important;
  display:block !important;
  width:16px !important;
  height:20px !important;
  color:var(--m3-brand) !important;
  background:transparent !important;
  font-family:FontAwesome !important;
  font-size:14px !important;
  font-weight:normal !important;
}
/* Apartment Features: icons follow the consistent feature order used by the property templates */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(1)::before { content:"\f236" !important; } /* bedrooms */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(2)::before { content:"\f2cd" !important; } /* bathrooms */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(3)::before { content:"\f06e" !important; } /* views */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(4)::before { content:"\f1b9" !important; } /* parking */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(5)::before { content:"\f1eb" !important; } /* wifi */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(6)::before { content:"\f1ad" !important; } /* balcony */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(7)::before { content:"\f0f5" !important; } /* kitchen */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(8)::before { content:"\f2dc" !important; } /* air conditioning */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(9)::before { content:"\f065" !important; } /* floor area */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(10)::before { content:"\f05e" !important; } /* non-smoking */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(11)::before { content:"\f26c" !important; } /* television */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(12)::before { content:"\f2c9" !important; } /* heating */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(13)::before { content:"\f2cc" !important; } /* shower */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(14)::before { content:"\f0c7" !important; } /* fridge */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(15)::before { content:"\f236" !important; } /* linen */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(16)::before { content:"\f0f5" !important; } /* dining */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(17)::before { content:"\f06d" !important; } /* stovetop */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(18)::before { content:"\f110" !important; } /* washer/dryer */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(19)::before { content:"\f043" !important; } /* dishwasher */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(20)::before { content:"\f1bb" !important; } /* outdoor */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(21)::before { content:"\f0f5" !important; } /* toaster */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(22)::before { content:"\f26c" !important; } /* television */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(23)::before { content:"\f06d" !important; } /* oven */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(24)::before { content:"\f2db" !important; } /* microwave */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(25)::before { content:"\f1eb" !important; } /* internet */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(26)::before { content:"\f0c0" !important; } /* lounge */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(27)::before { content:"\f2cc" !important; } /* towels */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(28)::before { content:"\f062" !important; } /* lift */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(29)::before { content:"\f110" !important; } /* laundry */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(30)::before { content:"\f0e7" !important; } /* ironing */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(31)::before { content:"\f0eb" !important; } /* hairdryer */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(20)) li:nth-child(32)::before { content:"\f1ae" !important; } /* cots */
/* Property Facilities: parking, views, Wi-Fi, pool, gym, family, lift, security, shopping */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(1)::before { content:"\f1b9" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(2)::before { content:"\f06e" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(3)::before { content:"\f1eb" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(4)::before { content:"\f043" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(5)::before { content:"\f21e" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(6)::before { content:"\f1ae" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(7)::before { content:"\f062" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(8)::before { content:"\f132" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(9)::before { content:"\f07a" !important; }
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(10)::before { content:"\f041" !important; }
@media(max-width:900px){
  body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:560px !important; columns:2 !important; }
}
@media(max-width:600px){
  body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) { max-width:100% !important; columns:1 !important; }
  body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor ul:has(li:nth-child(7)) li { width:100% !important; min-width:100% !important; max-width:100% !important; }
}


/* Apartment facilities: full-width legacy alignment and reliable variable-list icons */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-container:has(> ul) {
  width: 100% !important;
  max-width: 960px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) {
  width: 100% !important;
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Facilities after the stable Parking / Views / Wi-Fi trio vary by property. */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) ul:has(li:nth-child(7)):not(:has(li:nth-child(20))) li:nth-child(n+4)::before {
  content: "\f058" !important;
}
@media (max-width: 900px) {
  body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-container:has(> ul) {
    max-width: 100% !important;
  }
}

/* Keep Elementor wrappers single-column; columns belong on the amenity lists only. */
body.page:has(.elementor-widget-text-editor ul li:nth-child(20)) .elementor-widget-text-editor:has(ul) {
  column-count: 1 !important;
  columns: auto !important;
  width: 100% !important;
}


/* Responsive navigation repair — open hamburger dropdown */
@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .header-inner {
    position: relative !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation.show {
    display: block !important;
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    z-index: 9999 !important;
    padding: 10px !important;
    background: #1d86c8 !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 34px rgba(5,45,72,.26) !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation.show ul.menu,
  .site-header.menu-dropdown-tablet .site-navigation.show ul {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 4px !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation.show li {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation.show a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 46px !important;
    padding: 11px 14px !important;
    color: #fff !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation.show a:hover,
  .site-header.menu-dropdown-tablet .site-navigation.show a:focus {
    background: rgba(255,255,255,.18) !important;
  }
}

@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .site-navigation.show {
    left: 50% !important;
    right: auto !important;
    width: calc(100vw - 32px) !important;
    max-width: 420px !important;
    transform: translateX(-50%) !important;
  }
}


/* Responsive navigation state correction — use the theme's true dropdown state */
@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .site-navigation,
  .site-header.menu-dropdown-tablet .site-navigation.show {
    display: none !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder:not(.elementor-active) + .site-navigation-dropdown {
    display: none !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown {
    display: block !important;
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 50% !important;
    right: auto !important;
    width: calc(100vw - 32px) !important;
    max-width: 420px !important;
    max-height: none !important;
    height: auto !important;
    transform: translateX(-50%) !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
    z-index: 9999 !important;
    padding: 10px !important;
    background: #1d86c8 !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 34px rgba(5,45,72,.26) !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-dropdown ul {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 4px !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-dropdown li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-dropdown a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 11px 14px !important;
    color: #fff !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
  }
}

@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown .menu-main-menu-container {
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown ul {
    position: static !important;
    height: auto !important;
  }
}

@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown {
    min-height: 225px !important;
  }
}


/* Mobile navigation state correction — 2026-07-27 */
@media (max-width: 992px) {
  .site-header.menu-dropdown-tablet .site-navigation-dropdown.show,
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder:not(.elementor-active) + .site-navigation-dropdown {
    display: none !important;
    min-height: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown,
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown.show {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 12px !important;
    background: #0b75b5 !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    box-shadow: 0 14px 34px rgba(4,45,73,.22) !important;
    overflow: visible !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown .menu-main-menu-container,
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown ul {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    position: static !important;
    overflow: visible !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown li {
    display: block !important;
    width: 100% !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown li:last-child {
    margin-bottom: 0 !important;
  }
  .site-header.menu-dropdown-tablet .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 11px 14px !important;
    color: #073f67 !important;
    background: #ffffff !important;
    border: 1px solid rgba(7,63,103,.16) !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
  }
}


/* Booking.com calls to action — larger yellow treatment */
.elementor-heading-title > a[href*="booking.com"],
a.elementor-button[href*="booking.com"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 64px !important;
  padding: 18px 30px !important;
  background: #ffc400 !important;
  color: #142c3d !important;
  border: 2px solid #e2aa00 !important;
  border-radius: 12px !important;
  box-shadow: 0 7px 18px rgba(151, 112, 0, .22) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease !important;
}
.elementor-heading-title > a[href*="booking.com"]:hover,
a.elementor-button[href*="booking.com"]:hover {
  background: #ffdb4d !important;
  color: #102838 !important;
  border-color: #c89500 !important;
  box-shadow: 0 10px 24px rgba(151, 112, 0, .3) !important;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .elementor-heading-title > a[href*="booking.com"],
  a.elementor-button[href*="booking.com"] {
    min-height: 60px !important;
    padding: 17px 20px !important;
    font-size: 17px !important;
  }
}


/* Booking.com CTA priority override */
html body .elementor-widget:not(.elementor-widget-image) a[href*="booking.com"],
html body .elementor-widget-button a.elementor-button[href*="booking.com"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 64px !important;
  padding: 18px 30px !important;
  background: #ffc400 !important;
  color: #142c3d !important;
  border: 2px solid #e2aa00 !important;
  border-radius: 12px !important;
  box-shadow: 0 7px 18px rgba(151, 112, 0, .22) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  text-decoration: none !important;
}
html body .elementor-widget:not(.elementor-widget-image) a[href*="booking.com"]:hover,
html body .elementor-widget-button a.elementor-button[href*="booking.com"]:hover {
  background: #ffdb4d !important;
  color: #102838 !important;
  border-color: #c89500 !important;
  box-shadow: 0 10px 24px rgba(151, 112, 0, .3) !important;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  html body .elementor-widget:not(.elementor-widget-image) a[href*="booking.com"],
  html body .elementor-widget-button a.elementor-button[href*="booking.com"] {
    min-height: 60px !important;
    padding: 17px 20px !important;
    font-size: 17px !important;
  }
}


/* Keep yellow Booking.com headings legible over page heading rules */
html body.page:not(.home) .elementor-widget-heading:has(h2) h2 a[href*="booking.com"],
html body .elementor-widget-heading .elementor-heading-title a[href*="booking.com"] {
  color: #142c3d !important;
}
html body.page:not(.home) .elementor-widget-heading:has(h2) h2 a[href*="booking.com"]:hover,
html body .elementor-widget-heading .elementor-heading-title a[href*="booking.com"]:hover {
  color: #102838 !important;
}


/*
 * Melbourne Penthouse Apartments — full-site staging redesign
 * Visual direction: the approved Car Hire / Flights / Things to Do pages.
 * This stylesheet is intentionally scoped away from those three pages because
 * they already contain their own approved page-level design systems.
 */

:root {
  --mpa-blue: #1d86c8;
  --mpa-blue-dark: #0c5688;
  --mpa-blue-deep: #083f67;
  --mpa-sky: #eff8fd;
  --mpa-cloud: #f7fafc;
  --mpa-ink: #183141;
  --mpa-muted: #607888;
  --mpa-line: #d8e8f1;
  --mpa-gold: #ffc400;
  --mpa-white: #ffffff;
  --mpa-shadow: 0 16px 44px rgba(20, 73, 105, .11);
  --mpa-radius: 18px;
}

body {
  background: var(--mpa-cloud);
  color: var(--mpa-ink);
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] {
  overflow: hidden;
  background: var(--mpa-cloud);
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] p,
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] li {
  color: var(--mpa-muted);
  font-size: 16px;
  line-height: 1.72;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h1,
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h2,
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h3 {
  color: var(--mpa-ink);
  letter-spacing: -.025em;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h1 {
  font-size: clamp(36px, 5vw, 62px) !important;
  line-height: 1.04 !important;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h2 {
  font-size: clamp(27px, 3.4vw, 42px) !important;
  line-height: 1.14 !important;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h3 {
  font-size: clamp(19px, 2vw, 24px) !important;
  line-height: 1.25 !important;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"]
  > .elementor-section,
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"]
  > .e-con {
  padding-top: 64px;
  padding-bottom: 64px;
}

body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635)
  [data-elementor-type="wp-page"] .elementor-section-boxed > .elementor-container,
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635)
  [data-elementor-type="wp-page"] .e-con-boxed > .e-con-inner {
  width: min(1120px, calc(100% - 36px));
}

/* Keep compact divider accents used on the approved travel pages. */
body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635)
  [data-elementor-type="wp-page"] .elementor-divider-separator {
  width: 74px !important;
  border-top-width: 4px !important;
  border-color: var(--mpa-gold) !important;
  border-radius: 999px;
}

/* Header */
:is(header.elementor-location-header, #site-header) {
  position: relative;
  z-index: 40;
  background: var(--mpa-blue) !important;
  box-shadow: 0 8px 26px rgba(8, 63, 103, .16);
}

:is(header.elementor-location-header, #site-header) > .elementor-section,
:is(header.elementor-location-header, #site-header) > .e-con,
:is(header.elementor-location-header, #site-header) .elementor-top-section {
  background: var(--mpa-blue) !important;
}

:is(header.elementor-location-header, #site-header) .elementor-container,
:is(header.elementor-location-header, #site-header) .e-con-inner {
  width: min(1180px, calc(100% - 34px));
}

:is(header.elementor-location-header, #site-header) .custom-logo {
  width: auto;
  max-width: 300px;
  max-height: 82px;
  object-fit: contain;
}

:is(header.elementor-location-header, #site-header) .elementor-nav-menu--[data-elementor-type="wp-page"] > ul {
  align-items: center;
  gap: 4px;
}

:is(header.elementor-location-header, #site-header) .elementor-nav-menu--[data-elementor-type="wp-page"] .elementor-item {
  min-height: 48px;
  padding: 13px 12px !important;
  border-radius: 9px;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  letter-spacing: .01em;
}

:is(header.elementor-location-header, #site-header) .elementor-nav-menu--[data-elementor-type="wp-page"] .elementor-item:hover,
:is(header.elementor-location-header, #site-header) .elementor-nav-menu--[data-elementor-type="wp-page"] .elementor-item.elementor-item-active {
  background: rgba(255, 255, 255, .13);
  color: #fff !important;
}

:is(header.elementor-location-header, #site-header) .elementor-nav-menu--dropdown {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  background: var(--mpa-blue-deep);
  box-shadow: 0 18px 44px rgba(4, 38, 62, .24);
}

:is(header.elementor-location-header, #site-header) .elementor-menu-toggle {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 11px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

/* Hello theme header used on the cloned site. */
#site-header .header-inner {
  display: flex;
  align-items: center;
  gap: 26px;
  width: min(1180px, calc(100% - 36px));
  min-height: 112px;
  margin: 0 auto;
  padding: 12px 0;
}

#site-header .site-branding {
  flex: 0 0 310px;
}

#site-header .site-navigation {
  flex: 1 1 auto;
}

#site-header .site-navigation .menu {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
  margin: 0 !important;
  padding: 0 !important;
}

#site-header .site-navigation .menu > li {
  margin: 0 !important;
}

#site-header .site-navigation .menu > li > a {
  display: flex;
  align-items: center;
  min-height: 42px !important;
  padding: 8px 10px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  text-align: center;
}

#site-header .site-navigation .menu > li > a::before {
  display: none !important;
}

#site-header .site-navigation .menu > li::before {
  display: none !important;
}

#site-header .site-navigation .menu > li > a:hover,
#site-header .site-navigation .menu > li.current-menu-item > a {
  background: rgba(255, 255, 255, .13) !important;
}

/* Large, high-conversion Booking.com CTAs. */
html body a[href*="booking.com"].elementor-button,
html body .elementor-button[href*="booking.com"],
html body .elementor-heading-title a[href*="booking.com"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 64px !important;
  padding: 17px 28px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: var(--mpa-gold) !important;
  color: #142c3d !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  box-shadow: 0 12px 26px rgba(255, 196, 0, .25) !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease !important;
}

html body a[href*="booking.com"].elementor-button::before,
html body .elementor-button[href*="booking.com"]::before,
html body .elementor-heading-title a[href*="booking.com"]::before {
  content: "✓";
  display: grid;
  flex: 0 0 25px;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(20, 44, 61, .1);
  font-size: 14px;
  font-weight: 950;
}

html body a[href*="booking.com"].elementor-button:hover,
html body .elementor-button[href*="booking.com"]:hover,
html body .elementor-heading-title a[href*="booking.com"]:hover {
  transform: translateY(-2px);
  background: #ffd34f !important;
  color: #102838 !important;
  box-shadow: 0 16px 32px rgba(255, 196, 0, .34) !important;
}

/* Homepage and accommodation collection pages. */
body:is(
  .page-id-82,
  .page-id-208,
  .page-id-210,
  .page-id-211,
  .page-id-212,
  .page-id-1614,
  .page-id-1616,
  .page-id-1618,
  .page-id-3099
) [data-elementor-type="wp-page"] > .elementor-section:first-child {
  position: relative;
  padding-top: 92px !important;
  padding-bottom: 92px !important;
  background:
    linear-gradient(135deg, rgba(8, 63, 103, .98), rgba(29, 134, 200, .88)) !important;
}

body:is(
  .page-id-82,
  .page-id-208,
  .page-id-210,
  .page-id-211,
  .page-id-212,
  .page-id-1614,
  .page-id-1616,
  .page-id-1618,
  .page-id-3099
) [data-elementor-type="wp-page"] > .elementor-section:first-child :is(h1, h2, h3, p, li, a:not(.elementor-button)) {
  color: #fff !important;
}

body:is(
  .page-id-82,
  .page-id-208,
  .page-id-210,
  .page-id-211,
  .page-id-212,
  .page-id-1614,
  .page-id-1616,
  .page-id-1618,
  .page-id-3099
) [data-elementor-type="wp-page"] .elementor-widget-image img {
  border-radius: var(--mpa-radius);
  box-shadow: var(--mpa-shadow);
}

body:is(
  .page-id-82,
  .page-id-208,
  .page-id-210,
  .page-id-211,
  .page-id-212,
  .page-id-1614,
  .page-id-1616,
  .page-id-1618,
  .page-id-3099
) [data-elementor-type="wp-page"] .elementor-widget-text-editor {
  max-width: 800px;
}

body:is(
  .page-id-82,
  .page-id-208,
  .page-id-210,
  .page-id-211,
  .page-id-212,
  .page-id-1614,
  .page-id-1616,
  .page-id-1618,
  .page-id-3099
) [data-elementor-type="wp-page"] .elementor-column:has(.elementor-widget-image)
  > .elementor-widget-wrap {
  overflow: hidden;
  border: 1px solid var(--mpa-line);
  border-radius: var(--mpa-radius);
  background: #fff;
  box-shadow: var(--mpa-shadow);
}

/* Individual apartment pages. */
body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] > .elementor-section:nth-of-type(3) {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
  background:
    radial-gradient(circle at 90% 5%, rgba(255,255,255,.18), transparent 30%),
    linear-gradient(135deg, var(--mpa-blue-deep), var(--mpa-blue)) !important;
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] > .elementor-section:nth-of-type(3)
  :is(h1, h2, h3, p, li, a:not(.elementor-button)) {
  color: #fff !important;
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-widget-media-carousel {
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 56px rgba(8, 63, 103, .18);
}

/* Feature and facility heading bands. */
body [data-elementor-type="wp-page"] .elementor-widget-heading:has(.elementor-heading-title a[href*="apartment"])
  .elementor-heading-title:not(:has(a[href*="booking.com"])) {
  margin: 0 !important;
}

body [data-elementor-type="wp-page"] .elementor-widget-heading .elementor-heading-title > a[href*="melbournepenthouseapartments.com.au"] {
  color: inherit;
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(h2 a[href*="melbournepenthouseapartments.com.au"]) {
  padding-top: 44px;
  padding-bottom: 20px;
  background: var(--mpa-sky) !important;
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(h2 a[href*="melbournepenthouseapartments.com.au"])
  h2 {
  padding-left: 18px;
  border-left: 5px solid var(--mpa-gold);
  font-size: clamp(24px, 3vw, 34px) !important;
  text-transform: none !important;
}

/* Turn feature/facility lists into roomy icon cards. */
body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
  .elementor-widget-text-editor > .elementor-widget-container > ul {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
  .elementor-widget-text-editor > .elementor-widget-container > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 68px;
  margin: 0 !important;
  padding: 13px 14px 13px 55px !important;
  border: 1px solid var(--mpa-line);
  border-radius: 13px !important;
  background: #fff !important;
  color: var(--mpa-ink) !important;
  font-size: 14px !important;
  font-weight: 750;
  line-height: 1.35 !important;
  box-shadow: 0 7px 20px rgba(20, 73, 105, .06);
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
  .elementor-widget-text-editor > .elementor-widget-container > ul > li::before {
  content: "✓";
  position: absolute;
  left: 13px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  transform: translateY(-50%);
  border-radius: 10px;
  background: var(--mpa-sky);
  color: var(--mpa-blue-dark);
  font-size: 16px;
  font-weight: 950;
}

/* Long-form content becomes calm editorial cards rather than a wall of text. */
body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor h2)
  > .elementor-container {
  padding: clamp(26px, 4vw, 50px);
  border: 1px solid var(--mpa-line);
  border-radius: var(--mpa-radius);
  background: #fff;
  box-shadow: var(--mpa-shadow);
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-widget-text-editor h2 {
  margin-top: 46px;
  padding-top: 38px;
  border-top: 1px solid var(--mpa-line);
}

body:is(
  .page-id-677,
  .page-id-996,
  .page-id-1001,
  .page-id-1006,
  .page-id-1011,
  .page-id-1016,
  .page-id-1021,
  .page-id-1026,
  .page-id-1031,
  .page-id-1036,
  .page-id-1041,
  .page-id-1046,
  .page-id-1051,
  .page-id-1056,
  .page-id-1058,
  .page-id-1060,
  .page-id-3813,
  .page-id-3835,
  .page-id-3869,
  .page-id-3887
) [data-elementor-type="wp-page"] .elementor-widget-text-editor h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

/* Related apartment and destination blocks. */
body [data-elementor-type="wp-page"] .rt-tpg-container .rt-holder,
body [data-elementor-type="wp-page"] .elementor-widget-image-box .elementor-image-box-wrapper {
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--mpa-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(20, 73, 105, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

body [data-elementor-type="wp-page"] .rt-tpg-container .rt-holder:hover,
body [data-elementor-type="wp-page"] .elementor-widget-image-box .elementor-image-box-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(20, 73, 105, .14);
}

body [data-elementor-type="wp-page"] .rt-tpg-container img,
body [data-elementor-type="wp-page"] .elementor-widget-image-box img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* Utility pages. */
body:is(.page-id-1620, .page-id-297, .page-id-298, .page-id-299)
  [data-elementor-type="wp-page"] > .elementor-section:not(:first-child)
  > .elementor-container {
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid var(--mpa-line);
  border-radius: var(--mpa-radius);
  background: #fff;
  box-shadow: var(--mpa-shadow);
}

/* Footer */
footer.elementor-location-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(29, 134, 200, .28), transparent 34%),
    var(--mpa-blue-deep) !important;
  color: #fff;
}

footer.elementor-location-footer > .elementor-section,
footer.elementor-location-footer > .e-con,
footer.elementor-location-footer .elementor-top-section {
  background: transparent !important;
}

footer.elementor-location-footer .elementor-container,
footer.elementor-location-footer .e-con-inner {
  width: min(1120px, calc(100% - 36px));
}

footer.elementor-location-footer .custom-logo {
  width: auto;
  max-width: 280px;
  max-height: 90px;
  object-fit: contain;
}

footer.elementor-location-footer :is(h2, h3, h4, p, li, a) {
  color: #fff !important;
}

footer.elementor-location-footer a {
  opacity: .88;
}

footer.elementor-location-footer a:hover {
  opacity: 1;
  color: #bfe9ff !important;
}

footer.elementor-location-footer .elementor-nav-menu {
  gap: 6px;
}

footer.elementor-location-footer .elementor-nav-menu a {
  min-height: 40px;
  padding: 8px 10px !important;
  border-radius: 8px;
}

footer.elementor-location-footer .elementor-nav-menu a:hover {
  background: rgba(255,255,255,.09);
}

@media (max-width: 1024px) {
  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container > ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  :is(header.elementor-location-header, #site-header) .elementor-nav-menu--dropdown {
    margin-top: 12px !important;
  }

  :is(header.elementor-location-header, #site-header) .elementor-nav-menu--dropdown .elementor-item {
    min-height: 50px;
    padding: 13px 16px !important;
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: #fff !important;
    font-size: 15px !important;
  }

  #site-header .header-inner {
    min-height: 96px;
    padding: 10px 0;
  }

  #site-header .site-branding {
    flex: 1 1 auto;
  }
}

@media (max-width: 767px) {
  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"]
    > .elementor-section,
  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"]
    > .e-con {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635)
    [data-elementor-type="wp-page"] .elementor-section-boxed > .elementor-container,
  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635)
    [data-elementor-type="wp-page"] .e-con-boxed > .e-con-inner {
    width: min(100% - 24px, 1120px);
  }

  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h1 {
    font-size: clamp(32px, 10vw, 44px) !important;
  }

  body:not(.page-id-4631):not(.page-id-4637):not(.page-id-4635) [data-elementor-type="wp-page"] h2 {
    font-size: clamp(25px, 8vw, 34px) !important;
  }

  :is(header.elementor-location-header, #site-header) .custom-logo {
    max-width: min(74vw, 285px);
    max-height: 74px;
  }

  :is(header.elementor-location-header, #site-header) .elementor-nav-menu--dropdown {
    max-height: min(68vh, 560px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container {
    padding: 12px !important;
  }

  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container > ul > li {
    min-height: 64px;
    padding: 11px 10px 11px 47px !important;
    font-size: 13px !important;
  }

  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container > ul > li::before {
    left: 10px;
    width: 28px;
    height: 28px;
  }

  html body a[href*="booking.com"].elementor-button,
  html body .elementor-button[href*="booking.com"],
  html body .elementor-heading-title a[href*="booking.com"] {
    width: 100% !important;
    min-height: 62px !important;
    padding: 16px 18px !important;
    font-size: 16px !important;
  }

  footer.elementor-location-footer {
    text-align: center;
  }
}

@media (max-width: 430px) {
  body:is(
    .page-id-677,
    .page-id-996,
    .page-id-1001,
    .page-id-1006,
    .page-id-1011,
    .page-id-1016,
    .page-id-1021,
    .page-id-1026,
    .page-id-1031,
    .page-id-1036,
    .page-id-1041,
    .page-id-1046,
    .page-id-1051,
    .page-id-1056,
    .page-id-1058,
    .page-id-1060,
    .page-id-3813,
    .page-id-3835,
    .page-id-3869,
    .page-id-3887
  ) [data-elementor-type="wp-page"] .elementor-top-section:has(.elementor-widget-text-editor ul)
    .elementor-widget-text-editor > .elementor-widget-container > ul {
    grid-template-columns: 1fr;
  }
}


/* STAGING FLIGHTS-STYLE REBUILD SYSTEM */
body:has(.mpa-rebuild) .page-header,
body:has(.mpa-rebuild) .entry-header,
body:has(.mpa-rebuild) main > .page-content > .entry-title { display:none !important; }
.mpa-rebuild .hero h1 { font-size:clamp(44px,4.2vw,60px) !important; line-height:1.02 !important; max-width:700px !important; }
@media (min-width:1025px) {
  html body #site-header.site-header { min-height:82px !important; padding:6px 28px !important; }
  html body #site-header .header-inner { width:min(1180px,100%) !important; min-height:68px !important; height:68px !important; align-items:center !important; }
  html body #site-header .site-branding,
  html body #site-header .site-logo,
  html body #site-header .custom-logo-link { height:68px !important; min-height:0 !important; display:flex !important; align-items:center !important; }
  html body #site-header img.custom-logo { width:180px !important; max-width:180px !important; height:auto !important; max-height:68px !important; object-fit:contain !important; }
  html body #site-header .site-navigation,
  html body #site-header .site-navigation .menu,
  html body #site-header .site-navigation .menu > li { height:58px !important; min-height:58px !important; }
  html body #site-header .site-navigation { margin-left:auto !important; align-self:center !important; }
  html body #site-header .site-navigation .menu > li > a { height:58px !important; min-height:58px !important; padding:9px 10px !important; border-radius:10px !important; font-size:12px !important; line-height:1.12 !important; }
}
@media (max-width:700px) { .mpa-rebuild .hero h1 { font-size:44px !important; max-width:100% !important; } }


/* STAGING HEADER SINGLE-ROW REFINEMENT */
@media (min-width:1025px) {
  html body #site-header .header-inner { display:flex !important; flex-wrap:nowrap !important; gap:28px !important; }
  html body #site-header .site-branding { flex:0 0 180px !important; width:180px !important; }
  html body #site-header .site-navigation { flex:1 1 auto !important; width:auto !important; max-width:none !important; margin-left:0 !important; }
  html body #site-header .site-navigation .menu { width:100% !important; display:flex !important; flex-wrap:nowrap !important; gap:6px !important; }
  html body #site-header .site-navigation .menu > li { flex:1 1 0 !important; width:auto !important; min-width:0 !important; }
  html body #site-header .site-navigation .menu > li > a { width:100% !important; padding:8px 6px !important; font-size:11.5px !important; text-align:center !important; white-space:normal !important; }
}


/* PROPERTY FEATURE ICON CARD SYSTEM */
.mpa-rebuild section[id^="apartment-features-"] .content-panel > ul,
.mpa-rebuild section[id^="property-facilities-"] .content-panel > ul {
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:14px !important;
  margin:26px 0 0 !important;
  padding:0 !important;
  list-style:none !important;
}
.mpa-rebuild section[id^="apartment-features-"] .content-panel > ul > li,
.mpa-rebuild section[id^="property-facilities-"] .content-panel > ul > li {
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  min-height:76px !important;
  margin:0 !important;
  padding:14px 14px 14px 62px !important;
  border:1px solid #d9e8f2 !important;
  border-radius:14px !important;
  background:#fff !important;
  color:#173247 !important;
  font-size:14px !important;
  font-weight:750 !important;
  line-height:1.3 !important;
  box-shadow:0 8px 22px rgba(20,73,105,.08) !important;
}
.mpa-rebuild section[id^="apartment-features-"] .content-panel > ul > li::before,
.mpa-rebuild section[id^="property-facilities-"] .content-panel > ul > li::before {
  position:absolute !important;
  left:14px !important;
  top:50% !important;
  display:grid !important;
  place-items:center !important;
  width:36px !important;
  height:36px !important;
  transform:translateY(-50%) !important;
  border-radius:10px !important;
  background:linear-gradient(135deg,#1d86c8,#0f5f91) !important;
  color:#fff !important;
  font-family:Arial,sans-serif !important;
  font-size:18px !important;
  font-weight:900 !important;
  line-height:1 !important;
  box-shadow:0 6px 14px rgba(29,134,200,.24) !important;
}
/* Apartment feature icons */
.mpa-rebuild section[id^="apartment-features-"] li:nth-child(16n+1)::before{content:"🛏" !important}
.mpa-rebuild section[id^="apartment-features-"] li:nth-child(16n+2)::before{content:"♨" !important}
.mpa-rebuild section[id^="apartment-features-"] li:nth-child(16n+3)::before{content:"◉" !important}
.mpa-rebuild section[id^="apartment-features-"] li:nth-child(16n+4)::before{content:"P" !important}
.mpa-rebuild section[id^="apartment-features-"] li:nth-child(16n+5)::before{content:"⌁" !important}
.mpa-rebuild section[id^="apartment-features-"] li:nth-child(16n+6)::before{content:"☀" !important}
.mpa-rebuild section[id^="apartment-features-"] li:nth-child(16n+7)::before{content:"◆" !important}
.mpa-rebuild section[id^="apartment-features-"] li:nth-child(16n+8)::before{content:"❄" !important}
.mpa-rebuild section[id^="apartment-features-"] li:nth-child(16n+9)::before{content:"↔" !important}
.mpa-rebuild section[id^="apartment-features-"] li:nth-child(16n+10)::before{content:"⊘" !important}
.mpa-rebuild section[id^="apartment-features-"] li:nth-child(16n+11)::before{content:"▻" !important}
.mpa-rebuild section[id^="apartment-features-"] li:nth-child(16n+12)::before{content:"♨" !important}
.mpa-rebuild section[id^="apartment-features-"] li:nth-child(16n+13)::before{content:"◇" !important}
.mpa-rebuild section[id^="apartment-features-"] li:nth-child(16n+14)::before{content:"▣" !important}
.mpa-rebuild section[id^="apartment-features-"] li:nth-child(16n+15)::before{content:"▤" !important}
.mpa-rebuild section[id^="apartment-features-"] li:nth-child(16n+16)::before{content:"◫" !important}
/* Building facility icons */
.mpa-rebuild section[id^="property-facilities-"] li:nth-child(9n+1)::before{content:"P" !important}
.mpa-rebuild section[id^="property-facilities-"] li:nth-child(9n+2)::before{content:"◉" !important}
.mpa-rebuild section[id^="property-facilities-"] li:nth-child(9n+3)::before{content:"⌁" !important}
.mpa-rebuild section[id^="property-facilities-"] li:nth-child(9n+4)::before{content:"≈" !important}
.mpa-rebuild section[id^="property-facilities-"] li:nth-child(9n+5)::before{content:"✦" !important}
.mpa-rebuild section[id^="property-facilities-"] li:nth-child(9n+6)::before{content:"☺" !important}
.mpa-rebuild section[id^="property-facilities-"] li:nth-child(9n+7)::before{content:"⇅" !important}
.mpa-rebuild section[id^="property-facilities-"] li:nth-child(9n+8)::before{content:"◆" !important}
.mpa-rebuild section[id^="property-facilities-"] li:nth-child(9n+9)::before{content:"◇" !important}
@media(max-width:950px){
  .mpa-rebuild section[id^="apartment-features-"] .content-panel > ul,
  .mpa-rebuild section[id^="property-facilities-"] .content-panel > ul{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
}
@media(max-width:560px){
  .mpa-rebuild section[id^="apartment-features-"] .content-panel > ul,
  .mpa-rebuild section[id^="property-facilities-"] .content-panel > ul{grid-template-columns:1fr !important;gap:10px !important}
  .mpa-rebuild section[id^="apartment-features-"] .content-panel > ul > li,
  .mpa-rebuild section[id^="property-facilities-"] .content-panel > ul > li{min-height:68px !important;padding:12px 12px 12px 58px !important}
}


/* COMPACT ACCOMMODATION PAGE IMAGE SYSTEM */
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild .content-panel img {
  display: block !important;
  width: 100% !important;
  max-width: 520px !important;
  height: auto !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  margin: 24px auto !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 28px rgba(13, 53, 73, 0.14) !important;
}
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild .content-panel a:has(> img),
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild .property-image-link {
  display: block !important;
  width: min(100%, 520px) !important;
  max-width: 520px !important;
  margin: 24px auto !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 28px rgba(13, 53, 73, 0.14) !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild .content-panel a:has(> img) img,
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild .property-image-link img {
  max-width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild .content-panel a:has(> img):hover,
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild .property-image-link:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 16px 34px rgba(13, 53, 73, 0.2) !important;
}
@media (max-width: 600px) {
  body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild .content-panel img {
    max-width: 100% !important;
    aspect-ratio: 16 / 10 !important;
    margin: 18px auto !important;
    border-radius: 13px !important;
  }
  body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild .content-panel a:has(> img),
  body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild .property-image-link {
    width: 100% !important;
    max-width: 100% !important;
    margin: 18px auto !important;
    border-radius: 13px !important;
  }
}
/* END COMPACT ACCOMMODATION PAGE IMAGE SYSTEM */


/* FONT AWESOME PROPERTY AMENITY ICON SYSTEM */
body[class*="page-id-"] .mpa-rebuild section[id^="apartment-features"] .content-panel > ul > li::before,
body[class*="page-id-"] .mpa-rebuild section[id^="property-facilities"] .content-panel > ul > li::before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  color: #1677b8 !important;
  background: #eef7fd !important;
  border: 1px solid #c9e4f5 !important;
}
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(1)::before,
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(32)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(1)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(32)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(1)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(32)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(1)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(32)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(33)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(1)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(32)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(1)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(32)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(1)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(32)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(1)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(32)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(1)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(1)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(32)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(1)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(1)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(1)::before,
body.page-id-1046 #apartment-features-prestige-club-sofitel-king-suite- .content-panel > ul > li:nth-child(1)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(1)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(1)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(1)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(1)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(1)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(1)::before { content: "" !important; } /* fa-bed */
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(2)::before,
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(13)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(2)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(13)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(2)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(13)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(2)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(13)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(2)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(13)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(2)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(13)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(2)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(13)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(2)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(13)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(2)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(13)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(2)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(13)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(2)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(12)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(2)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(13)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(2)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(13)::before,
body.page-id-1046 #apartment-features-prestige-club-sofitel-king-suite- .content-panel > ul > li:nth-child(2)::before,
body.page-id-1046 #apartment-features-prestige-club-sofitel-king-suite- .content-panel > ul > li:nth-child(11)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(2)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(12)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(2)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(11)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(2)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(13)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(2)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(13)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(2)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(12)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(2)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(13)::before { content: "" !important; } /* fa-bath */
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(3)::before,
body.page-id-677 #property-facilities-top-floor-sub-penthouse-three-be .content-panel > ul > li:nth-child(2)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(3)::before,
body.page-id-1021 #property-facilities-three-bedroom-two-bathroom-penth .content-panel > ul > li:nth-child(2)::before,
body.page-id-1036 #property-facilities-three-bedroom-penthouse-adina-ap .content-panel > ul > li:nth-child(9)::before,
body.page-id-1026 #property-facilities-spectacular-sky-top-penthouse-51 .content-panel > ul > li:nth-child(2)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(3)::before,
body.page-id-996 #property-facilities-top-floor-2-bedroom-2-levels-sub .content-panel > ul > li:nth-child(2)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(3)::before,
body.page-id-1016 #property-facilities-executive-suite-crown-towers-mel .content-panel > ul > li:nth-child(2)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(3)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(3)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(3)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(3)::before,
body.page-id-3813 #property-facilities-luxury-penthouse-with-astonishin .content-panel > ul > li:nth-child(2)::before,
body.page-id-3813 #property-facilities-luxury-penthouse-with-astonishin .content-panel > ul > li:nth-child(6)::before { content: "" !important; } /* fa-water */
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(4)::before,
body.page-id-677 #property-facilities-top-floor-sub-penthouse-three-be .content-panel > ul > li:nth-child(1)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(4)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(4)::before,
body.page-id-1006 #property-facilities-three-bedroom-apartment-penthous .content-panel > ul > li:nth-child(1)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(4)::before,
body.page-id-1021 #property-facilities-three-bedroom-two-bathroom-penth .content-panel > ul > li:nth-child(1)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(4)::before,
body.page-id-1036 #property-facilities-three-bedroom-penthouse-adina-ap .content-panel > ul > li:nth-child(1)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(4)::before,
body.page-id-1026 #property-facilities-spectacular-sky-top-penthouse-51 .content-panel > ul > li:nth-child(1)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(4)::before,
body.page-id-1011 #property-facilities-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(1)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(4)::before,
body.page-id-996 #property-facilities-top-floor-2-bedroom-2-levels-sub .content-panel > ul > li:nth-child(1)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(4)::before,
body.page-id-1056 #property-facilities-penthouse-two-bedroom-suite-stam .content-panel > ul > li:nth-child(1)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(4)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(4)::before,
body.page-id-1016 #property-facilities-executive-suite-crown-towers-mel .content-panel > ul > li:nth-child(1)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(4)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(4)::before,
body.page-id-1046 #apartment-features-prestige-club-sofitel-king-suite- .content-panel > ul > li:nth-child(4)::before,
body.page-id-1046 #property-facilities-prestige-club-sofitel-king-suite .content-panel > ul > li:nth-child(1)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(4)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(4)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(4)::before,
body.page-id-3869 #property-facilities-luxurious-penthouse-oasis-with-s .content-panel > ul > li:nth-child(1)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(4)::before,
body.page-id-3887 #property-facilities-flinders-luxury-penthouse-melbou .content-panel > ul > li:nth-child(1)::before { content: "" !important; } /* fa-car */
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(5)::before,
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(25)::before,
body.page-id-677 #property-facilities-top-floor-sub-penthouse-three-be .content-panel > ul > li:nth-child(3)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(5)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(25)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(5)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(25)::before,
body.page-id-1006 #property-facilities-three-bedroom-apartment-penthous .content-panel > ul > li:nth-child(3)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(5)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(25)::before,
body.page-id-1021 #property-facilities-three-bedroom-two-bathroom-penth .content-panel > ul > li:nth-child(3)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(5)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(25)::before,
body.page-id-1036 #property-facilities-three-bedroom-penthouse-adina-ap .content-panel > ul > li:nth-child(3)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(5)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(25)::before,
body.page-id-1026 #property-facilities-spectacular-sky-top-penthouse-51 .content-panel > ul > li:nth-child(3)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(5)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(25)::before,
body.page-id-1011 #property-facilities-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(3)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(5)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(25)::before,
body.page-id-996 #property-facilities-top-floor-2-bedroom-2-levels-sub .content-panel > ul > li:nth-child(3)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(5)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(25)::before,
body.page-id-1056 #property-facilities-penthouse-two-bedroom-suite-stam .content-panel > ul > li:nth-child(3)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(5)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(25)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(5)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(17)::before,
body.page-id-1016 #property-facilities-executive-suite-crown-towers-mel .content-panel > ul > li:nth-child(3)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(5)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(25)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(5)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(25)::before,
body.page-id-1046 #apartment-features-prestige-club-sofitel-king-suite- .content-panel > ul > li:nth-child(5)::before,
body.page-id-1046 #property-facilities-prestige-club-sofitel-king-suite .content-panel > ul > li:nth-child(3)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(4)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(24)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(5)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(23)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(5)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(25)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(5)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(25)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(4)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(24)::before,
body.page-id-3869 #property-facilities-luxurious-penthouse-oasis-with-s .content-panel > ul > li:nth-child(2)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(5)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(25)::before,
body.page-id-3887 #property-facilities-flinders-luxury-penthouse-melbou .content-panel > ul > li:nth-child(2)::before { content: "" !important; } /* fa-wifi */
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(6)::before,
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(20)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(6)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(20)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(6)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(20)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(6)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(20)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(6)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(20)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(6)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(20)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(6)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(20)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(6)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(20)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(20)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(6)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(20)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(6)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(20)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(6)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(20)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(5)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(19)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(6)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(18)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(6)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(20)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(6)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(20)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(5)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(19)::before,
body.page-id-3869 #property-facilities-luxurious-penthouse-oasis-with-s .content-panel > ul > li:nth-child(5)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(6)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(20)::before,
body.page-id-3887 #property-facilities-flinders-luxury-penthouse-melbou .content-panel > ul > li:nth-child(6)::before { content: "" !important; } /* fa-umbrella-beach */
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(7)::before,
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(16)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(7)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(16)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(7)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(16)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(7)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(16)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(7)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(16)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(7)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(16)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(7)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(16)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(7)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(16)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(7)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(16)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(7)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(16)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(16)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(7)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(16)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(7)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(16)::before,
body.page-id-1046 #property-facilities-prestige-club-sofitel-king-suite .content-panel > ul > li:nth-child(9)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(6)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(15)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(7)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(14)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(7)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(16)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(7)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(16)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(6)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(15)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(7)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(16)::before { content: "" !important; } /* fa-utensils */
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(8)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(8)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(8)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(8)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(8)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(8)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(8)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(8)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(8)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(8)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(6)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(8)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(8)::before,
body.page-id-1046 #apartment-features-prestige-club-sofitel-king-suite- .content-panel > ul > li:nth-child(6)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(7)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(8)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(8)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(8)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(7)::before,
body.page-id-3869 #property-facilities-luxurious-penthouse-oasis-with-s .content-panel > ul > li:nth-child(8)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(8)::before,
body.page-id-3887 #property-facilities-flinders-luxury-penthouse-melbou .content-panel > ul > li:nth-child(8)::before { content: "" !important; } /* fa-snowflake */
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(9)::before,
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(26)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(9)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(26)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(9)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(26)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(9)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(26)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(9)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(26)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(9)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(26)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(9)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(26)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(9)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(26)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(33)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(6)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(9)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(26)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(9)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(26)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(7)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(18)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(9)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(26)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(32)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(9)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(26)::before,
body.page-id-1046 #apartment-features-prestige-club-sofitel-king-suite- .content-panel > ul > li:nth-child(7)::before,
body.page-id-1046 #apartment-features-prestige-club-sofitel-king-suite- .content-panel > ul > li:nth-child(16)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(8)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(25)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(24)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(9)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(26)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(9)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(26)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(8)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(25)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(9)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(26)::before { content: "" !important; } /* fa-ruler-combined */
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(10)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(10)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(10)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(10)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(10)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(10)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(10)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(10)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(10)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(10)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(8)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(10)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(10)::before,
body.page-id-1046 #apartment-features-prestige-club-sofitel-king-suite- .content-panel > ul > li:nth-child(8)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(9)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(9)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(10)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(10)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(9)::before,
body.page-id-3869 #property-facilities-luxurious-penthouse-oasis-with-s .content-panel > ul > li:nth-child(4)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(10)::before,
body.page-id-3887 #property-facilities-flinders-luxury-penthouse-melbou .content-panel > ul > li:nth-child(4)::before { content: "" !important; } /* fa-smoking-ban */
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(11)::before,
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(22)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(11)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(22)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(11)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(22)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(11)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(22)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(11)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(22)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(11)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(22)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(11)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(22)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(11)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(22)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(11)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(22)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(11)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(22)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(9)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(10)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(11)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(22)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(11)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(22)::before,
body.page-id-1046 #apartment-features-prestige-club-sofitel-king-suite- .content-panel > ul > li:nth-child(9)::before,
body.page-id-1046 #apartment-features-prestige-club-sofitel-king-suite- .content-panel > ul > li:nth-child(17)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(10)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(21)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(20)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(11)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(22)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(11)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(22)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(10)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(21)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(11)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(22)::before { content: "" !important; } /* fa-tv */
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(12)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(12)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(12)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(12)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(12)::before,
body.page-id-1036 #property-facilities-three-bedroom-penthouse-adina-ap .content-panel > ul > li:nth-child(4)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(12)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(12)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(12)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(12)::before,
body.page-id-1056 #property-facilities-penthouse-two-bedroom-suite-stam .content-panel > ul > li:nth-child(9)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(12)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(11)::before,
body.page-id-1016 #property-facilities-executive-suite-crown-towers-mel .content-panel > ul > li:nth-child(10)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(12)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(12)::before,
body.page-id-1046 #apartment-features-prestige-club-sofitel-king-suite- .content-panel > ul > li:nth-child(10)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(11)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(10)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(12)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(12)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(11)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(12)::before { content: "" !important; } /* fa-temperature-high */
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(14)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(14)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(14)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(14)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(14)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(14)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(14)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(14)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(14)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(14)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(14)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(14)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(14)::before,
body.page-id-1046 #apartment-features-prestige-club-sofitel-king-suite- .content-panel > ul > li:nth-child(12)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(13)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(12)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(14)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(14)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(13)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(14)::before { content: "" !important; } /* fa-cube */
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(15)::before,
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(27)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(15)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(27)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(15)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(27)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(15)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(27)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(15)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(27)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(15)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(27)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(15)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(27)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(15)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(27)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(15)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(27)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(15)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(27)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(15)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(19)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(15)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(27)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(15)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(27)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(14)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(26)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(13)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(25)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(15)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(27)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(15)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(27)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(14)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(26)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(15)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(27)::before { content: "" !important; } /* fa-scroll */
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(17)::before,
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(21)::before,
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(23)::before,
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(24)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(17)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(21)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(23)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(24)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(17)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(21)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(23)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(24)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(17)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(21)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(23)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(24)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(17)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(21)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(23)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(24)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(17)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(21)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(23)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(24)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(17)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(21)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(23)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(24)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(17)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(21)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(23)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(24)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(17)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(21)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(23)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(24)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(17)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(21)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(23)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(24)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(17)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(21)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(23)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(24)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(17)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(21)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(23)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(24)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(16)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(20)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(22)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(23)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(15)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(19)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(21)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(22)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(17)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(21)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(23)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(24)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(17)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(21)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(23)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(24)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(16)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(20)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(22)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(23)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(17)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(21)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(23)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(24)::before { content: "" !important; } /* fa-fire-alt */
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(18)::before,
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(29)::before,
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(30)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(18)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(29)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(30)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(18)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(29)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(30)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(18)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(29)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(30)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(18)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(29)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(30)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(18)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(29)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(30)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(18)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(29)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(30)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(18)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(29)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(30)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(18)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(29)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(30)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(18)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(29)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(30)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(21)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(22)::before,
body.page-id-1016 #property-facilities-executive-suite-crown-towers-mel .content-panel > ul > li:nth-child(14)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(18)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(29)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(30)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(18)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(29)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(30)::before,
body.page-id-1046 #apartment-features-prestige-club-sofitel-king-suite- .content-panel > ul > li:nth-child(13)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(17)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(28)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(29)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(16)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(27)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(28)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(18)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(29)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(30)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(18)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(29)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(30)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(17)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(28)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(29)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(18)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(29)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(30)::before { content: "" !important; } /* fa-tshirt */
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(19)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(19)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(19)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(19)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(19)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(19)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(19)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(19)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(19)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(19)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(19)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(19)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(18)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(17)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(19)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(19)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(18)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(19)::before { content: "" !important; } /* fa-tint */
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(28)::before,
body.page-id-677 #property-facilities-top-floor-sub-penthouse-three-be .content-panel > ul > li:nth-child(7)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(28)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(28)::before,
body.page-id-1006 #property-facilities-three-bedroom-apartment-penthous .content-panel > ul > li:nth-child(6)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(28)::before,
body.page-id-1021 #property-facilities-three-bedroom-two-bathroom-penth .content-panel > ul > li:nth-child(7)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(28)::before,
body.page-id-1036 #property-facilities-three-bedroom-penthouse-adina-ap .content-panel > ul > li:nth-child(7)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(28)::before,
body.page-id-1026 #property-facilities-spectacular-sky-top-penthouse-51 .content-panel > ul > li:nth-child(6)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(28)::before,
body.page-id-1011 #property-facilities-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(6)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(28)::before,
body.page-id-996 #property-facilities-top-floor-2-bedroom-2-levels-sub .content-panel > ul > li:nth-child(6)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(28)::before,
body.page-id-1056 #property-facilities-penthouse-two-bedroom-suite-stam .content-panel > ul > li:nth-child(6)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(28)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(20)::before,
body.page-id-1016 #property-facilities-executive-suite-crown-towers-mel .content-panel > ul > li:nth-child(6)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(28)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(28)::before,
body.page-id-1046 #property-facilities-prestige-club-sofitel-king-suite .content-panel > ul > li:nth-child(5)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(27)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(26)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(28)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(28)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(27)::before,
body.page-id-3869 #property-facilities-luxurious-penthouse-oasis-with-s .content-panel > ul > li:nth-child(6)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(28)::before,
body.page-id-3887 #property-facilities-flinders-luxury-penthouse-melbou .content-panel > ul > li:nth-child(7)::before { content: "" !important; } /* fa-arrows-alt-v */
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(31)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(31)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(31)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(31)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(31)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(31)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(31)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(31)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(31)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(31)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(23)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(31)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(31)::before,
body.page-id-1046 #apartment-features-prestige-club-sofitel-king-suite- .content-panel > ul > li:nth-child(14)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(30)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(29)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(31)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(31)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(30)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(31)::before { content: "" !important; } /* fa-wind */
body.page-id-677 #property-facilities-top-floor-sub-penthouse-three-be .content-panel > ul > li:nth-child(4)::before,
body.page-id-1021 #property-facilities-three-bedroom-two-bathroom-penth .content-panel > ul > li:nth-child(4)::before,
body.page-id-1036 #property-facilities-three-bedroom-penthouse-adina-ap .content-panel > ul > li:nth-child(5)::before,
body.page-id-1026 #property-facilities-spectacular-sky-top-penthouse-51 .content-panel > ul > li:nth-child(4)::before,
body.page-id-996 #property-facilities-top-floor-2-bedroom-2-levels-sub .content-panel > ul > li:nth-child(4)::before,
body.page-id-1056 #property-facilities-penthouse-two-bedroom-suite-stam .content-panel > ul > li:nth-child(4)::before,
body.page-id-1016 #property-facilities-executive-suite-crown-towers-mel .content-panel > ul > li:nth-child(4)::before { content: "" !important; } /* fa-swimmer */
body.page-id-677 #property-facilities-top-floor-sub-penthouse-three-be .content-panel > ul > li:nth-child(5)::before,
body.page-id-1021 #property-facilities-three-bedroom-two-bathroom-penth .content-panel > ul > li:nth-child(5)::before,
body.page-id-1036 #property-facilities-three-bedroom-penthouse-adina-ap .content-panel > ul > li:nth-child(6)::before,
body.page-id-1026 #property-facilities-spectacular-sky-top-penthouse-51 .content-panel > ul > li:nth-child(5)::before,
body.page-id-996 #property-facilities-top-floor-2-bedroom-2-levels-sub .content-panel > ul > li:nth-child(5)::before,
body.page-id-1056 #property-facilities-penthouse-two-bedroom-suite-stam .content-panel > ul > li:nth-child(5)::before,
body.page-id-1016 #property-facilities-executive-suite-crown-towers-mel .content-panel > ul > li:nth-child(5)::before,
body.page-id-1046 #property-facilities-prestige-club-sofitel-king-suite .content-panel > ul > li:nth-child(4)::before,
body.page-id-3887 #property-facilities-flinders-luxury-penthouse-melbou .content-panel > ul > li:nth-child(5)::before { content: "" !important; } /* fa-dumbbell */
body.page-id-677 #property-facilities-top-floor-sub-penthouse-three-be .content-panel > ul > li:nth-child(6)::before,
body.page-id-3869 #property-facilities-luxurious-penthouse-oasis-with-s .content-panel > ul > li:nth-child(3)::before,
body.page-id-3887 #property-facilities-flinders-luxury-penthouse-melbou .content-panel > ul > li:nth-child(3)::before { content: "" !important; } /* fa-child */
body.page-id-677 #property-facilities-top-floor-sub-penthouse-three-be .content-panel > ul > li:nth-child(8)::before,
body.page-id-1006 #property-facilities-three-bedroom-apartment-penthous .content-panel > ul > li:nth-child(7)::before,
body.page-id-1021 #property-facilities-three-bedroom-two-bathroom-penth .content-panel > ul > li:nth-child(8)::before,
body.page-id-1036 #property-facilities-three-bedroom-penthouse-adina-ap .content-panel > ul > li:nth-child(8)::before,
body.page-id-1036 #property-facilities-three-bedroom-penthouse-adina-ap .content-panel > ul > li:nth-child(10)::before,
body.page-id-1026 #property-facilities-spectacular-sky-top-penthouse-51 .content-panel > ul > li:nth-child(7)::before,
body.page-id-1026 #property-facilities-spectacular-sky-top-penthouse-51 .content-panel > ul > li:nth-child(8)::before,
body.page-id-1011 #property-facilities-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(7)::before,
body.page-id-996 #property-facilities-top-floor-2-bedroom-2-levels-sub .content-panel > ul > li:nth-child(7)::before,
body.page-id-1056 #property-facilities-penthouse-two-bedroom-suite-stam .content-panel > ul > li:nth-child(7)::before { content: "" !important; } /* fa-shield-alt */
body.page-id-677 #property-facilities-top-floor-sub-penthouse-three-be .content-panel > ul > li:nth-child(9)::before,
body.page-id-996 #property-facilities-top-floor-2-bedroom-2-levels-sub .content-panel > ul > li:nth-child(8)::before,
body.page-id-1016 #property-facilities-executive-suite-crown-towers-mel .content-panel > ul > li:nth-child(17)::before { content: "" !important; } /* fa-shopping-cart */
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(3)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(3)::before,
body.page-id-1021 #property-facilities-three-bedroom-two-bathroom-penth .content-panel > ul > li:nth-child(6)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(3)::before,
body.page-id-1036 #property-facilities-three-bedroom-penthouse-adina-ap .content-panel > ul > li:nth-child(2)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(3)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(3)::before,
body.page-id-1011 #property-facilities-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(2)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(3)::before,
body.page-id-1056 #property-facilities-penthouse-two-bedroom-suite-stam .content-panel > ul > li:nth-child(2)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(3)::before,
body.page-id-1046 #apartment-features-prestige-club-sofitel-king-suite- .content-panel > ul > li:nth-child(3)::before,
body.page-id-1046 #property-facilities-prestige-club-sofitel-king-suite .content-panel > ul > li:nth-child(2)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(3)::before,
body.page-id-3813 #property-facilities-luxury-penthouse-with-astonishin .content-panel > ul > li:nth-child(3)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(3)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(3)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(3)::before { content: "" !important; } /* fa-city */
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(33)::before { content: "" !important; } /* fa-pump-soap */
body.page-id-1006 #property-facilities-three-bedroom-apartment-penthous .content-panel > ul > li:nth-child(2)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(13)::before,
body.page-id-1016 #property-facilities-executive-suite-crown-towers-mel .content-panel > ul > li:nth-child(11)::before,
body.page-id-1016 #property-facilities-executive-suite-crown-towers-mel .content-panel > ul > li:nth-child(12)::before,
body.page-id-1016 #property-facilities-executive-suite-crown-towers-mel .content-panel > ul > li:nth-child(16)::before,
body.page-id-1046 #apartment-features-prestige-club-sofitel-king-suite- .content-panel > ul > li:nth-child(15)::before,
body.page-id-3813 #property-facilities-luxury-penthouse-with-astonishin .content-panel > ul > li:nth-child(8)::before { content: "" !important; } /* fa-check-circle */
body.page-id-1006 #property-facilities-three-bedroom-apartment-penthous .content-panel > ul > li:nth-child(4)::before,
body.page-id-1056 #property-facilities-penthouse-two-bedroom-suite-stam .content-panel > ul > li:nth-child(8)::before,
body.page-id-1056 #property-facilities-penthouse-two-bedroom-suite-stam .content-panel > ul > li:nth-child(11)::before,
body.page-id-1016 #property-facilities-executive-suite-crown-towers-mel .content-panel > ul > li:nth-child(8)::before,
body.page-id-1016 #property-facilities-executive-suite-crown-towers-mel .content-panel > ul > li:nth-child(9)::before,
body.page-id-1046 #property-facilities-prestige-club-sofitel-king-suite .content-panel > ul > li:nth-child(7)::before { content: "" !important; } /* fa-spa */
body.page-id-1006 #property-facilities-three-bedroom-apartment-penthous .content-panel > ul > li:nth-child(5)::before,
body.page-id-1016 #property-facilities-executive-suite-crown-towers-mel .content-panel > ul > li:nth-child(13)::before { content: "" !important; } /* fa-broom */
body.page-id-1006 #property-facilities-three-bedroom-apartment-penthous .content-panel > ul > li:nth-child(8)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(24)::before,
body.page-id-1046 #apartment-features-prestige-club-sofitel-king-suite- .content-panel > ul > li:nth-child(19)::before { content: "" !important; } /* fa-couch */
body.page-id-1006 #property-facilities-three-bedroom-apartment-penthous .content-panel > ul > li:nth-child(9)::before,
body.page-id-1011 #property-facilities-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(5)::before { content: "" !important; } /* fa-suitcase-rolling */
body.page-id-1011 #property-facilities-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(4)::before,
body.page-id-1046 #apartment-features-prestige-club-sofitel-king-suite- .content-panel > ul > li:nth-child(18)::before { content: "" !important; } /* fa-bell */
body.page-id-1011 #property-facilities-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(8)::before,
body.page-id-1016 #property-facilities-executive-suite-crown-towers-mel .content-panel > ul > li:nth-child(7)::before,
body.page-id-1046 #property-facilities-prestige-club-sofitel-king-suite .content-panel > ul > li:nth-child(8)::before { content: "" !important; } /* fa-concierge-bell */
body.page-id-1056 #property-facilities-penthouse-two-bedroom-suite-stam .content-panel > ul > li:nth-child(10)::before,
body.page-id-1016 #property-facilities-executive-suite-crown-towers-mel .content-panel > ul > li:nth-child(15)::before,
body.page-id-1046 #property-facilities-prestige-club-sofitel-king-suite .content-panel > ul > li:nth-child(6)::before { content: "" !important; } /* fa-briefcase */
body.page-id-1016 #property-facilities-executive-suite-crown-towers-mel .content-panel > ul > li:nth-child(18)::before,
body.page-id-1046 #apartment-features-prestige-club-sofitel-king-suite- .content-panel > ul > li:nth-child(20)::before { content: "" !important; } /* fa-glass-martini-alt */
body.page-id-3813 #property-facilities-luxury-penthouse-with-astonishin .content-panel > ul > li:nth-child(1)::before { content: "" !important; } /* fa-dice */
body.page-id-3813 #property-facilities-luxury-penthouse-with-astonishin .content-panel > ul > li:nth-child(4)::before,
body.page-id-3813 #property-facilities-luxury-penthouse-with-astonishin .content-panel > ul > li:nth-child(5)::before { content: "" !important; } /* fa-palette */
body.page-id-3813 #property-facilities-luxury-penthouse-with-astonishin .content-panel > ul > li:nth-child(7)::before { content: "" !important; } /* fa-store */
body.page-id-3869 #property-facilities-luxurious-penthouse-oasis-with-s .content-panel > ul > li:nth-child(7)::before { content: "" !important; } /* fa-table-tennis */
/* END FONT AWESOME PROPERTY AMENITY ICON SYSTEM */

/* FONT AWESOME PROPERTY ICON SEMANTIC CORRECTIONS */
body.page-id-677 #apartment-features-top-floor-sub-penthouse-three-bed .content-panel > ul > li:nth-child(26)::before,
body.page-id-1001 #apartment-features-penthouse-apartment-platinum-apar .content-panel > ul > li:nth-child(26)::before,
body.page-id-1006 #apartment-features-three-bedroom-apartment-penthouse .content-panel > ul > li:nth-child(26)::before,
body.page-id-1006 #property-facilities-three-bedroom-apartment-penthous .content-panel > ul > li:nth-child(8)::before,
body.page-id-1021 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(26)::before,
body.page-id-1036 #apartment-features-three-bedroom-penthouse-adina-apa .content-panel > ul > li:nth-child(26)::before,
body.page-id-1026 #apartment-features-spectacular-sky-top-penthouse-51s .content-panel > ul > li:nth-child(26)::before,
body.page-id-1011 #apartment-features-penthouse-suite-ovolo-laneways .content-panel > ul > li:nth-child(26)::before,
body.page-id-996 #apartment-features-top-floor-2-bedroom-2-levels-sub- .content-panel > ul > li:nth-child(26)::before,
body.page-id-1056 #apartment-features-penthouse-two-bedroom-suite-stamf .content-panel > ul > li:nth-child(26)::before,
body.page-id-1058 #apartment-features-two-bedroom-two-bathroom-penthous .content-panel > ul > li:nth-child(26)::before,
body.page-id-1016 #apartment-features-executive-suite-crown-towers-melb .content-panel > ul > li:nth-child(24)::before,
body.page-id-1060 #apartment-features-4-bedroom-penthouse-apartment-pla .content-panel > ul > li:nth-child(26)::before,
body.page-id-1031 #apartment-features-penthouse-apartment-docklands-lux .content-panel > ul > li:nth-child(26)::before,
body.page-id-1046 #apartment-features-prestige-club-sofitel-king-suite- .content-panel > ul > li:nth-child(16)::before,
body.page-id-1046 #apartment-features-prestige-club-sofitel-king-suite- .content-panel > ul > li:nth-child(19)::before,
body.page-id-1051 #apartment-features-two-bedroom-rooftop-terrace-mantr .content-panel > ul > li:nth-child(25)::before,
body.page-id-1041 #apartment-features-three-bedroom-two-bathroom-pentho .content-panel > ul > li:nth-child(24)::before,
body.page-id-3813 #apartment-features-luxury-penthouse-with-astonishing .content-panel > ul > li:nth-child(26)::before,
body.page-id-3835 #apartment-features-penthouse-apartment-in-melb-cbd-p .content-panel > ul > li:nth-child(26)::before,
body.page-id-3869 #apartment-features-luxurious-penthouse-oasis-with-sp .content-panel > ul > li:nth-child(25)::before,
body.page-id-3887 #apartment-features-flinders-luxury-penthouse-melbour .content-panel > ul > li:nth-child(26)::before { content: "" !important; } /* fa-couch */
body.page-id-677 #property-facilities-top-floor-sub-penthouse-three-be .content-panel > ul > li:nth-child(4)::before,
body.page-id-1021 #property-facilities-three-bedroom-two-bathroom-penth .content-panel > ul > li:nth-child(4)::before,
body.page-id-1036 #property-facilities-three-bedroom-penthouse-adina-ap .content-panel > ul > li:nth-child(5)::before,
body.page-id-1036 #property-facilities-three-bedroom-penthouse-adina-ap .content-panel > ul > li:nth-child(9)::before,
body.page-id-1026 #property-facilities-spectacular-sky-top-penthouse-51 .content-panel > ul > li:nth-child(4)::before,
body.page-id-996 #property-facilities-top-floor-2-bedroom-2-levels-sub .content-panel > ul > li:nth-child(4)::before,
body.page-id-1056 #property-facilities-penthouse-two-bedroom-suite-stam .content-panel > ul > li:nth-child(4)::before,
body.page-id-1016 #property-facilities-executive-suite-crown-towers-mel .content-panel > ul > li:nth-child(4)::before { content: "" !important; } /* fa-swimmer */
/* END FONT AWESOME PROPERTY ICON SEMANTIC CORRECTIONS */


/* ACCOMMODATION TEXT LEFT IMAGE RIGHT LAYOUT */
@media (min-width: 900px) {
  body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel:has(> p > a > img),
  body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel:has(> .property-image-link) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 480px) !important;
    grid-auto-flow: row !important;
    column-gap: clamp(32px, 4vw, 56px) !important;
    row-gap: 14px !important;
    align-items: start !important;
  }
  body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel:has(> p > a > img) > *,
  body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel:has(> .property-image-link) > * {
    grid-column: 1 !important;
  }
  body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > p:has(> a > img),
  body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > .property-image-link {
    grid-column: 2 !important;
    grid-row: 1 / span 30 !important;
    align-self: start !important;
    width: 100% !important;
    max-width: 480px !important;
    margin: 0 !important;
  }
  body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > p:has(> a > img) > a {
    width: 100% !important;
    max-width: 480px !important;
    margin: 0 !important;
  }
  body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > p:has(> a > img) img,
  body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > .property-image-link img {
    width: 100% !important;
    max-width: 480px !important;
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
  }
}
@media (max-width: 899px) {
  body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel:has(> p > a > img),
  body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel:has(> .property-image-link) {
    display: block !important;
  }
  body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > p:has(> a > img),
  body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > .property-image-link {
    width: 100% !important;
    max-width: 100% !important;
    margin: 22px 0 0 !important;
  }
}
/* END ACCOMMODATION TEXT LEFT IMAGE RIGHT LAYOUT */


/* COMPACT PROPERTY SECTION RHYTHM */
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section:has(.content-panel a:has(img)) {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section:has(.content-panel a:has(img)) > .wrap > .eyebrow {
  display: none !important;
}
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section:has(.content-panel a:has(img)) > .wrap > h2 {
  margin-bottom: 12px !important;
}
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section:has(.content-panel a:has(img)) .content-panel {
  margin-top: 18px !important;
}
@media (max-width: 899px) {
  body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section:has(.content-panel a:has(img)) {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section:has(.content-panel a:has(img)) .content-panel {
    margin-top: 14px !important;
  }
}
/* END COMPACT PROPERTY SECTION RHYTHM */


/* COMPACT PROPERTY SECTION RHYTHM FIX */
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section:has(.content-panel a img) {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section:has(.content-panel a img) > .wrap > .eyebrow {
  display: none !important;
}
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section:has(.content-panel a img) > .wrap > h2 {
  margin-bottom: 12px !important;
}
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section:has(.content-panel a img) .content-panel {
  margin-top: 18px !important;
}
@media (max-width: 899px) {
  body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section:has(.content-panel a img) {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section:has(.content-panel a img) .content-panel {
    margin-top: 14px !important;
  }
}
/* END COMPACT PROPERTY SECTION RHYTHM FIX */


/* REMOVE NUMBERED ACCOMMODATION GUIDE EYEBROWS */
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section:not(.hero) > .wrap > .eyebrow {
  display: none !important;
}
/* END REMOVE NUMBERED ACCOMMODATION GUIDE EYEBROWS */


/* FINAL PROPERTY SPACING + HOMEPAGE GUIDE FIX 2026-07-28 */
body.page-id-82 .mpa-rebuild section:not(.hero) > .wrap > .eyebrow { display:none !important; }
@media (min-width:900px) {
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel:has(> p > a > img),
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel:has(> .property-image-link) { display:block !important; }
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel:has(> p > a > img)::after,
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel:has(> .property-image-link)::after { content:""; display:block; clear:both; }
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > p:has(> a > img),
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > .property-image-link { float:right !important; display:block !important; grid-column:auto !important; grid-row:auto !important; width:min(44%,480px) !important; max-width:480px !important; margin:0 0 20px clamp(28px,3vw,46px) !important; }
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > p:has(> a > img) > a,
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > .property-image-link { width:100% !important; max-width:100% !important; }
}
@media (max-width:899px) {
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > p:has(> a > img),
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > .property-image-link { float:none !important; clear:both !important; grid-column:auto !important; grid-row:auto !important; }
}


/* RIGHT-ALIGNED PROPERTY MEDIA WITHOUT ARTIFICIAL GRID GAPS */
@media (min-width:900px) {
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel:has(> p > a > img),
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel:has(> .property-image-link) { position:relative !important; display:block !important; padding-right:min(48%,530px) !important; min-height:326px !important; }
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > p:has(> a > img),
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > .property-image-link { position:absolute !important; top:0 !important; right:0 !important; float:none !important; width:min(44%,480px) !important; margin:0 !important; }
}
@media (max-width:899px) {
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel:has(> p > a > img),
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel:has(> .property-image-link) { padding-right:0 !important; min-height:0 !important; }
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > p:has(> a > img),
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > .property-image-link { position:static !important; width:100% !important; margin-top:20px !important; }
}


/* RESERVE EXACT SPACE FOR COMBINED BOOKING + IMAGE CARDS */
@media (min-width:900px) {
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel:has(> p > a > img),
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel:has(> .property-image-link) { min-height:432px !important; }
}


/* KEEP PROPERTY IMAGES BESIDE TEXT ON DESKTOP + TABLET */
@media (min-width:640px) {
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel:has(> p > a > img),
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel:has(> .property-image-link) { position:relative !important; display:block !important; padding-right:min(46%,500px) !important; min-height:432px !important; }
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > p:has(> a > img),
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > .property-image-link { position:absolute !important; top:0 !important; right:0 !important; float:none !important; display:block !important; width:min(42%,420px) !important; max-width:420px !important; margin:0 !important; grid-column:auto !important; grid-row:auto !important; }
}
@media (min-width:1000px) {
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel:has(> p > a > img),
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel:has(> .property-image-link) { padding-right:min(48%,530px) !important; }
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > p:has(> a > img),
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > .property-image-link { width:min(44%,480px) !important; max-width:480px !important; }
}
@media (max-width:639px) {
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel:has(> p > a > img),
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel:has(> .property-image-link) { padding-right:0 !important; min-height:0 !important; }
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > p:has(> a > img),
body:is(.page-id-208,.page-id-210,.page-id-211,.page-id-212) .mpa-rebuild section .content-panel > .property-image-link { position:static !important; width:100% !important; max-width:100% !important; margin-top:20px !important; }
}


/* RESTORED PROPERTY-SPECIFIC PHOTO GALLERIES */
.mpa-rebuild .mpa-property-gallery{background:#f6fafc !important;padding:58px 0 !important}
.mpa-rebuild .mpa-photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px}
.mpa-rebuild .mpa-photo-grid figure{margin:0 !important;overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 14px 34px rgba(7,63,103,.14)}
.mpa-rebuild .mpa-photo-grid img{display:block !important;width:100% !important;height:320px !important;object-fit:cover !important;margin:0 !important;border-radius:0 !important;box-shadow:none !important}
.mpa-rebuild .mpa-photo-grid figcaption{padding:12px 15px;color:#536d7e;font-size:13px;line-height:1.4;background:#fff}
@media(max-width:700px){.mpa-rebuild .mpa-property-gallery{padding:42px 0 !important}.mpa-rebuild .mpa-photo-grid{grid-template-columns:1fr;gap:14px}.mpa-rebuild .mpa-photo-grid img{height:240px !important}}


/* COMPACT PROPERTY CAROUSEL + LIGHTBOX */
.mpa-rebuild .mpa-property-gallery{padding:46px 0 !important}
.mpa-rebuild .mpa-photo-grid{display:flex !important;grid-template-columns:none !important;gap:15px !important;overflow-x:auto !important;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:3px 2px 14px;margin-top:16px !important;overscroll-behavior-inline:contain;scrollbar-width:thin;scrollbar-color:#4f8dcc #dceaf3}
.mpa-rebuild .mpa-photo-grid figure{flex:0 0 calc((100% - 30px)/3) !important;scroll-snap-align:start;cursor:zoom-in;transition:transform .2s,box-shadow .2s}
.mpa-rebuild .mpa-photo-grid figure:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(7,63,103,.2)}
.mpa-rebuild .mpa-photo-grid img{height:210px !important;cursor:zoom-in}
.mpa-rebuild .mpa-photo-grid figcaption{padding:9px 12px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mpa-carousel-controls{display:flex;justify-content:flex-end;align-items:center;gap:9px;margin:-48px 0 14px}
.mpa-carousel-controls button{width:42px;height:42px;border:0;border-radius:50%;background:#1d86c8;color:#fff;font-size:23px;line-height:1;cursor:pointer;box-shadow:0 7px 18px rgba(29,134,200,.25);transition:.2s}
.mpa-carousel-controls button:hover{background:#073f67;transform:translateY(-2px)}
.mpa-lightbox{position:fixed;inset:0;z-index:999999;background:rgba(3,23,38,.94);display:flex;align-items:center;justify-content:center;padding:34px;opacity:0;visibility:hidden;transition:.2s}
.mpa-lightbox.open{opacity:1;visibility:visible}
.mpa-lightbox img{display:block;max-width:min(1180px,92vw);max-height:86vh;width:auto;height:auto;border-radius:12px;box-shadow:0 25px 80px rgba(0,0,0,.55)}
.mpa-lightbox-close{position:fixed;top:22px;right:25px;width:48px;height:48px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:30px;cursor:pointer}
body.mpa-lightbox-open{overflow:hidden}
@media(max-width:900px){.mpa-rebuild .mpa-photo-grid figure{flex-basis:calc((100% - 15px)/2) !important}.mpa-carousel-controls{margin-top:0}.mpa-rebuild .mpa-photo-grid img{height:200px !important}}
@media(max-width:600px){.mpa-rebuild .mpa-property-gallery{padding:36px 0 !important}.mpa-rebuild .mpa-photo-grid figure{flex-basis:84% !important}.mpa-rebuild .mpa-photo-grid img{height:210px !important}.mpa-lightbox{padding:16px}.mpa-lightbox-close{top:14px;right:14px}}


/* COMPACT LINKED FEATURED PROPERTY CARDS */
.mpa-rebuild #featured-penthouse-apartments-melbourne .content-panel{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:20px !important;align-items:stretch}
.mpa-rebuild #featured-penthouse-apartments-melbourne .content-panel>h1{grid-column:1/-1;font-size:clamp(28px,3vw,38px) !important;margin:34px 0 2px !important;color:#073f67 !important}
.mpa-rebuild #featured-penthouse-apartments-melbourne figure{margin:0 !important;border:1px solid #d9e8f2;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 10px 26px rgba(7,63,103,.10);transition:transform .2s,box-shadow .2s}
.mpa-rebuild #featured-penthouse-apartments-melbourne figure:hover{transform:translateY(-4px);box-shadow:0 17px 36px rgba(7,63,103,.18)}
.mpa-rebuild #featured-penthouse-apartments-melbourne figure>a{display:block !important;position:relative}
.mpa-rebuild #featured-penthouse-apartments-melbourne figure>a:after{content:'View property →';position:absolute;right:10px;bottom:10px;padding:7px 11px;border-radius:7px;background:#f4ba3f;color:#173247;font-size:12px;font-weight:900;box-shadow:0 5px 14px rgba(0,0,0,.18)}
.mpa-rebuild #featured-penthouse-apartments-melbourne figure img{display:block !important;width:100% !important;height:205px !important;object-fit:cover !important;margin:0 !important;border-radius:0 !important;box-shadow:none !important}
.mpa-rebuild #featured-penthouse-apartments-melbourne figcaption{min-height:68px;padding:13px 15px !important;color:#173247;font-size:14px;line-height:1.45;font-weight:750;background:#fff}
@media(max-width:900px){.mpa-rebuild #featured-penthouse-apartments-melbourne .content-panel{grid-template-columns:repeat(2,minmax(0,1fr)) !important}}
@media(max-width:580px){.mpa-rebuild #featured-penthouse-apartments-melbourne .content-panel{grid-template-columns:1fr !important;gap:15px !important}.mpa-rebuild #featured-penthouse-apartments-melbourne figure img{height:210px !important}}


/* FULL-WIDTH POPULAR DESTINATIONS SUBHEADING */
.mpa-rebuild #featured-penthouse-apartments-melbourne .content-panel>h2{grid-column:1/-1 !important;font-size:clamp(28px,3vw,38px) !important;margin:34px 0 2px !important;color:#073f67 !important}
