.elementor-3345 .elementor-element.elementor-element-d98f7b1{--display:flex;--margin-top:15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}.elementor-3345 .elementor-element.elementor-element-fa0da69{margin:0px 15px calc(var(--kit-widget-spacing, 0px) + 0px) 15px;}.elementor-3345 .elementor-element.elementor-element-3d12ea0{margin:0px 15px calc(var(--kit-widget-spacing, 0px) + 0px) 15px;}.elementor-3345 .elementor-element.elementor-element-c48ffab .acf-fields{gap:15px;margin:0px 0px 0px 0px;}.elementor-3345 .elementor-element.elementor-element-c48ffab .acf-fields>.acf-field{border-top:none;}.elementor-3345 .elementor-element.elementor-element-c48ffab .acf-field[data-width]+.acf-field[data-width]{border-left:none;}.elementor-3345 .elementor-element.elementor-element-b3f49b1{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-3345 .elementor-element.elementor-element-d98f7b1{--content-width:600px;}.elementor-3345 .elementor-element.elementor-element-b3f49b1{--content-width:600px;}}/* Start custom CSS for container, class: .elementor-element-d98f7b1 *//* Card container */
.tb-signup .elementor-container{
  justify-content:center;
}
.tb-signup .elementor-widget-shortcode{
  width:100%;
}
.tb-signup .elementor-widget-container{
  max-width: 720px;
  margin: 0 auto;
}

/* Frontend Admin wrapper (plugin markup) */
.tb-signup .frontend-admin .frontend-admin-form{
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(2,8,23,.06);
}

/* Field blocks */
.tb-signup .frontend-admin .fa-field{
  position: relative;
  margin-top: 18px;
}

/* Inputs / selects / textarea */
.tb-signup .frontend-admin input[type="text"],
.tb-signup .frontend-admin input[type="email"],
.tb-signup .frontend-admin input[type="password"],
.tb-signup .frontend-admin input[type="url"],
.tb-signup .frontend-admin select,
.tb-signup .frontend-admin textarea{
  width: 100%;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  border-radius: 14px;
  padding: 18px 14px 10px;
  font: 500 15px/1.2 Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  outline: none;
  transition: .2s;
}
.tb-signup .frontend-admin input:focus,
.tb-signup .frontend-admin select:focus,
.tb-signup .frontend-admin textarea:focus{
  background: #fff;
  border-color: #10b981;
  box-shadow: 0 0 0 8px rgba(34,211,238,.45);
}

/* Labels → floating style */
.tb-signup .frontend-admin label{
  position: absolute;
  left: 14px;
  top: 10px;
  font: 600 12px/1 Inter, system-ui, sans-serif;
  color: #6b7280;
  pointer-events: none;
  transition: .15s;
}

/* Hide placeholders (we’ll float labels) */
.tb-signup .frontend-admin input::placeholder,
.tb-signup .frontend-admin textarea::placeholder{
  color: transparent;
}

/* When empty (placeholder showing): push label down (bigger) */
.tb-signup .fa-field .is-empty + label,
.tb-signup .fa-field .placeholder-shown + label{
  top: 14px;
  font-size: 14px;
  color: #94a3b8;
}

/* On focus or filled: float label small & colored */
.tb-signup .fa-field .is-focused + label,
.tb-signup .fa-field .is-filled + label{
  top: 8px;
  font-size: 12px;
  color: #059669;
}

/* Button */
.tb-signup .frontend-admin button[type="submit"],
.tb-signup .frontend-admin input[type="submit"]{
  width: 100%;
  margin-top: 18px;
  background: #10b981;
  color: #fff;
  border: 0;
  border-radius: 14px;
  padding: 14px 18px;
  font: 700 15px/1 Inter, system-ui, sans-serif;
  box-shadow: 0 8px 18px rgba(16,185,129,.25);
  cursor: pointer;
  transition: .15s;
}
.tb-signup .frontend-admin button[type="submit"]:hover,
.tb-signup .frontend-admin input[type="submit"]:hover{
  background: #059669;
}
.tb-signup .frontend-admin button[type="submit"]:active,
.tb-signup .frontend-admin input[type="submit"]:active{
  transform: translateY(1px);
}

/* Error/help text */
.tb-signup .frontend-admin .frontend-admin-error,
.tb-signup .frontend-admin .description{
  font-size: 12px; color:#ef4444; margin-top:6px;
}/* End custom CSS */