.static-consent-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  max-width: 420px;
  padding: 18px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  color: #1f2630;
  font-family: inherit;
}

.static-consent-banner p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.45;
}

.static-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.static-consent-actions button,
.static-map-placeholder a,
.static-newsletter button {
  border: 0;
  border-radius: 6px;
  background: #5b4b8a;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 14px;
  text-decoration: none;
}

.static-consent-actions button.secondary {
  background: #eceaf3;
  color: #2f2942;
}

.static-map-placeholder {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  border-radius: 4px;
  background: #f1f1f1;
  text-align: center;
}

.static-map-placeholder p {
  margin-bottom: 16px;
}

.static-form-message {
  margin-top: 12px;
  font-weight: 600;
}

.elementor-menu-toggle.static-menu-open + .elementor-nav-menu--dropdown {
  display: block !important;
  max-height: none !important;
  transform: none !important;
}

.elementor-menu-toggle.static-menu-open .elementor-menu-toggle__icon--open {
  display: none;
}

.elementor-menu-toggle:not(.static-menu-open) .elementor-menu-toggle__icon--close {
  display: none;
}

.elementor-nav-menu--dropdown .sub-menu.static-submenu-open {
  display: block !important;
}

@media (max-width: 640px) {
  html,
  body {
    overflow-x: hidden;
  }

  .elementor-widget-nav-menu,
  .elementor-widget-nav-menu .elementor-widget-container {
    position: static !important;
  }

  .elementor-menu-toggle.static-menu-open + .elementor-nav-menu--dropdown {
    position: fixed !important;
    top: 120px !important;
    right: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    box-sizing: border-box;
    z-index: 9999;
  }

  .elementor-nav-menu--dropdown .elementor-nav-menu,
  .elementor-nav-menu--dropdown .sub-menu {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .static-consent-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
  }
}
