.elementor-651 .elementor-element.elementor-element-468cfc6{--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;--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-651 .elementor-element.elementor-element-c2c5048{--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;--justify-content:center;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );letter-spacing:var( --e-global-typography-accent-letter-spacing );word-spacing:var( --e-global-typography-accent-word-spacing );}.elementor-651 .elementor-element.elementor-element-27a5c1e{padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );letter-spacing:var( --e-global-typography-accent-letter-spacing );word-spacing:var( --e-global-typography-accent-word-spacing );}}@media(max-width:767px){.elementor-651 .elementor-element.elementor-element-c2c5048{--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-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );letter-spacing:var( --e-global-typography-accent-letter-spacing );word-spacing:var( --e-global-typography-accent-word-spacing );}}/* Start custom CSS for container, class: .elementor-element-468cfc6 *//* Therapist Profile Edit form styling */
.ti-therapist-form{
  max-width: 900px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
}

.ti-therapist-form p{
  margin: 0 0 16px;
}

.ti-therapist-form label strong{
  display:block;
  margin-bottom:8px;
  font-weight:600;
}

.ti-therapist-form input[type="text"],
.ti-therapist-form input[type="email"],
.ti-therapist-form input[type="url"],
.ti-therapist-form input[type="number"],
.ti-therapist-form textarea{
  width:100%;
  padding:12px 14px;
  border:1px solid #d1d5db;
  border-radius:10px;
  background:#fff;
}

.ti-therapist-form textarea{ min-height:160px; }

.ti-therapist-form input[type="file"]{
  width:100%;
  padding:10px;
  border:1px dashed #d1d5db;
  border-radius:10px;
  background:#fafafa;
}

.ti-therapist-form button[type="submit"]{
  padding:12px 18px;
  border:0;
  border-radius:10px;
  background:#111827;
  color:#fff;
  cursor:pointer;
  font-weight:600;
}

.ti-therapist-form button[type="submit"]:hover{
  opacity:.9;
}

.ti-therapist-form .ti-success{
  padding:10px 12px;
  border:1px solid #86efac;
  background:#dcfce7;
  border-radius:10px;
  margin:0 0 16px;
}/* End custom CSS */