/*
Theme Name: Rahel Academy Design Child
Theme URI: https://rahelacademy.com/
Description: Rahel Academy custom design child theme for TutorStarter. Visual templates are based on the approved Rahel Academy page previews.
Author: Rahel Academy
Template: tutorstarter
Version: 5.8.0
Text Domain: rahel-academy-design-child
*/

html, body { margin: 0; padding: 0; }
body { background: #f8fafc; }
.rahel-wp-page { width: 100%; overflow: hidden; }
.rahel-wp-page img { max-width: 100%; }
.rahel-auth-message { max-width: 900px; margin: 24px auto 0; padding: 12px 16px; border-radius: 12px; font-weight: 700; }
.rahel-auth-error { background:#450a0a; color:#fecaca; border:1px solid #7f1d1d; }
.rahel-auth-success { background:#052e16; color:#bbf7d0; border:1px solid #166534; }

/* v1.5: keep TutorStarter archive chrome from affecting the custom Courses route */
body.rahel-wp-page .site-header, body.rahel-wp-page .tutor-course-filter-wrapper, body.rahel-wp-page .tutor-course-archive-filters { display:none !important; }


/* Rahel Academy single Tutor LMS course */
.rahel-single-course{font-family:'Hind Siliguri','Plus Jakarta Sans',sans-serif;background:#f8fafc;color:#0f172a;min-height:100vh}
.rahel-course-shell{max-width:1200px;margin:0 auto;padding:48px 20px 80px}
.rahel-course-hero{background:linear-gradient(135deg,#071426 0%,#0b2230 52%,#063b36 100%);border:1px solid rgba(52,211,153,.22);border-radius:30px;padding:30px;box-shadow:0 24px 60px rgba(2,6,23,.16);color:#fff}
.rahel-course-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);gap:28px;align-items:start}
.rahel-course-kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:rgba(16,185,129,.12);border:1px solid rgba(52,211,153,.28);color:#6ee7b7;font-size:12px;font-weight:800;margin-bottom:16px}
.rahel-course-title{font-size:clamp(32px,4vw,56px);line-height:1.08;font-weight:900;letter-spacing:-.025em;margin:0 0 18px;color:#fff}
.rahel-course-excerpt{font-size:16px;line-height:1.8;color:#cbd5e1;margin-bottom:24px}
.rahel-course-thumb{border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#0f172a;box-shadow:0 18px 45px rgba(0,0,0,.3)}
.rahel-course-thumb img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.rahel-course-meta{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 0}
.rahel-course-pill{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:12px;background:rgba(15,23,42,.72);border:1px solid rgba(148,163,184,.18);color:#e2e8f0;font-size:12px;font-weight:700}
.rahel-course-main{margin-top:28px;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start}
.rahel-course-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:28px;box-shadow:0 12px 32px rgba(15,23,42,.06)}
.rahel-course-card h2{font-size:25px;font-weight:900;margin:0 0 18px;color:#0f172a}
.rahel-course-description{font-size:15px;line-height:1.9;color:#334155}
.rahel-course-description img{max-width:100%;height:auto;border-radius:14px}
.rahel-course-sidebar{position:sticky;top:24px}
.rahel-course-price{font-size:30px;font-weight:900;color:#059669;margin-bottom:18px}
.rahel-course-buy .tutor-course-enroll-wrap,.rahel-course-buy .tutor-course-enroll-box{margin:0}
.rahel-course-buy button,.rahel-course-buy a.tutor-btn{width:100%!important;border-radius:12px!important;font-weight:800!important;padding:13px 18px!important}
.rahel-course-author{display:flex;align-items:center;gap:12px;padding-top:18px;margin-top:18px;border-top:1px solid #e2e8f0}
.rahel-course-author img{width:48px;height:48px;border-radius:50%;object-fit:cover}
.rahel-course-curriculum .tutor-course-topic{border-radius:14px!important;overflow:hidden;margin-bottom:10px}
@media(max-width:900px){.rahel-course-grid,.rahel-course-main{grid-template-columns:1fr}.rahel-course-sidebar{position:static}.rahel-course-shell{padding:28px 14px 60px}.rahel-course-hero{padding:22px}.rahel-course-card{padding:22px}}


/* v2.0: robust Tutor LMS single-course isolation */
body.rahel-single-course{margin:0!important;background:#f8fafc!important;color:#0f172a!important}
body.rahel-single-course #page,body.rahel-single-course .site,body.rahel-single-course .site-content,body.rahel-single-course main{max-width:none!important;width:100%!important;margin:0!important;padding:0!important;background:transparent!important}
body.rahel-single-course .tutor-wrap,body.rahel-single-course .tutor-course-details-page{max-width:none!important;padding:0!important;margin:0!important}
.rahel-single-course .rahel-course-shell{position:relative;z-index:1}
.rahel-single-course .rahel-course-hero{margin-top:8px}
.rahel-single-course .rahel-course-description iframe,.rahel-single-course .rahel-course-description video{max-width:100%;width:100%;border-radius:14px}
.rahel-single-course .rahel-course-curriculum .tutor-course-topic-header,.rahel-single-course .rahel-course-curriculum .tutor-course-topic-body{background:#fff!important}
.rahel-single-course .rahel-course-curriculum ul,.rahel-single-course .rahel-course-curriculum ol{padding-left:1.25rem}
@media(max-width:900px){.rahel-single-course .rahel-course-title{font-size:34px}.rahel-single-course .rahel-course-grid{gap:18px}.rahel-single-course .rahel-course-main{gap:18px}}


/* v2.0: final single-course visual isolation */
body.rahel-single-course *{box-sizing:border-box}
body.rahel-single-course h1,body.rahel-single-course h2,body.rahel-single-course h3,body.rahel-single-course p{max-width:none}
body.rahel-single-course .rahel-course-main{width:min(1200px,calc(100% - 40px));margin-left:auto!important;margin-right:auto!important}
body.rahel-single-course .rahel-course-hero{width:min(1200px,calc(100% - 40px));margin-left:auto;margin-right:auto}
body.rahel-single-course .rahel-course-card{overflow:hidden}
body.rahel-single-course .rahel-course-description>*{max-width:100%}
body.rahel-single-course .rahel-course-description table{width:100%;display:block;overflow-x:auto}
body.rahel-single-course .rahel-course-curriculum .tutor-course-topic{background:#fff!important;border:1px solid #e2e8f0!important}
body.rahel-single-course .rahel-course-curriculum .tutor-course-topic-header{padding:16px 18px!important}
body.rahel-single-course .rahel-course-curriculum .tutor-course-topic-body{padding:0 18px 14px!important}
@media(max-width:900px){body.rahel-single-course .rahel-course-main,body.rahel-single-course .rahel-course-hero{width:calc(100% - 28px)}}

.rahel-add-course-cart{display:block;width:100%;box-sizing:border-box;text-align:center;background:#059669;color:#fff!important;border-radius:12px;padding:13px 18px;font-weight:800;margin:0 0 12px;text-decoration:none!important;transition:.2s}.rahel-add-course-cart:hover{background:#047857;transform:translateY(-1px)}


/* v2.2: mobile navigation for all standalone Rahel Academy inner pages */
.rahel-mobile-menu-toggle{display:none!important}
.rahel-mobile-menu{display:none;background:rgba(2,6,23,.98);border-top:1px solid #1e293b;padding:10px 14px 16px;box-shadow:0 18px 30px rgba(2,6,23,.25);position:relative;z-index:60}
.rahel-mobile-menu a{display:block;padding:12px 14px;margin-top:4px;border-radius:10px;color:#e2e8f0;text-decoration:none;font-size:14px;font-weight:700}
.rahel-mobile-menu a:hover,.rahel-mobile-menu a:active{background:#0f172a;color:#34d399}
.rahel-mobile-menu.is-open{display:block}
@media(max-width:1023px){
  .rahel-wp-page header > div{flex-wrap:wrap!important}
  .rahel-wp-page header nav{display:none!important}
  .rahel-mobile-menu-toggle{display:inline-flex!important;align-items:center;justify-content:center}
  .rahel-mobile-menu{display:none}
  .rahel-mobile-menu.is-open{display:block}
}


/* v2.3: WooCommerce cart + checkout visual shell */
.rahel-woo-page{font-family:'Hind Siliguri','Plus Jakarta Sans',sans-serif;background:#f8fafc;color:#0f172a;min-height:100vh}
.rahel-woo-page .rahel-woo-shell{max-width:1200px;margin:0 auto;padding:42px 20px 72px}
.rahel-woo-page .rahel-woo-hero{text-align:center;margin-bottom:28px}
.rahel-woo-page .rahel-woo-kicker{display:inline-flex;padding:7px 13px;border-radius:999px;background:#dcfce7;color:#047857;font-size:12px;font-weight:900;border:1px solid #a7f3d0}
.rahel-woo-page .rahel-woo-title{font-size:clamp(32px,4vw,48px);line-height:1.1;font-weight:900;margin:12px 0 8px;color:#0f172a}
.rahel-woo-page .rahel-woo-subtitle{color:#64748b;font-size:15px;margin:0}
.rahel-woo-page .woocommerce{font-size:15px}
.rahel-woo-page .woocommerce form.checkout,.rahel-woo-page .woocommerce form.woocommerce-cart-form,.rahel-woo-page .woocommerce .cart-collaterals,.rahel-woo-page .woocommerce .woocommerce-checkout-review-order,.rahel-woo-page .woocommerce .woocommerce-cart-form__cart-item{background:#fff}
.rahel-woo-page .woocommerce form.checkout{border:1px solid #e2e8f0;border-radius:22px;padding:28px;box-shadow:0 12px 32px rgba(15,23,42,.06)}
.rahel-woo-page .woocommerce form .form-row{padding:0;margin:0 0 16px}
.rahel-woo-page .woocommerce form .form-row label{font-weight:800;color:#0f172a;margin-bottom:7px;display:block}
.rahel-woo-page .woocommerce form .form-row input.input-text,.rahel-woo-page .woocommerce form .form-row textarea,.rahel-woo-page .woocommerce form .form-row select{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:12px;padding:12px 13px;background:#fff;color:#0f172a;min-height:46px}
.rahel-woo-page .woocommerce form .form-row input:focus,.rahel-woo-page .woocommerce form .form-row textarea:focus,.rahel-woo-page .woocommerce form .form-row select:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.12)}
.rahel-woo-page .woocommerce h3{font-size:20px;font-weight:900;color:#0f172a;margin:0 0 18px}
.rahel-woo-page #order_review_heading{margin-top:0}
.rahel-woo-page #order_review{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:24px;box-shadow:0 12px 32px rgba(15,23,42,.06)}
.rahel-woo-page .woocommerce table.shop_table{border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;border-collapse:separate;border-spacing:0;background:#fff}
.rahel-woo-page .woocommerce table.shop_table th,.rahel-woo-page .woocommerce table.shop_table td{padding:13px 15px;border-color:#e2e8f0}
.rahel-woo-page .woocommerce-checkout-payment{margin-top:18px;border-radius:16px!important;background:#f8fafc!important;border:1px solid #e2e8f0!important}
.rahel-woo-page .woocommerce-checkout-payment ul.payment_methods{border-bottom:1px solid #e2e8f0!important}
.rahel-woo-page #place_order,.rahel-woo-page .woocommerce a.button,.rahel-woo-page .woocommerce button.button,.rahel-woo-page .woocommerce input.button{background:#059669!important;color:#fff!important;border-radius:12px!important;border:0!important;font-weight:900!important;padding:13px 20px!important;min-height:46px}
.rahel-woo-page #place_order:hover,.rahel-woo-page .woocommerce a.button:hover,.rahel-woo-page .woocommerce button.button:hover,.rahel-woo-page .woocommerce input.button:hover{background:#047857!important}
.rahel-woo-page .woocommerce-info,.rahel-woo-page .woocommerce-message,.rahel-woo-page .woocommerce-error{border-radius:14px!important;border-top:3px solid #059669!important;background:#fff!important;box-shadow:0 6px 20px rgba(15,23,42,.05)}
.rahel-woo-page .woocommerce-message a.button{float:right;margin:0}
.rahel-woo-page .woocommerce .quantity .qty{border:1px solid #cbd5e1;border-radius:10px;padding:9px}
.rahel-woo-page .woocommerce .coupon{display:flex;gap:8px;flex-wrap:wrap}
.rahel-woo-page .woocommerce .coupon .input-text{min-height:44px;border:1px solid #cbd5e1;border-radius:10px;padding:9px 12px}
.rahel-woo-page .woocommerce .cart_totals{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}
.rahel-woo-page .woocommerce .cart_totals h2{font-weight:900;font-size:22px}
.rahel-woo-page .woocommerce .cart_totals table{border:0}
.rahel-woo-page .woocommerce .return-to-shop{text-align:center;margin-top:20px}
@media(min-width:900px){.rahel-woo-page .woocommerce form.checkout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:28px}.rahel-woo-page .woocommerce form.checkout #customer_details{grid-column:1}.rahel-woo-page .woocommerce form.checkout #order_review_heading,.rahel-woo-page .woocommerce form.checkout #order_review{grid-column:2}.rahel-woo-page .woocommerce form.checkout #order_review_heading{grid-row:1}.rahel-woo-page .woocommerce form.checkout #order_review{grid-row:2}.rahel-woo-page .woocommerce form.checkout #order_review_heading{margin-top:0}.rahel-woo-page .woocommerce form.checkout .col2-set{width:auto}.rahel-woo-page .woocommerce form.checkout .col2-set .col-1,.rahel-woo-page .woocommerce form.checkout .col2-set .col-2{width:100%;float:none}}
@media(max-width:899px){.rahel-woo-page .rahel-woo-shell{padding:28px 14px 55px}.rahel-woo-page .woocommerce form.checkout{padding:20px}.rahel-woo-page #order_review{padding:18px}.rahel-woo-page .woocommerce .cart_totals{margin-top:22px}}

/* v2.6 legal/policy pages */
.rahel-legal-page .rahel-legal-content{font-family:'Hind Siliguri','Plus Jakarta Sans',sans-serif;font-size:16px;line-height:1.85;color:#334155}
.rahel-legal-page .rahel-legal-content h2{font-size:1.45rem;font-weight:800;color:#0f172a;margin:1.7rem 0 .7rem}
.rahel-legal-page .rahel-legal-content h3{font-size:1.15rem;font-weight:800;color:#0f172a;margin:1.35rem 0 .5rem}
.rahel-legal-page .rahel-legal-content p{margin:.65rem 0}
.rahel-legal-page .rahel-legal-content ul,.rahel-legal-page .rahel-legal-content ol{padding-left:1.4rem;margin:.7rem 0}
.rahel-legal-page .rahel-legal-content li{margin:.35rem 0}
.rahel-legal-page .rahel-legal-content a{color:#059669;text-decoration:underline}
@media(max-width:640px){.rahel-legal-page .rahel-legal-content{font-size:15px}.rahel-legal-page main{padding-bottom:3rem}}

.rahel-float-mini{width:56px;height:56px;border-radius:999px;border:0;background:#22c55e;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px rgba(15,23,42,.28);cursor:pointer;animation:rahelMiniBounce 2.4s ease-in-out infinite;position:relative;z-index:2}
.rahel-float-mini:hover{transform:scale(1.06)}
.rahel-float-mini svg{width:28px;height:28px;fill:currentColor}
@keyframes rahelMiniBounce{0%,100%{transform:translateY(0) scale(1)}12%{transform:translateY(-7px) scale(1.04)}24%{transform:translateY(0) scale(1)}36%{transform:translateY(-4px) scale(1.02)}48%,100%{transform:translateY(0) scale(1)}}
@media(max-width:640px){.rahel-float-mini{width:58px;height:58px}.rahel-float-mini svg{width:30px;height:30px}}
.rahel-wp-page main article[role="link"]:focus{outline:2px solid #34d399;outline-offset:3px}
@media(max-width:768px){.rahel-wp-page main{overflow-x:hidden}}

/* v3.4: Student Review detail uses the exact Home header/footer chrome. */
.rahel-review-detail-page{min-height:100vh;display:flex;flex-direction:column;background:#020617}
.rahel-review-detail-page .rahel-review-detail{flex:0 0 auto;width:100%}
.rahel-review-detail-page #footer{position:relative!important;display:block!important;width:100%!important;clear:both!important;margin-top:0!important}
.rahel-review-detail-page > header{display:block!important;width:100%!important;position:relative!important;z-index:50!important}

/* v3.5: Student Reviews pages always use the same Home header and footer. */
body.rahel-wp-page .rahel-student-reviews-page ~ footer, body.rahel-wp-page .rahel-review-detail-page footer{display:block!important;width:100%!important;clear:both!important;position:relative!important;z-index:20!important}
.rahel-student-reviews-page{min-height:0!important}
.rahel-review-detail-page{display:block!important;min-height:0!important}
.rahel-review-detail-page > header{display:block!important;position:relative!important;width:100%!important;z-index:50!important}
.rahel-review-detail-page footer{display:block!important;position:relative!important;width:100%!important;clear:both!important}

/* v3.9: unmistakable current-page navigation state */
.rahel-nav-active{
  background:#059669!important;
  color:#fff!important;
  border-color:rgba(52,211,153,.35)!important;
  box-shadow:0 5px 18px rgba(5,150,105,.22)!important;
  font-weight:900!important;
}
.rahel-mobile-menu a.rahel-nav-active{background:#059669!important;color:#fff!important}
.rahel-woo-page .woocommerce form.checkout{display:block}
.rahel-woo-page .woocommerce form.checkout #customer_details,
.rahel-woo-page .woocommerce form.checkout #order_review_heading,
.rahel-woo-page .woocommerce form.checkout #order_review{width:100%;box-sizing:border-box}
@media(min-width:900px){
  .rahel-woo-page .woocommerce form.checkout{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);
    gap:28px;
  }
  .rahel-woo-page .woocommerce form.checkout #customer_details{grid-column:1}
  .rahel-woo-page .woocommerce form.checkout #order_review_heading,
  .rahel-woo-page .woocommerce form.checkout #order_review{grid-column:2}
}

/* v4.1: only the current navigation item is green */
header nav a.rahel-nav-active, nav a.rahel-nav-active{background:#059669!important;color:#fff!important;border-color:rgba(52,211,153,.35)!important;box-shadow:0 5px 18px rgba(5,150,105,.22)!important;font-weight:900!important}

/* v4.2: exactly one navigation item is active at a time. */
header nav a.rahel-nav-active, nav a.rahel-nav-active, .rahel-mobile-menu a.rahel-nav-active{background:#059669!important;color:#fff!important;border-color:rgba(52,211,153,.35)!important;box-shadow:0 5px 18px rgba(5,150,105,.22)!important;font-weight:900!important}

/* v5.0 legal policy typography */
.rahel-legal-content h2{font-size:1.25rem;line-height:1.4;font-weight:900;color:#0f172a;margin:1.75rem 0 .65rem}
.rahel-legal-content h2:first-child{margin-top:0}
.rahel-legal-content p,.rahel-legal-content li{font-size:.95rem;line-height:1.85;color:#475569}
.rahel-legal-content ul{padding-left:1.35rem;margin:.5rem 0 1.2rem}
.rahel-legal-content li{margin:.45rem 0}

/* v5.1 — screenshot-matched legal/policy layout */
.rahel-legal-page{background:#f8fafc!important;color:#0f172a}
.rahel-legal-page .rahel-legal-wrap{min-height:100vh;background:#f8fafc}
.rahel-legal-page .rahel-legal-main{background:#f8fafc!important;padding:64px 18px 70px!important}
.rahel-legal-page .rahel-legal-container{max-width:920px;margin:0 auto}
.rahel-legal-actions{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:0 0 28px}
.rahel-legal-actions a{display:inline-flex;align-items:center;min-height:40px;padding:8px 15px;border:1px solid #dbe4ee;border-radius:12px;background:#fff;color:#17365f;text-decoration:none;font-weight:800;box-shadow:0 2px 8px rgba(15,23,42,.04)}
.rahel-legal-actions .rahel-legal-courses{border-color:#a7f3d0;color:#008c68}
.rahel-policy-tabs{display:grid;grid-template-columns:1fr 1.25fr 1fr;gap:6px;background:#e7edf4;border-radius:16px;padding:6px;margin-bottom:32px}
.rahel-policy-tabs a{display:flex;align-items:center;justify-content:center;min-height:44px;padding:8px 10px;border-radius:12px;color:#1d3557;text-decoration:none;font-weight:800;font-size:14px;text-align:center}
.rahel-policy-tabs a.active{background:#00a373;color:#fff;box-shadow:0 5px 12px rgba(0,163,115,.2)}
.rahel-policy-card{background:#fff;border:1px solid #dbe4ee;border-radius:25px;overflow:hidden;box-shadow:0 16px 34px rgba(15,23,42,.13)}
.rahel-policy-hero{background:#0d172d;color:#fff;padding:40px 42px 42px}
.rahel-policy-badge{display:inline-flex;padding:6px 13px;border-radius:999px;border:1px solid rgba(0,207,148,.45);background:rgba(0,163,115,.13);color:#39e0b0;font-size:12px;font-weight:800}
.rahel-policy-hero h1{font-size:34px;line-height:1.2;margin:14px 0 9px;color:#fff;font-weight:900;letter-spacing:-.6px}
.rahel-policy-hero>p{margin:0;color:#cbd5e1;font-size:15px;line-height:1.75}
.rahel-policy-meta{margin-top:13px;color:#94a3b8;font-size:12px}.rahel-policy-meta span{margin:0 10px}.rahel-policy-meta b{color:#16c995;font-weight:700}
.rahel-policy-body{padding:18px 38px 8px}
.rahel-policy-section{padding:20px 0 28px;border-bottom:1px solid #e5eaf0}
.rahel-policy-section:last-child{border-bottom:0}
.rahel-policy-section h2{margin:0 0 10px!important;font-size:20px!important;line-height:1.45!important;color:#07152e!important;font-weight:900!important}
.rahel-policy-section h2 span{color:#00a373;margin-right:8px;font-size:18px}
.rahel-policy-section>p{margin:0!important;font-size:15px!important;line-height:1.9!important;color:#4b6380!important}
.rahel-policy-box{background:#f7fafc;border:1px solid #e7edf3;border-radius:15px;padding:13px 18px;margin-top:13px}
.rahel-policy-item{display:flex;gap:10px;align-items:flex-start}.rahel-policy-item+ .rahel-policy-item{margin-top:8px}.rahel-policy-item>span{flex:0 0 17px;width:17px;height:17px;border:1.5px solid #00b783;color:#00a373;border-radius:50%;font-size:10px;line-height:14px;text-align:center;margin-top:4px;font-weight:900}.rahel-policy-item p{margin:0!important;color:#38526f!important;font-size:14px!important;line-height:1.7!important}
.rahel-policy-support{margin:0;border-top:1px solid #dbe4ee;background:#f7fafc;padding:30px 32px;display:flex;align-items:center;gap:14px}.rahel-support-icon{width:48px;height:48px;border-radius:14px;background:#d1fae5;color:#008c68;display:flex;align-items:center;justify-content:center;font-size:23px}.rahel-policy-support strong{display:block;font-size:15px;color:#10233f}.rahel-policy-support small{display:block;color:#64748b;font-size:11px;margin-top:2px}.rahel-policy-support small b{color:#00966f}.rahel-policy-support>a{margin-left:auto;background:#0d172d;color:#fff;border-radius:12px;padding:10px 18px;text-decoration:none;font-weight:800;font-size:12px}
@media(max-width:700px){.rahel-legal-page .rahel-legal-main{padding:32px 12px 50px!important}.rahel-legal-actions{margin-bottom:18px}.rahel-legal-actions a{font-size:12px;padding:7px 10px}.rahel-policy-tabs{grid-template-columns:1fr;gap:3px}.rahel-policy-tabs a{min-height:40px}.rahel-policy-hero{padding:30px 22px}.rahel-policy-hero h1{font-size:27px}.rahel-policy-body{padding:10px 20px}.rahel-policy-section{padding:18px 0 23px}.rahel-policy-section h2{font-size:18px!important}.rahel-policy-section>p,.rahel-policy-item p{font-size:14px!important}.rahel-policy-support{padding:22px 18px;flex-wrap:wrap}.rahel-policy-support>a{margin-left:62px}}

/* v7.8 — polished Tutor LMS single-course shell; preserves real Tutor/Woo functionality */
.rahel-course-breadcrumb{max-width:1200px;margin:0 auto 14px;padding:0 4px;color:#64748b;font-size:13px;display:flex;align-items:center;gap:8px}
.rahel-course-breadcrumb a{color:#059669;font-weight:800;text-decoration:none}.rahel-course-breadcrumb a:hover{text-decoration:underline}
.rahel-course-trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;color:#a7f3d0;font-size:12px;font-weight:800}
.rahel-course-trust-row span{padding:7px 10px;border-radius:999px;background:rgba(16,185,129,.08);border:1px solid rgba(110,231,183,.18)}
.rahel-buy-note{font-size:11px;font-weight:800;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:9px 11px;margin:0 0 12px}
.rahel-tutor-primary-action .tutor-course-enroll-wrap,.rahel-tutor-primary-action .tutor-course-enroll-box{margin:0!important}
.rahel-tutor-primary-action .tutor-btn,.rahel-tutor-primary-action button,.rahel-tutor-primary-action a{width:100%!important;min-height:48px!important;border-radius:13px!important;font-weight:900!important}
.rahel-course-buy .tutor-course-enroll-wrap,.rahel-course-buy .tutor-course-enroll-box{border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important}
.rahel-course-buy .tutor-course-enroll-wrap form,.rahel-course-buy .tutor-course-enroll-box form{margin:0!important}
.rahel-course-buy .tutor-course-enroll-wrap .tutor-btn,.rahel-course-buy .tutor-course-enroll-box .tutor-btn{background:#059669!important;color:#fff!important;border:0!important}
.rahel-course-buy .tutor-course-enroll-wrap .tutor-btn:hover,.rahel-course-buy .tutor-course-enroll-box .tutor-btn:hover{background:#047857!important}
.rahel-course-main .rahel-course-card{backdrop-filter:blur(4px)}
.rahel-course-curriculum h2{display:flex;align-items:center;gap:10px}.rahel-course-curriculum h2:before{content:'📚';font-size:21px}
@media(max-width:900px){.rahel-course-breadcrumb{width:calc(100% - 28px);padding:0;margin-bottom:10px}.rahel-course-trust-row{gap:7px}.rahel-course-trust-row span{font-size:11px}}

/* v7.9 — use Tutor LMS native course content exactly once */
.rahel-single-course .rahel-course-curriculum .tutor-course-topics-wrap{margin:0!important;padding:0!important;border:0!important;background:transparent!important}
.rahel-single-course .rahel-course-curriculum .tutor-course-topics-header{display:flex!important;align-items:center;justify-content:space-between;gap:12px;padding:0 0 14px!important;background:transparent!important;border:0!important}
.rahel-single-course .rahel-course-curriculum .tutor-course-topics-contents{padding:0!important}
.rahel-single-course .rahel-course-curriculum .tutor-course-topic{margin:0 0 10px!important;border:1px solid #e2e8f0!important;border-radius:14px!important;background:#fff!important;overflow:hidden!important}
.rahel-single-course .rahel-course-curriculum .tutor-course-title{padding:15px 16px!important}
.rahel-single-course .rahel-course-curriculum .tutor-course-content-list{background:#f8fafc!important}
.rahel-single-course .rahel-course-curriculum .tutor-course-content-list-item{border-top:1px solid #e2e8f0!important}
.rahel-curriculum-note{margin:-8px 0 18px!important;color:#64748b!important;font-size:13px!important}
.rahel-course-benefits ul{margin:0!important;padding-left:1.2rem!important}
.rahel-course-buy .tutor-course-entry-box,.rahel-course-buy .tutor-course-enroll-box,.rahel-course-buy .tutor-course-enroll-wrap{margin:0!important;border:0!important;box-shadow:none!important;background:transparent!important;padding:0!important}
.rahel-course-buy .tutor-course-entry-box .tutor-btn,.rahel-course-buy .tutor-course-enroll-box .tutor-btn,.rahel-course-buy .tutor-course-enroll-wrap .tutor-btn{width:100%!important;border-radius:12px!important;font-weight:800!important;padding:13px 18px!important}
/* Prevent a second native purchase/curriculum block from appearing outside our custom shell. */
body.rahel-single-course > .tutor-wrap,body.rahel-single-course > .tutor-course-details-page{display:none!important}


/* v8.0 — duplicate-free Tutor single course layout
 * Tutor LMS remains the single source of truth for course purchase/meta/curriculum.
 */
body.rahel-single-course .rahel-tutor-native-entry {
  width:100%;
  margin:0;
  padding:0;
}
body.rahel-single-course .rahel-tutor-native-entry > .tutor-card,
body.rahel-single-course .rahel-tutor-native-entry .tutor-course-enroll-box {
  margin:0!important;
}
body.rahel-single-course .rahel-course-curriculum {
  padding-top:22px!important;
}
body.rahel-single-course .rahel-course-curriculum > h2,
body.rahel-single-course .rahel-course-curriculum > .rahel-curriculum-note {
  display:none!important;
}
/* Never show an extra Tutor course wrapper outside our custom shell. */
body.rahel-single-course > .tutor-wrap,
body.rahel-single-course > .tutor-course-details-page {
  display:none!important;
}

/* v8.1 — clean single-source Tutor course layout */
body.rahel-single-course .rahel-course-main{align-items:start;}
body.rahel-single-course .rahel-course-content-column{min-width:0;}
body.rahel-single-course .rahel-course-content-card{overflow:hidden;}
body.rahel-single-course .rahel-course-content-intro{padding:28px 30px 20px;background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);border-bottom:1px solid #e2e8f0;}
body.rahel-single-course .rahel-course-section-kicker{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;letter-spacing:.12em;color:#059669;text-transform:uppercase;margin-bottom:8px;}
body.rahel-single-course .rahel-course-content-intro h2{margin:0 0 8px;font-size:26px;line-height:1.2;color:#0f172a;font-weight:850;}
body.rahel-single-course .rahel-course-content-intro p{margin:0;max-width:760px;color:#64748b;font-size:14px;line-height:1.7;}
body.rahel-single-course .rahel-course-description{padding:0 30px 30px;}
body.rahel-single-course .rahel-course-description > *:first-child{margin-top:24px;}
body.rahel-single-course .rahel-course-description h3,
body.rahel-single-course .rahel-course-description h4{color:#0f172a;}
body.rahel-single-course .rahel-course-description a{color:#059669;}
body.rahel-single-course .rahel-course-description ul{padding-left:1.25rem;}
body.rahel-single-course .rahel-course-description img{max-width:100%;height:auto;border-radius:14px;}
body.rahel-single-course .rahel-course-description iframe{max-width:100%;border-radius:14px;}
body.rahel-single-course .rahel-course-sidebar{position:sticky;top:96px;align-self:start;}
body.rahel-single-course .rahel-tutor-native-entry{background:#fff;border-radius:18px;}
body.rahel-single-course .rahel-course-reviews-section{margin-top:28px;}

/* Never render a second Tutor wrapper outside our custom shell. */
body.rahel-single-course > .tutor-wrap,
body.rahel-single-course > .tutor-course-details-page,
body.rahel-single-course > .tutor-course-details{display:none!important;}

@media(max-width:991px){
  body.rahel-single-course .rahel-course-sidebar{position:static;}
  body.rahel-single-course .rahel-course-content-intro{padding:22px 20px 18px;}
  body.rahel-single-course .rahel-course-description{padding:0 20px 24px;}
}

/* v8.2 — Tutor elements must have one source only. */
body.rahel-single-course .rahel-native-course-layout .rahel-course-content-card{
  padding:0!important;
  overflow:visible!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
body.rahel-single-course .rahel-native-tutor-content,
body.rahel-single-course .rahel-native-tutor-block{
  margin:0 0 24px!important;
}
body.rahel-single-course .rahel-native-tutor-content > *:first-child{margin-top:0!important;}
body.rahel-single-course .rahel-native-tutor-block .tutor-card,
body.rahel-single-course .rahel-native-tutor-block .tutor-course-topics-wrap,
body.rahel-single-course .rahel-native-tutor-block .tutor-course-instructors-wrap,
body.rahel-single-course .rahel-native-tutor-block .tutor-course-reviews-wrap{
  margin-left:0!important;
  margin-right:0!important;
}


/* v9.0 mobile responsive stabilization — keep the approved desktop design intact. */
@media (max-width: 640px){
  html,body{width:100%;max-width:100%;overflow-x:hidden;}
  body{margin:0!important;padding:0!important;}
  .rahel-wp-page,#rahel-page-root{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important;}
  .rahel-wp-page header{width:100%!important;box-sizing:border-box;}
  .rahel-wp-page header > div{
    width:100%!important;
    max-width:none!important;
    box-sizing:border-box;
    padding-left:14px!important;
    padding-right:14px!important;
    row-gap:10px!important;
  }
  /* Keep logo + menu on the first line and move the cart/action controls cleanly below. */
  .rahel-wp-page header > div > #header-logo-btn{
    min-width:0!important;
    flex:1 1 auto!important;
  }
  .rahel-wp-page header > div > #header-logo-btn > div:last-child{
    min-width:0!important;
  }
  .rahel-wp-page header > div > #header-logo-btn span{
    white-space:nowrap;
  }
  .rahel-wp-page header > div > div:last-child{
    flex:0 0 auto!important;
    min-width:0!important;
  }
  .rahel-wp-page header .rahel-mobile-menu-toggle,
  .rahel-wp-page header #mobile-menu-toggle-btn{
    min-width:42px!important;
    min-height:42px!important;
  }
  .rahel-mobile-menu{
    width:100%!important;
    box-sizing:border-box!important;
    margin-top:2px!important;
  }
  .rahel-mobile-menu a{
    min-height:44px!important;
    display:flex!important;
    align-items:center!important;
    box-sizing:border-box!important;
  }
  /* Prevent long Bengali/English strings from creating horizontal overflow. */
  .rahel-wp-page main,
  .rahel-wp-page main *{
    max-width:100%;
  }
  #rahel-page-root .max-w-7xl,
  #rahel-page-root .max-w-6xl,
  #rahel-page-root .max-w-5xl{
    max-width:100%!important;
  }
  #rahel-page-root img, #rahel-page-root video, #rahel-page-root iframe{
    max-width:100%!important;
  }
}

/* Very small phones */
@media (max-width: 380px){
  .rahel-wp-page header > div{padding-left:10px!important;padding-right:10px!important;}
  .rahel-wp-page header #header-logo-btn .text-xl,
  .rahel-wp-page header #header-logo-btn .sm\:text-2xl{
    font-size:19px!important;
  }
}

/* Free course one-click enrollment CTA */
.rahel-free-enroll-box{margin:0;padding:22px;border:1px solid #bbf7d0;border-radius:18px;background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 100%);box-shadow:0 8px 24px rgba(5,150,105,.08)}
.rahel-free-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#d1fae5;color:#047857;font-size:11px;font-weight:900;letter-spacing:.04em}
.rahel-free-enroll-btn{display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;margin-top:14px;padding:13px 16px;border-radius:13px;background:#059669;color:#fff;text-decoration:none;font-size:15px;font-weight:900;box-shadow:0 8px 18px rgba(5,150,105,.18);transition:transform .15s ease,background .15s ease,box-shadow .15s ease}
.rahel-free-enroll-btn:hover{background:#047857;color:#fff;transform:translateY(-1px);box-shadow:0 10px 22px rgba(5,150,105,.22)}
.rahel-free-enroll-note{margin:11px 2px 0;color:#64748b;font-size:12px;line-height:1.65}

/* v10.0 — Professional WooCommerce Lost Password / Forgot Password page.
 * Visual-only enhancement: WooCommerce's real reset-password processing is preserved.
 */
body.woocommerce-account.woocommerce-lost-password{
  background:linear-gradient(180deg,#f8fafc 0%,#eef7f5 52%,#f8fafc 100%)!important;
  color:#0f172a;
}
body.woocommerce-account.woocommerce-lost-password .site-main,
body.woocommerce-account.woocommerce-lost-password .content-area,
body.woocommerce-account.woocommerce-lost-password main{
  width:100%;
  max-width:none;
  margin:0 auto;
  padding:0!important;
  background:transparent;
}
body.woocommerce-account.woocommerce-lost-password .woocommerce{
  width:min(100% - 32px,760px);
  margin:0 auto;
  padding:72px 0 96px;
}
body.woocommerce-account.woocommerce-lost-password .woocommerce > p:first-child{
  margin:0 auto 22px;
  max-width:620px;
  text-align:center;
  color:#64748b;
  font-size:15px;
  line-height:1.8;
}
body.woocommerce-account.woocommerce-lost-password .woocommerce > p:first-child:before{
  content:'🔐';
  display:flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  margin:0 auto 18px;
  border-radius:18px;
  background:#ecfdf5;
  border:1px solid #a7f3d0;
  box-shadow:0 10px 26px rgba(5,150,105,.10);
  font-size:25px;
}
body.woocommerce-account.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword{
  position:relative;
  width:100%;
  box-sizing:border-box;
  margin:0 auto;
  padding:34px 34px 30px;
  background:rgba(255,255,255,.96);
  border:1px solid #dbe5e3;
  border-radius:26px;
  box-shadow:0 22px 60px rgba(15,23,42,.10);
}
body.woocommerce-account.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword:before{
  content:'Reset Your Password';
  display:block;
  margin:0 0 7px;
  color:#0f172a;
  font-size:27px;
  line-height:1.25;
  font-weight:900;
  letter-spacing:-.02em;
}
body.woocommerce-account.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword:after{
  content:'Enter your Email Address or Username and we will send you a secure password reset link.';
  display:block;
  margin:0 0 24px;
  color:#64748b;
  font-size:13px;
  line-height:1.75;
}
body.woocommerce-account.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword .form-row{
  width:100%;
  margin:0 0 18px;
  padding:0;
}
body.woocommerce-account.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword label{
  display:block;
  margin:0 0 8px;
  color:#1e293b;
  font-size:14px;
  font-weight:800;
}
body.woocommerce-account.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword .input-text{
  width:100%;
  min-height:52px;
  box-sizing:border-box;
  padding:13px 15px;
  border:1px solid #cbd5e1;
  border-radius:14px;
  background:#fff;
  color:#0f172a;
  font-size:15px;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
body.woocommerce-account.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword .input-text:focus{
  outline:none;
  border-color:#10b981;
  box-shadow:0 0 0 4px rgba(16,185,129,.12);
}
body.woocommerce-account.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword .button{
  width:100%;
  min-height:52px;
  margin-top:2px;
  padding:13px 20px;
  border:0!important;
  border-radius:14px!important;
  background:#059669!important;
  color:#fff!important;
  font-size:15px;
  font-weight:900;
  box-shadow:0 10px 22px rgba(5,150,105,.20);
  transition:transform .18s ease,background .18s ease,box-shadow .18s ease;
}
body.woocommerce-account.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword .button:hover{
  background:#047857!important;
  color:#fff!important;
  transform:translateY(-1px);
  box-shadow:0 13px 26px rgba(5,150,105,.24);
}
body.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-message,
body.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-info,
body.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-error{
  width:min(100%,760px);
  box-sizing:border-box;
  margin:0 auto 20px;
  border-radius:15px!important;
  border-top:3px solid #059669!important;
  background:#fff!important;
  color:#334155;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
}
body.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-error{
  border-top-color:#dc2626!important;
}
@media(max-width:640px){
  body.woocommerce-account.woocommerce-lost-password .woocommerce{
    width:min(100% - 24px,760px);
    padding:42px 0 64px;
  }
  body.woocommerce-account.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword{
    padding:25px 20px 22px;
    border-radius:21px;
  }
  body.woocommerce-account.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword:before{
    font-size:23px;
  }
  body.woocommerce-account.woocommerce-lost-password .woocommerce > p:first-child{
    font-size:14px;
  }
}


/* v10.1 — Lost Password uses the approved custom Home header/footer chrome. */
body.rahel-lost-password-body{
  margin:0!important;
  background:#f5f8f7!important;
  color:#0f172a!important;
}
body.rahel-lost-password-body .rahel-wp-page{
  min-height:100vh;
  background:#f5f8f7;
}
body.rahel-lost-password-body .rahel-lost-password-page{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 18%,rgba(16,185,129,.10),transparent 28%),
    radial-gradient(circle at 92% 28%,rgba(15,118,110,.10),transparent 30%),
    linear-gradient(180deg,#f8fbfa 0%,#eef7f5 52%,#f8fbfa 100%);
}
body.rahel-lost-password-body .rahel-lost-password-hero{
  position:relative;
  min-height:620px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:68px 20px 82px;
}
body.rahel-lost-password-body .rahel-lost-password-wrap{
  position:relative;
  z-index:2;
  width:min(100%,620px);
  margin:0 auto;
}
body.rahel-lost-password-body .rahel-lost-password-intro{
  text-align:center;
  margin-bottom:28px;
}
body.rahel-lost-password-body .rahel-lost-password-icon{
  width:68px;height:68px;
  margin:0 auto 16px;
  display:grid;place-items:center;
  border-radius:22px;
  background:linear-gradient(145deg,#059669,#0f766e);
  box-shadow:0 18px 38px rgba(5,150,105,.24);
  color:#fff;
}
body.rahel-lost-password-body .rahel-lost-password-icon svg{width:31px;height:31px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
body.rahel-lost-password-body .rahel-lost-password-kicker{
  display:inline-block;
  color:#047857;
  font-size:10px;
  font-weight:900;
  letter-spacing:.16em;
  margin-bottom:8px;
}
body.rahel-lost-password-body .rahel-lost-password-intro h1{
  margin:0;
  color:#0f172a;
  font-size:clamp(29px,5vw,42px);
  line-height:1.15;
  font-weight:950;
  letter-spacing:-.035em;
}
body.rahel-lost-password-body .rahel-lost-password-intro p{
  max-width:560px;
  margin:12px auto 0;
  color:#64748b;
  font-size:14px;
  line-height:1.9;
}
body.rahel-lost-password-body .rahel-lost-password-card{
  position:relative;
  padding:30px;
  border:1px solid rgba(203,213,225,.9);
  border-radius:28px;
  background:rgba(255,255,255,.94);
  box-shadow:0 28px 75px rgba(15,23,42,.12),0 4px 16px rgba(15,23,42,.04);
  backdrop-filter:blur(14px);
}
body.rahel-lost-password-body .rahel-lost-password-card .woocommerce form.woocommerce-ResetPassword{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  border:0;
  box-shadow:none;
  background:transparent;
}
body.rahel-lost-password-body .rahel-lost-password-card .woocommerce form.woocommerce-ResetPassword:before{
  display:none;
}
body.rahel-lost-password-body .rahel-lost-password-card .woocommerce form.woocommerce-ResetPassword:after{
  display:none;
}
body.rahel-lost-password-body .rahel-lost-password-card .woocommerce > p:first-child{display:none}
body.rahel-lost-password-body .woocommerce form.woocommerce-ResetPassword .form-row{margin-bottom:18px}
body.rahel-lost-password-body .woocommerce form.woocommerce-ResetPassword label{color:#1e293b;font-weight:850}
body.rahel-lost-password-body .woocommerce form.woocommerce-ResetPassword .input-text{
  min-height:56px;
  border-radius:15px;
  border:1px solid #cbd5e1;
  background:#f8fafc;
  transition:.2s ease;
}
body.rahel-lost-password-body .woocommerce form.woocommerce-ResetPassword .input-text:hover{border-color:#94a3b8;background:#fff}
body.rahel-lost-password-body .woocommerce form.woocommerce-ResetPassword .input-text:focus{
  background:#fff;
  border-color:#10b981;
  box-shadow:0 0 0 4px rgba(16,185,129,.12),0 8px 20px rgba(15,23,42,.05);
}
body.rahel-lost-password-body .woocommerce form.woocommerce-ResetPassword .button{
  min-height:56px;
  border-radius:15px!important;
  background:linear-gradient(135deg,#059669,#0f766e)!important;
  box-shadow:0 13px 28px rgba(5,150,105,.22);
  font-size:15px;
  letter-spacing:.01em;
}
body.rahel-lost-password-body .woocommerce form.woocommerce-ResetPassword .button:hover{
  background:linear-gradient(135deg,#047857,#115e59)!important;
  transform:translateY(-2px);
  box-shadow:0 17px 32px rgba(5,150,105,.27);
}
body.rahel-lost-password-body .rahel-lost-password-back{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid #e2e8f0;
  text-align:center;
}
body.rahel-lost-password-body .rahel-lost-password-back a{
  color:#475569;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  transition:color .18s ease;
}
body.rahel-lost-password-body .rahel-lost-password-back a:hover{color:#047857}
body.rahel-lost-password-body .rahel-lost-password-trust{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:9px;
  margin-top:17px;
  color:#94a3b8;
  font-size:11px;
  font-weight:700;
}
body.rahel-lost-password-body .rahel-lost-password-orb{
  position:absolute;
  border-radius:999px;
  filter:blur(1px);
  pointer-events:none;
}
body.rahel-lost-password-body .rahel-lost-password-orb-one{
  width:220px;height:220px;left:-90px;top:80px;
  background:rgba(16,185,129,.07);
}
body.rahel-lost-password-body .rahel-lost-password-orb-two{
  width:280px;height:280px;right:-120px;bottom:40px;
  background:rgba(15,118,110,.07);
}
body.rahel-lost-password-body .woocommerce .woocommerce-message,
body.rahel-lost-password-body .woocommerce .woocommerce-info,
body.rahel-lost-password-body .woocommerce .woocommerce-error{
  margin:0 0 18px!important;
  border-radius:14px!important;
  box-shadow:none!important;
}
@media(max-width:640px){
  body.rahel-lost-password-body .rahel-lost-password-hero{min-height:auto;padding:46px 14px 58px}
  body.rahel-lost-password-body .rahel-lost-password-card{padding:22px 18px;border-radius:22px}
  body.rahel-lost-password-body .rahel-lost-password-intro h1{font-size:30px}
  body.rahel-lost-password-body .rahel-lost-password-intro p{font-size:13px;line-height:1.8}
  body.rahel-lost-password-body .rahel-lost-password-trust{flex-wrap:wrap}
}

/* v4 — premium English authentication pages */
.rahel-lost-password-page{background:radial-gradient(circle at 12% 8%,rgba(16,185,129,.12),transparent 30%),radial-gradient(circle at 90% 70%,rgba(20,184,166,.09),transparent 30%),#020617!important;min-height:calc(100vh - 72px)}
.rahel-lost-password-hero{position:relative;overflow:hidden;padding:72px 18px 84px}.rahel-lost-password-wrap{position:relative;z-index:1;max-width:680px;margin:auto}.rahel-lost-password-intro{text-align:center;margin-bottom:26px}.rahel-lost-password-intro h1{margin:0;color:#fff;font-size:clamp(31px,4vw,44px);font-weight:900;letter-spacing:-.035em}.rahel-lost-password-intro p{max-width:590px;margin:11px auto 0;color:#94a3b8;font-size:15px;line-height:1.7}.rahel-lost-password-card{background:rgba(15,23,42,.88);border:1px solid rgba(148,163,184,.16);border-radius:24px;padding:28px;box-shadow:0 24px 70px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.03);backdrop-filter:blur(14px)}.rahel-lost-password-card form{margin:0!important}.rahel-lost-password-card .form-row{margin:0 0 18px}.rahel-lost-password-card label{display:block;color:#e2e8f0;font-size:13px;font-weight:800;margin-bottom:8px}.rahel-lost-password-card input[type=text],.rahel-lost-password-card input[type=email]{width:100%;height:52px;box-sizing:border-box;background:#020617!important;border:1px solid #334155!important;border-radius:12px!important;color:#f8fafc!important;padding:0 14px!important}.rahel-lost-password-card input:focus{outline:none;border-color:#10b981!important;box-shadow:0 0 0 4px rgba(16,185,129,.11)!important}.rahel-lost-password-card button,.rahel-lost-password-card .woocommerce-Button{width:100%;height:52px;border:0;border-radius:13px!important;background:linear-gradient(135deg,#10b981,#059669)!important;color:#fff!important;font-weight:900!important;cursor:pointer}.rahel-lost-password-back{text-align:center;margin-top:18px}.rahel-lost-password-back a{color:#34d399;text-decoration:none;font-weight:800;font-size:13px}.rahel-lost-password-trust{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;color:#64748b;font-size:11px;margin-top:16px}.rahel-lost-password-orb{position:absolute;border-radius:999px;filter:blur(2px);pointer-events:none}.rahel-lost-password-orb-one{width:260px;height:260px;background:rgba(16,185,129,.07);top:-100px;left:-100px}.rahel-lost-password-orb-two{width:320px;height:320px;background:rgba(20,184,166,.06);right:-150px;bottom:-160px}@media(max-width:680px){.rahel-lost-password-hero{padding:50px 14px 60px}.rahel-lost-password-card{padding:20px;border-radius:20px}.rahel-lost-password-intro h1{font-size:31px}.rahel-lost-password-intro p{font-size:13px}}

/* v5 — auth layout polish: keep forms close to the custom header and make
   WooCommerce lost-password UI visually consistent with the Rahel Academy design. */
.rahel-auth-main{
  min-height:auto!important;
  align-items:flex-start!important;
  padding:46px 18px 72px!important;
}
.rahel-auth-main .rahel-auth-heading{margin-top:0!important;margin-bottom:24px!important}
.rahel-auth-main .rahel-auth-heading h1{margin-top:0!important}

/* Login should feel like an intentional account screen, not a vertically
   centered block pushed into the middle of the page. */
.rahel-login-form{margin-top:0!important}

/* Lost password: remove competing WooCommerce/legacy light styling. */
body.rahel-lost-password-body{
  background:#020617!important;
  color:#e2e8f0!important;
}
body.rahel-lost-password-body .rahel-wp-page{background:#020617!important}
body.rahel-lost-password-body .rahel-lost-password-page{
  min-height:auto!important;
  background:
    radial-gradient(circle at 12% 10%,rgba(16,185,129,.12),transparent 30%),
    radial-gradient(circle at 88% 72%,rgba(20,184,166,.09),transparent 30%),
    #020617!important;
}
body.rahel-lost-password-body .rahel-lost-password-hero{
  min-height:auto!important;
  padding:48px 18px 72px!important;
}
body.rahel-lost-password-body .rahel-lost-password-wrap{width:min(100%,640px)!important}
body.rahel-lost-password-body .rahel-lost-password-intro{margin-bottom:24px!important}
body.rahel-lost-password-body .rahel-lost-password-intro h1{
  color:#fff!important;
  font-size:clamp(30px,4vw,40px)!important;
}
body.rahel-lost-password-body .rahel-lost-password-intro p{color:#94a3b8!important}
body.rahel-lost-password-body .rahel-lost-password-card{
  padding:30px!important;
  background:rgba(15,23,42,.94)!important;
  border:1px solid rgba(148,163,184,.16)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.40),inset 0 1px 0 rgba(255,255,255,.03)!important;
}
/* WooCommerce places its explanatory paragraph outside the form. We already
   provide the cleaner English explanation above, so don't show it twice. */
body.rahel-lost-password-body .rahel-lost-password-card .woocommerce > p:not(.woocommerce-message):not(.woocommerce-info):not(.woocommerce-error){display:none!important}
body.rahel-lost-password-body .rahel-lost-password-card form.woocommerce-ResetPassword,
body.rahel-lost-password-body .rahel-lost-password-card form.woocommerce-ResetPassword p{background:transparent!important;color:#e2e8f0!important}
body.rahel-lost-password-body .rahel-lost-password-card form.woocommerce-ResetPassword label{
  color:#e2e8f0!important;font-weight:800!important;font-size:13px!important;
}
body.rahel-lost-password-body .rahel-lost-password-card form.woocommerce-ResetPassword .input-text{
  width:100%!important;height:54px!important;min-height:54px!important;box-sizing:border-box!important;
  background:#020617!important;color:#f8fafc!important;border:1px solid #334155!important;
  border-radius:13px!important;padding:0 14px!important;
}
body.rahel-lost-password-body .rahel-lost-password-card form.woocommerce-ResetPassword .input-text:focus{
  background:#020617!important;color:#fff!important;border-color:#10b981!important;
  box-shadow:0 0 0 4px rgba(16,185,129,.11)!important;outline:none!important;
}
body.rahel-lost-password-body .rahel-lost-password-card form.woocommerce-ResetPassword .button,
body.rahel-lost-password-body .rahel-lost-password-card form.woocommerce-ResetPassword button{
  width:100%!important;height:54px!important;min-height:54px!important;margin-top:2px!important;
  border:0!important;border-radius:13px!important;background:linear-gradient(135deg,#10b981,#059669)!important;
  color:#fff!important;font-weight:900!important;font-size:15px!important;
  box-shadow:0 12px 28px rgba(16,185,129,.18)!important;transition:.2s ease!important;
}
body.rahel-lost-password-body .rahel-lost-password-card form.woocommerce-ResetPassword .button:hover,
body.rahel-lost-password-body .rahel-lost-password-card form.woocommerce-ResetPassword button:hover{
  transform:translateY(-1px)!important;box-shadow:0 16px 34px rgba(16,185,129,.25)!important;
}
body.rahel-lost-password-body .rahel-lost-password-back{
  margin-top:20px!important;padding-top:18px!important;border-top:1px solid #1e293b!important;
}
body.rahel-lost-password-body .rahel-lost-password-back a{color:#94a3b8!important}
body.rahel-lost-password-body .rahel-lost-password-back a:hover{color:#34d399!important}
body.rahel-lost-password-body .rahel-lost-password-trust{color:#64748b!important}

@media(max-width:680px){
  .rahel-auth-main{padding:30px 14px 54px!important}
  .rahel-auth-main .rahel-auth-heading{margin-bottom:18px!important}
  .rahel-auth-main .rahel-auth-heading h1{font-size:29px!important}
  body.rahel-lost-password-body .rahel-lost-password-hero{padding:30px 14px 54px!important}
  body.rahel-lost-password-body .rahel-lost-password-intro{margin-bottom:18px!important}
  body.rahel-lost-password-body .rahel-lost-password-intro h1{font-size:29px!important}
  body.rahel-lost-password-body .rahel-lost-password-card{padding:22px 18px!important;border-radius:20px!important}
}

/* v11 — native WooCommerce reset-password endpoint: Rahel Academy premium UI.
   The WooCommerce handler remains native; this only replaces the presentation. */
body.woocommerce-account.woocommerce-lost-password{
  background:#020617!important;
  color:#e2e8f0!important;
}
body.woocommerce-account.woocommerce-lost-password .rahel-wp-page,
body.woocommerce-account.woocommerce-lost-password .site-main,
body.woocommerce-account.woocommerce-lost-password main{
  background:transparent!important;
}
body.woocommerce-account.woocommerce-lost-password .woocommerce{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
body.woocommerce-account.woocommerce-lost-password .woocommerce .rahel-reset-password-shell{
  position:relative;
  overflow:hidden;
  width:100%;
  box-sizing:border-box;
  padding:58px 18px 78px;
  background:
    radial-gradient(circle at 8% 8%,rgba(16,185,129,.14),transparent 28%),
    radial-gradient(circle at 92% 70%,rgba(20,184,166,.10),transparent 30%),
    #020617;
}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-shell:before,
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-shell:after{
  content:"";
  position:absolute;
  border-radius:999px;
  pointer-events:none;
  filter:blur(2px);
}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-shell:before{
  width:260px;height:260px;left:-150px;top:20px;background:rgba(16,185,129,.08);
}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-shell:after{
  width:320px;height:320px;right:-190px;bottom:-180px;background:rgba(20,184,166,.07);
}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-heading,
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-card,
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-trust{
  position:relative;
  z-index:1;
}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-heading{
  width:min(100%,700px);
  margin:0 auto 24px;
  text-align:center;
}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-kicker{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:5px 11px;
  border:1px solid rgba(16,185,129,.28);
  border-radius:999px;
  background:rgba(16,185,129,.08);
  color:#34d399;
  font-size:10px;
  font-weight:900;
  letter-spacing:.16em;
}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-heading h1{
  margin:12px 0 8px!important;
  color:#f8fafc!important;
  font-size:clamp(30px,4vw,43px)!important;
  line-height:1.15!important;
  font-weight:900!important;
  letter-spacing:-.035em;
}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-heading p{
  margin:0 auto!important;
  max-width:580px;
  color:#94a3b8!important;
  font-size:14px!important;
  line-height:1.75!important;
}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-card{
  width:min(100%,650px);
  margin:0 auto;
  box-sizing:border-box;
  padding:28px;
  border:1px solid rgba(148,163,184,.16);
  border-radius:25px;
  background:rgba(15,23,42,.94)!important;
  box-shadow:0 28px 80px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.035);
  backdrop-filter:blur(15px);
}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-card-top{
  display:flex;
  align-items:center;
  gap:14px;
  padding-bottom:20px;
  margin-bottom:22px;
  border-bottom:1px solid rgba(148,163,184,.12);
}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-icon{
  flex:0 0 52px;
  width:52px;height:52px;
  display:grid;place-items:center;
  border-radius:16px;
  background:linear-gradient(145deg,rgba(16,185,129,.18),rgba(5,150,105,.08));
  border:1px solid rgba(52,211,153,.22);
  color:#34d399;
  box-shadow:0 12px 28px rgba(16,185,129,.08);
}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-icon svg{width:27px;height:27px}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-card-top h2{
  margin:0 0 4px!important;
  color:#f8fafc!important;
  font-size:19px!important;
  font-weight:850!important;
}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-card-top p{
  margin:0!important;
  color:#64748b!important;
  font-size:12px!important;
}
body.woocommerce-account.woocommerce-lost-password form.rahel-native-reset-form{
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.woocommerce-account.woocommerce-lost-password form.rahel-native-reset-form:before,
body.woocommerce-account.woocommerce-lost-password form.rahel-native-reset-form:after{display:none!important}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-field{
  width:100%!important;
  float:none!important;
  margin:0 0 18px!important;
  padding:0!important;
}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-field label{
  display:block!important;
  margin:0 0 8px!important;
  color:#e2e8f0!important;
  font-size:13px!important;
  font-weight:800!important;
}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-field .required{color:#34d399!important}
body.woocommerce-account.woocommerce-lost-password .rahel-password-wrap{display:block;position:relative}
body.woocommerce-account.woocommerce-lost-password .rahel-password-wrap .input-text{
  width:100%!important;
  height:54px!important;
  min-height:54px!important;
  box-sizing:border-box!important;
  padding:0 70px 0 15px!important;
  border:1px solid #334155!important;
  border-radius:13px!important;
  background:#020617!important;
  color:#f8fafc!important;
  font-size:15px!important;
}
body.woocommerce-account.woocommerce-lost-password .rahel-password-wrap .input-text:focus{
  outline:none!important;
  border-color:#10b981!important;
  box-shadow:0 0 0 4px rgba(16,185,129,.11)!important;
}
body.woocommerce-account.woocommerce-lost-password .rahel-password-toggle{
  position:absolute;
  top:50%;right:10px;
  transform:translateY(-50%);
  min-width:48px;
  height:34px;
  padding:0 9px;
  border:1px solid #334155!important;
  border-radius:9px!important;
  background:#0f172a!important;
  color:#94a3b8!important;
  font-size:11px!important;
  font-weight:800!important;
  cursor:pointer;
}
body.woocommerce-account.woocommerce-lost-password .rahel-password-toggle:hover{color:#34d399!important;border-color:#047857!important}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-submit-row{
  width:100%!important;
  margin:8px 0 0!important;
  padding:0!important;
}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-submit-row .button{
  width:100%!important;
  min-height:54px!important;
  height:54px!important;
  margin:0!important;
  border:0!important;
  border-radius:13px!important;
  background:linear-gradient(135deg,#10b981,#059669)!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:900!important;
  box-shadow:0 14px 30px rgba(16,185,129,.18)!important;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important;
}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-submit-row .button:hover{
  color:#fff!important;
  filter:brightness(1.04);
  transform:translateY(-1px);
  box-shadow:0 18px 36px rgba(16,185,129,.25)!important;
}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-hint{
  margin-top:15px;
  color:#64748b;
  font-size:11px;
  line-height:1.6;
}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-hint span{color:#34d399;font-weight:900}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-back{
  margin-top:19px;
  padding-top:18px;
  border-top:1px solid rgba(148,163,184,.12);
  text-align:center;
}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-back a{
  color:#94a3b8!important;
  text-decoration:none!important;
  font-size:13px!important;
  font-weight:800!important;
}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-back a:hover{color:#34d399!important}
body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-trust{
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  margin:15px auto 0;
  color:#64748b;
  font-size:11px;
}
body.woocommerce-account.woocommerce-lost-password .woocommerce-message,
body.woocommerce-account.woocommerce-lost-password .woocommerce-info,
body.woocommerce-account.woocommerce-lost-password .woocommerce-error{
  width:min(100%,650px)!important;
  box-sizing:border-box!important;
  margin:0 auto 18px!important;
  border:1px solid rgba(52,211,153,.20)!important;
  border-left:3px solid #10b981!important;
  border-top:1px solid rgba(52,211,153,.20)!important;
  border-radius:15px!important;
  background:rgba(15,23,42,.94)!important;
  color:#e2e8f0!important;
  box-shadow:0 12px 30px rgba(0,0,0,.24)!important;
}
body.woocommerce-account.woocommerce-lost-password .woocommerce-error{
  border-left-color:#f87171!important;
  border-color:rgba(248,113,113,.20)!important;
}
@media(max-width:680px){
  body.woocommerce-account.woocommerce-lost-password .woocommerce .rahel-reset-password-shell{padding:36px 13px 58px}
  body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-heading{margin-bottom:18px}
  body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-heading h1{font-size:30px!important}
  body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-heading p{font-size:13px!important}
  body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-card{padding:20px 17px;border-radius:21px}
  body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-card-top{gap:11px;padding-bottom:17px;margin-bottom:19px}
  body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-icon{flex-basis:46px;width:46px;height:46px;border-radius:14px}
  body.woocommerce-account.woocommerce-lost-password .rahel-reset-password-card-top h2{font-size:17px!important}
}


/* v16 — stable authentication rendering on desktop + mobile. */
body.rahel-auth-page-body{margin:0!important;background:#020617!important;color:#e2e8f0!important;overflow-x:hidden!important}
.rahel-login-page{position:relative;z-index:1}
.rahel-login-page .rahel-auth-card{width:min(100%,620px)!important;margin:0 auto!important}
.rahel-login-page .rahel-auth-form{width:100%!important}
.rahel-login-page .rahel-auth-message{margin:0 0 18px!important}
@media(max-width:680px){
  .rahel-login-page{padding-top:28px!important;padding-bottom:46px!important}
  .rahel-login-page .rahel-auth-heading h1{font-size:30px!important;line-height:1.1!important}
  .rahel-login-page .rahel-auth-heading p{font-size:13px!important;line-height:1.7!important}
  .rahel-login-page .rahel-auth-card{width:100%!important;box-sizing:border-box!important;border-radius:20px!important;padding:20px!important}
}

/* Logo Control Panel output */
.rahel-logo-control-img{background:transparent!important;border:0!important;box-shadow:none!important;}


/* V24 profile header: login/register/profile behavior */
.rahel-profile-wrap{display:inline-flex;align-items:center;margin-left:2px;z-index:60}
.rahel-profile-btn{
  width:40px;height:40px;border-radius:9999px;padding:2px;display:flex;align-items:center;justify-content:center;
  border:1px solid rgba(52,211,153,.45);background:rgba(15,23,42,.8);cursor:pointer;
  transition:transform .15s ease,border-color .15s ease;
}
.rahel-profile-btn:hover{transform:scale(1.04);border-color:rgba(52,211,153,.9)}
.rahel-profile-avatar{width:34px;height:34px;border-radius:9999px;object-fit:cover;display:block}
.rahel-profile-menu{
  position:absolute;right:0;top:calc(100% + 8px);min-width:150px;padding:6px;border-radius:12px;
  background:#0f172a;border:1px solid #334155;box-shadow:0 18px 45px rgba(0,0,0,.35);
  opacity:0;visibility:hidden;transform:translateY(-4px);pointer-events:none;transition:opacity .15s ease,transform .15s ease;
}
.rahel-profile-menu.is-open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.rahel-profile-item{display:block;padding:9px 11px;border-radius:8px;color:#e2e8f0;text-decoration:none;font-size:13px;font-weight:700}
.rahel-profile-item:hover{background:#1e293b;color:#34d399}
.rahel-profile-logout{color:#fca5a5}
.rahel-profile-logout:hover{color:#fecaca;background:#3f1d1d}
@media(max-width:639px){
  .rahel-profile-wrap{margin-right:2px}
  .rahel-profile-menu{right:-4px}
}
