.elementor-18890 .elementor-element.elementor-element-3539788{--display:flex;}.elementor-18890 .elementor-element.elementor-element-3539788.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-18890 .elementor-element.elementor-element-3539788{--width:105.503%;}}/* Start custom CSS for html, class: .elementor-element-3144b09 */* { box-sizing: border-box; margin: 0; padding: 0; }
 
body {
  background: #f0f7f0;
  font-family: Georgia, 'Times New Roman', serif;
  color: #1a2e1a;
  font-size: 17px;
  line-height: 1.85;
  padding: 24px;
}
 
.post {
  max-width: 820px;
  margin: 0 auto;
}
 
/* HERO */
.hero {
  background: #0d1f0e;
  color: #f0f7f0;
  padding: 64px 32px 52px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(46,125,50,.35) 0%, transparent 65%),
              radial-gradient(ellipse at 15% 80%, rgba(0,105,92,.25) 0%, transparent 55%);
}
.hero-tag {
  display: inline-block;
  font-family: Consolas, 'Courier New', monospace;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #a5d6a7;
  border: 1px solid rgba(165,214,167,.4);
  padding: 4px 14px;
  border-radius: 2px;
  margin-bottom: 20px;
  position: relative;
}
.hero h1 {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: clamp(1.9rem, 5vw, 3.2rem) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  max-width: 720px;
  margin: 0 auto 16px !important;
  position: relative;
  color: #f0f7f0 !important;
}
.hero h1 em { color: #a5d6a7 !important; font-style: normal !important; }
.hero-sub {
  font-size: 1rem !important;
  color: rgba(240,247,240,.68) !important;
  max-width: 500px;
  margin: 0 auto 24px !important;
  font-style: italic;
  position: relative;
}
.meta {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  font-family: Consolas, 'Courier New', monospace;
  font-size: 11px;
  color: rgba(240,247,240,.45);
  position: relative;
}
 
/* TOC */
.toc {
  background: #e0f0e0;
  border: 1px solid #b8d8b8;
  border-left: 4px solid #2e7d32;
  border-radius: 4px;
  padding: 24px 28px;
  margin-bottom: 36px;
}
.toc-title {
  font-family: Consolas, 'Courier New', monospace;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #3a5f3a;
  margin-bottom: 12px;
}
.toc ol { padding-left: 20px; }
.toc li { margin-bottom: 5px; }
.toc a { color: #2e7d32; font-size: 0.93rem; }
.toc a:hover { color: #00695c; }
 
/* BODY TEXT */
p { margin-bottom: 18px; color: #1a2e1a !important; }
 
a.ilink { color: #1565c0; }
a.ilink:hover { color: #0d47a1; }
 
/* HEADINGS */
h2.sh {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 1.65rem !important;
  font-weight: 700 !important;
  color: #0d1f0e !important;
  margin: 48px 0 16px !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #b8d8b8 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}
.ico {
  width: 32px; height: 32px;
  background: #2e7d32;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  color: #fff;
}
h3.subh {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 1.12rem !important;
  font-weight: 700 !important;
  color: #0d1f0e !important;
  margin: 28px 0 8px !important;
}
 
/* CALLOUTS */
.callout {
  border-radius: 6px;
  padding: 16px 20px;
  margin: 24px 0;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.callout .ci { font-size: 20px; flex-shrink: 0; margin-top: 1px; }
.callout .cb strong { display: block; margin-bottom: 3px; font-size: 0.88rem; color: #0d1f0e; }
.callout .cb p { font-size: 0.92rem; margin: 0; }
.callout.tip  { background: #e0f0e0; border: 1px solid #a5d6a7; }
.callout.warn { background: #fff3e0; border: 1px solid #ffcc80; }
.callout.info { background: #e3f2fd; border: 1px solid #90caf9; }
.callout.ok   { background: #e0f2f1; border: 1px solid #80cbc4; }
 
/* QUOTE BLOCK */
.exp {
  background: #e0f0e0;
  border: 1px solid #b8d8b8;
  border-radius: 6px;
  padding: 28px 28px 20px;
  margin: 26px 0;
  position: relative;
}
.exp::before {
  content: '\201C';
  position: absolute;
  top: -8px; left: 18px;
  font-family: Georgia, serif;
  font-size: 60px;
  color: #81c784;
  line-height: 1;
}
.exp p { font-style: italic; color: #3a5f3a; font-size: 1rem; }
.exp .auth {
  margin-top: 8px;
  font-style: normal;
  font-family: Consolas, 'Courier New', monospace;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #2e7d32;
}
 
/* STEP LIST */
.slist { list-style: none; padding: 0; margin: 20px 0; }
.slist li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 13px 0;
  border-bottom: 1px solid #b8d8b8;
}
.slist li:last-child { border-bottom: none; }
.snum {
  width: 34px; height: 34px;
  background: #0d1f0e;
  color: #a5d6a7;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: Consolas, 'Courier New', monospace;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
.sc strong { display: block; margin-bottom: 3px; }
.sc p { font-size: 0.92rem; color: #3a5f3a; margin: 0; }
 
/* TABLES */
.twrap {
  overflow-x: auto;
  margin: 24px 0;
  border-radius: 6px;
  border: 1px solid #b8d8b8;
}
table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
thead { background: #0d1f0e; color: #f0f7f0; }
thead th {
  padding: 12px 14px;
  text-align: left;
  font-family: Consolas, 'Courier New', monospace;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
tbody tr:nth-child(even) { background: #e0f0e0; }
tbody tr:hover { background: #c8e6c9; }
tbody td { padding: 11px 14px; border-bottom: 1px solid #b8d8b8; vertical-align: top; }
tbody tr:last-child td { border-bottom: none; }
 
.badge {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 20px;
  font-family: Consolas, 'Courier New', monospace;
  font-size: 10px;
  font-weight: 700;
}
.badge.green  { background: #c8e6c9; color: #1b5e20; }
.badge.blue   { background: #e3f2fd; color: #1565c0; }
.badge.amber  { background: #fff3e0; color: #e65100; }
.badge.red    { background: #ffebee; color: #c62828; }
 
/* INFOGRAPHIC */
.infog {
  background: #0d1f0e;
  border-radius: 10px;
  padding: 32px 24px;
  margin: 28px 0;
  color: #f0f7f0;
  text-align: center;
}
.infog-title {
  font-family: Consolas, 'Courier New', monospace;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #a5d6a7;
  margin-bottom: 24px;
}
.flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.fstep {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  padding: 14px 16px;
  min-width: 110px;
  max-width: 130px;
  text-align: center;
}
.fe { font-size: 24px; display: block; margin-bottom: 7px; }
.fl {
  font-family: Consolas, 'Courier New', monospace;
  font-size: 10px;
  color: rgba(240,247,240,.7);
}
.farrow { color: #a5d6a7; font-size: 20px; }
 
/* REQUIREMENTS GRID */
.rgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  margin: 20px 0;
}
.rcard {
  border: 1px solid #b8d8b8;
  border-radius: 6px;
  padding: 16px 18px;
  background: #e0f0e0;
}
.rcard:hover { border-color: #2e7d32; }
.re { font-size: 22px; margin-bottom: 7px; display: block; }
.rcard strong { display: block; font-size: 0.89rem; margin-bottom: 3px; }
.rcard p { font-size: 0.82rem; color: #3a5f3a; margin: 0; }
 
/* PITFALL LIST */
.plist { list-style: none; padding: 0; margin: 14px 0; }
.plist li {
  padding: 12px 15px 12px 56px;
  position: relative;
  border-bottom: 1px solid #b8d8b8;
  font-size: 0.92rem;
}
.plist li:last-child { border-bottom: none; }
.plist li::before {
  content: attr(data-icon);
  position: absolute;
  left: 14px; top: 10px;
  font-size: 20px;
  line-height: 1.5;
  width: 28px;
  text-align: center;
}
 
/* CTA */
.cta {
  background: #0d1f0e;
  color: #f0f7f0;
  border-radius: 10px;
  padding: 44px 32px;
  text-align: center;
  margin-top: 56px;
  position: relative;
  overflow: hidden;
}
.cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 30%, rgba(46,125,50,.35) 0%, transparent 60%),
              radial-gradient(ellipse at 20% 70%, rgba(0,105,92,.25) 0%, transparent 50%);
}
.cta h2 {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 1.8rem !important;
  font-weight: 900 !important;
  margin-bottom: 12px !important;
  position: relative;
  color: #f0f7f0 !important;
}
.cta h2 em { color: #a5d6a7 !important; font-style: normal !important; }
.cta-p {
  color: rgba(240,247,240,.75);
  max-width: 440px;
  margin: 0 auto 20px;
  font-size: 0.97rem;
  position: relative;
}
.cta-btn {
  display: inline-block;
  background: #2e7d32;
  color: #fff;
  font-family: Consolas, 'Courier New', monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 12px 26px;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
}
.cta-btn:hover { background: #00695c; }
 
/* RELATED */
.related { margin-top: 48px; }
.related-title {
  font-family: Consolas, 'Courier New', monospace;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #3a5f3a;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #b8d8b8;
}
.relgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
}
.relcard {
  background: #e0f0e0;
  border: 1px solid #b8d8b8;
  border-radius: 6px;
  padding: 14px 16px;
  text-decoration: none;
  color: #0d1f0e;
  display: block;
}
.relcard:hover { border-color: #2e7d32; }
.rtag {
  font-family: Consolas, 'Courier New', monospace;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #00695c;
  margin-bottom: 4px;
}
.relcard span { font-size: 0.88rem; line-height: 1.45; font-weight: 700; display: block; }
 
@media (max-width: 600px) {
  body { padding: 12px; }
  .flow { flex-direction: column; align-items: center; }
  .farrow { transform: rotate(90deg); }
  .cta { padding: 32px 16px; }
  .hero { padding: 48px 16px 40px; }
}/* End custom CSS */