:root{overflow-x:clip!important;overflow-y:visible!important}
body[class]{overflow-x:clip!important;overflow-y:visible!important}

.lemon-post{
  --navy:#0a356b; --navy-dark:#001744; --blue-gray:#3e5572; --placeholder:#6f87a5;
  --yellow:#fbda19; --bar-bg:#f2f6fc; --toc-active:#f7faff; --badge-bg:#deecf7;
  --card-bg:#fff; --field-bg:#fff; --field-border:#d7e1ee; --divider:#e4ebf4;
  --shadow:0 10px 40px rgba(10,53,107,.08); --shadow-sm:0 4px 18px rgba(10,53,107,.06);
  --font:"Heebo","Assistant",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  --main-w:786px; --side-w:360px; --gap:40px; --radius:10px; --radius-sm:4px;
  --chev:url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%230A356B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --tick:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6673 3.5L5.25065 9.91667L2.33398 7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  font-family:var(--font); color:var(--navy); direction:rtl; line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
.lemon-post *{box-sizing:border-box}
.lemon-post img{max-width:100%;display:block}
.lemon-post a{color:inherit;text-decoration:none}

.lemon-post .lp-wrap{max-width:1240px;margin:0 auto;padding:40px 24px 80px}
.lemon-post .lp-layout{
  display:grid;grid-template-columns:minmax(0,var(--main-w)) var(--side-w);
  gap:var(--gap);align-items:start;
}
.lemon-post .lp-article{min-width:0}
.lemon-post .lp-sidebar{min-width:0;align-self:stretch}

.lemon-post .lp-tail{width:var(--main-w);max-width:100%;margin-top:6px}

.lemon-post .card{background:var(--card-bg);border:1px solid #edf1f7;border-radius:var(--radius);box-shadow:var(--shadow);padding:26px 24px}

/* Breadcrumb */
.lemon-post .lp-breadcrumb{font-size:18px;line-height:1.6;color:var(--navy);margin-bottom:14px}
.lemon-post .lp-breadcrumb a{color:var(--navy)}
.lemon-post .lp-breadcrumb .sep{margin:0 6px;opacity:.7}

/* Title */
.lemon-post .lp-title{
  font-size:44px;line-height:1.17;font-weight:900;color:var(--navy)!important;
  margin:0 0 26px;letter-spacing:-.7px;text-wrap:pretty;
}

/* Hero */
.lemon-post .lp-hero{width:100%;border-radius:12px;overflow:hidden;margin:0 0 22px;aspect-ratio:786/353}
.lemon-post .lp-hero img{width:100%;height:100%;object-fit:cover;object-position:center}

/* Meta */
.lemon-post .lp-meta{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.lemon-post .lp-meta__avatar{width:48px;height:48px;border-radius:50%;flex:0 0 48px;overflow:hidden}
.lemon-post .lp-meta__avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.lemon-post .lp-meta__author{font-size:20px;font-weight:700;color:var(--navy);text-decoration:underline;text-underline-offset:3px}
.lemon-post .lp-meta__dot{width:8px;height:8px;border-radius:50%;background:var(--yellow);flex:0 0 8px}
.lemon-post .lp-meta__date{font-size:20px;color:var(--navy)}
.lemon-post .lp-meta__divider{height:1px;background:var(--divider);margin:0 0 26px}

/* the_content typography (author-typed body) */
.lemon-post .the_content{font-size:22px;line-height:1.45;color:var(--navy)}
.lemon-post .the_content p{font-size:22px;line-height:1.45;color:var(--navy)!important;margin:0 0 20px}
.lemon-post .the_content>p:first-of-type{margin-bottom:28px}
.lemon-post .the_content a{color:var(--navy);text-decoration:underline}
.lemon-post .the_content strong,.lemon-post .the_content b{font-weight:700}
.lemon-post .the_content ul,.lemon-post .the_content ol{margin:0 0 20px;padding-inline-start:1.4em}
.lemon-post .the_content li{font-size:22px;line-height:1.6;color:var(--navy);margin-bottom:6px}
.lemon-post .the_content img{border-radius:10px;margin:8px 0 20px}
.lemon-post .the_content>h2{
  background:var(--bar-bg);border-radius:2px;padding:14px 16px;margin:26px 0 22px;
  text-align:center;font-size:33px;line-height:1.15;font-weight:900;color:var(--navy)!important;
  scroll-margin-top:110px;
}
.lemon-post .the_content>h3{font-size:26px;font-weight:900;color:var(--navy)!important;margin:22px 0 12px;scroll-margin-top:110px}

/* Section bar (related) */
.lemon-post .lp-secbar{background:var(--bar-bg);border-radius:2px;padding:14px 16px;margin:26px 0 22px;text-align:center}
.lemon-post .lp-secbar h2{margin:0;font-size:33px;line-height:1.15;font-weight:900;color:var(--navy)!important}

/* Related */
.lemon-post .lp-related{margin:28px 0 10px}
.lemon-post .lp-related__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:20px}
.lemon-post .lp-rcard{background:var(--card-bg);border-radius:8px;box-shadow:var(--shadow-sm);overflow:hidden}
.lemon-post .lp-rcard img{width:100%;height:151px;object-fit:cover}
.lemon-post .lp-rcard h3{margin:0;padding:16px;font-size:20px;font-weight:400;line-height:1.27;color:var(--navy)!important}

/* Author bio */
.lemon-post .lp-authorhead{display:flex;align-items:center;gap:18px;margin:34px 0 22px}
.lemon-post .lp-authorhead h2{margin:0;font-size:26px;font-weight:900;color:var(--navy)!important;white-space:nowrap}
.lemon-post .lp-rule{flex:1;height:2px;background:linear-gradient(90deg,var(--yellow),var(--navy))}
.lemon-post .lp-authorcard{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid #eef2f8;
  padding:34px;display:flex;align-items:center;gap:34px}
.lemon-post .lp-authorcard__photo{width:180px;height:180px;border-radius:50%;overflow:hidden;flex:0 0 180px}
.lemon-post .lp-authorcard__photo img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.lemon-post .lp-authorcard__body{min-width:0}
.lemon-post .lp-authorcard__name{font-size:30px;font-weight:900;color:var(--navy)!important;text-decoration:underline;text-underline-offset:4px;margin-bottom:12px}
.lemon-post .lp-authorcard__bio{font-size:21px;line-height:1.45;color:var(--navy)!important;margin:0}

/* Sidebar lead form */
.lemon-post .lp-lead{margin-bottom:28px}
.lemon-post .lp-lead__head{display:flex;align-items:flex-start;gap:14px;margin-bottom:22px}
.lemon-post .lp-lead__illus{width:96px;height:92px;flex:0 0 96px;object-fit:contain;align-self:flex-start}
.lemon-post .lp-lead__title{flex:1;font-size:28px;line-height:1.2;font-weight:900;color:var(--navy)!important;margin:0;text-align:right}
.lemon-post .lp-lead .lp-consent{display:flex;align-items:center;gap:8px;font-size:15px;color:var(--blue-gray);margin:6px 0 20px}
.lemon-post .lp-lead .lp-btn{width:auto;min-width:230px;font-size:20px;padding:15px 32px;display:block;margin:0 auto}
.lemon-post .lp-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--yellow)!important;
  color:var(--navy)!important;font-weight:900;border:none;border-radius:40px;cursor:pointer;font-family:var(--font);line-height:1}
.lemon-post .lp-field{position:relative;margin-bottom:16px}
.lemon-post .lp-field input,.lemon-post .lp-field select{width:100%;height:52px;border:1px solid var(--field-border);
  border-radius:var(--radius-sm);background:#fff;padding:0 16px;font-family:var(--font);font-size:18px;color:var(--navy);text-align:right}
.lemon-post .lp-field input::placeholder{color:var(--placeholder)}
.lemon-post .lp-field select{color:var(--placeholder);appearance:none;-webkit-appearance:none}
.lemon-post .lp-field select.filled{color:var(--navy)}
.lemon-post .lp-select::after{content:"";position:absolute;inset-inline-start:14px;top:50%;width:12px;height:7px;margin-top:-3px;
  background:var(--chev) no-repeat center/contain;pointer-events:none}
.lemon-post .lp-field input:focus,.lemon-post .lp-field select:focus{outline:none;border-color:var(--navy)}
.lemon-post .lp-check{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:2px;
  background:var(--navy-dark) var(--tick) no-repeat center/11px 8px;flex:0 0 18px}

/* TOC (sticky — only the TOC) */
.lemon-post .lp-toc{position:sticky;top:150px}
.lemon-post .lp-toc[hidden]{display:none}
.lemon-post .lp-toc__title{font-size:25px;font-weight:900;color:var(--navy)!important;text-align:right;margin:0 0 4px}
.lemon-post .lp-toc__underline{width:150px;height:3px;background:var(--yellow);margin:0 0 18px auto;border-radius:2px}
.lemon-post .lp-toc__list{list-style:none;margin:0;padding:0}
.lemon-post .lp-toc__list li{margin:0}
.lemon-post .lp-toc__list a{display:flex;gap:12px;padding:10px 14px;border-radius:6px;font-size:19px;line-height:1.35;color:var(--navy);align-items:flex-start;transition:background .15s}
.lemon-post .lp-toc__list a:hover{background:var(--toc-active)}
.lemon-post .lp-toc__list a.active{background:var(--toc-active);font-weight:700}
.lemon-post .lp-toc__num{flex:0 0 auto;font-weight:700;color:var(--navy)}
.lemon-post .lp-toc__num::after{content:"."}
.lemon-post .lp-toc__text{flex:1;text-align:right}
.lemon-post .lp-toc__toggle{display:none}

/* Responsive */
@media (max-width:1080px){
  .lemon-post .lp-title{font-size:38px}
  .lemon-post .lp-layout{grid-template-columns:minmax(0,1fr) 320px;gap:28px}
  .lemon-post .lp-tail{width:auto}
}
@media (max-width:860px){
  .lemon-post .lp-wrap{padding:24px 16px 60px}
  .lemon-post .lp-layout{display:flex;flex-direction:column}
  .lemon-post .lp-sidebar{order:-1;align-self:auto}
  .lemon-post .lp-toc{position:static;top:auto}
  .lemon-post .lp-article{margin-bottom:8px}
  .lemon-post .lp-tail{width:auto}
  .lemon-post .lp-title{font-size:30px;line-height:1.2}
  .lemon-post .lp-breadcrumb{font-size:15px}
  .lemon-post .the_content,.lemon-post .the_content p,.lemon-post .the_content li{font-size:18px}
  .lemon-post .the_content>h2,.lemon-post .lp-secbar h2{font-size:24px}
  .lemon-post .lp-related__grid{grid-template-columns:1fr;gap:16px}
  .lemon-post .lp-rcard img{height:180px}
  .lemon-post .lp-authorcard{flex-direction:column;text-align:center;padding:24px;gap:18px}
  .lemon-post .lp-authorcard__bio{font-size:17px}
  .lemon-post .lp-toc__toggle{display:flex;justify-content:space-between;align-items:center;width:100%;
    background:none;border:none;cursor:pointer;font-family:var(--font);padding:0;
    font-size:22px;font-weight:900;color:var(--navy)}
  .lemon-post .lp-toc__arrow{width:14px;height:9px;background:url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%230A356B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;transition:transform .2s}
  .lemon-post .lp-toc.collapsed .lp-toc__underline,.lemon-post .lp-toc.collapsed .lp-toc__list{display:none}
  .lemon-post .lp-toc.collapsed .lp-toc__arrow{transform:rotate(-90deg)}
  .lemon-post .lp-toc__title{display:none}
}
@media (max-width:420px){
  .lemon-post .lp-title{font-size:26px}
}
