.elementor-23 .elementor-element.elementor-element-02c32da{--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-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 );}/* Start custom CSS for text-editor, class: .elementor-element-7f24467 */:root{ --c-dark:#0E1C1C; --c-light:#173030; --fth-white:#fff; --fth-teal:#2EC4B6; }

/* HERO (exact look you liked) */
.fth-hero{ color:#fff; text-align:center; padding:clamp(70px,9vw,120px) 16px; position:relative; overflow:hidden; }
.fth-hero__bg{ position:absolute; inset:0; z-index:0; pointer-events:none;
  background:
    radial-gradient(1200px 700px at 50% -10%, rgba(46,196,182,0.25), transparent 70%),
    linear-gradient(180deg, var(--c-dark) 0%, #112222 55%, var(--c-light) 150%);
}
.fth-hero__wrap{ position:relative; z-index:1; max-width:1200px; margin:0 auto; }
.fth-hero__content{ max-width:900px; margin:0 auto; }
.fth-hero__title{ margin:0 0 10px; font-weight:900; letter-spacing:-.015em; font-size:clamp(32px,6vw,56px); line-height:1.05; }
.fth-hero__lead{ margin:0 0 18px; color:rgba(255,255,255,.95); font-size:clamp(16px,2.2vw,18px); }

/* Pills — permanent teal glow (non-interactive) */
.fth-hero__pills{ display:flex; flex-wrap:wrap; gap:10px; justify-content:center; }
.fth-pill{
  border:1px solid rgba(46,196,182,.6);
  box-shadow: inset 0 0 0 1px rgba(46,196,182,.6), 0 0 8px rgba(46,196,182,.35), 0 0 16px rgba(46,196,182,.2);
  background:linear-gradient(180deg, rgba(46,196,182,.12), rgba(46,196,182,.04));
  color:#fff; border-radius:999px; padding:8px 12px; font-size:13px; font-weight:700; pointer-events:none; cursor:default;
}
.fth-pill.is-active{ box-shadow: inset 0 0 0 2px rgba(46,196,182,.75), 0 0 10px rgba(46,196,182,.45), 0 0 22px rgba(46,196,182,.25); }

/* Centered login card */
.fth-container{ width:100%; max-width:900px; margin:0 auto; padding:clamp(24px,5vw,56px) clamp(16px,3vw,40px); }
.fth-card{
  background:#fff; color:#0E1C1C; border-radius:20px; padding:clamp(18px,2.6vw,28px);
  box-shadow:0 10px 28px rgba(0,0,0,.10), 0 0 0 1px rgba(0,0,0,.04);
}
.fth-card .header{ display:flex; align-items:center; justify-content:center; gap:10px; margin-bottom:10px; text-align:center; }
.fth-card .pip{ width:10px; height:10px; border-radius:999px; background:var(--fth-teal); box-shadow:0 0 0 6px rgba(46,196,182,.20); }
.fth-card .title{ margin:0; font-weight:900; font-size:clamp(18px,2.6vw,24px); }

/* PMPro login polish */
.fth-card #loginform p{ margin-bottom:12px; }
.fth-card #loginform input[type="text"],
.fth-card #loginform input[type="password"],
.fth-card #loginform input[type="email"]{
  width:100%; border-radius:12px; border:1px solid rgba(0,0,0,.12); background:#fff; color:#0E1C1C; padding:12px 14px;
}
.fth-card #loginform input::placeholder{ color:rgba(0,0,0,.45); }
.fth-card #loginform input:focus{ border-color:var(--fth-teal); box-shadow:0 0 0 4px rgba(46,196,182,.18); }
.fth-card #loginform #wp-submit{
  width:100%; margin-top:8px; border:0; border-radius:12px; cursor:pointer; font-weight:900;
  padding:12px 16px; color:#001010;
  background:linear-gradient(90deg, var(--fth-teal), #6AEADF);
  box-shadow:0 10px 30px rgba(46,196,182,.25);
}

/* Links under the form */
.fth-actions{ display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap; margin-top:12px; }
.fth-actions a{ color:#0E1C1C; text-decoration:underline; }

/* Mobile */
@media (max-width:767px){
  .fth-container{ padding:24px 16px; }
  .fth-actions{ flex-direction:column; align-items:stretch; }
  .fth-actions a{ text-align:center; }
}/* End custom CSS */