.elementor-kit-5{--e-global-color-primary:#1C1E7D;--e-global-color-secondary:#4A90E2;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F55A30;--e-global-color-575c11d:#9E9DD8;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"Inter", Sans-serif;}.elementor-kit-5 h1{font-family:"Manrope", Sans-serif;}.elementor-kit-5 h2{font-family:"Inter", Sans-serif;}.elementor-kit-5 h3{font-family:"Manrope", Sans-serif;}.elementor-kit-5 h4{font-family:"Inter", Sans-serif;}.elementor-kit-5 h5{font-family:"Inter", Sans-serif;}.elementor-kit-5 h6{font-family:"Inter", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:85%;}.e-con{--container-max-width:85%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.features-extended {
  display: none;
}
.features-toggle {
  cursor: pointer;
  color: #c6284a;
  font-weight: 500;
  margin: 12px 0;
  display: inline-block;
}


/* wrapper que segura as labels */
.status-labels-wrapper {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  gap: 8px;
  z-index: 3;
}

/* estilo base das labels */
.room-label {
  font-size: 13px;
  font-weight: 500;
  border-radius: 999px;
  padding: 4px 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  line-height: 1.2;
}

/* cores dinâmicas de status */
.room-status[data-field-value="Available"] {
  background: #22c55e;
}

.room-status[data-field-value="Booked"] {
  background: #f97316;
}

.room-status[data-field-value="Coming Soon"] {
  background: #2563eb;
}

.room-status[data-field-value="Unavailable"] {
  background: #6b7280;
}

/* label do layout flexível */
.room-flexible {
  background: #f59e0b;
}

/* versão mobile (reduz tamanho) */
@media (max-width: 767px) {
  .status-labels-wrapper {
    top: 12px;
    left: 12px;
    gap: 6px;
  }
  .room-label {
    font-size: 11px;
    padding: 3px 9px;
  }
}



.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600;
  line-height: 1.4;
  color: #1a1a1a;
}/* End custom CSS */