.elementor-256 .elementor-element.elementor-element-e4ba710{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-256 .elementor-element.elementor-element-e4ba710:not(.elementor-motion-effects-element-type-background), .elementor-256 .elementor-element.elementor-element-e4ba710 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for container, class: .elementor-element-e4ba710 *//* Make THANK YOU title stand out more */
h1#thanks-title {
  color: #ffffff !important;
  text-shadow: 0 0 12px rgba(255, 80, 50, 0.8), 0 0 22px rgba(255, 30, 0, 0.5);
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Optional subtle glow animation for extra polish */
@keyframes pulse-glow {
  0%, 100% { text-shadow: 0 0 10px rgba(255, 60, 0, 0.6); }
  50% { text-shadow: 0 0 20px rgba(255, 60, 0, 1); }
}
h1#thanks-title {
  animation: pulse-glow 2.5s infinite;
}/* End custom CSS */