.elementor-40305 .elementor-element.elementor-element-7b7447a{--display:flex;--min-height:100px;--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-40305 .elementor-element.elementor-element-7b7447a:not(.elementor-motion-effects-element-type-background), .elementor-40305 .elementor-element.elementor-element-7b7447a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#A0187F;}.elementor-40305 .elementor-element.elementor-element-14fde2e{--display:flex;--min-height:70vh;--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;--justify-content:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:060px;--padding-bottom:120px;--padding-left:40px;--padding-right:40px;}.elementor-40305 .elementor-element.elementor-element-0e91aa8 > .elementor-widget-container{margin:0px 0px -30px 0px;}.elementor-40305 .elementor-element.elementor-element-0e91aa8{z-index:2;}.elementor-40305 .elementor-element.elementor-element-0e91aa8 img{width:250px;}/* Start custom CSS *//* Wrapped Tutor Registration Form - contained version */

/* 
  Recommended:
  Wrap the Tutor shortcode in an Elementor container with CSS ID:
  wrapped-cert-registration-shell

  Or use your custom shortcode wrapper:
  [wrapped_cert_registration]
*/

#wrapped-cert-registration-shell {
  --wa-ink: #111111;
  --wa-muted: #6f6f6f;
  --wa-line: rgba(17, 17, 17, 0.12);
  --wa-paper: #ffffff;
  --wa-soft: #f7f4ee;
  --wa-accent: #A0187F;

  isolation: isolate;
  contain: layout paint;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 760px;
  margin: clamp(32px, 6vw, 80px) auto;
  padding: clamp(24px, 4vw, 48px);
  background: var(--wa-paper);
  border: 1px solid var(--wa-line);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
  color: var(--wa-ink);
  font-family: inherit;
  overflow: hidden;
}

/* Fallback if the form is not inside the wrapper */
#tutor-registration-wrap {
  --wa-ink: #111111;
  --wa-muted: #6f6f6f;
  --wa-line: rgba(17, 17, 17, 0.12);
  --wa-paper: #ffffff;
  --wa-soft: #f7f4ee;
  --wa-accent: #b11683;

  max-width: 760px;
  margin: clamp(32px, 6vw, 80px) auto;
  padding: clamp(24px, 4vw, 48px);
  background: var(--wa-paper);
  border: 1px solid var(--wa-line);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
  color: var(--wa-ink);
  font-family: inherit;
}

/* If the Tutor form is inside our shell, remove duplicate card styling */
#wrapped-cert-registration-shell #tutor-registration-wrap {
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

/* Box sizing only inside the form area */
#wrapped-cert-registration-shell *,
#wrapped-cert-registration-shell *::before,
#wrapped-cert-registration-shell *::after,
#tutor-registration-wrap *,
#tutor-registration-wrap *::before,
#tutor-registration-wrap *::after {
  box-sizing: border-box;
}

/* Prevent Tutor shortcode from visually escaping */
#wrapped-cert-registration-shell #tutor-registration-form,
#wrapped-cert-registration-shell .tutor-form,
#wrapped-cert-registration-shell .tutor-form-group {
  max-width: 100%;
}

/* Layout */

#wrapped-cert-registration-shell .tutor-form-row,
#tutor-registration-wrap .tutor-form-row {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 22px;
}

#wrapped-cert-registration-shell .tutor-form-col-6,
#tutor-registration-wrap .tutor-form-col-6 {
  grid-column: span 6;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

#wrapped-cert-registration-shell .tutor-form-col-12,
#tutor-registration-wrap .tutor-form-col-12 {
  grid-column: 1 / -1;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

#wrapped-cert-registration-shell .tutor-form-group,
#tutor-registration-wrap .tutor-form-group {
  margin: 0;
}

/* Labels */

#wrapped-cert-registration-shell label,
#tutor-registration-wrap label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--wa-ink);
}

/* Inputs */

#wrapped-cert-registration-shell input[type="text"],
#wrapped-cert-registration-shell input[type="email"],
#wrapped-cert-registration-shell input[type="password"],
#tutor-registration-wrap input[type="text"],
#tutor-registration-wrap input[type="email"],
#tutor-registration-wrap input[type="password"] {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid var(--wa-line);
  border-radius: 14px;
  background: var(--wa-soft);
  color: var(--wa-ink);
  font: inherit;
  font-size: 1rem;
  line-height: 1.4;
  outline: none;
  box-shadow: none;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

#wrapped-cert-registration-shell input::placeholder,
#tutor-registration-wrap input::placeholder {
  color: rgba(17, 17, 17, 0.45);
}

#wrapped-cert-registration-shell input:hover,
#tutor-registration-wrap input:hover {
  border-color: rgba(17, 17, 17, 0.24);
}

#wrapped-cert-registration-shell input:focus,
#tutor-registration-wrap input:focus {
  background: #ffffff;
  border-color: var(--wa-ink);
  box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.08);
}

/* Password field */

#wrapped-cert-registration-shell .tutor-password-field,
#tutor-registration-wrap .tutor-password-field {
  position: relative;
}

#wrapped-cert-registration-shell .show-hide-btn,
#tutor-registration-wrap .show-hide-btn {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 22px;
  height: 22px;
  opacity: 0.55;
  cursor: pointer;
}

/* Password strength */

#wrapped-cert-registration-shell .tutor-password-strength-hint,
#tutor-registration-wrap .tutor-password-strength-hint {
  margin-top: 10px;
}

#wrapped-cert-registration-shell .indicator,
#tutor-registration-wrap .indicator {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-bottom: 6px;
}

#wrapped-cert-registration-shell .indicator span,
#tutor-registration-wrap .indicator span {
  display: block;
  height: 5px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.12);
}

#wrapped-cert-registration-shell .tutor-password-strength-hint .text,
#tutor-registration-wrap .tutor-password-strength-hint .text {
  font-size: 0.82rem;
  color: var(--wa-muted);
}

/* Hide anti-spam honeypot fields */

#wrapped-cert-registration-shell .altEmail_container,
#wrapped-cert-registration-shell .wpa_hidden_field,
#tutor-registration-wrap .altEmail_container,
#tutor-registration-wrap .wpa_hidden_field {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Terms checkbox row */

#wrapped-cert-registration-shell .tutor-mb-24,
#tutor-registration-wrap .tutor-mb-24 {
  margin-bottom: 26px !important;
}

#wrapped-cert-registration-shell .tutor-d-flex,
#tutor-registration-wrap .tutor-d-flex {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
}

#wrapped-cert-registration-shell input[type="checkbox"],
#tutor-registration-wrap input[type="checkbox"] {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  accent-color: var(--wa-ink);
  cursor: pointer;
}

#wrapped-cert-registration-shell .tutor-d-flex label,
#tutor-registration-wrap .tutor-d-flex label {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 400;
  color: var(--wa-muted);
}

#wrapped-cert-registration-shell a,
#tutor-registration-wrap a {
  color: var(--wa-ink);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

#wrapped-cert-registration-shell a:hover,
#tutor-registration-wrap a:hover {
  color: var(--wa-accent);
}

/* Submit button */

#wrapped-cert-registration-shell .tutor-btn,
#wrapped-cert-registration-shell button[type="submit"],
#tutor-registration-wrap .tutor-btn,
#tutor-registration-wrap button[type="submit"] {
  width: 100%;
  min-height: 58px;
  padding: 16px 24px;
  border: 0;
  border-radius: 999px;
  background: var(--wa-ink);
  color: #ffffff;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

#wrapped-cert-registration-shell .tutor-btn:hover,
#wrapped-cert-registration-shell button[type="submit"]:hover,
#tutor-registration-wrap .tutor-btn:hover,
#tutor-registration-wrap button[type="submit"]:hover {
  background: var(--wa-accent);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

#wrapped-cert-registration-shell .tutor-btn:active,
#wrapped-cert-registration-shell button[type="submit"]:active,
#tutor-registration-wrap .tutor-btn:active,
#tutor-registration-wrap button[type="submit"]:active {
  transform: translateY(0);
  box-shadow: none;
}

#wrapped-cert-registration-shell .tutor-btn:focus-visible,
#wrapped-cert-registration-shell button[type="submit"]:focus-visible,
#tutor-registration-wrap .tutor-btn:focus-visible,
#tutor-registration-wrap button[type="submit"]:focus-visible {
  outline: 3px solid rgba(177, 22, 131, 0.28);
  outline-offset: 4px;
}

/* Contained logged-in Tutor message */

#wrapped-cert-registration-shell:has(#tutor-registration-wrap) > p,
#wrapped-cert-registration-shell .wrapped-cert-login-message {
  padding: 18px 22px;
  border-radius: 14px;
  background: var(--wa-soft);
  color: var(--wa-ink);
  font-weight: 700;
  text-align: center;
}

/* Mobile */

@media (max-width: 700px) {
  #wrapped-cert-registration-shell,
  #tutor-registration-wrap {
    margin: 24px 16px;
    padding: 24px;
    border-radius: 22px;
  }

  #wrapped-cert-registration-shell #tutor-registration-wrap {
    margin: 0;
    padding: 0;
  }

  #wrapped-cert-registration-shell .tutor-form-row,
  #tutor-registration-wrap .tutor-form-row {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 18px;
  }

  #wrapped-cert-registration-shell .tutor-form-col-6,
  #wrapped-cert-registration-shell .tutor-form-col-12,
  #tutor-registration-wrap .tutor-form-col-6,
  #tutor-registration-wrap .tutor-form-col-12 {
    grid-column: 1 / -1;
  }

  #wrapped-cert-registration-shell input[type="text"],
  #wrapped-cert-registration-shell input[type="email"],
  #wrapped-cert-registration-shell input[type="password"],
  #tutor-registration-wrap input[type="text"],
  #tutor-registration-wrap input[type="email"],
  #tutor-registration-wrap input[type="password"] {
    min-height: 52px;
  }
}/* End custom CSS */