/* Blog generator theme v2026.07.2 — ui-ux-pro-max publisher + AdSense */
/* Design system: design-system/blog-publisher/MASTER.md */
:root {
  --bg-page: #f8fafc;
  --bg-surface: #ffffff;
  --text-primary: #0f172a;
  --text-body: #334155;
  --text-muted: #64748b;
  --brand-primary: #1e3a5f;
  --brand-accent: #2563eb;
  --border: #e2e8f0;
  --ad-bg: #f1f5f9;
  --font-body: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-heading: "Source Serif 4", Georgia, "Times New Roman", serif;
}
html { color-scheme: light; }
body.home-four,
body.home-four.innerpage {
  background: var(--bg-page) !important;
  color: var(--text-body) !important;
  font-family: var(--font-body) !important;
  font-size: 16px;
  line-height: 1.6;
}
html[data-theme="dark"] { color-scheme: light !important; }
html[data-theme="dark"] body,
html[data-theme="dark"] body.home-four,
html[data-theme="dark"] body.home-four.innerpage {
  background: var(--bg-page) !important;
  color: var(--text-body) !important;
}

.rts-darkmode { display: none !important; }

/* Non-functional demo search — ui-ux-pro-max: no broken affordances */
.echo-header-top-search-btn,
.search-input-area { display: none !important; }

/* Accessibility: keyboard focus */
a:focus-visible,
button:focus-visible,
.echo-desktop-menu a:focus-visible,
.mobile-menu-link:focus-visible {
  outline: 2px solid var(--brand-accent);
  outline-offset: 2px;
  border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* Header — calm editorial navy (trust palette) */
.echo-header-area.header-four .echo-header-top {
  background: #0f172a !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
@media (min-width: 992px) {
  .echo-header-area.header-four .echo-full-header-top > .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .echo-header-area.header-four .echo-full-header-top > .row > [class*="col-"] {
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
  }
  .echo-header-area.header-four .bg-header-tagline {
    display: flex !important;
    align-items: center !important;
    min-width: 0;
  }
  .echo-header-area.header-four .bg-header-tagline-text {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #e2e8f0 !important;
    line-height: 1.4 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  .echo-header-area.header-four .echo-header-top-date {
    justify-content: center !important;
    text-align: center;
  }
  .echo-header-area.header-four .echo-header-top-date .echo-day-name span strong {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #fff !important;
  }
  .echo-header-area.header-four .echo-header-top-date .echo-day-name span i {
    color: #cbd5e1 !important;
    margin-right: 8px !important;
  }
  .echo-header-area.header-four .echo-header-top-subs-social-menu {
    justify-content: flex-end !important;
  }
  .echo-header-area.header-four .echo-header-top .echo-header-top-menu-bar {
    display: none !important;
  }
  .echo-header-area.header-four .echo-header-top-search-btn svg {
    width: 20px !important;
    height: 20px !important;
  }
}
.echo-header-area.header-four .echo-site-main-logo-menu-social {
  background: var(--brand-primary) !important;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.12);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Desktop menu alignment */
.header-four .echo-site-main-logo-menu-social > .container > .row {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  column-gap: 40px !important;
}
.header-four .echo-site-main-logo-menu-social > .container > .row > .col-xl-2:first-child,
.header-four .echo-site-main-logo-menu-social > .container > .row > .col-lg-2:first-child {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 280px !important;
  min-width: 200px !important;
  padding-right: 12px !important;
  margin-right: 8px !important;
}
.header-four .echo-site-main-logo-menu-social > .container > .row > .bg-main-nav-col,
.header-four .echo-site-main-logo-menu-social > .container > .row > .col-xl-8,
.header-four .echo-site-main-logo-menu-social > .container > .row > .col-xl-7,
.header-four .echo-site-main-logo-menu-social > .container > .row > .col-lg-8,
.header-four .echo-site-main-logo-menu-social > .container > .row > .col-lg-7 {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  padding-left: 20px !important;
}
.header-four .echo-site-main-logo-menu-social > .container > .row > .col-xl-3,
.header-four .echo-site-main-logo-menu-social > .container > .row > .col-lg-3,
.header-four .echo-site-main-logo-menu-social > .container > .row > .col-xl-2:last-child,
.header-four .echo-site-main-logo-menu-social > .container > .row > .col-lg-2:last-child {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 72px !important;
  margin-left: auto !important;
  padding-left: 0 !important;
}
.header-four .echo-home-1-social-media-icons .social-area {
  display: none !important;
}
.header-four .echo-site-main-logo-menu-social nav,
.header-four .echo-site-main-logo-menu-social nav .echo-home-1-menu {
  width: 100%;
}
.header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}
.header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item {
  display: flex !important;
  flex: 0 0 auto !important;
  padding: 14px 0 !important;
  margin: 0 !important;
}
.header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item .echo-dropdown-main-element {
  padding: 0 11px !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item .echo-dropdown-main-element:hover,
.header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item .echo-dropdown-main-element.active {
  color: #fff !important;
  opacity: 0.92;
}
.header-four .echo-site-logo .bg-site-text-logo {
  font-size: 22px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  max-width: none !important;
  white-space: nowrap;
  letter-spacing: -0.03em;
}
@media (min-width: 1200px) {
  .header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item .echo-dropdown-main-element {
    padding: 0 13px !important;
    font-size: 15px !important;
  }
  .header-four .echo-site-logo .bg-site-text-logo {
    font-size: 24px !important;
  }
  .header-four .echo-site-main-logo-menu-social > .container > .row > .col-xl-2:first-child,
  .header-four .echo-site-main-logo-menu-social > .container > .row > .col-lg-2:first-child {
    max-width: 300px !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header-four .echo-site-main-logo-menu-social > .container > .row {
    column-gap: 24px !important;
  }
  .header-four .echo-site-main-logo-menu-social > .container > .row > .bg-main-nav-col,
  .header-four .echo-site-main-logo-menu-social > .container > .row > .col-xl-8,
  .header-four .echo-site-main-logo-menu-social > .container > .row > .col-lg-8 {
    padding-left: 12px !important;
  }
  .header-four .echo-site-main-logo-menu-social ul.echo-desktop-menu li.menu-item .echo-dropdown-main-element {
    padding: 0 8px !important;
    font-size: 13px !important;
  }
  .header-four .echo-site-logo .bg-site-text-logo {
    font-size: 20px !important;
  }
}
@media (max-width: 991px) {
  .header-four .echo-site-main-logo-menu-social {
    padding: 14px 0 !important;
  }
  .header-four .echo-site-main-logo-menu-social > .container > .row > .col-md-7,
  .header-four .echo-site-main-logo-menu-social > .container > .row > .col-sm-7,
  .header-four .echo-site-main-logo-menu-social > .container > .row > .col-7:first-child {
    flex: 1 1 auto !important;
    max-width: 70% !important;
    width: auto !important;
  }
  .header-four .echo-site-main-logo-menu-social > .container > .row > .col-md-5,
  .header-four .echo-site-main-logo-menu-social > .container > .row > .col-sm-5,
  .header-four .echo-site-main-logo-menu-social > .container > .row > .col-5:last-child {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    margin-left: auto !important;
  }
  .header-four .echo-site-logo .bg-site-text-logo {
    font-size: 19px !important;
    font-weight: 700 !important;
    max-width: 100% !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere;
  }
  .header-four .echo-home-1-social-media-icons {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 100%;
    text-align: right !important;
  }
  .header-four .echo-home-1-social-media-icons .echo-header-top-menu-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .header-four .echo-home-1-social-media-icons .echo-header-top-menu-bar a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
  }
  .header-four .echo-home-1-social-media-icons .echo-header-top-menu-bar a svg {
    width: 30px !important;
    height: 28px !important;
    margin-top: 0 !important;
  }
  .header-four .echo-home-1-social-media-icons .echo-header-top-menu-bar a svg path {
    fill: #ffffff !important;
  }
}

/* Hero & sections — neutral editorial (content-first) */
.echo-hero-section.home-four {
  background: var(--bg-page) !important;
  padding: 48px 0 !important;
  border-bottom: 1px solid var(--border);
}
.echo-latest-news-area.home-four.blog-generator-posts {
  background: var(--bg-page) !important;
  padding-bottom: 72px !important;
}
.echo-latest-news-area.home-four.blog-generator-posts .echo-latest-news-full-content {
  padding-top: 28px !important;
}
.echo-latest-news-area.home-four.blog-generator-posts .echo-latest-news-full-content > .row {
  --bs-gutter-x: 1.75rem;
  --bs-gutter-y: 2rem;
}
.echo-latest-news-area.home-four.blog-generator-posts .echo-latest-news-full-content .echo-latest-news-main-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff !important;
}
.echo-latest-news-area.home-four.blog-generator-posts .echo-latest-news-full-content .echo-latest-news-img {
  overflow: hidden !important;
  margin-bottom: 0 !important;
}
.echo-latest-news-area.home-four.blog-generator-posts .echo-latest-news-full-content .echo-latest-news-img .content-catagory-tag {
  bottom: 14px !important;
  transform: translateX(-50%) !important;
  height: auto !important;
  line-height: 1.2 !important;
  padding: 8px 14px !important;
}
.echo-latest-news-area.home-four.blog-generator-posts .echo-latest-news-main-content > .content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px 18px 18px;
}
.echo-latest-news-area.home-four.blog-generator-posts .echo-latest-news-single-title {
  margin-bottom: auto;
}
.echo-latest-news-area.home-four.blog-generator-posts .echo-latest-news-single-title h5 {
  font-size: 18px !important;
  line-height: 1.45 !important;
  margin: 0 0 14px !important;
  font-family: var(--font-heading) !important;
}
.echo-latest-news-area.home-four.blog-generator-posts .echo-latest-news-single-title h5 a {
  color: var(--text-primary) !important;
}
.echo-latest-news-area.home-four.blog-generator-posts .echo-latest-news-time-views {
  justify-content: center !important;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid #e2e8f0;
}
.echo-latest-news-area.home-four.blog-generator-posts .echo-latest-news-time-views::before {
  display: none !important;
}
.echo-latest-news-area.home-four.blog-generator-posts .echo-latest-news-time-views a {
  font-size: 13px !important;
  color: #64748b !important;
}
.echo-breadcrumb-area {
  background: var(--bg-surface) !important;
  padding: 28px 0 !important;
  border-bottom: 1px solid var(--border);
}
.echo-breadcrumb-area .breadcrumb-inner .title,
.echo-breadcrumb-area .breadcrumb-inner .breadcrumb-post-title {
  font-size: 20px !important;
  line-height: 1.35 !important;
  color: var(--text-primary) !important;
  font-weight: 600 !important;
  margin: 8px 0 0 !important;
  font-family: var(--font-heading) !important;
}
body.innerpage .echo-breadcrumb-area .breadcrumb-inner .breadcrumb-post-title {
  display: none !important;
}
.echo-breadcrumb-area .breadcrumb-inner .meta a {
  color: #64748b !important;
}

/* Cards — clean publisher surfaces */
.echo-hero-section.home-four .echo-latest-news-main-content,
.echo-latest-news-area.home-four .echo-latest-news-main-content {
  border-radius: 12px !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06), 0 4px 12px rgba(15, 23, 42, 0.04) !important;
  border: 1px solid var(--border);
  background: var(--bg-surface) !important;
}
.echo-hero-section.home-four .echo-latest-news-main-content .content-catagory-tag,
.echo-latest-news-area.home-four .content-catagory-tag {
  background: #475569 !important;
  border-radius: 6px !important;
  width: auto !important;
  min-width: 88px;
  padding: 6px 12px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
}

/* Footer — trustworthy light editorial */
.echo-footer-area4 {
  background: var(--bg-surface) !important;
  border-top: 1px solid var(--border);
  margin-top: 48px;
}
.echo-footer-area4 .footer-top { display: none !important; }
.echo-footer-area4 .footer-main { padding-top: 28px !important; }
.echo-footer-area4 .footer-main .footer-main-inner .footer-menu-area .menu-item a {
  color: #475569 !important;
}
.echo-footer-area4 .footer-main .footer-main-inner .footer-menu-area .menu-item a:hover {
  color: var(--brand-accent) !important;
}
.echo-footer-area4 .footer-copyright-area .copyright-area-inner .title {
  color: #64748b !important;
}
.echo-footer-legal-links {
  text-align: center;
  padding: 0 16px 20px;
}
.echo-footer-legal-links .gdpr-kvkk-reopen {
  font-size: 13px;
  color: #64748b !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  text-decoration: underline;
  cursor: pointer;
}
.echo-footer-legal-links .gdpr-kvkk-reopen:hover {
  color: var(--brand-accent) !important;
}
.echo-footer-area4 .footer-main .footer-main-inner .social-area .social-icon a {
  background: #fff !important;
  border: 1px solid #cbd5e1 !important;
  color: #475569 !important;
}
.echo-footer-area4 .footer-main .footer-main-inner .social-area .social-icon a:hover {
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: #fff !important;
}

/* Force light text colors when dark mode was active */
html[data-theme="dark"] body .echo-latest-news-area.home-four .echo-latest-news-single-title h5,
html[data-theme="dark"] body .echo-latest-news-area.home-four .echo-latest-news-single-title h5 a,
html[data-theme="dark"] body .echo-hero-section.home-four .echo-latest-news-single-title h5 a,
html[data-theme="dark"] body p,
html[data-theme="dark"] body ul li a {
  color: #1e293b !important;
}

/* Post page title (above content) — overrides theme h1/h2 (66px / 40px) */
body.innerpage .echo-hero-section.inner-post.home-four .echo-latest-news-single-title h1.echo-hero-title,
body.innerpage .echo-hero-section.inner-post.home-four .echo-latest-news-single-title h2.echo-hero-title {
  font-size: clamp(1.375rem, 2.5vw, 1.75rem) !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
  font-family: var(--font-heading) !important;
  color: var(--text-primary) !important;
}
@media (max-width: 767px) {
  body.innerpage .echo-hero-section.inner-post.home-four .echo-latest-news-single-title h1.echo-hero-title,
  body.innerpage .echo-hero-section.inner-post.home-four .echo-latest-news-single-title h2.echo-hero-title {
    font-size: 1.375rem !important;
  }
}

/* Article content — readable column (ui-ux-pro-max typography) */
.echo-ai-post-content {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.75;
  max-width: 74ch;
  color: var(--text-body);
}
.echo-hero-section.inner-post .echo-ai-post-content > h1:first-child {
  display: none !important;
}
.echo-ai-post-content h1 {
  font-size: 24px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  margin: 0 0 0.9em !important;
  font-family: var(--font-heading) !important;
  color: var(--text-primary) !important;
}
.echo-ai-post-content h2,
.echo-ai-post-content h3,
.echo-ai-post-content h4 {
  font-family: var(--font-heading) !important;
  color: var(--text-primary);
}
.echo-ai-post-content h2 {
  font-size: 22px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  margin: 1.5em 0 0.55em !important;
}
.echo-ai-post-content h3 {
  font-size: 19px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  margin: 1.2em 0 0.45em !important;
}
.echo-ai-post-content h4 {
  font-size: 17px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  margin: 1em 0 0.4em !important;
}
.echo-ai-post-content p { margin-bottom: 1.1em; line-height: 1.75; color: var(--text-body); }
.echo-ai-post-content ul,
.echo-ai-post-content ol { margin: 0 0 1.1em 1.2em; }
.echo-ai-post-content li { margin-bottom: 0.5em; }
.echo-ai-post-content table { width: 100%; border-collapse: collapse; margin: 1.2em 0; font-size: 15px; }
.echo-ai-post-content th,
.echo-ai-post-content td { border: 1px solid var(--border); padding: 10px 12px; text-align: left; }
.echo-ai-post-content th { background: var(--ad-bg); font-weight: 700; color: var(--text-primary); }
.echo-ai-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
.echo-ai-post-content a {
  color: var(--brand-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.echo-ai-post-content a:hover {
  color: #1d4ed8;
}

/* AdSense in-content slot — labeled, CLS-safe (ui-ux-pro-max + AdSense policy) */
.bg-adsense-incontent-slot {
  margin: 32px 0;
  min-height: 280px;
  padding: 16px 20px 20px;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  background: var(--ad-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  clear: both;
  box-sizing: border-box;
}
.bg-adsense-incontent-slot:empty {
  min-height: 280px;
}
.bg-adsense-label {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 14px;
  font-family: var(--font-body);
}
.bg-adsense-incontent-slot ins.adsbygoogle,
.bg-adsense-incontent-slot .adsbygoogle {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* Trust & editorial blocks for AdSense-friendly UX */
.bg-author-box {
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid #dbe4f0;
  border-radius: 14px;
  background: #f8fafc;
}
.bg-author-box__title {
  margin: 0 0 10px;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}
.bg-author-box p {
  margin: 0 0 8px;
  font-size: 15px;
  color: #334155;
}
.bg-editorial-box {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}
.bg-editorial-box__title {
  margin: 0 0 10px;
  font-size: 17px !important;
  color: #0f172a !important;
}
.bg-editorial-box__list {
  margin: 0 0 14px;
  padding-left: 18px;
}
.bg-editorial-box__list li {
  margin-bottom: 8px;
  color: #334155;
  font-size: 14px;
}
.bg-editorial-box__links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.bg-editorial-box__links a {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef2ff;
  color: #3730a3 !important;
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
}
.bg-editorial-box__links a:hover {
  background: #e0e7ff;
}

/* Post sidebar — TOC + related posts (light) */
.bg-post-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bg-post-toc,
.echo-hero-section.home-four .bg-post-sidebar-related.echo-banner-right-area-content {
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  padding: 20px 22px !important;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05) !important;
}
.bg-post-toc__title,
.bg-post-sidebar-related__title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--text-primary) !important;
  margin: 0 0 14px !important;
  font-family: var(--font-heading) !important;
}
.bg-post-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 360px;
  overflow-y: auto;
}
.bg-post-toc__item a {
  display: block;
  padding: 9px 0;
  font-size: 14px;
  line-height: 1.45;
  color: #475569 !important;
  text-decoration: none;
  border-bottom: 1px solid #f1f5f9;
  font-family: Inter, system-ui, -apple-system, sans-serif !important;
}
.bg-post-toc__item:last-child a {
  border-bottom: none;
}
.bg-post-toc__item--sub a {
  padding-left: 14px;
  font-size: 13px;
  color: #64748b !important;
}
.bg-post-toc__item a:hover {
  color: var(--brand-accent) !important;
}
.echo-hero-section.home-four .bg-post-sidebar-related ul {
  padding: 0 !important;
  margin: 0 !important;
}
.echo-hero-section.home-four .bg-post-sidebar-related ul li {
  border-bottom-color: #e2e8f0 !important;
}
.echo-hero-section.home-four .bg-post-sidebar-related ul li .content h5,
.echo-hero-section.home-four .bg-post-sidebar-related ul li .content h5 a {
  color: #0f172a !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}
.echo-hero-section.home-four .bg-post-sidebar-related ul li .content h5 a:hover {
  color: var(--brand-accent) !important;
}
.echo-hero-section.home-four .bg-post-sidebar-related ul li .content .desc,
.echo-hero-section.home-four .bg-post-sidebar-related ul li .content .desc i {
  color: #64748b !important;
}
.echo-hero-section.home-four .bg-post-sidebar-related ul {
  display: block !important;
  flex-wrap: nowrap !important;
}
.echo-hero-section.home-four .bg-post-sidebar-related ul li {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 16px !important;
  padding: 0 0 16px !important;
  border-bottom: 1px solid #e2e8f0 !important;
}
.echo-hero-section.home-four .bg-post-sidebar-related ul li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.echo-hero-section.home-four .bg-post-sidebar-related ul li .content {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  flex-basis: auto !important;
  order: 2;
}
.echo-hero-section.home-four .bg-post-sidebar-related ul li .echo-latest-news-img,
.echo-hero-section.home-four .bg-post-sidebar-related ul li .bg-related-post-thumb {
  flex: 0 0 72px !important;
  width: 72px !important;
  max-width: 72px !important;
  min-width: 72px !important;
  flex-basis: 72px !important;
  border-radius: 10px !important;
  overflow: hidden;
  order: 1;
}
.echo-hero-section.home-four .bg-post-sidebar-related ul li .echo-latest-news-img img {
  width: 72px !important;
  height: 72px !important;
  max-width: 72px !important;
  object-fit: cover !important;
  display: block;
  border-radius: 10px !important;
}
.echo-hero-section.home-four .bg-post-sidebar-related ul li .content h5 {
  margin: 0 0 6px !important;
}
.echo-hero-section.home-four .bg-post-sidebar-related ul li .content h5 a {
  text-transform: none !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}
@media (max-width: 991px) {
  .echo-hero-section.home-four .bg-post-sidebar-related ul li {
    width: 100% !important;
  }
}
html[data-theme="dark"] body .echo-hero-section.home-four .bg-post-sidebar-related.echo-banner-right-area-content {
  background: #fff !important;
}
html[data-theme="dark"] body .echo-hero-section.home-four .bg-post-sidebar-related ul li .content h5,
html[data-theme="dark"] body .echo-hero-section.home-four .bg-post-sidebar-related ul li .content h5 a,
html[data-theme="dark"] body .echo-hero-section.home-four .bg-post-sidebar-related ul li .content .desc,
html[data-theme="dark"] body .echo-hero-section.home-four .bg-post-sidebar-related ul li .content .desc i {
  color: #0f172a !important;
}
html[data-theme="dark"] body .echo-hero-section.home-four .bg-post-sidebar-related ul li .content .desc,
html[data-theme="dark"] body .echo-hero-section.home-four .bg-post-sidebar-related ul li .content .desc i {
  color: #64748b !important;
}
.echo-ai-post-content h2[id],
.echo-ai-post-content h3[id] {
  scroll-margin-top: 100px;
}

.side-bar .inner-main-wrapper-desk { display: none !important; }
.echo-header-top-subscribe-btn { display: none !important; }
.echo-popup-model { display: none !important; }

.bg-site-text-logo {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.03em;
  display: inline-block;
  line-height: 1.15;
}
.bg-site-text-logo--sidebar { font-size: 1rem; color: #fff; }
.bg-site-text-logo--footer {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  text-decoration: none;
}
.home-four.innerpage .echo-site-logo .bg-site-text-logo { color: #fff; }