.elementor-26 .elementor-element.elementor-element-d487bfb{--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:0px;--padding-left:0px;--padding-right:0px;}.elementor-26 .elementor-element.elementor-element-0be3659{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:-39px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26 .elementor-element.elementor-element-d805872{--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-26 .elementor-element.elementor-element-9f1ebe9{--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-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-26 .elementor-element.elementor-element-cd95547{--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-26 .elementor-element.elementor-element-73bd0619{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-26 .elementor-element.elementor-element-0be3659{--content-width:543px;}.elementor-26 .elementor-element.elementor-element-d805872{--width:25%;}.elementor-26 .elementor-element.elementor-element-9f1ebe9{--width:50%;}.elementor-26 .elementor-element.elementor-element-cd95547{--width:25%;}}/* Start custom CSS for shortcode, class: .elementor-element-7ff6f403 *//* === Compact Modern Premium Membership Form (2025 Style) === */
form {
  max-width: 420px;
  margin: 30px auto;
  padding: 22px 18px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  border-radius: 20px;
  box-shadow: 
    0 6px 20px rgba(0, 0, 0, 0.05), 
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  font-family: 'Inter', 'Poppins', sans-serif;
  transition: all 0.35s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

form:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

/* === Heading === */
form h2 {
  font-size: 26px;
  color: #111827;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 700;
  letter-spacing: -0.4px;
  background: linear-gradient(90deg, #007bff, #00c6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

form p.subtext {
  text-align: center;
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 15px;
}

/* === Labels === */
form label {
  display: block;
  font-size: 13.5px;
  color: #374151;
  margin-bottom: 4px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

/* === Input fields === */
form input[type="text"],
form input[type="password"],
form input[type="email"] {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 10px;
  border: 1px solid rgba(209, 213, 219, 0.6);
  border-radius: 10px;
  font-size: 15px;
  background: rgba(250, 250, 250, 0.8);
  transition: all 0.25s ease;
  box-sizing: border-box;
  color: #111;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

form input:focus {
  border-color: #2563eb;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
  outline: none;
  transform: scale(1.01);
}

/* === Submit Button === */
form button[type="submit"],
form input[type="submit"] {
  width: 100%;
  padding: 11px 0;
  background: linear-gradient(135deg, #2563eb, #00b4ff);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(37, 99, 235, 0.25);
}

form button[type="submit"]:hover,
form input[type="submit"]:hover {
  background: linear-gradient(135deg, #1e40af, #007bff);
  transform: translateY(-2px);
  box-shadow: 0 5px 14px rgba(37, 99, 235, 0.35);
}

/* === Links (Forgot password, Login, etc.) === */
form a {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 6px;
  color: #2563eb;
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

form a:hover {
  color: #1e40af;
  text-decoration: underline;
  transform: translateY(-1px);
}

/* === Hide name fields if not needed === */
.swpm-form-row.swpm-firstname-row,
.swpm-form-row.swpm-lastname-row {
  display: none;
}

/* =================================================
   ✅ SIMPLE MEMBERSHIP - REMEMBER ME (INLINE FIX)
   ================================================= */

.swpm-remember-me,
.swpm_remember_me {
  display: flex !important;
  align-items: center !important;
  gap: 6px;
  margin: 6px 0 12px 0;
}

/* Checkbox styling */
.swpm-remember-me input[type="checkbox"],
.swpm_remember_me input[type="checkbox"] {
  width: auto !important;
  margin: 0 !important;
  transform: scale(1.05);
  cursor: pointer;
}

/* Label next to checkbox */
.swpm-remember-me label,
.swpm_remember_me label {
  display: inline !important;
  margin: 0 !important;
  font-size: 13.5px;
  color: #374151;
  cursor: pointer;
}

/* Prevent global label breaking SWPM */
.swpm-remember-me label {
  display: inline !important;
}

/* === Responsive === */
@media (max-width: 480px) {
  form {
    padding: 20px 15px;
  }

  form h2 {
    font-size: 22px;
  }

  form p.subtext {
    font-size: 13px;
  }
}

/* === Simple Membership Social Login Styling === */

/* Section header */
.swpm_sl_login_section_header {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 25px;
}

.swpm_sl_login_section_header_wrap {
  text-align: center;
  margin-bottom: 20px;
}

/* Button wrapper */
.swpm_sl_login_buttons_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

/* Base button style */
.swpm_sl_login_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 320px;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* Google button */
.swpm_sl_google_login_btn {
  background-color: #ffffff;
  color: #111;
  border: 1px solid #dadce0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.swpm_sl_google_login_btn:hover {
  background-color: #f8f9fa;
  color: #111 !important;
  box-shadow: 0 4px 10px rgba(66, 133, 244, 0.15);
}

/* Facebook button */
.swpm_sl_facebook_login_btn {
  background: linear-gradient(90deg, #1877f2, #3b5998);
  color: #fff;
  border: none;
  box-shadow: 0 2px 6px rgba(24, 119, 242, 0.3);
}

.swpm_sl_facebook_login_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(24, 119, 242, 0.4);
  color: #fff !important;
}

/* Instagram button */
.swpm_sl_instagram_login_btn {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #fff;
  border: none;
  box-shadow: 0 2px 6px rgba(220, 39, 67, 0.3);
}

.swpm_sl_instagram_login_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(220, 39, 67, 0.4);
  color: #fff !important;
}

/* Icon size */
.swpm_sl_login_btn img {
  width: 22px;
  height: 22px;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .swpm_sl_login_btn {
    font-size: 15px;
    padding: 10px 14px;
    max-width: 100%;
  }

  .swpm_sl_login_section_header {
    font-size: 1.3rem;
  }
}/* End custom CSS */