.rsh-feed{display:grid;gap:24px}.rsh-columns-1{grid-template-columns:1fr}.rsh-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.rsh-columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.rsh-columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}.rsh-card{background:#fff;border:1px solid #e1e5ea;border-radius:12px;overflow:hidden;box-shadow:0 4px 18px rgba(0,0,0,.06)}.rsh-card-media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;background:#e1e5ea}.rsh-card-media:has(>:only-child){grid-template-columns:1fr}.rsh-card-image,.rsh-card video{display:block;width:100%;height:auto}.rsh-card-body{padding:18px}.rsh-card-body h3{margin:0 0 10px;font-size:1.15rem}.rsh-platform-links,.rsh-single-links{margin-top:14px}.rsh-platform-links a,.rsh-single-links a{text-decoration:none;font-weight:600}@media(max-width:900px){.rsh-columns-3,.rsh-columns-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.rsh-columns-2,.rsh-columns-3,.rsh-columns-4{grid-template-columns:1fr}}

body.single-rsh_social_post .rsh-math-display{
  margin:14px 0 20px;
  padding:16px 18px;
  overflow-x:auto;
  color:#16254b;
  background:#f5f8fd;
  border:1px solid #dfe7f1;
  border-radius:10px;
  text-align:center;
  -webkit-overflow-scrolling:touch;
}
body.single-rsh_social_post .rsh-math-display .katex-display{margin:.25em 0}
body.single-rsh_social_post .rsh-math-display .katex{font-size:1.12em}

.rsh-social-profiles{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin:16px 0}
.rsh-social-profiles.rsh-align-left{justify-content:flex-start}
.rsh-social-profiles.rsh-align-center{justify-content:center}
.rsh-social-profiles.rsh-align-right{justify-content:flex-end}
.rsh-profile-link{display:inline-flex;border-radius:50%;transition:transform .18s ease,opacity .18s ease}
.rsh-profile-link:hover,.rsh-profile-link:focus-visible{transform:translateY(-2px);opacity:.9}
.rsh-profile-link:focus-visible{outline:3px solid currentColor;outline-offset:3px}
.rsh-profile-icon{display:inline-flex;width:var(--rsh-profile-size);height:var(--rsh-profile-size)}
.rsh-profile-icon svg{display:block;width:100%;height:100%}

/*
 * Euler Equation of Motion resource page (post 18704)
 * --------------------------------------------------
 * Intentionally scoped to one post so the Social Hub archive, other posts,
 * publishing UI and the rest of the website retain their existing design.
 */
body.single-rsh_social_post.postid-18704{
  --rsh-euler-navy:#10204a;
  --rsh-euler-ink:#24324a;
  --rsh-euler-muted:#657289;
  --rsh-euler-green:#087a5b;
  --rsh-euler-green-dark:#065d46;
  --rsh-euler-green-soft:#ecf8f3;
  --rsh-euler-blue-soft:#f3f7fd;
  --rsh-euler-border:#dfe7f1;
  --rsh-euler-orange:#e87322;
  --rsh-euler-shadow:0 18px 55px rgba(16,32,74,.09);
  background:#f4f7fb;
}

body.single-rsh_social_post.postid-18704 #content > .ast-container{
  max-width:1240px;
  padding-left:22px;
  padding-right:22px;
}

body.single-rsh_social_post.postid-18704 .site-main > article.ast-article-single{
  width:100%;
  max-width:1180px;
  margin:38px auto 34px;
  padding:clamp(30px,4.5vw,58px);
  overflow:hidden;
  background:#fff;
  border:1px solid var(--rsh-euler-border);
  border-radius:24px;
  box-shadow:var(--rsh-euler-shadow);
}

body.single-rsh_social_post.postid-18704 .entry-header{
  position:relative;
  margin:0 0 30px;
  padding:0 0 27px;
  border-bottom:1px solid var(--rsh-euler-border);
}

body.single-rsh_social_post.postid-18704 .entry-header::before{
  content:"FLUID DYNAMICS  \2022  UPSC & IFoS MATHEMATICS OPTIONAL";
  display:inline-flex;
  align-items:center;
  margin-bottom:16px;
  padding:7px 12px;
  color:var(--rsh-euler-green-dark);
  background:var(--rsh-euler-green-soft);
  border:1px solid #c9eadc;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.055em;
}

body.single-rsh_social_post.postid-18704 .entry-title{
  max-width:850px;
  margin:0 0 12px;
  color:var(--rsh-euler-navy);
  font-size:clamp(32px,4.1vw,46px);
  font-weight:750;
  line-height:1.13;
  letter-spacing:-.025em;
}

body.single-rsh_social_post.postid-18704 .entry-meta{
  color:var(--rsh-euler-muted);
  font-size:0;
  line-height:1.5;
}

body.single-rsh_social_post.postid-18704 .entry-meta::before{
  content:"Ramana Sri IAS Academic Resource";
  font-size:13px;
  font-weight:650;
}

body.single-rsh_social_post.postid-18704 .entry-meta .posted-by{
  display:none;
}

body.single-rsh_social_post.postid-18704 .entry-meta .posted-on{
  display:none!important;
}

body.single-rsh_social_post.postid-18704 .entry-content{
  max-width:900px;
  margin:0 auto;
  color:var(--rsh-euler-ink);
  font-size:17px;
  line-height:1.72;
}

body.single-rsh_social_post.postid-18704 .entry-content > p:first-of-type{
  margin:0 0 28px;
  padding:19px 21px;
  color:#203152;
  background:linear-gradient(135deg,#f5f8fd 0%,#eef8f4 100%);
  border:1px solid #dce8ef;
  border-left:4px solid var(--rsh-euler-green);
  border-radius:14px;
  font-size:19px;
  font-weight:600;
  line-height:1.6;
}

body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(2),
body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(4),
body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(6),
body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(8),
body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(10){
  margin:18px 0 6px;
  color:var(--rsh-euler-green-dark);
  font-size:12px;
  font-weight:800;
  line-height:1.4;
  letter-spacing:.07em;
  text-transform:uppercase;
}

body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(3),
body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(5),
body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(7),
body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(9),
body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(11){
  margin:0 0 18px;
  padding:15px 18px;
  overflow-wrap:anywhere;
  color:var(--rsh-euler-navy);
  background:var(--rsh-euler-blue-soft);
  border:1px solid #dbe5f3;
  border-radius:12px;
  font-family:"Cambria Math",Cambria,"Times New Roman",serif;
  font-size:20px;
  font-weight:600;
  line-height:1.5;
}

body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(12){
  margin:28px 0;
  padding:16px 19px;
  color:#5b3a17;
  background:#fff8ed;
  border:1px solid #f1dfc2;
  border-left:4px solid var(--rsh-euler-orange);
  border-radius:12px;
  font-size:15.5px;
  font-weight:650;
  line-height:1.65;
}

body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(13){
  width:max-content;
  max-width:100%;
  margin:30px auto 22px;
  padding:9px 15px;
  color:var(--rsh-euler-green-dark);
  background:var(--rsh-euler-green-soft);
  border:1px solid #cce9dc;
  border-radius:999px;
  font-size:13px;
  font-weight:750;
  line-height:1.45;
  text-align:center;
}

/* Social-caption housekeeping is useful on the networks but not in the article. */
body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(14),
body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(16){
  display:none;
}

body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(15){
  margin:26px 0 34px;
  padding:13px 17px;
  color:#46546b;
  background:#f8fafc;
  border:1px solid var(--rsh-euler-border);
  border-radius:12px;
  font-size:14px;
  line-height:1.75;
}

body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(15) a{
  color:var(--rsh-euler-green-dark);
  font-weight:700;
  text-decoration:none;
}

body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(15) a:hover,
body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(15) a:focus-visible{
  text-decoration:underline;
}

body.single-rsh_social_post.postid-18704 .entry-content figure.wp-block-image{
  margin:34px auto;
  padding:12px 12px 10px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--rsh-euler-border);
  border-radius:18px;
  box-shadow:0 12px 34px rgba(16,32,74,.08);
}

body.single-rsh_social_post.postid-18704 .entry-content figure.wp-block-image img{
  display:block;
  width:100%;
  height:auto;
  margin:0;
  border-radius:11px;
}

body.single-rsh_social_post.postid-18704 .entry-content figcaption.wp-element-caption{
  margin:10px 4px 1px;
  color:var(--rsh-euler-muted);
  font-size:12.5px;
  font-weight:600;
  line-height:1.5;
  text-align:left;
}

body.single-rsh_social_post.postid-18704 .entry-content figure.wp-block-video{
  position:relative;
  max-width:400px;
  margin:46px auto 24px;
  padding:42px 10px 10px;
  overflow:hidden;
  background:#062e27;
  border:1px solid #0c5648;
  border-radius:22px;
  box-shadow:0 18px 48px rgba(6,46,39,.22);
}

body.single-rsh_social_post.postid-18704 .entry-content figure.wp-block-video::before{
  content:"120-SECOND REVISION VIDEO";
  position:absolute;
  top:13px;
  left:16px;
  color:#dff8ef;
  font-size:11px;
  font-weight:800;
  line-height:1.3;
  letter-spacing:.08em;
}

body.single-rsh_social_post.postid-18704 .entry-content figure.wp-block-video video{
  display:block;
  width:100%;
  height:auto;
  margin:0;
  aspect-ratio:9/16;
  object-fit:cover;
  background:#001a16;
  border-radius:13px;
}

body.single-rsh_social_post.postid-18704 .entry-content figure.wp-block-video figcaption{
  margin:10px 5px 2px;
  color:#d4ebe5;
  font-size:12px;
  line-height:1.5;
}

body.single-rsh_social_post.postid-18704 .rsh-single-links{
  margin:32px 0 0;
  padding:15px 17px;
  color:#405067;
  background:#f7fafc;
  border:1px solid var(--rsh-euler-border);
  border-radius:12px;
  font-size:13.5px;
  line-height:1.7;
}

body.single-rsh_social_post.postid-18704 .rsh-single-links a{
  color:var(--rsh-euler-green-dark);
}

body.single-rsh_social_post.postid-18704 .navigation.post-navigation{
  max-width:1040px;
  margin:0 auto 48px;
}

body.single-rsh_social_post.postid-18704 .navigation.post-navigation .nav-links{
  padding:0;
  background:transparent;
}

body.single-rsh_social_post.postid-18704 .navigation.post-navigation a{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:10px 15px;
  color:var(--rsh-euler-navy);
  background:#fff;
  border:1px solid var(--rsh-euler-border);
  border-radius:11px;
  box-shadow:0 6px 18px rgba(16,32,74,.06);
  font-size:13px;
  font-weight:700;
  text-decoration:none;
}

body.single-rsh_social_post.postid-18704 .navigation.post-navigation a:hover,
body.single-rsh_social_post.postid-18704 .navigation.post-navigation a:focus-visible{
  color:#fff;
  background:var(--rsh-euler-green-dark);
  border-color:var(--rsh-euler-green-dark);
}

/* Keep the existing contact controls useful while making them less visually dominant. */
body.single-rsh_social_post.postid-18704 .rs-final-floating-contact a{
  min-width:82px;
  min-height:38px;
  padding:8px 11px;
  border-radius:8px;
  font-size:12px;
  box-shadow:0 7px 20px rgba(17,24,39,.12);
}

@media(max-width:760px){
  body.single-rsh_social_post.postid-18704 #content > .ast-container{
    padding-left:12px;
    padding-right:12px;
  }

  body.single-rsh_social_post.postid-18704 .site-main > article.ast-article-single{
    margin:18px auto 24px;
    padding:25px 18px 30px;
    border-radius:18px;
  }

  body.single-rsh_social_post.postid-18704 .entry-header{
    margin-bottom:24px;
    padding-bottom:22px;
  }

  body.single-rsh_social_post.postid-18704 .entry-header::before{
    padding:6px 9px;
    font-size:10px;
    letter-spacing:.035em;
  }

  body.single-rsh_social_post.postid-18704 .entry-title{
    font-size:30px;
    line-height:1.17;
  }

  body.single-rsh_social_post.postid-18704 .entry-content{
    font-size:16px;
  }

  body.single-rsh_social_post.postid-18704 .entry-content > p:first-of-type{
    padding:16px;
    font-size:17px;
  }

  body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(3),
  body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(5),
  body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(7),
  body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(9),
  body.single-rsh_social_post.postid-18704 .entry-content > p:nth-of-type(11){
    padding:13px 14px;
    font-size:18px;
  }

  body.single-rsh_social_post.postid-18704 .entry-content figure.wp-block-image{
    margin:26px auto;
    padding:8px 8px 9px;
    border-radius:14px;
  }

  body.single-rsh_social_post.postid-18704 .entry-content figure.wp-block-video{
    width:min(100%,350px);
    margin-top:34px;
    border-radius:18px;
  }

  body.single-rsh_social_post.postid-18704 .navigation.post-navigation{
    margin-bottom:32px;
  }
}

/* v1.3.2 — complete academic resource-page architecture for post 18704. */
body.single-rsh_social_post.postid-18704 .site-main > article.ast-article-single{
  padding:0;
}

body.single-rsh_social_post.postid-18704 .entry-header{
  margin:0;
  padding:clamp(34px,4.7vw,56px) clamp(30px,5.4vw,62px) 18px;
  background:linear-gradient(90deg,#172867 0%,#4930b3 72%,#087a5b 145%);
  border:0;
}

body.single-rsh_social_post.postid-18704 .entry-header::before{
  margin-bottom:15px;
  color:#fff;
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.25);
}

body.single-rsh_social_post.postid-18704 .entry-title{
  max-width:780px;
  color:#fff;
  text-wrap:balance;
}

body.single-rsh_social_post.postid-18704 .entry-meta,
body.single-rsh_social_post.postid-18704 .entry-meta::before{
  color:rgba(255,255,255,.76);
}

body.single-rsh_social_post.postid-18704 .entry-content{
  max-width:none;
  margin:0;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-hero-panel{
  padding:2px clamp(30px,5.4vw,62px) 38px;
  color:#fff;
  background:linear-gradient(90deg,#172867 0%,#4930b3 72%,#087a5b 145%);
}

body.single-rsh_social_post.postid-18704 .rsh-euler-hero-copy{
  max-width:790px;
  margin:0 0 21px;
  color:rgba(255,255,255,.91);
  font-size:18px;
  line-height:1.65;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-hero-actions,
body.single-rsh_social_post.postid-18704 .rsh-euler-final-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 17px;
  border:1px solid transparent;
  border-radius:9px;
  font-size:13px;
  font-weight:800;
  line-height:1.25;
  text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-btn:hover,
body.single-rsh_social_post.postid-18704 .rsh-euler-btn:focus-visible{
  transform:translateY(-1px);
}

body.single-rsh_social_post.postid-18704 .rsh-euler-btn-primary{
  color:#073c2f;
  background:#98f1cd;
  border-color:#98f1cd;
  box-shadow:0 8px 22px rgba(0,0,0,.12);
}

body.single-rsh_social_post.postid-18704 .rsh-euler-btn-secondary{
  color:#fff;
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.36);
}

body.single-rsh_social_post.postid-18704 .rsh-euler-hero-facts{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  margin-top:25px;
  overflow:hidden;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.18);
  border-radius:12px;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-hero-facts > div{
  min-width:0;
  padding:12px 14px;
  background:rgba(8,14,59,.28);
}

body.single-rsh_social_post.postid-18704 .rsh-euler-hero-facts span,
body.single-rsh_social_post.postid-18704 .rsh-euler-hero-facts strong{
  display:block;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-hero-facts span{
  margin-bottom:3px;
  color:rgba(255,255,255,.64);
  font-size:10px;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-hero-facts strong{
  color:#fff;
  font-size:13px;
  line-height:1.35;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body{
  max-width:1060px;
  margin:0 auto;
  padding:38px 28px 58px;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-quick-overview{
  scroll-margin-top:90px;
  margin:0 0 28px;
  padding:28px 30px 26px;
  background:linear-gradient(145deg,#fbfaff 0%,#f6f8ff 55%,#f4fbf8 100%);
  border:1px solid #dedcf4;
  border-radius:18px;
  box-shadow:0 12px 34px rgba(23,40,103,.08);
}

body.single-rsh_social_post.postid-18704 .rsh-euler-overview-label{
  display:inline-flex;
  align-items:center;
  margin-bottom:16px;
  padding:7px 12px;
  color:#3d2498;
  background:#ece8ff;
  border-radius:999px;
  font-size:11px;
  font-weight:850;
  letter-spacing:.02em;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-overview-lead{
  max-width:790px;
  margin:0 0 19px;
  color:#20256f;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(22px,3vw,31px);
  line-height:1.18;
  letter-spacing:-.015em;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-quick-overview ul{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-quick-overview li{
  position:relative;
  margin:0;
  padding-left:30px;
  color:#24324a;
  font-size:14px;
  font-weight:700;
  line-height:1.5;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-quick-overview li::before{
  content:"✓";
  position:absolute;
  top:.08em;
  left:0;
  display:grid;
  width:20px;
  height:20px;
  place-items:center;
  color:#fff;
  background:#079b72;
  border-radius:50%;
  font-size:12px;
  font-weight:900;
  line-height:1;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-resource-nav{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin:0 0 30px;
  padding:13px 14px;
  background:#f7f9fc;
  border:1px solid var(--rsh-euler-border);
  border-radius:12px;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-resource-nav strong{
  margin-right:4px;
  color:var(--rsh-euler-navy);
  font-size:12px;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-resource-nav a{
  display:inline-flex;
  padding:6px 9px;
  color:#42506a;
  background:#fff;
  border:1px solid #dfe5ee;
  border-radius:999px;
  font-size:11.5px;
  font-weight:700;
  text-decoration:none;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-resource-nav a:hover,
body.single-rsh_social_post.postid-18704 .rsh-euler-resource-nav a:focus-visible{
  color:#fff;
  background:var(--rsh-euler-green-dark);
  border-color:var(--rsh-euler-green-dark);
}

body.single-rsh_social_post.postid-18704 .rsh-euler-section-heading,
body.single-rsh_social_post.postid-18704 .rsh-euler-info-section h2,
body.single-rsh_social_post.postid-18704 .rsh-euler-media-section h2,
body.single-rsh_social_post.postid-18704 .rsh-euler-video-section h2,
body.single-rsh_social_post.postid-18704 .rsh-euler-related-section h2,
body.single-rsh_social_post.postid-18704 .rsh-euler-faq-section h2{
  margin:0 0 10px;
  color:var(--rsh-euler-navy);
  font-size:clamp(25px,3.2vw,33px);
  line-height:1.2;
  letter-spacing:-.02em;
  text-wrap:balance;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-section-heading{
  margin-top:36px;
  padding-top:6px;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body > p:first-of-type{
  margin:0 0 28px;
  padding:19px 21px;
  color:#203152;
  background:linear-gradient(135deg,#f5f8fd 0%,#eef8f4 100%);
  border:1px solid #dce8ef;
  border-left:4px solid var(--rsh-euler-green);
  border-radius:14px;
  font-size:18px;
  font-weight:600;
  line-height:1.6;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body > p:nth-of-type(2),
body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body > p:nth-of-type(4),
body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body > p:nth-of-type(6),
body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body > p:nth-of-type(8),
body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body > p:nth-of-type(10){
  margin:18px 0 6px;
  color:var(--rsh-euler-green-dark);
  font-size:12px;
  font-weight:800;
  line-height:1.4;
  letter-spacing:.07em;
  text-transform:uppercase;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body > p:nth-of-type(3),
body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body > p:nth-of-type(5),
body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body > p:nth-of-type(7),
body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body > p:nth-of-type(9),
body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body > p:nth-of-type(11){
  margin:0 0 18px;
  padding:15px 18px;
  overflow-wrap:anywhere;
  color:var(--rsh-euler-navy);
  background:var(--rsh-euler-blue-soft);
  border:1px solid #dbe5f3;
  border-radius:12px;
  font-family:"Cambria Math",Cambria,"Times New Roman",serif;
  font-size:20px;
  font-weight:600;
  line-height:1.5;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body > p:nth-of-type(12){
  margin:28px 0;
  padding:16px 19px;
  color:#5b3a17;
  background:#fff8ed;
  border:1px solid #f1dfc2;
  border-left:4px solid var(--rsh-euler-orange);
  border-radius:12px;
  font-size:15.5px;
  font-weight:650;
  line-height:1.65;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body > p:nth-of-type(13),
body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body > p:nth-of-type(14),
body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body > p:nth-of-type(15),
body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body > p:nth-of-type(16){
  display:none;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:8px;
  color:var(--rsh-euler-green-dark);
  font-size:10.5px;
  font-weight:850;
  line-height:1.3;
  letter-spacing:.085em;
  text-transform:uppercase;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-kicker::before{
  content:"✓";
  display:grid;
  width:18px;
  height:18px;
  flex:0 0 18px;
  place-items:center;
  color:#fff;
  background:var(--rsh-euler-green);
  border-radius:50%;
  font-size:10px;
  font-weight:900;
  line-height:1;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-section-intro,
body.single-rsh_social_post.postid-18704 .rsh-euler-media-section > p,
body.single-rsh_social_post.postid-18704 .rsh-euler-video-section > p{
  max-width:760px;
  margin:0 0 20px;
  color:#59677e;
  font-size:15.5px;
  line-height:1.7;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-info-section,
body.single-rsh_social_post.postid-18704 .rsh-euler-media-section,
body.single-rsh_social_post.postid-18704 .rsh-euler-video-section,
body.single-rsh_social_post.postid-18704 .rsh-euler-related-section,
body.single-rsh_social_post.postid-18704 .rsh-euler-faq-section{
  margin-top:52px;
  scroll-margin-top:90px;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-info-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-info-grid article{
  padding:19px 17px;
  background:#fff;
  border:1px solid var(--rsh-euler-border);
  border-radius:14px;
  box-shadow:0 8px 24px rgba(16,32,74,.05);
}

body.single-rsh_social_post.postid-18704 .rsh-euler-info-grid article > span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  margin-bottom:11px;
  color:#fff;
  background:var(--rsh-euler-green);
  border-radius:9px;
  font-size:11px;
  font-weight:800;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-info-grid h3{
  margin:0 0 7px;
  color:var(--rsh-euler-navy);
  font-size:16px;
  line-height:1.35;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-info-grid p{
  margin:0;
  color:#647087;
  font-size:13px;
  line-height:1.65;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-media-section figure.wp-block-image{
  margin-top:18px;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-video-section{
  padding:28px;
  background:#f5faf8;
  border:1px solid #d9ece5;
  border-radius:18px;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-video-section figure.wp-block-video{
  margin:24px auto 0;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-link-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-link-grid a{
  display:flex;
  flex-direction:column;
  min-height:154px;
  padding:17px;
  color:inherit;
  background:#fff;
  border:1px solid var(--rsh-euler-border);
  border-radius:14px;
  box-shadow:0 8px 24px rgba(16,32,74,.045);
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-link-grid a:hover,
body.single-rsh_social_post.postid-18704 .rsh-euler-link-grid a:focus-visible{
  transform:translateY(-2px);
  border-color:#a9d9c8;
  box-shadow:0 12px 30px rgba(16,32,74,.08);
}

body.single-rsh_social_post.postid-18704 .rsh-euler-link-grid span{
  margin-bottom:9px;
  color:var(--rsh-euler-green-dark);
  font-size:10px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-link-grid strong{
  color:var(--rsh-euler-navy);
  font-size:15px;
  line-height:1.4;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-link-grid small{
  margin-top:auto;
  padding-top:13px;
  color:#6b768a;
  font-size:11.5px;
  font-weight:600;
  line-height:1.5;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-faq-list{
  display:grid;
  gap:9px;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-faq-list details{
  overflow:hidden;
  background:#fff;
  border:1px solid var(--rsh-euler-border);
  border-radius:12px;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-faq-list summary{
  position:relative;
  padding:16px 46px 16px 17px;
  color:var(--rsh-euler-navy);
  cursor:pointer;
  font-size:14px;
  font-weight:750;
  line-height:1.5;
  list-style:none;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-faq-list summary::-webkit-details-marker{
  display:none;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-faq-list summary::after{
  content:"+";
  position:absolute;
  top:50%;
  right:17px;
  width:22px;
  height:22px;
  color:var(--rsh-euler-green-dark);
  background:var(--rsh-euler-green-soft);
  border-radius:50%;
  font-size:17px;
  font-weight:500;
  line-height:21px;
  text-align:center;
  transform:translateY(-50%);
}

body.single-rsh_social_post.postid-18704 .rsh-euler-faq-list details[open] summary::after{
  content:"−";
}

body.single-rsh_social_post.postid-18704 .rsh-euler-faq-list details p{
  margin:0;
  padding:0 17px 17px;
  color:#5f6c81;
  font-size:13.5px;
  line-height:1.7;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-final-cta{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(250px,.65fr);
  gap:26px;
  align-items:center;
  margin-top:54px;
  padding:30px;
  color:#fff;
  background:linear-gradient(115deg,#172867 0%,#4930b3 78%);
  border-radius:18px;
  box-shadow:0 18px 42px rgba(42,35,128,.18);
}

body.single-rsh_social_post.postid-18704 .rsh-euler-final-cta span{
  display:block;
  margin-bottom:6px;
  color:#a8f1d3;
  font-size:10px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-final-cta h2{
  margin:0 0 9px;
  color:#fff;
  font-size:26px;
  line-height:1.25;
  letter-spacing:-.02em;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-final-cta p{
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:13.5px;
  line-height:1.65;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-final-actions{
  justify-content:flex-start;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-btn-light{
  color:#31297d;
  background:#fff;
  border-color:#fff;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-btn-outline-light{
  color:#fff;
  background:transparent;
  border-color:rgba(255,255,255,.42);
}

body.single-rsh_social_post.postid-18704 .rsh-euler-text-link{
  display:block;
  width:100%;
  margin-top:3px;
  color:#c8f5e2;
  font-size:12px;
  font-weight:750;
  text-decoration:none;
}

body.single-rsh_social_post.postid-18704 .rsh-euler-text-link:hover,
body.single-rsh_social_post.postid-18704 .rsh-euler-text-link:focus-visible{
  text-decoration:underline;
}

body.single-rsh_social_post.postid-18704 .rsh-single-links{
  max-width:1060px;
  margin:0 auto 42px;
}

@media(max-width:900px){
  body.single-rsh_social_post.postid-18704 .rsh-euler-info-grid,
  body.single-rsh_social_post.postid-18704 .rsh-euler-link-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body.single-rsh_social_post.postid-18704 .rsh-euler-final-cta{
    grid-template-columns:1fr;
  }
}

@media(max-width:760px){
  body.single-rsh_social_post.postid-18704 .site-main > article.ast-article-single{
    padding:0;
  }

  body.single-rsh_social_post.postid-18704 .entry-header{
    margin:0;
    padding:30px 20px 15px;
    border-radius:0;
  }

  body.single-rsh_social_post.postid-18704 .entry-title{
    font-size:30px;
  }

  body.single-rsh_social_post.postid-18704 .rsh-euler-hero-panel{
    padding:2px 20px 28px;
  }

  body.single-rsh_social_post.postid-18704 .rsh-euler-hero-copy{
    font-size:16px;
  }

  body.single-rsh_social_post.postid-18704 .rsh-euler-hero-actions{
    align-items:stretch;
    flex-direction:column;
  }

  body.single-rsh_social_post.postid-18704 .rsh-euler-hero-actions .rsh-euler-btn{
    width:100%;
  }

  body.single-rsh_social_post.postid-18704 .rsh-euler-hero-facts{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body{
    padding:26px 16px 40px;
  }

  body.single-rsh_social_post.postid-18704 .rsh-euler-quick-overview{
    padding:22px 18px 20px;
    border-radius:15px;
  }

  body.single-rsh_social_post.postid-18704 .rsh-euler-overview-lead{
    font-size:23px;
  }

  body.single-rsh_social_post.postid-18704 .rsh-euler-resource-nav{
    margin-bottom:24px;
    padding:11px;
  }

  body.single-rsh_social_post.postid-18704 .rsh-euler-resource-nav strong{
    width:100%;
    margin:0 0 2px;
  }

  body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body > p:first-of-type{
    padding:16px;
    font-size:16.5px;
  }

  body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body > p:nth-of-type(3),
  body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body > p:nth-of-type(5),
  body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body > p:nth-of-type(7),
  body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body > p:nth-of-type(9),
  body.single-rsh_social_post.postid-18704 .rsh-euler-resource-body > p:nth-of-type(11){
    padding:13px 14px;
    font-size:18px;
  }

  body.single-rsh_social_post.postid-18704 .rsh-euler-info-section,
  body.single-rsh_social_post.postid-18704 .rsh-euler-media-section,
  body.single-rsh_social_post.postid-18704 .rsh-euler-video-section,
  body.single-rsh_social_post.postid-18704 .rsh-euler-related-section,
  body.single-rsh_social_post.postid-18704 .rsh-euler-faq-section{
    margin-top:40px;
  }

  body.single-rsh_social_post.postid-18704 .rsh-euler-info-grid,
  body.single-rsh_social_post.postid-18704 .rsh-euler-link-grid{
    grid-template-columns:1fr;
  }

  body.single-rsh_social_post.postid-18704 .rsh-euler-link-grid a{
    min-height:132px;
  }

  body.single-rsh_social_post.postid-18704 .rsh-euler-video-section{
    padding:22px 14px;
  }

  body.single-rsh_social_post.postid-18704 .rsh-euler-final-cta{
    margin-top:42px;
    padding:24px 20px;
  }

  body.single-rsh_social_post.postid-18704 .rsh-euler-final-cta h2{
    font-size:23px;
  }

  body.single-rsh_social_post.postid-18704 .rsh-euler-final-actions{
    align-items:stretch;
    flex-direction:column;
  }

  body.single-rsh_social_post.postid-18704 .rsh-euler-final-actions .rsh-euler-btn{
    width:100%;
  }

  body.single-rsh_social_post.postid-18704 .rsh-single-links{
    margin:0 16px 30px;
  }
}

/*
 * v1.4.0 — universal academic resource template.
 * Every Social Hub single post receives this presentation automatically.
 * Post 18704 keeps its richer Euler-specific renderer and styles above.
 */
/* v1.5.4 — width parity with site chrome + section-start check markers. */
body.single-rsh_social_post:not(.postid-18704){
  --rsh-resource-navy:#10204a;
  --rsh-resource-ink:#24324a;
  --rsh-resource-muted:#657289;
  --rsh-resource-green:#087a5b;
  --rsh-resource-green-dark:#065d46;
  --rsh-resource-green-soft:#ecf8f3;
  --rsh-resource-blue-soft:#f3f7fd;
  --rsh-resource-border:#dfe7f1;
  --rsh-resource-shadow:0 18px 55px rgba(16,32,74,.09);
  background:#f4f7fb;
}

body.single-rsh_social_post:not(.postid-18704) #content > .ast-container{
  max-width:1240px;
  padding-left:22px;
  padding-right:22px;
}

body.single-rsh_social_post:not(.postid-18704) .site-main > article.ast-article-single{
  width:100%;
  max-width:1180px;
  margin:38px auto 34px;
  padding:0;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--rsh-resource-border);
  border-radius:24px;
  box-shadow:var(--rsh-resource-shadow);
}

body.single-rsh_social_post:not(.postid-18704) .entry-header{
  position:relative;
  margin:0;
  padding:clamp(34px,4.7vw,56px) clamp(30px,5.4vw,62px) 18px;
  color:#fff;
  background:linear-gradient(90deg,#172867 0%,#4930b3 72%,#087a5b 145%);
  border:0;
}

body.single-rsh_social_post:not(.postid-18704) .entry-header::before{
  content:"ACADEMIC RESOURCE  \2022  UPSC & IFoS MATHEMATICS OPTIONAL";
  display:inline-flex;
  align-items:center;
  margin-bottom:15px;
  padding:7px 12px;
  color:#fff;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.25);
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.055em;
}

body.single-rsh_social_post:not(.postid-18704) .entry-title{
  max-width:800px;
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(32px,4.1vw,46px);
  font-weight:750;
  line-height:1.13;
  letter-spacing:-.025em;
  text-wrap:balance;
}

body.single-rsh_social_post:not(.postid-18704) .entry-meta{
  color:rgba(255,255,255,.76);
  font-size:0;
  line-height:1.5;
}

body.single-rsh_social_post:not(.postid-18704) .entry-meta::before{
  content:"Ramana Sri IAS Academic Resource";
  color:rgba(255,255,255,.76);
  font-size:13px;
  font-weight:650;
}

body.single-rsh_social_post:not(.postid-18704) .entry-meta .posted-by{
  display:none;
}

body.single-rsh_social_post:not(.postid-18704) .entry-meta .posted-on{
  display:none!important;
}

body.single-rsh_social_post:not(.postid-18704) .entry-content{
  max-width:none;
  margin:0;
  color:var(--rsh-resource-ink);
  font-size:16px;
  line-height:1.72;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-hero{
  padding:2px clamp(30px,5.4vw,62px) 38px;
  color:#fff;
  background:linear-gradient(90deg,#172867 0%,#4930b3 72%,#087a5b 145%);
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-hero-copy{
  max-width:790px;
  margin:0 0 21px;
  color:rgba(255,255,255,.91);
  font-size:18px;
  line-height:1.65;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-actions,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-final-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 17px;
  border:1px solid transparent;
  border-radius:9px;
  font-size:13px;
  font-weight:800;
  line-height:1.25;
  text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-btn:hover,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-btn:focus-visible{
  transform:translateY(-1px);
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-btn-primary{
  color:#073c2f;
  background:#98f1cd;
  border-color:#98f1cd;
  box-shadow:0 8px 22px rgba(0,0,0,.12);
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-btn-secondary{
  color:#fff;
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.36);
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-facts{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  margin-top:25px;
  overflow:hidden;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.18);
  border-radius:12px;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-facts>div{
  min-width:0;
  padding:12px 14px;
  background:rgba(8,14,59,.28);
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-facts span,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-facts strong{
  display:block;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-facts span{
  margin-bottom:3px;
  color:rgba(255,255,255,.64);
  font-size:10px;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-facts strong{
  color:#fff;
  font-size:13px;
  line-height:1.35;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-body{
  max-width:1060px;
  margin:0 auto;
  padding:38px 28px 58px;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-quick-overview{
  scroll-margin-top:90px;
  margin:0 0 28px;
  padding:28px 30px 26px;
  background:linear-gradient(145deg,#fbfaff 0%,#f6f8ff 55%,#f4fbf8 100%);
  border:1px solid #dedcf4;
  border-radius:18px;
  box-shadow:0 12px 34px rgba(16,32,74,.08);
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-overview-label{
  display:inline-flex;
  align-items:center;
  margin-bottom:16px;
  padding:7px 12px;
  color:#3d2498;
  background:#ece8ff;
  border-radius:999px;
  font-size:11px;
  font-weight:850;
  letter-spacing:.02em;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-overview-lead{
  max-width:790px;
  margin:0 0 19px;
  color:#20256f;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(22px,3vw,31px);
  line-height:1.18;
  letter-spacing:-.015em;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-quick-overview ul{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-quick-overview li{
  position:relative;
  margin:0;
  padding-left:30px;
  color:#24324a;
  font-size:14px;
  font-weight:700;
  line-height:1.5;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-quick-overview li::before{
  content:"✓";
  position:absolute;
  top:.08em;
  left:0;
  display:grid;
  width:20px;
  height:20px;
  place-items:center;
  color:#fff;
  background:#079b72;
  border-radius:50%;
  font-size:12px;
  font-weight:900;
  line-height:1;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-nav{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin:0 0 34px;
  padding:13px 14px;
  background:#f7f9fc;
  border:1px solid var(--rsh-resource-border);
  border-radius:12px;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-nav strong{
  margin-right:4px;
  color:var(--rsh-resource-navy);
  font-size:12px;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-nav a{
  display:inline-flex;
  padding:6px 9px;
  color:#42506a;
  background:#fff;
  border:1px solid #dfe5ee;
  border-radius:999px;
  font-size:11.5px;
  font-weight:700;
  text-decoration:none;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-nav a:hover,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-nav a:focus-visible{
  color:#fff;
  background:var(--rsh-resource-green-dark);
  border-color:var(--rsh-resource-green-dark);
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-content-section,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-info-section,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-media-section,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-related-section,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-faq-section{
  scroll-margin-top:90px;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-info-section,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-media-section,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-related-section,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-faq-section{
  margin-top:52px;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-content-section>h2,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-info-section>h2,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-media-section>h2,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-related-section>h2,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-faq-section>h2{
  margin:0 0 10px;
  color:var(--rsh-resource-navy);
  font-size:clamp(25px,3.2vw,33px);
  line-height:1.2;
  letter-spacing:-.02em;
  text-wrap:balance;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:7px;
  color:var(--rsh-resource-green-dark);
  font-size:10px;
  font-weight:850;
  line-height:1.3;
  letter-spacing:.09em;
  text-transform:uppercase;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-kicker::before,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-inline-kicker::before{
  content:"✓";
  display:grid;
  width:18px;
  height:18px;
  flex:0 0 18px;
  place-items:center;
  color:#fff;
  background:var(--rsh-resource-green);
  border-radius:50%;
  font-size:10px;
  font-weight:900;
  line-height:1;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-inline-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin:30px 0 7px;
  color:var(--rsh-resource-green-dark);
  font-size:10.5px;
  font-weight:850;
  line-height:1.3;
  letter-spacing:.085em;
  text-transform:uppercase;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-inline-kicker + h2,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-inline-kicker + h3,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-inline-kicker + h4{
  margin-top:0;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-section-intro{
  max-width:760px;
  margin:0 0 20px;
  color:#657187;
  font-size:14px;
  line-height:1.7;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-original-content{
  margin-top:20px;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-original-content>p:first-child{
  padding:18px 20px;
  color:#203152;
  background:linear-gradient(135deg,#f5f8fd 0%,#eef8f4 100%);
  border:1px solid #dce8ef;
  border-left:4px solid var(--rsh-resource-green);
  border-radius:14px;
  font-weight:600;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-original-content p{
  margin:0 0 16px;
  line-height:1.75;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-original-content h2,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-original-content h3,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-original-content h4{
  color:var(--rsh-resource-navy);
  line-height:1.3;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-original-content h2{margin:32px 0 12px;font-size:26px}
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-original-content h3{margin:25px 0 10px;font-size:21px}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-original-content figure.wp-block-image,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-image-card{
  margin:30px auto;
  padding:10px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--rsh-resource-border);
  border-radius:18px;
  box-shadow:0 12px 34px rgba(16,32,74,.08);
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-original-content figure.wp-block-image img,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-image-card img{
  display:block;
  width:100%;
  height:auto;
  margin:0;
  border-radius:11px;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-original-content figcaption,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-media-card figcaption{
  margin:10px 4px 1px;
  color:var(--rsh-resource-muted);
  font-size:12.5px;
  font-weight:600;
  line-height:1.5;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-original-content figure.wp-block-video,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-video-card{
  width:min(100%,400px);
  margin:34px auto;
  padding:10px;
  overflow:hidden;
  background:#062e27;
  border:1px solid #0c5648;
  border-radius:20px;
  box-shadow:0 18px 48px rgba(6,46,39,.2);
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-original-content figure.wp-block-video video,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-video-card video{
  display:block;
  width:100%;
  height:auto;
  margin:0;
  background:#001a16;
  border-radius:12px;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-video-card figcaption,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-original-content figure.wp-block-video figcaption{
  color:#d4ebe5;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-original-content blockquote{
  margin:24px 0;
  padding:16px 20px;
  color:#384760;
  background:#f8fafc;
  border-left:4px solid var(--rsh-resource-green);
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-original-content table{
  display:block;
  width:100%;
  max-width:100%;
  overflow-x:auto;
  border-collapse:collapse;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-original-content th,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-original-content td{
  padding:10px 12px;
  border:1px solid var(--rsh-resource-border);
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-info-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-info-grid article{
  padding:19px 17px;
  background:#fff;
  border:1px solid var(--rsh-resource-border);
  border-radius:14px;
  box-shadow:0 8px 24px rgba(16,32,74,.05);
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-info-grid article>span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  margin-bottom:11px;
  color:#fff;
  background:var(--rsh-resource-green);
  border-radius:9px;
  font-size:11px;
  font-weight:800;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-info-grid h3{
  margin:0 0 7px;
  color:var(--rsh-resource-navy);
  font-size:16px;
  line-height:1.35;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-info-grid p{
  margin:0;
  color:#647087;
  font-size:13px;
  line-height:1.65;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-media-section{
  padding:28px;
  background:#f5faf8;
  border:1px solid #d9ece5;
  border-radius:18px;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-media-grid{
  display:grid;
  gap:18px;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-media-card{
  margin:0 auto;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-download-card{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:16px 18px;
  color:var(--rsh-resource-navy);
  background:#fff;
  border:1px solid var(--rsh-resource-border);
  border-radius:12px;
  text-decoration:none;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-download-card span{
  color:var(--rsh-resource-green-dark);
  font-weight:700;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-link-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-link-grid a{
  display:flex;
  flex-direction:column;
  min-height:154px;
  padding:17px;
  color:inherit;
  background:#fff;
  border:1px solid var(--rsh-resource-border);
  border-radius:14px;
  box-shadow:0 8px 24px rgba(16,32,74,.045);
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-link-grid a:hover,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-link-grid a:focus-visible{
  transform:translateY(-2px);
  border-color:#a9d9c8;
  box-shadow:0 12px 30px rgba(16,32,74,.08);
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-link-grid span{
  margin-bottom:9px;
  color:var(--rsh-resource-green-dark);
  font-size:10px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-link-grid strong{
  color:var(--rsh-resource-navy);
  font-size:15px;
  line-height:1.4;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-link-grid small{
  margin-top:auto;
  padding-top:13px;
  color:#6b768a;
  font-size:11.5px;
  font-weight:600;
  line-height:1.5;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-faq-list{
  display:grid;
  gap:9px;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-faq-list details{
  overflow:hidden;
  background:#fff;
  border:1px solid var(--rsh-resource-border);
  border-radius:12px;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-faq-list summary{
  position:relative;
  padding:16px 46px 16px 17px;
  color:var(--rsh-resource-navy);
  cursor:pointer;
  font-size:14px;
  font-weight:750;
  line-height:1.5;
  list-style:none;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-faq-list summary::-webkit-details-marker{display:none}
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-faq-list summary::after{
  content:"+";
  position:absolute;
  top:50%;
  right:17px;
  width:22px;
  height:22px;
  color:var(--rsh-resource-green-dark);
  background:var(--rsh-resource-green-soft);
  border-radius:50%;
  font-size:17px;
  font-weight:500;
  line-height:21px;
  text-align:center;
  transform:translateY(-50%);
}
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-faq-list details[open] summary::after{content:"−"}
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-faq-list details p{
  margin:0;
  padding:0 17px 17px;
  color:#5f6c81;
  font-size:13.5px;
  line-height:1.7;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-final-cta{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(250px,.65fr);
  gap:26px;
  align-items:center;
  margin-top:54px;
  padding:30px;
  color:#fff;
  background:linear-gradient(115deg,#172867 0%,#4930b3 78%);
  border-radius:18px;
  box-shadow:0 18px 42px rgba(42,35,128,.18);
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-final-cta span{
  display:block;
  margin-bottom:6px;
  color:#a8f1d3;
  font-size:10px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-final-cta h2{
  margin:0 0 9px;
  color:#fff;
  font-size:26px;
  line-height:1.25;
  letter-spacing:-.02em;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-final-cta p{
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:13.5px;
  line-height:1.65;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-btn-light{
  color:#31297d;
  background:#fff;
  border-color:#fff;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-btn-outline-light{
  color:#fff;
  background:transparent;
  border-color:rgba(255,255,255,.42);
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-text-link{
  display:block;
  width:100%;
  margin-top:3px;
  color:#c8f5e2;
  font-size:12px;
  font-weight:750;
  text-decoration:none;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-resource-text-link:hover,
body.single-rsh_social_post:not(.postid-18704) .rsh-resource-text-link:focus-visible{text-decoration:underline}

body.single-rsh_social_post:not(.postid-18704) .rsh-single-links{
  max-width:1060px;
  margin:0 auto 42px;
  padding:15px 17px;
  color:#405067;
  background:#f7fafc;
  border:1px solid var(--rsh-resource-border);
  border-radius:12px;
  font-size:13.5px;
  line-height:1.7;
}

body.single-rsh_social_post:not(.postid-18704) .rsh-single-links a{color:var(--rsh-resource-green-dark)}

body.single-rsh_social_post:not(.postid-18704) .navigation.post-navigation{
  max-width:1180px;
  margin:0 auto 48px;
}

body.single-rsh_social_post:not(.postid-18704) .navigation.post-navigation .nav-links{
  padding:0;
  background:transparent;
}

body.single-rsh_social_post:not(.postid-18704) .navigation.post-navigation a{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:10px 15px;
  color:var(--rsh-resource-navy);
  background:#fff;
  border:1px solid var(--rsh-resource-border);
  border-radius:11px;
  box-shadow:0 6px 18px rgba(16,32,74,.06);
  font-size:13px;
  font-weight:700;
  text-decoration:none;
}

body.single-rsh_social_post:not(.postid-18704) .navigation.post-navigation a:hover,
body.single-rsh_social_post:not(.postid-18704) .navigation.post-navigation a:focus-visible{
  color:#fff;
  background:var(--rsh-resource-green-dark);
  border-color:var(--rsh-resource-green-dark);
}

body.single-rsh_social_post:not(.postid-18704) .rs-final-floating-contact a{
  min-width:82px;
  min-height:38px;
  padding:8px 11px;
  border-radius:8px;
  font-size:12px;
  box-shadow:0 7px 20px rgba(17,24,39,.12);
}

@media(max-width:900px){
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-info-grid,
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-final-cta{grid-template-columns:1fr}
}

@media(max-width:760px){
  body.single-rsh_social_post:not(.postid-18704) #content > .ast-container{padding-left:12px;padding-right:12px}
  body.single-rsh_social_post:not(.postid-18704) .site-main > article.ast-article-single{margin:18px auto 24px;border-radius:18px}
  body.single-rsh_social_post:not(.postid-18704) .entry-header{padding:30px 20px 15px}
  body.single-rsh_social_post:not(.postid-18704) .entry-header::before{padding:6px 9px;font-size:10px;letter-spacing:.035em}
  body.single-rsh_social_post:not(.postid-18704) .entry-title{font-size:30px;line-height:1.17}
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-hero{padding:2px 20px 28px}
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-hero-copy{font-size:16px}
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-actions,
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-final-actions{align-items:stretch;flex-direction:column}
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-actions .rsh-resource-btn,
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-final-actions .rsh-resource-btn{width:100%}
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-facts{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-body{padding:26px 16px 40px}
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-quick-overview{padding:22px 18px 20px;border-radius:15px}
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-overview-lead{font-size:23px}
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-nav{margin-bottom:28px;padding:11px}
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-nav strong{width:100%;margin:0 0 2px}
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-info-section,
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-media-section,
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-related-section,
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-faq-section{margin-top:40px}
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-info-grid,
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-link-grid{grid-template-columns:1fr}
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-link-grid a{min-height:132px}
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-media-section{padding:22px 14px}
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-final-cta{margin-top:42px;padding:24px 20px}
  body.single-rsh_social_post:not(.postid-18704) .rsh-resource-final-cta h2{font-size:23px}
  body.single-rsh_social_post:not(.postid-18704) .rsh-single-links{margin:0 16px 30px}
}
