/**
 * Elementor container glue.
 *
 * The design itself lives in the Luxe Glass Dubai theme stylesheet. This file
 * only reconciles the widgets with Elementor's own layout defaults.
 */

.elementor-widget-luxe-hero .elementor-widget-container,
.elementor-widget-luxe-trust-strip .elementor-widget-container,
.elementor-widget-luxe-contact-band .elementor-widget-container,
.elementor-widget-luxe-utility-bar .elementor-widget-container,
.elementor-widget-luxe-site-header .elementor-widget-container,
.elementor-widget-luxe-site-footer .elementor-widget-container {
  width: 100%;
}

/* Luxe sections manage their own vertical rhythm. */
.elementor-widget[class*="elementor-widget-luxe-"] .luxe-widget {
  margin: 0;
}

/* Keep the fixed mobile bar fixed even inside an Elementor footer. */
.elementor-widget-luxe-mobile-action-bar .mobile-action-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
}

/* Buttons rendered by widgets share the theme button classes; this only covers
   the text-link variant, which has no theme equivalent outside cards. */
.luxe-button.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 0;
  cursor: pointer;
}

.luxe-editor-placeholder {
  padding: 26px 30px;
  border: 1px dashed #34506f;
  border-radius: 4px;
  background: #f4f0e9;
  color: #263c54;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
