.elementor-13355 .elementor-element.elementor-element-4be5ff7{--display:flex;--margin-top:25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-13355 .elementor-element.elementor-element-4be5ff7:not(.elementor-motion-effects-element-type-background), .elementor-13355 .elementor-element.elementor-element-4be5ff7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-3a3817c );}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-13355 .elementor-element.elementor-element-5f4f567{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-13355 .elementor-element.elementor-element-5f4f567 .elementor-heading-title{font-size:45px;font-weight:900;color:#FFFFFF;}.elementor-widget-theme-post-excerpt{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-13355 .elementor-element.elementor-element-7c119fb{margin:0px 15px calc(var(--kit-widget-spacing, 0px) + 0px) 15px;text-align:center;font-size:18px;font-weight:400;color:#9FB0C4;}.elementor-13355 .elementor-element.elementor-element-f666d1e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -40px) 0px;}.elementor-13355 .elementor-element.elementor-element-ce04e34{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:75px;--padding-left:0px;--padding-right:0px;}.elementor-13355 .elementor-element.elementor-element-ce04e34:not(.elementor-motion-effects-element-type-background), .elementor-13355 .elementor-element.elementor-element-ce04e34 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-3a3817c );}.elementor-13355 .elementor-element.elementor-element-00fa999{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-13355 .elementor-element.elementor-element-648d753{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-13355 .elementor-element.elementor-element-4c8f126{margin:-5px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 20px 0px 20px;font-weight:400;}body.elementor-page-13355:not(.elementor-motion-effects-element-type-background), body.elementor-page-13355 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-3a3817c );}@media(min-width:768px){.elementor-13355 .elementor-element.elementor-element-4be5ff7{--content-width:750px;}}/* Start custom CSS for html, class: .elementor-element-f666d1e */.hosting-section{
    background: linear-gradient(180deg, #0D1426 0%, #0B1020 100%);
    color: #E9EEF3;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    padding: 0px 20px;
    text-align: center;
  }

  .hosting-section h1{
    font-size: clamp(34px, 5vw, 52px);
    font-weight: 900;
    color: #fff;
    margin-bottom: 16px;
  }

  .hosting-section p.lead{
    color: #9FB0C4;
    max-width: 760px;
    margin: 0 auto 28px;
    font-size: 18px;
    line-height: 1.7;
  }

  .hosting-top-cta{
    max-width: 900px;
    margin: 0 auto 44px;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .hosting-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    border: 1px solid transparent;
    transition: filter .2s ease, transform .15s ease, background .2s ease, border-color .2s ease;
  }

  .hosting-btn.primary{
    background: linear-gradient(90deg, #6EC1E4, #9ad8ee);
    color: #0B1120;
  }

  .hosting-btn.primary:hover{
    filter: brightness(.96);
    transform: translateY(-1px);
  }

  .hosting-btn.outline{
    background: transparent;
    color: #6EC1E4;
    border-color: #6EC1E4;
  }

  .hosting-btn.outline:hover{
    background: rgba(110,193,228,.12);
    transform: translateY(-1px);
  }

  .hosting-features{
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: left;
  }

  .hosting-card{
    background: #182034;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 18px rgba(0,0,0,.25);
  }

  .hosting-card h2{
    color: #fff;
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 900;
  }

  .hosting-card h3{
    color: #fff;
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 900;
  }

  .hosting-card p{
    color: #9FB0C4;
    line-height: 1.65;
    margin: 0;
  }

  .hosting-card p + p{ margin-top: 10px; }

  .hosting-card a{
    color: #6EC1E4;
    text-decoration: none;
    font-weight: 800;
  }

  .hosting-card a:hover{
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .hosting-card ul{
    margin: 12px 0 0;
    padding-left: 18px;
    color: #9FB0C4;
    line-height: 1.65;
  }

  .hosting-card li{ margin: 6px 0; }

  @media (min-width: 768px){
    .hosting-features{
      grid-template-columns: repeat(2, 1fr);
    }
  }/* End custom CSS */
/* Start custom CSS for theme-post-title, class: .elementor-element-00fa999 *//* Gradient Gold Post Title */
.elementor-widget-theme-post-title h2 {
  background: linear-gradient(90deg, #FFF2B8, #F7D46B, #D4A84A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 16px rgba(249, 213, 110, .45);
  letter-spacing: .5px;
font-weight: 800;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43d6459 *//* ===== Sticky CTA styles ===== */

  /* iOS safe-area support */
  :root{
    --wpnfinite-safe-bottom: env(safe-area-inset-bottom, 0px);
  }

  .wpnfinite-sticky-cta-wrap{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding-bottom: var(--wpnfinite-safe-bottom);
  }

  .wpnfinite-sticky-bg{
    display: block;
    background: rgba(5, 8, 22, 0.92);
    padding: 1rem 0 1.15rem;
    box-shadow: 0 -10px 28px rgba(0,0,0,.6);
    border-top: 1px solid rgba(110,193,228,.35);
    text-align: center;
    text-decoration: none;
  }

  .wpnfinite-sticky-cta{
    width: 85%;
    max-width: 620px;
    margin: 0 auto;
    padding: 0.9rem 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(90deg, #6EC1E4, #2AA2C8, #FFB71B);
    color: #050816;
    font-weight: 900;
    font-size: 1.05rem;
    border-radius: 9999px;
    box-shadow:
      0 0 14px rgba(110,193,228,.55),
      0 6px 26px rgba(0,0,0,.7);
    transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
    animation: wpnfinite-bounce 2.1s infinite;
  }

  .wpnfinite-sticky-cta span{ letter-spacing: 0.025em; }

  .wpnfinite-sticky-bg:hover .wpnfinite-sticky-cta{
    transform: scale(1.06);
    box-shadow:
      0 0 22px rgba(110,193,228,.65),
      0 10px 32px rgba(0,0,0,.85);
    filter: brightness(1.07);
  }

  @keyframes wpnfinite-bounce{
    0%, 20%, 50%, 80%, 100%{ transform: translateY(0); }
    40%{ transform: translateY(-6px); }
    60%{ transform: translateY(-3px); }
  }

  @media (prefers-reduced-motion: reduce){
    .wpnfinite-sticky-cta{ animation: none; }
  }

  /* Mobile only */
  @media (min-width: 768px){
    .wpnfinite-sticky-cta-wrap{ display: none !important; }
  }

  /* Make anchor jumps land ABOVE the sticky CTA */
  #yvp-audit-form{
    scroll-margin-bottom: 140px; /* adjust if you change CTA height */
  }/* End custom CSS */
/* Start custom CSS for theme-post-content, class: .elementor-element-4c8f126 *//* =========================================================
   SitesByYogi — “Paste-anything” Post Content Styling
   Drop this into: Elementor → Theme Builder → Single Post
   Target widget: Post Content (or the wrapper that contains it)

   GOAL:
   If someone pastes plain Gutenberg content (p, h2, h3, ul/ol, img, quote, table),
   it still renders close to your WPNfinite/SitesByYogi template look.

   HOW TO USE (Elementor):
   1) Select the Post Content widget in your Single Post template
   2) Advanced → CSS Classes: add   sby-post-content
   3) Paste this CSS into the template Custom CSS (or Site Settings → Custom CSS)

   Optional: If your Post Content widget is inside a Section/Container you prefer,
   put the class on that wrapper instead.
========================================================= */

/* -----------------------------
   0) Scope + variables
------------------------------ */
.sby-post-content{
  /* match your master tokens */
  --wpn-text: #E9EEF3;
  --wpn-heading: #ffffff;
  --wpn-muted: #9FB0C4;

  --wpn-border: rgba(255,255,255,.06);
  --wpn-panel: #182034;
  --wpn-panel-open: #1C2844;

  --wpn-accent: #6EC1E4;
  --wpn-accent-2: #F9D56E;
  --wpn-link: #6EC1E4;
  --wpn-link-hover: #9ad8ee;

  --wpn-shadow: 0 10px 26px rgba(0,0,0,.35);
  --wpn-shadow-soft: 0 8px 20px rgba(0,0,0,.22);

  --wpn-radius: 12px;
  --wpn-radius-lg: 14px;

  --wpn-max: 820px;
  --wpn-font: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --wpn-line: 1.75;
  --wpn-size: 16px;

  /* content defaults */
  font-family: var(--wpn-font);
  font-size: var(--wpn-size);
  line-height: var(--wpn-line);
  color: var(--wpn-text);
}

/* -----------------------------
   1) Reliable centering (the big fix)
   Works even when theme/container widths fight you.
------------------------------ */
.sby-post-content{
  width: 100%;
  max-width: 100%;
}

/* Create an inner “measure” without needing extra HTML */
.sby-post-content > :is(
  p, ul, ol, blockquote, pre, table, figure,
  h1, h2, h3, h4, h5, h6,
  .wp-block-image, .wp-block-table, .wp-block-quote, .wp-block-preformatted
){
  max-width: var(--wpn-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

/* Gutenberg groups/columns: keep their children constrained too */
.sby-post-content :is(.wp-block-group, .wp-block-columns, .wp-block-cover, .wp-block-media-text){
  max-width: var(--wpn-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

/* Elementor safety: prevent nested wrappers from stretching oddly */
.sby-post-content .elementor-container,
.sby-post-content .elementor-widget-container,
.sby-post-content .elementor-section,
.sby-post-content .elementor-column,
.sby-post-content .elementor-column-wrap,
.sby-post-content .elementor-widget-wrap{
  width: 100%;
  max-width: 100%;
}

/* -----------------------------
   2) Typography
------------------------------ */
.sby-post-content p{
  margin: 0 0 1rem;
  color: var(--wpn-text);
}

.sby-post-content :is(h1,h2,h3,h4,h5,h6){
  color: var(--wpn-heading);
  font-weight: 800;
  line-height: 1.3;
  margin: 1.8rem auto 0.7rem;
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* Match your sizing */
.sby-post-content h1{ font-size: clamp(28px, 4vw, 34px); }
.sby-post-content h2{
  font-size: clamp(22px, 3vw, 26px);
  position: relative;
  padding-bottom: 6px;
}
.sby-post-content h3{ font-size: 19px; }

/* Underline decoration on H2 like your template */
.sby-post-content h2::after{
  content:"";
  position:absolute;
  left: 20px;               /* aligns with padding above */
  bottom: 0;
  width: 64px;
  height: 3px;
  background: linear-gradient(90deg, var(--wpn-accent), rgba(110,193,228,0));
  border-radius: 2px;
}

/* If your H2 contains links/spans, keep underline visible */
.sby-post-content h2 *{ color: inherit; }

/* -----------------------------
   3) Links
------------------------------ */
.sby-post-content a{
  color: var(--wpn-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.sby-post-content a:hover{ color: var(--wpn-link-hover); }

/* -----------------------------
   4) Lists
------------------------------ */
.sby-post-content :is(ul,ol){
  margin: 0 auto 1rem;
  padding-left: calc(20px + 1.25rem); /* keeps bullets aligned with text padding */
  color: var(--wpn-text);
  box-sizing: border-box;
}
.sby-post-content li{
  margin: 0.35rem 0;
  color: var(--wpn-text);
}

/* Optional: nicer unordered bullets */
.sby-post-content ul{ list-style: disc; }
.sby-post-content ul ul{ list-style: circle; }

/* -----------------------------
   5) Images + Figures + Captions
------------------------------ */
.sby-post-content :is(img, video){
  max-width: 100%;
  height: auto;
  display: block;
}

/* Gutenberg image block */
.sby-post-content :is(figure, .wp-block-image){
  margin: 1rem auto;
}
.sby-post-content figure img,
.sby-post-content .wp-block-image img{
  border-radius: var(--wpn-radius);
  box-shadow: var(--wpn-shadow);
}

/* Captions */
.sby-post-content :is(figcaption, .wp-element-caption){
  margin-top: .5rem;
  font-size: 13px;
  color: var(--wpn-muted);
  text-align: left;
}

/* Full-width images (alignwide/full) — keep them pretty but controlled */
.sby-post-content :is(.alignwide, .alignfull){
  width: 100%;
  max-width: 1100px; /* slightly wider than body, not infinite */
}
.sby-post-content .alignfull{
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

/* -----------------------------
   6) Blockquotes (Gutenberg + classic)
------------------------------ */
.sby-post-content :is(blockquote, .wp-block-quote){
  margin: 1.2rem auto;
  padding: 12px 14px;
  border-left: 4px solid rgba(110,193,228,.55);
  background: rgba(24,32,52,.85);
  border-radius: var(--wpn-radius);
  color: var(--wpn-muted);
  box-shadow: var(--wpn-shadow-soft);
}
.sby-post-content blockquote p{ margin: 0; color: var(--wpn-muted); }

/* -----------------------------
   7) Code blocks / pre
------------------------------ */
.sby-post-content :is(pre, code, kbd){
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.sby-post-content pre{
  margin: 1rem auto;
  padding: 14px 16px;
  border-radius: var(--wpn-radius);
  background: rgba(24,32,52,.95);
  border: 1px solid var(--wpn-border);
  overflow: auto;
  box-shadow: var(--wpn-shadow-soft);
  color: #E5F4FF;
}
.sby-post-content :not(pre) > code{
  padding: 2px 6px;
  border-radius: 8px;
  background: rgba(110,193,228,.12);
  border: 1px solid rgba(110,193,228,.18);
  color: #E5F4FF;
}

/* -----------------------------
   8) Tables (Gutenberg + classic)
------------------------------ */
.sby-post-content :is(table, .wp-block-table table){
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1rem auto;
  background: var(--wpn-panel);
  border: 1px solid var(--wpn-border);
  border-radius: var(--wpn-radius);
  overflow: hidden;
  box-shadow: var(--wpn-shadow-soft);
  font-size: 14px;
  color: var(--wpn-text);
}

.sby-post-content :is(table thead th, .wp-block-table thead th){
  background: rgba(110,193,228,.10);
  color: var(--wpn-heading);
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 12px;
  font-weight: 900;
  padding: 10px 14px;
  border-bottom: 1px solid var(--wpn-border);
}

.sby-post-content :is(table th, table td, .wp-block-table th, .wp-block-table td){
  padding: .6rem .9rem;
  text-align: left;
  border-bottom: 1px solid var(--wpn-border);
}

.sby-post-content :is(table tbody tr:nth-child(even), .wp-block-table tbody tr:nth-child(even)){
  background: rgba(255,255,255,.02);
}

.sby-post-content :is(table tbody tr:last-child td, .wp-block-table tbody tr:last-child td){
  border-bottom: 0;
}

/* Mobile table scroll */
@media (max-width: 720px){
  .sby-post-content .wp-block-table{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sby-post-content .wp-block-table table{
    min-width: 640px;
  }
}

/* -----------------------------
   9) Gutenberg separators + spacing polish
------------------------------ */
.sby-post-content hr,
.sby-post-content .wp-block-separator{
  max-width: var(--wpn-max);
  margin: 1.6rem auto;
  border: none;
  border-top: 1px solid rgba(255,255,255,.08);
}

/* Reduce awkward first/last spacing */
.sby-post-content > :first-child{ margin-top: 0; }
.sby-post-content > :last-child{ margin-bottom: 0; }

/* -----------------------------
   10) OPTIONAL: “Template-like” callout styles
   If users paste headings + bullets only, this still helps.
   But if you add these classes manually, they match your design language.
------------------------------ */
.sby-post-content .sby-callout{
  max-width: var(--wpn-max);
  margin: 1.2rem auto;
  padding: 14px 16px;
  border-radius: var(--wpn-radius-lg);
  background: var(--wpn-panel);
  border: 1px solid var(--wpn-border);
  box-shadow: var(--wpn-shadow-soft);
  box-sizing: border-box;
}
.sby-post-content .sby-callout strong{ color: var(--wpn-heading); }

.sby-post-content .sby-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6EC1E4, #9ad8ee);
  color: #0B1120;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 10px 22px rgba(110,193,228,.18);
  transition: filter .2s ease, transform .15s ease;
}
.sby-post-content .sby-btn:hover{
  filter: brightness(.95);
  transform: translateY(-1px);
}

/* Always keep images responsive (extra safety) */
.sby-post-content img{ max-width: 100%; }

.sby-post-content h3 {color: #0EA5E9;}/* End custom CSS */
/* Start custom CSS *//* =========================================================
   SitesByYogi — Hosting Sections + Post Styles (FULL CSS)
   Paste into Elementor → Theme Builder → Single Post → Custom CSS
   ========================================================= */

/* ================================
   Hosting Section (Dark)
================================ */
.hosting-section{
  background: linear-gradient(180deg, #0D1426 0%, #0B1020 100%);
  color: #E9EEF3;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  padding: 10px 20px;
  text-align: center;
  box-sizing: border-box;
}

.hosting-section h1{
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 900;
  color: #fff;
  margin-bottom: 16px;
}

.hosting-section p.lead{
  color: #9FB0C4;
  max-width: 720px;
  margin: 0 auto 48px;
  font-size: 18px;
}

/* Features grid */
.hosting-features{
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: left;
}

.hosting-card{
  background: #182034;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 18px rgba(0,0,0,.25);
}

.hosting-card h3{
  color: #fff;
  font-size: 22px;
  margin-bottom: 8px;
}

.hosting-card p{
  color: #9FB0C4;
  line-height: 1.6;
}

@media (min-width: 768px){
  .hosting-features{ grid-template-columns: repeat(2, 1fr); }
}

/* ================================
   Domain Search Form
   (Updated to match dark style)
================================ */
.domain-search{
  text-align: center;
  margin: 40px auto;
  padding: 30px 20px;
  background: #182034;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
  max-width: 560px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.25);
  color: #E9EEF3;
}

.domain-search label{
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.domain-search .subtitle{
  display: block;
  font-size: 1rem;
  color: #9FB0C4;
  margin-bottom: 18px;
  font-weight: 500;
}

.domain-search input[type="text"]{
  width: min(72%, 360px);
  padding: 12px 15px;
  font-size: 1rem;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(11,16,32,.55);
  color: #E9EEF3;
  border-radius: 10px 0 0 10px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.domain-search input[type="text"]::placeholder{
  color: rgba(159,176,196,.75);
}

.domain-search input[type="text"]:focus{
  border-color: rgba(110,193,228,.85);
  box-shadow: 0 0 0 3px rgba(110,193,228,.18);
  background: rgba(11,16,32,.7);
}

.domain-search input[type="submit"]{
  width: min(28%, 160px);
  padding: 12px 15px;
  font-size: 1rem;
  font-weight: 800;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #6EC1E4, #9ad8ee);
  color: #0B1120;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  transition: filter .2s ease, transform .15s ease;
}

.domain-search input[type="submit"]:hover{
  filter: brightness(.95);
  transform: translateY(-1px);
}

@media (max-width: 600px){
  .domain-search input[type="text"],
  .domain-search input[type="submit"]{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
  }
}

/* ================================
   Pricing Section (Dark)
================================ */
.hosting-pricing{
  max-width: 1020px;
  margin: 0 auto 60px;
  text-align: left;
}

.hosting-pricing-header{
  text-align: center;
  margin-bottom: 32px;
}

.hosting-pricing-header h2{
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 8px;
}

.hosting-pricing-header p{
  margin: 0;
  font-size: 15px;
  color: #9FB0C4;
}

/* Pricing grid */
.pricing-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

@media (min-width: 900px){
  .pricing-grid{ grid-template-columns: repeat(3, 1fr); }
}

.plan-card{
  background: #182034;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.06);
  padding: 22px 20px 24px;
  box-shadow: 0 4px 18px rgba(0,0,0,.25);
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.plan-card--featured{
  border-color: rgba(110,193,228,.85);
  box-shadow: 0 0 0 1px rgba(110,193,228,.45), 0 12px 28px rgba(15,23,42,.9);
}

.plan-badge{
  position: absolute;
  top: -12px;
  left: 20px;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6EC1E4, #9ad8ee);
  color: #0B1120;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.plan-name{
  font-size: 14px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #9FB0C4;
  font-weight: 800;
}

.plan-title{
  font-size: 20px !important;
  font-weight: 900 !important;
  background: linear-gradient(90deg, #FDE9A3, #F9D56E, #C9A74D) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: 0 0 10px rgba(249,213,110,.25) !important;
  margin: 0 !important;
  display: inline-block !important;
}

.plan-card--featured .plan-title{
  background: linear-gradient(90deg, #FFF2B8, #F7D46B, #D4A84A) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: 0 0 16px rgba(249,213,110,.45) !important;
}

.plan-price{
  font-size: 30px;
  font-weight: 900;
  color: #E5F4FF;
  margin-top: 4px;
}

.plan-price span{
  font-size: 14px;
  font-weight: 600;
  color: #9FB0C4;
  margin-left: 4px;
}

.plan-tagline{
  font-size: 13px;
  color: #9FB0C4;
  margin-top: 4px;
}

.plan-list{
  list-style: none;
  padding: 0;
  margin: 10px 0 12px;
  font-size: 13px;
  color: #C5D0E0;
}

.plan-list li{ margin-bottom: 6px; }

.plan-list li::before{
  content: "✓";
  margin-right: 6px;
  color: #6EC1E4;
}

.pricing-cta{ margin-top: auto; }

.pricing-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid transparent;
  transition: filter .2s ease, transform .15s ease, background .2s ease, border-color .2s ease;
}

.pricing-btn.primary{
  background: linear-gradient(90deg, #6EC1E4, #9ad8ee);
  color: #0B1120;
}

.pricing-btn.primary:hover{
  filter: brightness(.95);
  transform: translateY(-1px);
}

.pricing-btn.outline{
  background: transparent;
  color: #6EC1E4;
  border-color: #6EC1E4;
}

.pricing-btn.outline:hover{
  background: rgba(110,193,228,.12);
  transform: translateY(-1px);
}

/* =========================================================
   WPNfinite / SitesByYogi — Master Post Styles (Global)
   Usage in post content:
   <section class="wpnfinite-post wpnfinite-post--dark">
     <div class="wpnfinite-post__inner">
       ...
     </div>
   </section>

   (Light theme still available)
   <section class="wpnfinite-post wpnfinite-post--light">
     <div class="wpnfinite-post__inner">...</div>
   </section>
   ========================================================= */

/* ---------- Tokens (defaults) ---------- */
:root{
  --wpn-text: #111827;
  --wpn-heading: #020617;
  --wpn-muted: #374151;

  --wpn-border: #e5e7eb;
  --wpn-panel: #f9fafb;
  --wpn-panel-open: #eef2ff;

  --wpn-accent: #0ea5e9;
  --wpn-accent-2: #f59e0b;
  --wpn-link: #0f766e;
  --wpn-link-hover: #ea580c;

  --wpn-shadow: 0 10px 26px rgba(15,23,42,.18);
  --wpn-shadow-soft: 0 8px 20px rgba(15,23,42,.08);

  --wpn-radius: 12px;
  --wpn-radius-lg: 14px;

  --wpn-max: 820px;
  --wpn-font: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --wpn-line: 1.75;
  --wpn-size: 16px;
}

/* ---------- Core wrapper ---------- */
.wpnfinite-post{
  font-family: var(--wpn-font);
  line-height: var(--wpn-line);
  font-size: var(--wpn-size);
  width: 100%;
}

/* Inner centering wrapper (THIS is what keeps the post centered reliably) */
.wpnfinite-post__inner{
  max-width: var(--wpn-max);
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Elementor-safe: prevent theme builder wrappers from breaking centering */
.wpnfinite-post .elementor-container,
.wpnfinite-post .elementor-widget-container,
.wpnfinite-post .elementor-section,
.wpnfinite-post .elementor-column,
.wpnfinite-post .elementor-column-wrap,
.wpnfinite-post .elementor-widget-wrap{
  width: 100%;
  max-width: 100%;
}

/* ================================
   Light theme
================================ */
.wpnfinite-post--light{
  color: var(--wpn-text);
}

.wpnfinite-post--light p,
.wpnfinite-post--light li{
  color: var(--wpn-text);
  margin: 0 0 1rem;
}

/* Headings (light) */
.wpnfinite-post--light h1,
.wpnfinite-post--light h2,
.wpnfinite-post--light h3{
  color: var(--wpn-heading);
  font-weight: 800;
  line-height: 1.3;
  margin: 1.8rem 0 0.7rem;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.wpnfinite-post--light h1{ font-size: clamp(28px, 4vw, 34px); }

.wpnfinite-post--light h2{
  font-size: clamp(22px, 3vw, 26px);
  position: relative;
  padding-bottom: 6px;
}

.wpnfinite-post--light h2::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:64px;
  height:3px;
  background: linear-gradient(90deg, var(--wpn-accent), rgba(14,165,233,0));
  border-radius: 2px;
}

.wpnfinite-post--light h3{ font-size: 19px; }

/* Links */
.wpnfinite-post--light a{
  color: var(--wpn-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.wpnfinite-post--light a:hover{ color: var(--wpn-link-hover); }

/* Images */
.wpnfinite-post--light img{
  margin: 1rem 0;
  border-radius: var(--wpn-radius);
  max-width: 100%;
  height: auto;
  display: block;
  box-shadow: var(--wpn-shadow);
}

/* Lists */
.wpnfinite-post--light ul,
.wpnfinite-post--light ol{
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}
.wpnfinite-post--light li{ margin: 0.35rem 0; }

/* Blockquotes */
.wpnfinite-post--light blockquote{
  margin: 1.2rem 0;
  padding: 12px 14px;
  border-left: 4px solid rgba(14,165,233,.45);
  background: linear-gradient(180deg, var(--wpn-panel), #ffffff);
  border-radius: var(--wpn-radius);
  color: var(--wpn-muted);
}

/* Meta row */
.wpnfinite-post--light .sby-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0.25rem 0 1.1rem;
  padding: 10px 12px;
  border: 1px solid var(--wpn-border);
  border-radius: var(--wpn-radius);
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(148,163,184,.16);
  font-size: 13px;
  color: var(--wpn-muted);
}
.wpnfinite-post--light .sby-meta strong{ color: var(--wpn-heading); }

/* Intro card */
.wpnfinite-post--light .sby-intro{
  background: linear-gradient(180deg, var(--wpn-panel) 0%, #ffffff 100%);
  border: 1px solid var(--wpn-border);
  border-radius: var(--wpn-radius-lg);
  padding: 14px 16px;
  box-shadow: var(--wpn-shadow-soft);
  margin: 1rem 0 1.6rem;
}
.wpnfinite-post--light .sby-intro p{ margin: 0; }

/* Takeaways */
.wpnfinite-post--light .sby-takeaways{
  list-style: none;
  padding-left: 0;
  margin: 0.8rem 0 1.4rem;
  display: grid;
  gap: 10px;
}
.wpnfinite-post--light .sby-takeaways li{
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--wpn-border);
  border-radius: var(--wpn-radius);
  background: linear-gradient(180deg, #ffffff 0%, var(--wpn-panel) 100%);
  box-shadow: 0 6px 14px rgba(148,163,184,.16);
  position: relative;
}
.wpnfinite-post--light .sby-takeaways li::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  border-radius: var(--wpn-radius) 0 0 var(--wpn-radius);
  background: linear-gradient(180deg, var(--wpn-accent) 0%, rgba(14,165,233,0) 100%);
  opacity: .7;
}

/* CTA */
.wpnfinite-post--light .sby-cta{
  margin: 1.6rem 0 2rem;
  padding: 16px;
  border-radius: var(--wpn-radius-lg);
  border: 1px solid var(--wpn-border);
  background: linear-gradient(180deg, #ffffff 0%, var(--wpn-panel) 100%);
  box-shadow: 0 10px 26px rgba(15,23,42,.10);
}
.wpnfinite-post--light .sby-cta h3{ margin-top: 0; }

.wpnfinite-post--light .sby-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--wpn-accent);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(2,6,23,.06);
  box-shadow: 0 10px 22px rgba(14,165,233,.22);
}
.wpnfinite-post--light .sby-btn:hover{
  background: #0284c7;
  color: #ffffff;
}

/* Accordion */
.wpnfinite-post--light .accordion{
  display: grid;
  gap: 10px;
  margin: 1.2rem 0 2rem;
}

.wpnfinite-post--light .accordion details{
  position: relative;
  background: var(--wpn-panel);
  border: 1px solid var(--wpn-border);
  border-radius: var(--wpn-radius);
  padding: 10px 14px;
  transition: border-color .2s, box-shadow .2s, background .2s;
}

.wpnfinite-post--light .accordion details:hover{
  border-color: #bae6fd;
  box-shadow: 0 6px 16px rgba(15,23,42,.08);
}

.wpnfinite-post--light .accordion details[open]{
  background: var(--wpn-panel-open);
  border-color: #93c5fd;
}

.wpnfinite-post--light .accordion details::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  border-radius: var(--wpn-radius) 0 0 var(--wpn-radius);
  background: linear-gradient(180deg, var(--wpn-accent) 0%, rgba(14,165,233,0) 100%);
  opacity: .7;
}

.wpnfinite-post--light .accordion summary{
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
  list-style:none;
  outline:none;
  user-select:none;
  margin: 0;
}
.wpnfinite-post--light .accordion summary::-webkit-details-marker{ display:none; }

.wpnfinite-post--light .accordion summary strong{
  color: var(--wpn-heading);
  font-weight: 800;
  letter-spacing: .15px;
}

.wpnfinite-post--light .accordion summary::after{
  content:"";
  margin-left:auto;
  width:10px;
  height:10px;
  border-right: 2px solid var(--wpn-accent);
  border-bottom: 2px solid var(--wpn-accent);
  transform: rotate(45deg);
  transition: transform .2s, border-color .2s;
}

.wpnfinite-post--light .accordion details[open] summary::after{
  transform: rotate(-135deg);
  border-color: var(--wpn-accent-2);
}

.wpnfinite-post--light .accordion details > *:not(summary){
  margin-top: 10px;
  color: var(--wpn-muted);
  animation: wpn-acc-reveal .22s ease;
}

.wpnfinite-post--light .accordion summary:focus-visible{
  outline: 2px solid var(--wpn-accent);
  outline-offset: 4px;
  border-radius: 8px;
}

@keyframes wpn-acc-reveal{
  from{ opacity:0; transform: translateY(-4px); }
  to{ opacity:1; transform: translateY(0); }
}

/* Legacy FAQ */
.wpnfinite-post--light .sby-faq{
  margin: 1.2rem 0 2rem;
  display: grid;
  gap: 10px;
}
.wpnfinite-post--light .sby-faq .sby-faq-item{
  position: relative;
  background: var(--wpn-panel);
  border: 1px solid var(--wpn-border);
  border-radius: var(--wpn-radius);
  padding: 12px 14px;
  box-shadow: 0 6px 16px rgba(15,23,42,.06);
}
.wpnfinite-post--light .sby-faq .sby-faq-item::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  border-radius: var(--wpn-radius) 0 0 var(--wpn-radius);
  background: linear-gradient(180deg, var(--wpn-accent) 0%, rgba(14,165,233,0) 100%);
  opacity: .7;
}
.wpnfinite-post--light .sby-faq .sby-faq-item h3{ margin-top: 0; }

/* Tables */
.wpnfinite-post--light .wpn-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1rem 0;
  background: #ffffff;
  border: 1px solid var(--wpn-border);
  border-radius: var(--wpn-radius);
  overflow: hidden;
  box-shadow: 0 6px 14px rgba(148,163,184,.22);
  font-size: 14px;
}
.wpnfinite-post--light .wpn-table thead th{
  background: linear-gradient(90deg, #e0f2fe 0%, #eef2ff 100%);
  color: var(--wpn-text);
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 12px;
  font-weight: 800;
  padding: 10px 14px;
  border-bottom: 1px solid var(--wpn-border);
}
.wpnfinite-post--light .wpn-table th,
.wpnfinite-post--light .wpn-table td{
  padding: .6rem .9rem;
  text-align: left;
  border-bottom: 1px solid var(--wpn-border);
}
.wpnfinite-post--light .wpn-table tbody tr:nth-child(even){ background: var(--wpn-panel); }
.wpnfinite-post--light .wpn-table tbody tr:last-child td{ border-bottom: 0; }

/* ================================
   Dark theme (matches hosting)
================================ */
.wpnfinite-post--dark{
  /* Full width dark band so it visually matches the hosting section */
  background: linear-gradient(180deg, #0D1426 0%, #0B1020 100%);
  color: #E9EEF3;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 10px 0;
  box-sizing: border-box;

  /* Override tokens within dark posts */
  --wpn-text: #E9EEF3;
  --wpn-heading: #ffffff;
  --wpn-muted: #9FB0C4;

  --wpn-border: rgba(255,255,255,.06);
  --wpn-panel: #182034;
  --wpn-panel-open: #1C2844;

  --wpn-accent: #6EC1E4;
  --wpn-accent-2: #F9D56E;
  --wpn-link: #6EC1E4;
  --wpn-link-hover: #9ad8ee;

  --wpn-shadow: 0 10px 26px rgba(0,0,0,.35);
  --wpn-shadow-soft: 0 8px 20px rgba(0,0,0,.22);

  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

/* Paragraphs + list text */
.wpnfinite-post--dark p,
.wpnfinite-post--dark li{
  color: var(--wpn-text);
  margin: 0 0 1rem;
}

/* Headings (dark) — restores sizing + underline decoration */
.wpnfinite-post--dark h1,
.wpnfinite-post--dark h2,
.wpnfinite-post--dark h3{
  color: var(--wpn-heading);
  font-weight: 800;
  line-height: 1.3;
  margin: 1.8rem 0 0.7rem;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.wpnfinite-post--dark h1{ font-size: clamp(28px, 4vw, 34px); }

.wpnfinite-post--dark h2{
  font-size: clamp(22px, 3vw, 26px);
  position: relative;
  padding-bottom: 6px;
}

.wpnfinite-post--dark h2::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:64px;
  height:3px;
  background: linear-gradient(90deg, #6EC1E4, rgba(110,193,228,0));
  border-radius: 2px;
}

.wpnfinite-post--dark h3{ font-size: 19px; }

/* Links */
.wpnfinite-post--dark a{
  color: var(--wpn-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.wpnfinite-post--dark a:hover{ color: var(--wpn-link-hover); }

/* Images */
.wpnfinite-post--dark img{
  margin: 1rem 0;
  border-radius: var(--wpn-radius);
  max-width: 100%;
  height: auto;
  display: block;
  box-shadow: var(--wpn-shadow);
}

/* Lists */
.wpnfinite-post--dark ul,
.wpnfinite-post--dark ol{
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}
.wpnfinite-post--dark li{ margin: 0.35rem 0; }

/* Blockquotes */
.wpnfinite-post--dark blockquote{
  margin: 1.2rem 0;
  padding: 12px 14px;
  border-left: 4px solid rgba(110,193,228,.55);
  background: rgba(24,32,52,.85);
  border-radius: var(--wpn-radius);
  color: var(--wpn-muted);
}

/* Meta row */
.wpnfinite-post--dark .sby-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0.25rem 0 1.1rem;
  padding: 10px 12px;
  border: 1px solid var(--wpn-border);
  border-radius: var(--wpn-radius);
  background: rgba(24,32,52,.75);
  box-shadow: var(--wpn-shadow-soft);
  font-size: 13px;
  color: var(--wpn-muted);
}
.wpnfinite-post--dark .sby-meta strong{ color: var(--wpn-heading); }

/* Intro + CTA cards */
.wpnfinite-post--dark .sby-intro,
.wpnfinite-post--dark .sby-cta{
  background: var(--wpn-panel);
  border: 1px solid var(--wpn-border);
  border-radius: var(--wpn-radius-lg);
  box-shadow: var(--wpn-shadow-soft);
}

.wpnfinite-post--dark .sby-intro{
  padding: 14px 16px;
  margin: 1rem 0 1.6rem;
}

.wpnfinite-post--dark .sby-cta{
  margin: 1.6rem 0 2rem;
  padding: 16px;
}

.wpnfinite-post--dark .sby-cta h3{ margin-top: 0; }

/* Buttons */
.wpnfinite-post--dark .sby-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6EC1E4, #9ad8ee);
  color: #0B1120;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 10px 22px rgba(110,193,228,.18);
  transition: filter .2s ease, transform .15s ease;
}
.wpnfinite-post--dark .sby-btn:hover{
  filter: brightness(.95);
  transform: translateY(-1px);
}

/* Takeaways */
.wpnfinite-post--dark .sby-takeaways{
  list-style: none;
  padding-left: 0;
  margin: 0.8rem 0 1.4rem;
  display: grid;
  gap: 10px;
}
.wpnfinite-post--dark .sby-takeaways li{
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--wpn-border);
  border-radius: var(--wpn-radius);
  background: var(--wpn-panel);
  box-shadow: var(--wpn-shadow-soft);
  position: relative;
}
.wpnfinite-post--dark .sby-takeaways li::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  border-radius: var(--wpn-radius) 0 0 var(--wpn-radius);
  background: linear-gradient(180deg, var(--wpn-accent) 0%, rgba(110,193,228,0) 100%);
  opacity: .7;
}

/* Accordion */
.wpnfinite-post--dark .accordion{
  display: grid;
  gap: 10px;
  margin: 1.2rem 0 2rem;
}
.wpnfinite-post--dark .accordion details{
  position: relative;
  background: var(--wpn-panel);
  border: 1px solid var(--wpn-border);
  border-radius: var(--wpn-radius);
  padding: 10px 14px;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.wpnfinite-post--dark .accordion details:hover{
  border-color: rgba(110,193,228,.35);
  box-shadow: var(--wpn-shadow-soft);
}
.wpnfinite-post--dark .accordion details[open]{
  background: var(--wpn-panel-open);
  border-color: rgba(110,193,228,.35);
}
.wpnfinite-post--dark .accordion details::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  border-radius: var(--wpn-radius) 0 0 var(--wpn-radius);
  background: linear-gradient(180deg, var(--wpn-accent) 0%, rgba(110,193,228,0) 100%);
  opacity: .7;
}
.wpnfinite-post--dark .accordion summary{
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
  list-style:none;
  outline:none;
  user-select:none;
  margin: 0;
}
.wpnfinite-post--dark .accordion summary::-webkit-details-marker{ display:none; }
.wpnfinite-post--dark .accordion summary strong{
  color: var(--wpn-heading);
  font-weight: 900;
  letter-spacing: .15px;
}
.wpnfinite-post--dark .accordion summary::after{
  content:"";
  margin-left:auto;
  width:10px;
  height:10px;
  border-right: 2px solid var(--wpn-accent);
  border-bottom: 2px solid var(--wpn-accent);
  transform: rotate(45deg);
  transition: transform .2s, border-color .2s;
}
.wpnfinite-post--dark .accordion details[open] summary::after{
  transform: rotate(-135deg);
  border-color: var(--wpn-accent-2);
}
.wpnfinite-post--dark .accordion details > *:not(summary){
  margin-top: 10px;
  color: var(--wpn-muted);
  animation: wpn-acc-reveal .22s ease;
}
.wpnfinite-post--dark .accordion summary:focus-visible{
  outline: 2px solid var(--wpn-accent);
  outline-offset: 4px;
  border-radius: 8px;
}

/* Legacy FAQ */
.wpnfinite-post--dark .sby-faq{
  margin: 1.2rem 0 2rem;
  display: grid;
  gap: 10px;
}
.wpnfinite-post--dark .sby-faq .sby-faq-item{
  position: relative;
  background: var(--wpn-panel);
  border: 1px solid var(--wpn-border);
  border-radius: var(--wpn-radius);
  padding: 12px 14px;
  box-shadow: var(--wpn-shadow-soft);
}
.wpnfinite-post--dark .sby-faq .sby-faq-item::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  border-radius: var(--wpn-radius) 0 0 var(--wpn-radius);
  background: linear-gradient(180deg, var(--wpn-accent) 0%, rgba(110,193,228,0) 100%);
  opacity: .7;
}
.wpnfinite-post--dark .sby-faq .sby-faq-item h3{ margin-top: 0; }

/* Tables (dark) */
.wpnfinite-post--dark .wpn-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1rem 0;
  background: var(--wpn-panel);
  border: 1px solid var(--wpn-border);
  border-radius: var(--wpn-radius);
  overflow: hidden;
  box-shadow: var(--wpn-shadow-soft);
  font-size: 14px;
  color: var(--wpn-text);
}
.wpnfinite-post--dark .wpn-table thead th{
  background: rgba(110,193,228,.10);
  color: var(--wpn-heading);
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 12px;
  font-weight: 900;
  padding: 10px 14px;
  border-bottom: 1px solid var(--wpn-border);
}
.wpnfinite-post--dark .wpn-table th,
.wpnfinite-post--dark .wpn-table td{
  padding: .6rem .9rem;
  text-align: left;
  border-bottom: 1px solid var(--wpn-border);
}
.wpnfinite-post--dark .wpn-table tbody tr:nth-child(even){
  background: rgba(255,255,255,.02);
}
.wpnfinite-post--dark .wpn-table tbody tr:last-child td{ border-bottom: 0; }

/* Safety: always keep images responsive */
.wpnfinite-post img{ max-width: 100%; }/* End custom CSS */