.elementor-709 .elementor-element.elementor-element-9651116{--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-709 .elementor-element.elementor-element-9651116.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-709 .elementor-element.elementor-element-9651116{--width:89.681%;}}/* Start custom CSS */.prox-actions {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Spread buttons across the container */
  gap: 22px;
  margin-top: 16px;
  flex-wrap: wrap;
}

/* Specifically target the submit button */
.prox-actions .prox-btn--withspinner {
  margin-left: auto; /* Push to right */
  background-color: #007BFF; /* Modern blue */
  color: white;
  font-weight: 600;
  padding: 15px 24px;
  border-radius: 6px;
  font-size: 20px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.prox-actions .prox-btn--withspinner:hover {
  background-color: #0056b3;
  transform: scale(1.03);
}

.prox-actions .prox-btn--withspinner:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}/* End custom CSS */