/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 20260518.7
*/

/*************** VPSZET LOCAL FONTS  ***************/
@font-face {
  font-family: 'MomoTrustSans';
  src: url('assets/fonts/momo/MomoTrustSans%5Bwght%5D.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MomoTrustDisplay';
  src: url('assets/fonts/momo/MomoTrustDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MomoSignature';
  src: url('assets/fonts/momo/MomoSignature-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*************** VPSZET BLOG HOMEPAGE  ***************/
:root {
  --vpszet-font-sans: 'MomoTrustSans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --vpszet-font-display: 'MomoTrustDisplay', 'MomoTrustSans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --vpszet-font-signature: 'MomoSignature', 'MomoTrustSans', cursive;
  --vpszet-green: #00A63A;
  --vpszet-green-2: #02B84F;
  --vpszet-green-dark: #008A2E;
  --vpszet-mint: #A7F8D0;
  --vpszet-mint-2: #67FFD0;
  --vpszet-navy: #050B46;
  --vpszet-navy-2: #071053;
  --vpszet-text: #172033;
  --vpszet-muted: #64748b;
  --vpszet-line: #e4efe9;
  --vpszet-bg: #f6fff9;
  --vpszet-white: #ffffff;
  --vpszet-radius: 22px;
  --vpszet-shadow: 0 20px 60px rgba(5, 11, 70, .08);
}

body {
  font-family: var(--vpszet-font-sans) !important;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
.heading-font,
.banner h1,
.banner h2,
.section-title,
.vpszet-home h1,
.vpszet-home h2,
.vpszet-home h3 {
  font-family: var(--vpszet-font-display) !important;
  letter-spacing: -0.025em;
}

.vpszet-aeo-after-h1 {
  margin: 14px 0 16px;
  padding: 16px 18px;
  border: 1px solid rgba(2, 184, 79, .36);
  border-left: 5px solid var(--vpszet-green-2);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(240, 255, 247, .98), rgba(255, 255, 255, .96));
  color: var(--vpszet-navy);
  font-size: 1.03rem;
  line-height: 1.7;
  box-shadow: 0 12px 32px rgba(5, 11, 70, .06);
}

.nav > li > a,
.button,
button,
input,
textarea,
select,
.vpszet-btn {
  font-family: var(--vpszet-font-sans) !important;
}

body.home .page-wrapper,
body.home #content {
  padding-top: 0;
}

.vpszet-home {
  background: linear-gradient(180deg, #f7fff9 0%, #ffffff 34%, #f8fffb 100%);
  color: var(--vpszet-text);
  font-family: var(--vpszet-font-sans);
  font-size: 16px;
  line-height: 1.65;
  overflow: hidden;
}

.vpszet-home * { box-sizing: border-box; }
.vpszet-home a { color: inherit; text-decoration: none; }
.vpszet-home a:hover { color: var(--vpszet-green-dark); }

.vpszet-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.vpszet-hero {
  position: relative;
  padding: 72px 0 44px;
  isolation: isolate;
}

.vpszet-hero:before,
.vpszet-hero:after {
  content: "";
  position: absolute;
  border-radius: 999px;
  z-index: -1;
  filter: blur(4px);
}

.vpszet-hero:before {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(103,255,208,.38), rgba(0,166,58,.08) 58%, transparent 70%);
  top: -240px;
  right: -140px;
}

.vpszet-hero:after {
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(0,166,58,.17), transparent 70%);
  left: -120px;
  bottom: -120px;
}

.vpszet-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 34px;
  align-items: center;
}

.vpszet-eyebrow,
.vpszet-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--vpszet-green-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vpszet-eyebrow:before,
.vpszet-section-kicker:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--vpszet-green);
  box-shadow: 0 0 0 6px rgba(0,166,58,.11);
}

.vpszet-hero h1 {
  max-width: 790px;
  margin: 0 0 20px;
  color: var(--vpszet-navy);
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 900;
}

.vpszet-lead {
  max-width: 720px;
  margin: 0 0 26px;
  color: #3f4b5f;
  font-size: clamp(17px, 2vw, 20px);
}

.vpszet-hero-actions,
.vpszet-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.vpszet-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.1;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.vpszet-btn:hover { transform: translateY(-1px); }

.vpszet-btn-primary {
  background: linear-gradient(135deg, var(--vpszet-green), var(--vpszet-green-2));
  color: #fff !important;
  box-shadow: 0 14px 32px rgba(0,166,58,.24);
}

.vpszet-btn-ghost {
  border: 1px solid rgba(5,11,70,.12);
  background: rgba(255,255,255,.78);
  color: var(--vpszet-navy) !important;
}

.vpszet-btn-light {
  background: #fff;
  color: var(--vpszet-green-dark) !important;
}

.vpszet-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.vpszet-trust-list li {
  padding: 8px 12px;
  border: 1px solid rgba(0,166,58,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.7);
  color: var(--vpszet-navy);
  font-size: 14px;
  font-weight: 700;
}

.vpszet-hero-card {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(0,166,58,.15);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(235,255,245,.94));
  box-shadow: var(--vpszet-shadow);
}

.vpszet-hero-card:before {
  content: "";
  display: block;
  width: 76px;
  height: 76px;
  margin-bottom: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--vpszet-navy), var(--vpszet-green));
  box-shadow: inset 0 0 0 10px rgba(255,255,255,.16), 0 18px 30px rgba(5,11,70,.18);
}

.vpszet-card-topline {
  color: var(--vpszet-green-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.vpszet-hero-card h2 {
  margin: 8px 0 12px;
  color: var(--vpszet-navy);
  font-size: 28px;
  line-height: 1.18;
}

.vpszet-hero-card p { color: #4b5568; margin-bottom: 18px; }
.vpszet-hero-card a,
.vpszet-text-link { color: var(--vpszet-green-dark); font-weight: 900; }

.vpszet-benefits { padding: 0 0 30px; }
.vpszet-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.vpszet-benefit-grid > div {
  padding: 18px 20px;
  border: 1px solid var(--vpszet-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(5,11,70,.04);
}

.vpszet-benefit-grid strong {
  display: block;
  color: var(--vpszet-navy);
  font-size: 18px;
}

.vpszet-benefit-grid span { color: var(--vpszet-muted); font-size: 14px; }

.vpszet-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
  padding: 24px 0 70px;
}

.vpszet-main-col { min-width: 0; }
.vpszet-featured,
.vpszet-topics,
.vpszet-latest { margin-bottom: 46px; }

.vpszet-section-head { margin-bottom: 18px; }
.vpszet-section-head h2 {
  margin: 0;
  color: var(--vpszet-navy);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: -.03em;
  font-weight: 900;
}

.vpszet-section-head p { max-width: 680px; margin: 10px 0 0; color: var(--vpszet-muted); }
.vpszet-section-row { display: flex; align-items: end; justify-content: space-between; gap: 16px; }

.vpszet-featured-card {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--vpszet-line);
  border-radius: var(--vpszet-radius);
  background: #fff;
  box-shadow: var(--vpszet-shadow);
}

.vpszet-featured-media,
.vpszet-post-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  background: linear-gradient(135deg, var(--vpszet-navy), var(--vpszet-green));
  color: rgba(255,255,255,.85);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: .08em;
}

.vpszet-featured-media img,
.vpszet-post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vpszet-featured-body { padding: 30px; }
.vpszet-featured-body h3,
.vpszet-post-body h3 {
  margin: 8px 0 10px;
  color: var(--vpszet-navy);
  font-weight: 900;
  line-height: 1.2;
}
.vpszet-featured-body h3 { font-size: 30px; letter-spacing: -.025em; }
.vpszet-post-body h3 { font-size: 20px; }
.vpszet-featured-body p,
.vpszet-post-body p { color: var(--vpszet-muted); margin-bottom: 0; }
.vpszet-meta { color: #718096; font-size: 13px; font-weight: 700; }

.vpszet-topic-grid,
.vpszet-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.vpszet-topic-card,
.vpszet-post-card,
.vpszet-widget {
  border: 1px solid var(--vpszet-line);
  border-radius: var(--vpszet-radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(5,11,70,.05);
}

.vpszet-topic-card {
  position: relative;
  padding: 22px;
  min-height: 178px;
  overflow: hidden;
}

.vpszet-topic-card:after {
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  right: -28px;
  bottom: -32px;
  border-radius: 50%;
  background: rgba(0,166,58,.1);
}

.vpszet-topic-card span {
  display: block;
  color: var(--vpszet-navy);
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 8px;
}

.vpszet-topic-card p { margin: 0; color: var(--vpszet-muted); font-size: 14px; }

.vpszet-post-card { overflow: hidden; }
.vpszet-post-media { min-height: 155px; font-size: 24px; }
.vpszet-post-body { padding: 18px; }

.vpszet-sidebar {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 16px;
}

.vpszet-widget { padding: 22px; }
.vpszet-widget h2 {
  margin: 0 0 12px;
  color: var(--vpszet-navy);
  font-size: 19px;
  font-weight: 900;
}
.vpszet-widget p { color: var(--vpszet-muted); margin: 0 0 14px; }

.vpszet-search-widget form { margin: 0; }
.vpszet-search-widget input[type="search"],
.vpszet-search-widget input[type="text"] {
  width: 100%;
  height: 44px;
  border: 1px solid var(--vpszet-line);
  border-radius: 14px;
  box-shadow: none;
}
.vpszet-search-widget input[type="submit"],
.vpszet-search-widget button[type="submit"] {
  width: 100%;
  margin-top: 10px;
  border-radius: 14px;
  background: var(--vpszet-green);
}

.vpszet-widget-list { margin: 0; padding: 0; list-style: none; }
.vpszet-widget-list li + li { border-top: 1px solid var(--vpszet-line); }
.vpszet-widget-list a {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  color: var(--vpszet-text);
  font-weight: 800;
}
.vpszet-widget-list a:after { content: "→"; color: var(--vpszet-green); }

.vpszet-green-widget {
  background: linear-gradient(145deg, #effff6, #ffffff);
  border-color: rgba(0,166,58,.2);
}

.vpszet-service-widget {
  background: linear-gradient(145deg, var(--vpszet-navy), #0a1768);
  color: #fff;
  border: 0;
}
.vpszet-service-widget h2,
.vpszet-service-widget p { color: #fff; }
.vpszet-service-widget p { opacity: .82; }

.vpszet-cta {
  justify-content: space-between;
  padding: 30px;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--vpszet-green), var(--vpszet-navy));
  color: #fff;
  box-shadow: 0 20px 45px rgba(0,166,58,.22);
}
.vpszet-cta h2 { color: #fff; margin: 0 0 8px; font-size: 30px; }
.vpszet-cta p { color: rgba(255,255,255,.84); margin: 0; max-width: 650px; }
.vpszet-cta .vpszet-section-kicker { color: var(--vpszet-mint); }
.vpszet-cta .vpszet-section-kicker:before { background: var(--vpszet-mint-2); box-shadow: 0 0 0 6px rgba(255,255,255,.16); }

@media (max-width: 1024px) {
  .vpszet-hero-grid,
  .vpszet-layout { grid-template-columns: 1fr; }
  .vpszet-sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  .vpszet-wrap { width: min(100% - 24px, 1180px); }
  .vpszet-hero { padding: 48px 0 30px; }
  .vpszet-hero h1 { font-size: 38px; }
  .vpszet-benefit-grid,
  .vpszet-topic-grid,
  .vpszet-post-grid,
  .vpszet-featured-card,
  .vpszet-sidebar { grid-template-columns: 1fr; }
  .vpszet-section-row { align-items: flex-start; flex-direction: column; }
  .vpszet-featured-body { padding: 22px; }
  .vpszet-featured-body h3 { font-size: 24px; }
  .vpszet-cta { align-items: flex-start; }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}

/*************** VPSZET READABILITY + MENU POLISH  ***************/
:root {
  --vpszet-readable: #111827;
  --vpszet-readable-2: #1f2937;
  --vpszet-soft-green: #ecfff4;
}

body,
#main,
.page-wrapper,
.entry-content,
.article-inner,
.vpszet-home {
  color: var(--vpszet-readable) !important;
}

p,
li,
.entry-content p,
.entry-content li,
.article-inner p,
.article-inner li,
.vpszet-home p,
.vpszet-benefit-grid span,
.vpszet-section-head p,
.vpszet-featured-body p,
.vpszet-post-body p,
.vpszet-topic-card p,
.vpszet-widget p,
.vpszet-lead,
.vpszet-hero-card p {
  color: var(--vpszet-readable-2) !important;
}

.vpszet-meta,
.byline,
.posted-on,
.entry-meta,
.breadcrumbs,
.nav-pagination,
.comment-meta {
  color: #334155 !important;
}

.vpszet-cta,
.vpszet-service-widget,
.vpszet-cta p,
.vpszet-service-widget p,
.vpszet-cta h2,
.vpszet-service-widget h2,
.dark,
.dark p,
.dark li {
  color: #fff !important;
}

/* Desktop header/menu */
.header-wrapper,
.header-main {
  background: rgba(255,255,255,.94) !important;
  border-bottom: 1px solid rgba(0,166,58,.12);
  box-shadow: 0 10px 30px rgba(5,11,70,.06);
  backdrop-filter: blur(14px);
}

.header-main .nav > li > a,
.header-nav-main.nav > li > a {
  min-height: 40px;
  margin: 0 2px;
  padding: 0 13px !important;
  border-radius: 999px;
  color: var(--vpszet-navy) !important;
  font-size: 13px;
  font-weight: 850 !important;
  letter-spacing: .015em;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.header-main .nav > li > a:hover,
.header-main .nav > li.active > a,
.header-main .nav > li.current-menu-item > a,
.header-nav-main.nav > li > a:hover,
.header-nav-main.nav > li.active > a,
.header-nav-main.nav > li.current-menu-item > a {
  color: var(--vpszet-green-dark) !important;
  background: linear-gradient(135deg, rgba(0,166,58,.11), rgba(103,255,208,.18));
  box-shadow: inset 0 0 0 1px rgba(0,166,58,.16), 0 8px 22px rgba(0,166,58,.10);
  transform: translateY(-1px);
}

.header-main .nav > li > a:before,
.header-nav-main.nav > li > a:before {
  display: none !important;
}

.header-main .nav-icon,
.header-main .icon-menu,
.header-main .header-search .icon-search {
  color: var(--vpszet-navy) !important;
}

/* Mobile off-canvas menu */
#main-menu.mobile-sidebar {
  background: #fff !important;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
  --drawer-width: min(88vw, 360px);
  overflow: hidden;
  border-radius: 0 24px 24px 0;
  box-shadow: 18px 0 50px rgba(5,11,70,.22);
}

#main-menu .sidebar-menu {
  min-height: 100vh;
  padding: 22px 18px 28px;
  background:
    radial-gradient(circle at 18% 0%, rgba(103,255,208,.34), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f5fff9 100%) !important;
}

#main-menu .nav-sidebar.nav-vertical > li {
  margin: 0 0 10px;
  border: 0 !important;
}

#main-menu .nav-sidebar.nav-vertical > li > a {
  min-height: 52px;
  padding: 14px 16px !important;
  border: 1px solid rgba(5,11,70,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.86);
  color: var(--vpszet-navy) !important;
  box-shadow: 0 8px 22px rgba(5,11,70,.055);
  font-family: var(--vpszet-font-sans) !important;
  font-size: 14px;
  font-weight: 850 !important;
  letter-spacing: .02em;
}

#main-menu .nav-sidebar.nav-vertical > li.menu-item > a:after {
  content: "→";
  margin-left: auto;
  color: var(--vpszet-green);
  font-size: 18px;
  line-height: 1;
}

#main-menu .nav-sidebar.nav-vertical > li > a:hover,
#main-menu .nav-sidebar.nav-vertical > li.active > a,
#main-menu .nav-sidebar.nav-vertical > li.current-menu-item > a {
  color: var(--vpszet-green-dark) !important;
  border-color: rgba(0,166,58,.22);
  background: linear-gradient(135deg, #f3fff8, #ffffff);
}

#main-menu .header-search-form {
  margin: 0 0 18px !important;
}

#main-menu .searchform .flex-row {
  overflow: hidden;
  border: 1px solid rgba(0,166,58,.20);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(5,11,70,.08);
}

#main-menu .search-field {
  height: 50px !important;
  padding-left: 16px !important;
  border: 0 !important;
  color: var(--vpszet-navy) !important;
  font-size: 15px;
  box-shadow: none !important;
}

#main-menu .search-field::placeholder {
  color: #64748b;
}

#main-menu .ux-search-submit {
  min-width: 54px;
  height: 50px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(135deg, var(--vpszet-green), var(--vpszet-green-dark)) !important;
  color: #fff !important;
}

#main-menu li:has(> a.element-error),
#main-menu .element-error,
#main-menu .header-newsletter-item,
#main-menu .header-social-icons {
  display: none !important;
}

.mfp-ready .mfp-close,
.off-canvas .mfp-close {
  color: #fff !important;
  opacity: 1;
  text-shadow: none;
}

@media (min-width: 850px) {
  #logo {
    width: 170px !important;
  }

  .header-main .nav,
  .header-nav-main.nav {
    flex-wrap: nowrap !important;
    gap: 2px;
  }

  .header-main .nav > li > a,
  .header-nav-main.nav > li > a {
    min-height: 38px;
    padding: 0 9px !important;
    font-size: 12px;
    white-space: nowrap;
  }
}

@media (max-width: 849px) {
  .header-main {
    box-shadow: 0 8px 22px rgba(5,11,70,.07);
  }

  .header-main .nav-icon,
  .header-main .icon-menu {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--vpszet-soft-green);
    box-shadow: inset 0 0 0 1px rgba(0,166,58,.14);
  }
}


/*************** VPSZET READABILITY REFRESH 20260518  ***************/
:root {
  --vpszet-body-size: 17px;
  --vpszet-body-line: 1.78;
  --vpszet-strong-text: #101827;
  --vpszet-soft-text: #273449;
  --vpszet-card-border: #dbeee4;
}

html { scroll-behavior: smooth; }

body {
  color: var(--vpszet-strong-text) !important;
  font-size: var(--vpszet-body-size);
  line-height: var(--vpszet-body-line);
}

body.single-post .entry-content,
body.single-post .article-inner,
body.single-post .entry-header,
body.category .archive-page-header,
body.archive .archive-page-header {
  color: var(--vpszet-strong-text) !important;
}

body.single-post .entry-content p,
body.single-post .entry-content li,
body.single-post .entry-content td,
body.single-post .entry-content th,
body.single-post .article-inner p,
body.single-post .article-inner li {
  color: var(--vpszet-soft-text) !important;
  font-size: 17.5px;
  line-height: 1.82;
}

body.single-post .entry-content a {
  color: var(--vpszet-green-dark) !important;
  font-weight: 760;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

body.single-post .entry-title,
body.single-post h1.entry-title {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  color: var(--vpszet-navy) !important;
  font-family: var(--vpszet-font-sans) !important;
  font-size: clamp(32px, 4.4vw, 54px) !important;
  font-weight: 850 !important;
  letter-spacing: -.035em;
  line-height: 1.08 !important;
}

body.single-post .entry-content h2,
body.single-post .entry-content h3,
body.single-post .entry-content h4,
body.category h1,
body.archive h1 {
  font-family: var(--vpszet-font-sans) !important;
  color: var(--vpszet-navy) !important;
  letter-spacing: -.025em;
}

body.single-post .entry-content h2 {
  position: relative;
  margin-top: 2.2em;
  margin-bottom: .75em;
  padding-top: .18em;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 850;
  line-height: 1.18;
}

body.single-post .entry-content h2:before {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin: 0 0 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--vpszet-green), var(--vpszet-mint-2));
}

body.single-post .entry-content h3 {
  margin-top: 1.55em;
  margin-bottom: .55em;
  font-size: clamp(21px, 2.4vw, 26px);
  font-weight: 820;
  line-height: 1.25;
}

body.single-post .vpszet-aeo-after-h1,
body.single-post .entry-content > .vpszet-aeo-after-h1,
body.single-post .entry-content .vpszet-answer-box,
body.single-post .entry-content .wp-block-quote:first-child {
  font-size: 18px !important;
  line-height: 1.72 !important;
  color: #082f22 !important;
  border-color: rgba(0,166,58,.30) !important;
  border-left-color: var(--vpszet-green) !important;
  background: linear-gradient(135deg, #edfff5, #ffffff) !important;
}

body.single-post .entry-content figure {
  margin: 30px 0 34px;
}

body.single-post .entry-content figure img,
body.single-post .entry-image img,
body.single-post .featured-title img {
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(5,11,70,.09);
}

body.single-post .entry-content figcaption,
body.single-post .wp-caption-text {
  margin-top: 10px;
  color: #475569 !important;
  font-size: 14.5px;
  line-height: 1.55;
  text-align: center;
}

body.single-post .entry-content table {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--vpszet-card-border);
  box-shadow: 0 10px 28px rgba(5,11,70,.045);
}

body.single-post .entry-content th {
  background: #effff6;
  color: var(--vpszet-navy) !important;
  font-weight: 820;
}

body.single-post .vpszet-faq {
  display: grid;
  gap: 12px;
  margin: 20px 0 34px;
}

body.single-post .vpszet-faq-item,
body.single-post .faq-item {
  padding: 18px 20px;
  border: 1px solid var(--vpszet-card-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(5,11,70,.045);
}

body.single-post .faq-question {
  margin: 0 0 8px !important;
  color: var(--vpszet-navy) !important;
  font-size: 19px !important;
  font-weight: 850 !important;
  line-height: 1.32 !important;
}

body.single-post .faq-question:before {
  content: "?";
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--vpszet-soft-green);
  color: var(--vpszet-green-dark);
  font-size: 15px;
  font-weight: 900;
}

body.single-post .faq-answer p:last-child { margin-bottom: 0; }

/* Default single-post sidebar widgets */
body.single-post .post-sidebar .widget,
body.archive #secondary .widget,
body.category #secondary .widget {
  margin-bottom: 18px;
  padding: 20px;
  border: 1px solid var(--vpszet-card-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(5,11,70,.055);
}

body.single-post .post-sidebar .widget-title,
body.single-post .post-sidebar .wp-block-heading,
body.single-post .post-sidebar .wp-block-search__label,
body.archive #secondary .widget-title,
body.category #secondary .widget-title {
  display: block;
  margin: 0 0 12px;
  color: var(--vpszet-navy) !important;
  font-family: var(--vpszet-font-sans) !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  letter-spacing: -.015em;
}

body.single-post .post-sidebar a,
body.archive #secondary a,
body.category #secondary a {
  color: var(--vpszet-soft-text) !important;
  font-weight: 720;
}

body.single-post .post-sidebar a:hover,
body.archive #secondary a:hover,
body.category #secondary a:hover {
  color: var(--vpszet-green-dark) !important;
}

body.single-post .wp-block-search__input,
body.archive .wp-block-search__input,
body.category .wp-block-search__input,
body.single-post input[type="search"] {
  min-height: 46px;
  border: 1px solid var(--vpszet-card-border) !important;
  border-radius: 14px !important;
  color: var(--vpszet-navy) !important;
  font-size: 15.5px;
  box-shadow: none !important;
}

body.single-post .wp-block-search__button,
body.archive .wp-block-search__button,
body.category .wp-block-search__button,
body.single-post input[type="submit"] {
  min-height: 46px;
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, var(--vpszet-green), var(--vpszet-green-dark)) !important;
  color: #fff !important;
  font-weight: 820 !important;
}

body.single-post #comments,
body.single-post #respond {
  border-radius: 22px;
  background: #f8fffb;
}

body.single-post #respond textarea,
body.single-post #respond input[type="text"],
body.single-post #respond input[type="email"],
body.single-post #respond input[type="url"] {
  border-radius: 14px;
  border-color: var(--vpszet-card-border);
  box-shadow: none;
}

/* Homepage readability refinement */
.vpszet-home { font-size: 17px; }
.vpszet-hero { padding-top: 58px; }
.vpszet-hero h1 {
  font-family: var(--vpszet-font-sans) !important;
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: -.038em;
}
.vpszet-lead { color: var(--vpszet-soft-text) !important; line-height: 1.72; }
.vpszet-section-head h2 {
  font-family: var(--vpszet-font-sans) !important;
  font-weight: 850;
  letter-spacing: -.025em;
}
.vpszet-featured-body h3,
.vpszet-post-body h3,
.vpszet-topic-card span,
.vpszet-widget h2 {
  font-family: var(--vpszet-font-sans) !important;
  font-weight: 820;
}
.vpszet-featured-body h3 { font-size: clamp(24px, 2.8vw, 30px); line-height: 1.24; }
.vpszet-post-body h3 { font-size: 19px; line-height: 1.32; }
.vpszet-post-body p,
.vpszet-featured-body p,
.vpszet-topic-card p,
.vpszet-widget p { line-height: 1.7; }
.vpszet-featured-media,
.vpszet-post-media { background: linear-gradient(135deg, #071053, #00a63a); }
.vpszet-post-card,
.vpszet-topic-card,
.vpszet-widget,
.vpszet-featured-card { border-color: var(--vpszet-card-border); }
.vpszet-btn-ghost { border-color: rgba(0,138,46,.28); background: #fff; box-shadow: 0 8px 22px rgba(5,11,70,.055); }

@media (min-width: 850px) {
  body.single-post .post-sidebar {
    position: sticky;
    top: 92px;
  }
}

@media (max-width: 780px) {
  :root { --vpszet-body-size: 16px; }
  body.single-post .entry-content p,
  body.single-post .entry-content li,
  body.single-post .article-inner p,
  body.single-post .article-inner li {
    font-size: 16.5px;
    line-height: 1.78;
  }
  body.single-post .entry-title,
  body.single-post h1.entry-title {
    font-size: 31px !important;
    line-height: 1.14 !important;
  }
  .vpszet-hero h1 { font-size: 34px; }
  .vpszet-featured-media,
  .vpszet-post-media { min-height: 190px; }
}


/*************** VPSZET SEARCH + FAQ LAYOUT FIX 20260518  ***************/
body.single-post .post-sidebar .wp-block-search__inside-wrapper,
body.archive #secondary .wp-block-search__inside-wrapper,
body.category #secondary .wp-block-search__inside-wrapper,
.vpszet-search-widget .searchform .flex-row {
  display: flex !important;
  align-items: stretch !important;
  gap: 8px !important;
  width: 100% !important;
}

body.single-post .post-sidebar .wp-block-search__input,
body.archive #secondary .wp-block-search__input,
body.category #secondary .wp-block-search__input,
.vpszet-search-widget .search-field {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
}

body.single-post .post-sidebar .wp-block-search__button,
body.archive #secondary .wp-block-search__button,
body.category #secondary .wp-block-search__button,
.vpszet-search-widget .ux-search-submit {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 96px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  white-space: nowrap !important;
}

body.single-post .vpszet-faq > .vpszet-faq-item,
body.single-post .vpszet-faq > .faq-item {
  width: 100%;
}


/*************** VPSZET SINGLE SIDEBAR SEARCH STACK FIX 20260518  ***************/
body.single-post .post-sidebar .wp-block-search__inside-wrapper {
  display: block !important;
}
body.single-post .post-sidebar .wp-block-search__input {
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  box-sizing: border-box !important;
}
body.single-post .post-sidebar .wp-block-search__button {
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  margin-top: 10px !important;
}


/*************** VPSZET HOMEPAGE SIDEBAR OVERFLOW FIX 20260518  ***************/
.vpszet-layout,
.vpszet-sidebar,
.vpszet-main-col,
.vpszet-widget,
.vpszet-search-widget,
.vpszet-search-widget form,
.vpszet-search-widget .flex-row,
.vpszet-search-widget .flex-col,
.vpszet-search-widget input {
  min-width: 0 !important;
}

.vpszet-sidebar {
  overflow: hidden;
}

.vpszet-widget {
  width: 100% !important;
  max-width: 100% !important;
}

.vpszet-search-widget form,
.vpszet-search-widget .flex-row {
  width: 100% !important;
  max-width: 100% !important;
}

.vpszet-search-widget .flex-col.flex-grow {
  flex: 1 1 auto !important;
}

.vpszet-search-widget .search-field {
  width: 100% !important;
  max-width: 100% !important;
}

.vpszet-search-widget .ux-search-submit {
  min-width: 52px !important;
  width: 52px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/*************** VPSZET FEATURED THUMBNAIL CROP FIX 20260518  ***************/
.vpszet-featured-media {
  background: linear-gradient(135deg, #f2fff7, #ffffff) !important;
}
.vpszet-featured-media img {
  object-fit: contain !important;
  object-position: center center !important;
  padding: 8px;
  background: linear-gradient(135deg, #f2fff7, #ffffff);
}


/*************** VPSZET FEATURED THUMBNAIL VISIBILITY FIX 20260518  ***************/
.vpszet-featured-media img {
  object-fit: cover !important;
  object-position: center center !important;
  padding: 0 !important;
  background: transparent !important;
}
