.elementor-11875 .elementor-element.elementor-element-86a682b{--display:flex;}.elementor-11875 .elementor-element.elementor-element-d315812{--spacer-size:50px;}.elementor-11875 .elementor-element.elementor-element-c7addfe{--display:flex;}.elementor-11875 .elementor-element.elementor-element-d0b9d78{--display:flex;}.elementor-11875 .elementor-element.elementor-element-40b59e4{--spacer-size:50px;}/* Start custom CSS for text-editor, class: .elementor-element-7a536d79 *//* ===== PRO NEWS SUBSCRIPTION UI (PMPro Levels) ===== */

body.page-id-11875{
  background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 70%);
}

/* Container */
body.page-id-11875 .entry-title,
body.page-id-11875 .entry-content{
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

/* Make title more premium */
body.page-id-11875 .entry-title{
  margin: 34px auto 14px;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

/* Turn table into cards on desktop too */
table.pmpro_table.pmpro_levels_table{
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

table.pmpro_table.pmpro_levels_table thead{
  display: none;
}

table.pmpro_table.pmpro_levels_table tbody{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

table.pmpro_table.pmpro_levels_table tr{
  display: block;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 18px 45px rgba(2, 8, 23, .06);
  position: relative;
  overflow: hidden;
  transition: transform .12s ease, box-shadow .18s ease, border-color .18s ease;
}

table.pmpro_table.pmpro_levels_table tr:hover{
  transform: translateY(-2px);
  box-shadow: 0 24px 60px rgba(2, 8, 23, .10);
  border-color: rgba(11, 94, 215, .35);
}

/* subtle top accent */
table.pmpro_table.pmpro_levels_table tr::before{
  content:"";
  position:absolute;
  left:0; top:0;
  width:100%; height:4px;
  background: linear-gradient(90deg, #0B5ED7, #3B82F6);
  opacity:.9;
}

/* Cells become blocks */
table.pmpro_table.pmpro_levels_table td{
  display: block;
  border: none !important;
  padding: 0 !important;
}

/* Plan name */
table.pmpro_table.pmpro_levels_table td:first-child{
  font-size: 18px;
  font-weight: 900;
  color: #0F172A;
  margin-top: 10px;
}

/* Price area */
table.pmpro_table.pmpro_levels_table td:nth-child(2){
  margin-top: 10px;
  padding-top: 12px !important;
  border-top: 1px solid #EEF2F7 !important;
  color: #0F172A;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -0.01em;
}

/* small description line */
table.pmpro_table.pmpro_levels_table td:nth-child(2) small{
  display:block;
  margin-top: 6px;
  font-size: 13px;
  color: #64748B;
  font-weight: 600;
}

/* Add a features list feel under price (via existing small text spacing) */
table.pmpro_table.pmpro_levels_table td:nth-child(2) small::before{
  content:"✓ ";
  color:#0B5ED7;
  font-weight: 900;
}

/* CTA area */
table.pmpro_table.pmpro_levels_table td:last-child{
  margin-top: 14px;
}

/* Button */
.pmpro_btn,
a.pmpro_btn,
button.pmpro_btn,
input.pmpro_btn{
  width: 100% !important;
  background: #0B5ED7 !important;
  color: #fff !important;
  border: 1px solid rgba(11, 94, 215, .25) !important;
  border-radius: 12px !important;
  padding: 12px 16px !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  box-shadow: 0 12px 26px rgba(11, 94, 215, .18) !important;
  transition: transform .06s ease, box-shadow .15s ease, background .15s ease;
  text-decoration: none !important;
}

.pmpro_btn:hover{
  background: #084298 !important;
  box-shadow: 0 16px 34px rgba(11, 94, 215, .24) !important;
}
.pmpro_btn:active{ transform: translateY(1px); }

/* Make the 2nd plan “Most Popular” automatically */
table.pmpro_table.pmpro_levels_table tr:nth-child(2){
  border-color: rgba(11, 94, 215, .55);
  box-shadow: 0 28px 70px rgba(11, 94, 215, .16);
  transform: translateY(-4px);
}
table.pmpro_table.pmpro_levels_table tr:nth-child(2)::after{
  content:"Most Popular";
  position:absolute;
  top: 14px;
  right: 14px;
  background: rgba(11, 94, 215, .10);
  color: #0B5ED7;
  border: 1px solid rgba(11, 94, 215, .25);
  font-weight: 900;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
}

/* Trust badge line under cards (create space using :after on tbody) */
table.pmpro_table.pmpro_levels_table tbody::after{
  content:"Secure checkout • Cancel anytime • Instant access";
  display:block;
  grid-column: 1 / -1;
  text-align:center;
  margin-top: 8px;
  color:#64748B;
  font-weight:700;
  font-size: 13px;
}

/* Responsive */
@media (max-width: 980px){
  table.pmpro_table.pmpro_levels_table tbody{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 650px){
  body.page-id-11875 .entry-title{
    font-size: 34px;
    margin: 22px 14px 12px;
  }
  body.page-id-11875 .entry-content{
    margin: 0 14px;
  }
  table.pmpro_table.pmpro_levels_table tbody{
    grid-template-columns: 1fr;
  }
  table.pmpro_table.pmpro_levels_table tr:nth-child(2){
    transform: none;
  }
}

/* Optional: hide empty spacer blocks if any */
body.page-id-11875 .wp-block-spacer{
  display:none;
}/* End custom CSS */