.elementor-11876 .elementor-element.elementor-element-573a2c48{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-4860a281 *//* ===== NEWS-STYLE LOGIN (PMPro) ===== */

/* Page spacing (optional) */
.page .entry-content, 
.single .entry-content {
  padding-top: 20px;
}

/* Wrap = card */
.pmpro_login_wrap{
  --brand: #0B5ED7;     /* blue */
  --brand2:#084298;     /* darker blue */
  --text:  #0F172A;     /* slate */
  --muted: #64748B;     /* muted text */
  --line:  #E5E7EB;     /* border */
  --bg:    #F8FAFC;     /* light background */
  --card:  #FFFFFF;     /* white card */

  max-width: 460px;
  margin: 70px auto;
  padding: 28px 28px 22px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(2, 8, 23, .08);
}

/* Title styling */
.entry-title,
.pmpro_login_wrap h2,
.pmpro_login_wrap h3{
  color: var(--text);
  letter-spacing: -0.02em;
}

.entry-title{
  max-width: 460px;
  margin: 35px auto 12px;
  font-size: 44px;
  line-height: 1.05;
}

/* Small subtitle / hint (optional: if plugin shows text) */
.pmpro_login_wrap p{
  color: var(--muted);
}

/* Labels */
.pmpro_login_wrap label{
  display: block;
  font-weight: 600;
  color: var(--text);
  margin: 10px 0 6px;
  font-size: 14px;
}

/* Inputs */
.pmpro_login_wrap input[type="text"],
.pmpro_login_wrap input[type="email"],
.pmpro_login_wrap input[type="password"]{
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--text);
  font-size: 15px;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

/* Focus state */
.pmpro_login_wrap input[type="text"]:focus,
.pmpro_login_wrap input[type="email"]:focus,
.pmpro_login_wrap input[type="password"]:focus{
  border-color: rgba(11, 94, 215, .55);
  box-shadow: 0 0 0 5px rgba(11, 94, 215, .12);
  background: #fff;
}

/* Remember me line */
.pmpro_login_wrap .login-remember{
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0 14px;
  color: var(--muted);
  font-size: 14px;
}
.pmpro_login_wrap .login-remember input{
  width: 16px;
  height: 16px;
}

/* Button */
.pmpro_login_wrap input[type="submit"]{
  width: 100%;
  margin-top: 6px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(11, 94, 215, .25);
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: transform .06s ease, box-shadow .15s ease, background .15s ease;
  box-shadow: 0 12px 26px rgba(11, 94, 215, .22);
}

.pmpro_login_wrap input[type="submit"]:hover{
  background: var(--brand2);
  box-shadow: 0 16px 34px rgba(11, 94, 215, .28);
}
.pmpro_login_wrap input[type="submit"]:active{
  transform: translateY(1px);
}

/* Join / Lost password links */
.pmpro_actions_nav{
  text-align: center;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
  font-size: 14px;
}

.pmpro_actions_nav a{
  color: var(--brand);
  font-weight: 600;
  text-decoration: none;
}
.pmpro_actions_nav a:hover{
  text-decoration: underline;
}

/* Optional: reduce ugly empty <p> spacing in PMPro markup */
.pmpro_login_wrap p:empty{
  display: none;
}

/* Mobile */
@media (max-width: 600px){
  .pmpro_login_wrap{
    margin: 30px 14px;
    padding: 22px 18px;
    border-radius: 16px;
  }
  .entry-title{
    margin: 24px 14px 10px;
    font-size: 34px;
  }
}/* End custom CSS */