.elementor-32862 .elementor-element.elementor-element-ec1bfa7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.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 );}.elementor-32862 .elementor-element.elementor-element-62b7955{width:var( --container-widget-width, 50% );max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0;}.elementor-32862 .elementor-element.elementor-element-8771302{width:var( --container-widget-width, 50% );max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0;}/* Start custom CSS for text-editor, class: .elementor-element-62b7955 */.ya-account-form form {
  max-width: 100%;
}

.ya-account-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

.ya-account-form input {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 0;
}

/* Handles AccessAlly forms that output labels and fields in rows */
.ya-account-form tr,
.ya-account-form td,
.ya-account-form th {
  display: block;
  width: 100%;
}

.ya-account-form tr {
  margin-bottom: 16px;
}

.ya-account-form td:first-child,
.ya-account-form th:first-child {
  margin-bottom: 6px;
}

/* Button styling */
.ya-account-form input[type="submit"],
.ya-account-form button {
  width: auto;
  background: #d29a49;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 12px 24px;
  cursor: pointer;
}/* End custom CSS */