.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;}.elementor-11875 .elementor-element.elementor-element-f38bfb7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-55d0f3a *//* ===== PREMIUM TOGGLE CLEAN FIXED ===== */

.premium-toggle{
  display:flex;
  justify-content:center;
  margin:50px 0 30px;
}

.premium-toggle input{
  display:none;
}

.toggle-container{
  position:relative;
  display:flex;
  align-items:center;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(11,94,215,0.15);
  border-radius: 999px;
  padding:6px;
  width:300px;
  box-shadow: 0 10px 25px rgba(2,8,23,0.08);
  overflow:hidden;
}

/* moving background */
.toggle-bg{
  position:absolute;
  height:calc(100% - 10px);
  width:48%;
  background: linear-gradient(135deg, #0B5ED7, #3B82F6);
  border-radius:999px;
  top:5px;
  left:5px;
  transition: all 0.35s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 8px 20px rgba(11,94,215,0.35);
}

/* options */
.toggle-option{
  flex:1;
  text-align:center;
  font-weight:800;
  font-size:14px;
  padding:10px 0;
  cursor:pointer;
  z-index:2;
  color:#0F172A;
  transition: all .3s ease;
}

/* ACTIVE TEXT */
#bill-monthly:checked ~ .toggle-container label[for="bill-monthly"],
#bill-yearly:checked ~ .toggle-container label[for="bill-yearly"]{
  color:#fff;
}

/* move slider */
#bill-yearly:checked ~ .toggle-container .toggle-bg{
  left:50%;
}

/* ===== BADGE (FIXED) ===== */

.save-badge{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  margin-left:6px;
  padding:3px 6px;
  border-radius:6px;
  background: rgba(16,185,129,0.12);
  color:#059669;
  transition: all .3s ease;
}

/* WHEN ANNUAL ACTIVE → make badge white */
#bill-yearly:checked ~ .toggle-container label[for="bill-yearly"] .save-badge{
  background: rgba(255,255,255,0.2);
  color:#ffffff;
}

/* hover polish */
.toggle-container:hover{
  box-shadow: 0 15px 40px rgba(2,8,23,0.12);
  transform: translateY(-1px);
  transition: all .2s ease;
}/* End custom CSS */
/* 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;
}

/* ===== GLOBAL LIST RESET ===== */
.plan-desc ul{
  list-style:none;
  padding:0;
  margin:0;
}

/* each item */
.plan-desc ul li{
  position:relative;
  padding-left:24px;
  margin:8px 0;
  font-size:14px;
  line-height:1.6;
  color:#475569;
}

/* blue tick */
.plan-desc ul li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:#0B5ED7;
  font-weight:900;
}

/* hover effect */
.plan-desc ul li:hover{
  color:#0F172A;
  transform:translateX(3px);
  transition:0.2s;
}/* End custom CSS */