.elementor-kit-103{--e-global-color-primary:#ABA8A9;--e-global-color-secondary:#060505;--e-global-color-text:#7A7A7A;--e-global-color-accent:#4F4E4E;--e-global-color-533fb7d:#D90205;--e-global-color-4a57f37:#F8F7F8;--e-global-color-68116ae:#E66573;--e-global-color-437cc25:#D11416;--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;}.elementor-kit-103 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.floating-book-now {
  position: fixed;
  bottom: 2px;
  right: 2px;
  z-index: 9999;

  background-color: #e60000;
  color: white;
  font-size: 13px;
  padding: 7px 7px;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  width: auto;              /* ← impede largura total */
  max-width: 150px;         /* ← limita o tamanho */
  display: inline-block;
  white-space: nowrap;      /* ← evita quebra de linha */
  transition: all 0.3s ease;
}

.floating-book-now:hover {
  background-color: #ff1a1a;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .floating-book-now {
    font-size: 13px;
    padding: 8px 16px;
    bottom: 15px;
    left: 15px;
    max-width: 160px;
  }
}/* End custom CSS */