@charset "UTF-8";
/**
 * Newsup Theme - Main Entry Point
 *
 * This file imports all partials in the correct order.
 * DO NOT write styles directly here - use the partial files instead.
 */
/**
 * VOF - Variables
 * Identity: Clean newspaper layout with light/dark theme support
 */
:root {
  /* Core palette */
  --primary-color: #d73c10;
  --secondary-color: #e9e9e9;
  --accent-color: #d73c10;
  /* Text */
  --text-color: #111111;
  --text-muted: #7a7a7a;
  --heading-color: #111111;
  --link-color: #111111;
  /* Surfaces */
  --background-color: #ffffff;
  --content-bg: #ffffff;
  --main-bg: #f3f3f3;
  --border-color: #dcdcdc;
  /* Header / nav */
  --header-bg: #ffffff;
  --header-text: #111111;
  --header-border: #dcdcdc;
  --nav-bg: #ffffff;
  --nav-text: #111111;
  --nav-hover: #f15a24;
  /* Cards / blocks */
  --card-bg: #ffffff;
  --card-border: #e4e4e4;
  /* Footer */
  --dark-bg: #0b0b0b;
  --footer-bg: #0b0b0b;
  --footer-text: #cfcfcf;
  --footer-heading: #ffffff;
  /* Ticker / tags */
  --ticker-bg: #141633;
  --ticker-label-bg: #f4b400;
  --ticker-label-text: #111111;
  --ticker-text: #ffffff;
  --tags-bg: #1ea6be;
  /* Typography */
  --font-family: 'Inter', sans-serif;
  --font-family-brand: 'Playfair Display', serif;
  --font-size-sm: 13px;
  --font-size-base: 12px;
  /* Заголовки секций типа NEWS FEED / HIGHLIGHTS / BUSINESS */
  --vof-section-title-size: 20px;
  --vof-section-title-weight: 700;
  --vof-section-title-line-height: 1;
  --vof-section-title-spacing: 0;
  /* Мета-текст: даты, мелкие подписи */
  --vof-meta-size: 12px;
  --vof-meta-line-height: 1.3;
  /* Заголовки карточек/постов обычного уровня */
  --vof-card-title-size: 12px;
  --vof-card-title-line-height: 1.4;
  --vof-card-title-weight: 700;
  /* Текст описаний / excerpt */
  --vof-excerpt-size: 12px;
  --vof-excerpt-line-height: 1.55;
  /* Крупный заголовок главной новости */
  --vof-hero-title-size: 26px;
  --vof-hero-title-line-height: 1.2;
  --vof-hero-title-weight: 800;
  /* Ссылка Read more / More news */
  --vof-readmore-size: 18px;
  --vof-readmore-line-height: 1.2;
  --vof-readmore-weight: 400;
  /* Spacing */
  --space-xs: 5px;
  --space-sm: 10px;
  --space-md: 15px;
  --space-lg: 25px;
  --space-xl: 40px;
  /* Radius */
  --radius: 10px;
  --radius-sm: 5px;
  --radius-lg: 15px;
  --radius-full: 50%;
  /* Shadows */
  --shadow-card: 0 2px 15px rgba(0, 0, 0, 0.08);
  --shadow-card-hover: 0 8px 30px rgba(0, 0, 0, 0.14);
  --shadow-sm: 0 1px 4px rgba(0, 0, 0, 0.06);
  /* Transitions */
  --transition: 0.2s ease;
  --transition-slow: 0.3s ease;
  --footer-heading: #ffffff;
  --footer-text: rgba(255, 255, 255, 0.8);
  /* Featured-strip */
  --vof-featured-strip-bg-start: #4f6985;
  --vof-featured-strip-bg-end: #7fa0c4;
  --vof-featured-strip-card-bg: rgba(27, 41, 58, 0.72);
  --vof-featured-strip-text: #ffffff;
  --vof-featured-strip-arrow-bg: rgba(255, 255, 255, 0.38);
  --vof-featured-strip-arrow-bg-active: rgba(255, 255, 255, 0.92);
  --vof-featured-strip-arrow-color: #394b5f;
  --vof-featured-strip-title-size: 28px;
  --vof-featured-strip-subtitle-size: 10px;
  --vof-featured-strip-card-title-size: 11px;
  --vof-featured-strip-date-size: 10px;
  --vof-featured-strip-padding-y: 32px;
  --vof-featured-strip-head-gap: 18px;
  --vof-featured-strip-grid-gap: 14px;
  --vof-featured-strip-card-min-height: 180px;
  --vof-featured-strip-image-height: 18px;
  --vof-featured-strip-arrow-size: 42px;
  --vof-featured-strip-arrow-radius: 10px;
}

/* DARK MODE */
body.theme-dark {
  --primary-color: #d73c10;
  --secondary-color: #2f2f2f;
  --accent-color: #d73c10;
  --text-color: #f2f2f2;
  --text-muted: #a6a6a6;
  --heading-color: #ffffff;
  --link-color: #ffffff;
  --background-color: #0d0d0d;
  --content-bg: #2f2f2f;
  --main-bg: #0d0d0d;
  --border-color: #4a4a4a;
  --header-bg: #333333;
  --header-text: #f5f5f5;
  --header-border: #4a4a4a;
  --nav-bg: #333333;
  --nav-text: #f5f5f5;
  --nav-hover: #d73c10;
  --card-bg: #2f2f2f;
  --card-border: #4a4a4a;
  --dark-bg: #0d0d0d;
  --footer-bg: #0d0d0d;
  --footer-text: #cfcfcf;
  --footer-heading: #ffffff;
  --ticker-bg: #0d0d0d;
  --ticker-label-bg: #f4b400;
  --ticker-label-text: #111111;
  --ticker-text: #ffffff;
  --tags-bg: #1ea6be;
  --shadow-card: 0 2px 15px rgba(0, 0, 0, 0.28);
  --shadow-card-hover: 0 8px 30px rgba(0, 0, 0, 0.4);
  --shadow-sm: 0 1px 4px rgba(0, 0, 0, 0.2);
  --footer-heading: #ffffff;
  --footer-text: rgba(255, 255, 255, 0.8);
}

/**
 * VOF Theme - Reset & Base
 */
body {
  font-size: var(--font-size-base);
  font-family: var(--font-family);
  background: var(--background-color);
  color: var(--text-color);
}

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: var(--heading-color);
}

/**
 * VOF Theme - Layout
 */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.site-main {
  padding: 14px 0 30px;
  background: var(--main-bg);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: var(--vof-meta-size);
  line-height: var(--vof-meta-line-height);
  color: var(--text-color);
  margin-bottom: 20px;
  padding: 10px 0;
}
.breadcrumb a {
  color: var(--text-color);
  opacity: 0.7;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: var(--primary-color);
  opacity: 1;
}
.breadcrumb .sep {
  opacity: 0.4;
}
.breadcrumb .current {
  opacity: 0.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 250px;
}

/* =================================
   HOMEPAGE TOP
================================= */
.vof-home-top {
  margin-top: 8px;
}

.vof-home-top-grid {
  display: grid;
  grid-template-columns: 280px 1fr 300px;
  column-gap: 20px;
  row-gap: 2px;
  max-width: 1180px;
  align-items: start;
}

/* GRID POSITION */
.vof-highlight-main-column {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.vof-news-feed-heading {
  grid-column: 1;
  grid-row: 1;
}

.vof-news-feed {
  grid-column: 1;
  grid-row: 2;
  background: var(--content-bg);
  padding: 16px;
  border-radius: 8px;
}

.vof-news-feed-heading .vof-section-title {
  color: var(--primary-color);
}

.vof-highlights-heading {
  grid-column: 2/span 2;
  grid-row: 1;
}

.vof-highlight-main {
  background: var(--content-bg);
  padding: 16px;
  border-radius: 8px;
}

.vof-highlight-side-list {
  grid-column: 3;
  grid-row: 2/span 2;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: var(--content-bg);
  padding: 16px;
  border-radius: 8px;
}

/* =================================
   SECTION HEADERS
================================= */
.vof-section-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  width: 100%;
}

.vof-section-title {
  font-size: var(--vof-section-title-size);
  line-height: var(--vof-section-title-line-height);
  font-weight: var(--vof-section-title-weight);
  letter-spacing: var(--vof-section-title-spacing);
  white-space: nowrap;
  color: var(--heading-color);
}

/* NEWS FEED DOT */
.vof-section-dot {
  position: relative;
  width: 7px;
  height: 7px;
  background: var(--primary-color);
  border-radius: 50%;
  flex: 0 0 7px;
}

.vof-section-dot::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.vof-section-date {
  color: var(--text-muted);
  font-size: var(--vof-meta-size);
  line-height: var(--vof-meta-line-height);
}

/* HIGHLIGHTS LINE */
.vof-highlights-heading .vof-section-heading::after {
  content: "";
  flex: 1;
  height: 1.2px;
  margin-left: 1px;
  position: relative;
  top: -3px;
  background: linear-gradient(to right, var(--border-color) 0%, var(--border-color) 40%, rgba(255, 255, 255, 0.15) 82%, rgba(255, 255, 255, 0) 100%);
}

/* =================================
   NEWS FEED
================================= */
.vof-news-feed-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vof-news-feed-list--compact {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.vof-news-feed-list--compact.is-hiding {
  opacity: 0;
  transform: translateY(6px);
}

.vof-news-feed-list--expanded {
  gap: 12px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.vof-news-feed-list--expanded.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.vof-feed-item {
  padding-bottom: 10px;
}

.vof-feed-item--compact {
  padding-bottom: 20px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.vof-feed-item--compact img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.vof-feed-item--compact:last-child {
  padding-bottom: 0;
}

.vof-feed-item--compact .vof-feed-title {
  font-size: 16px;
}

.vof-feed-item--expanded {
  padding-bottom: 0;
}

.vof-feed-time {
  font-size: var(--vof-meta-size);
  line-height: var(--vof-meta-line-height);
  color: var(--text-muted);
}

.vof-feed-title {
  font-size: var(--vof-card-title-size);
  line-height: var(--vof-card-title-line-height);
  font-weight: var(--vof-card-title-weight);
}

.vof-feed-title a {
  color: var(--heading-color);
  text-decoration: none;
}

.vof-feed-title a:hover {
  color: var(--primary-color);
}

.vof-news-feed.is-expanded {
  min-height: 0;
}

.vof-news-feed-list--expanded .vof-feed-item {
  border-bottom: none;
}

.vof-news-feed-list--expanded .vof-feed-time {
  margin-bottom: 4px;
}

.vof-news-feed-list--expanded .vof-feed-title {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
  margin: 0;
}

/* =================================
   MAIN ARTICLE
================================= */
.vof-highlight-main img {
  width: 100%;
  border-radius: 0;
}

.vof-highlight-body {
  margin-top: 14px;
}

.vof-highlight-main-title {
  font-size: var(--vof-hero-title-size);
  line-height: var(--vof-hero-title-line-height);
  font-weight: var(--vof-hero-title-weight);
}

.vof-highlight-main-title a {
  color: var(--heading-color);
  text-decoration: none;
}

.vof-highlight-main-title a:hover {
  color: var(--primary-color);
}

/* =================================
   BOTTOM ARTICLES UNDER MAIN
================================= */
.vof-highlight-bottom-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 0;
}

.vof-highlight-bottom {
  background: var(--content-bg);
  padding: 16px;
  border-radius: 8px;
}

.vof-highlight-bottom-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: 8px 0 0;
}

.vof-highlight-bottom-title a {
  color: var(--heading-color);
  text-decoration: none;
}

.vof-highlight-bottom-title a:hover {
  color: var(--primary-color);
}

.vof-highlight-bottom-excerpt {
  font-size: var(--vof-excerpt-size);
  line-height: var(--vof-excerpt-line-height);
  color: var(--text-color);
  margin-top: 10px;
}

/* =================================
   SIDE ARTICLES
================================= */
.vof-highlight-side img {
  width: 100%;
  border-radius: 0;
}

.vof-highlight-side-title {
  font-size: var(--vof-card-title-size);
  line-height: var(--vof-card-title-line-height);
  font-weight: var(--vof-card-title-weight);
  margin-top: 8px;
}

.vof-highlight-side-title a {
  color: var(--heading-color);
  text-decoration: none;
}

.vof-highlight-side-title a:hover {
  color: var(--primary-color);
}

.vof-highlight-meta {
  font-size: var(--vof-meta-size);
  line-height: var(--vof-meta-line-height);
  color: var(--text-muted);
}

.vof-meta-sep {
  margin: 0 6px;
}

.vof-highlight-category {
  color: var(--primary-color);
  text-decoration: none;
}

.vof-highlight-category:hover {
  text-decoration: underline;
}

/* =================================
   TITLES COLOR
================================= */
.vof-news-feed-title {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--primary-color);
}

.vof-section-title {
  color: var(--heading-color);
}

/* =================================
   NEWS FEED MORE BUTTON
================================= */
.vof-news-feed-more {
  margin-top: 18px;
}

.vof-more-news-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 56px;
  padding: 0 22px;
  border: 1px solid var(--border-color);
  border-radius: 22px;
  background: var(--content-bg);
  font-size: var(--vof-readmore-size);
  line-height: var(--vof-readmore-line-height);
  font-weight: var(--vof-readmore-weight);
  color: var(--heading-color);
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.vof-more-news-btn:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.vof-more-arrow {
  font-size: 24px;
  line-height: 1;
}

/* =================================
   EXCLUSIVE BADGE
================================= */
.vof-highlight-image {
  position: relative;
  display: block;
}

.vof-badge-exclusive {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary-color);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 6px 12px;
  border-bottom-right-radius: 6px;
  z-index: 2;
}

.single-post-layout {
  padding-right: 0;
}

/** * VOF top header */
/* Top header */
.main-header.vof-header-top {
  background: var(--header-bg);
  padding: 0;
  border-bottom: 1px solid var(--header-border);
}

.header-inner.vof-header-top-inner {
  min-height: 90px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.vof-theme-toggle-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.vof-theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--header-text);
  outline: none;
}

.vof-theme-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--vof-section-title-size);
  line-height: 1;
  color: var(--header-text);
}

.vof-theme-switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
  border-radius: 999px;
  background: var(--secondary-color);
  transition: background 0.2s ease;
}

.vof-theme-knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--header-text);
  transition: transform 0.2s ease, background 0.2s ease;
}

.site-branding.vof-site-branding {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.logo-link.vof-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  text-decoration: none;
  flex-direction: row;
  flex-wrap: nowrap;
}

.site-logo.vof-site-logo {
  max-height: 36px;
  width: auto;
  display: block;
}

.site-title.vof-site-title {
  margin: 0;
  font-family: var(--font-family-brand);
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--header-text);
}

.vof-language-switch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.vof-language-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  line-height: var(--vof-meta-line-height);
  font-weight: 700;
  color: var(--header-text);
}

.vof-language-switch {
  position: relative;
}

.vof-language-menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 120px;
  padding: 8px;
  background: var(--content-bg);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  z-index: 2500;
}

.vof-language-switch.is-open .vof-language-menu {
  display: block;
}

.vof-language-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
  transition: background var(--transition), color var(--transition);
}

.vof-language-switch.is-open .vof-language-arrow {
  transform: rotate(180deg);
}

.vof-language-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--vof-meta-size);
  line-height: 1;
}

/* Theme toggle state */
body.theme-dark .vof-theme-switch {
  background: var(--border-color);
}

body.theme-dark .vof-theme-knob {
  transform: translateX(22px);
  background: var(--content-bg);
}

/* Responsive only for top header */
@media (max-width: 991.98px) {
  .header-inner.vof-header-top-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 16px;
    padding: 20px 0;
  }
  .vof-theme-toggle-wrap,
  .vof-language-switch {
    justify-content: center;
  }
  .logo-link.vof-logo-link {
    flex-wrap: wrap;
  }
  .site-title.vof-site-title {
    font-size: 34px;
  }
}
@media (max-width: 575.98px) {
  .vof-theme-icon {
    font-size: 18px;
  }
  .vof-theme-switch {
    width: 42px;
    height: 22px;
  }
  .vof-theme-knob {
    width: 16px;
    height: 16px;
  }
  body.theme-dark .vof-theme-knob {
    transform: translateX(20px);
  }
  .site-logo.vof-site-logo {
    max-height: 32px;
  }
  .site-title.vof-site-title {
    font-size: 26px;
  }
  .vof-language-btn {
    font-size: var(--font-size-base);
  }
}
/* Navigation */
.main-navigation {
  background: var(--nav-bg);
  padding: 0;
  border-top: 1px solid var(--header-border);
  border-bottom: 1px solid var(--header-border);
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
}

.main-navigation > .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 72px;
}

.main-navigation .navbar-collapse {
  flex-grow: 0;
}

.main-navigation .navbar-nav {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.main-navigation .navbar-nav .nav-item {
  display: flex;
  align-items: center;
}

.main-navigation .navbar-nav .nav-link {
  position: relative;
  color: var(--nav-text);
  font-weight: 500;
  padding: 10px 14px;
  font-size: 16px;
  line-height: var(--vof-card-title-line-height);
  text-transform: none;
  letter-spacing: 0;
  border: 2px solid transparent;
  transition: color var(--transition), border-color var(--transition);
}

.main-navigation .navbar-nav .nav-item:first-child .nav-link {
  border-color: var(--nav-text);
  color: var(--nav-text);
  font-weight: 700;
}

.main-navigation .navbar-nav .nav-item:first-child .nav-link {
  border-color: var(--nav-text);
  color: var(--nav-text);
  font-weight: 700;
}

.main-navigation .navbar-nav .nav-item:first-child .nav-link.active {
  color: var(--primary-color);
}

.main-navigation .navbar-nav .nav-link.active {
  border-color: transparent;
  color: var(--primary-color);
  background: transparent;
  font-weight: 700;
}

.main-navigation .navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -10px;
  height: 3px;
  background: var(--primary-color);
  border-radius: 999px;
}

.main-navigation .navbar-nav .nav-link.active:hover {
  color: var(--primary-color);
}

.nav-search {
  position: static;
  margin-left: 12px;
  display: flex;
  align-items: center;
}

.search-btn {
  background: transparent;
  border: none;
  color: var(--nav-text);
  padding: 8px;
  cursor: pointer;
  font-size: var(--vof-readmore-size);
  line-height: 1;
  transition: color var(--transition);
}

.search-btn:hover {
  background: transparent;
  color: var(--nav-hover);
}

.navbar-toggler {
  border-color: var(--header-border);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2817,17,17,0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-default {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.nav-search-panel {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.main-navigation.search-open .nav-default {
  display: none;
}

.main-navigation.search-open .nav-search-panel {
  display: flex;
}

.vof-search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
}

.vof-search-input {
  width: 100%;
  max-width: 390px;
  height: 54px;
  padding: 0 18px;
  border: 1px solid var(--border-color);
  border-right: none;
  border-radius: 12px 0 0 12px;
  background: var(--content-bg);
  color: var(--text-color);
  font-size: var(--font-size-base);
  line-height: var(--vof-card-title-line-height);
  outline: none;
}

.vof-search-input::placeholder {
  color: var(--text-muted);
}

.vof-search-submit {
  height: 54px;
  padding: 0 28px;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: #ffffff;
  font-size: var(--font-size-base);
  line-height: var(--vof-card-title-line-height);
  font-weight: 600;
  border-radius: 0 12px 12px 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.vof-search-close {
  margin-left: 16px;
  border: none;
  background: transparent;
  color: var(--nav-text);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vof-search-close:hover {
  color: var(--nav-hover);
}

/**
 * Newsup Theme - News Ticker & Popular Tags
 */
.news-ticker {
  background: var(--ticker-bg, #1a1a2e);
  padding: 0;
  overflow: hidden;
}

.ticker-inner {
  display: flex;
  align-items: stretch;
  min-height: 45px;
}

.ticker-label {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: var(--ticker-label-bg, #ffc107);
  color: var(--ticker-label-text, #1a1a2e);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
  padding-right: 35px;
}

.ticker-label i {
  margin-right: 8px;
  font-size: 14px;
}

.ticker-content {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
}

.ticker-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: linear-gradient(to right, var(--ticker-bg, #1a1a2e), transparent);
  z-index: 2;
}

.ticker-content::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: linear-gradient(to left, var(--ticker-bg, #1a1a2e), transparent);
  z-index: 2;
}

.ticker-track {
  display: flex;
  align-items: center;
  gap: 20px;
  animation: ticker-scroll 30s linear infinite;
  white-space: nowrap;
}

.ticker-speed-slow .ticker-track,
.ticker-track.ticker-speed-slow {
  animation-duration: 45s;
}

.ticker-speed-normal .ticker-track,
.ticker-track.ticker-speed-normal {
  animation-duration: 30s;
}

.ticker-speed-fast .ticker-track,
.ticker-track.ticker-speed-fast {
  animation-duration: 18s;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.ticker-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ticker-text, #ffffff);
  font-size: 14px;
  transition: color 0.2s;
}

.ticker-item:hover {
  color: var(--ticker-label-bg, #ffc107);
}

.ticker-thumb {
  width: 40px;
  height: 30px;
  object-fit: cover;
  border-radius: 3px;
  flex-shrink: 0;
}

.ticker-text {
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ticker-separator {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
}

.ticker-inner:hover .ticker-track {
  animation-play-state: paused;
}

@media (max-width: 768px) {
  .ticker-label {
    padding: 8px 15px;
    padding-right: 25px;
    font-size: 11px;
  }
  .ticker-item {
    font-size: 13px;
  }
  .ticker-thumb {
    display: none;
  }
  .ticker-text {
    max-width: 200px;
  }
}
/* Popular Tags Bar */
.popular-tags-bar {
  background: var(--tags-bg, #4a90a4);
  padding: 12px 0;
}

.tags-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.tags-label {
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.tags-label i {
  color: #ff5722;
  margin-right: 8px;
  font-size: 14px;
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tags-list a {
  display: inline-block;
  padding: 5px 16px;
  background: #fff;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  border-radius: 20px;
  transition: all 0.2s;
}

.tags-list a:hover {
  background: var(--primary-color, #0056b3);
  color: #fff;
}

/**
 * Newsup Theme - Search Modal
 */
#searchModal .modal-content {
  border: none;
  border-radius: 10px;
}

.search-form {
  display: flex;
  gap: 10px;
}

.search-form .form-control {
  border-radius: 25px;
  padding: 12px 20px;
}

.search-form .btn {
  border-radius: 25px;
  padding: 12px 25px;
}

/**
 * VOF Theme - Featured & News Cards
 * Rounded 10px cards, translateY(-5px) lift + shadow grow
 */
.featured-main,
.featured-side {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}

.featured-main .featured-image {
  display: block;
  padding-bottom: 60%;
  position: relative;
}

.featured-side .featured-image {
  display: block;
  padding-bottom: 80%;
  position: relative;
}

.featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.featured-main:hover .featured-image img,
.featured-side:hover .featured-image img {
  transform: scale(1.05);
}

.featured-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.9));
}

.featured-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--space-lg);
  z-index: 1;
}

.featured-main .featured-title {
  font-size: var(--vof-hero-title-size);
  line-height: var(--vof-hero-title-line-height);
  font-weight: var(--vof-hero-title-weight);
  margin: var(--space-sm) 0;
  letter-spacing: -0.01em;
}

.featured-side .featured-title {
  font-size: var(--vof-card-title-size);
  line-height: var(--vof-card-title-line-height);
  font-weight: var(--vof-card-title-weight);
  margin: 8px 0 0 0;
}

.featured-title a {
  color: #fff;
  transition: color var(--transition);
}

.featured-title a:hover {
  color: var(--accent-color);
}

.featured-meta {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--vof-meta-size);
  line-height: var(--vof-meta-line-height);
}

/* Category Badge */
.category-badge {
  display: inline-block;
}

.category-badge a {
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  padding: var(--space-xs) var(--space-md);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: var(--radius-sm);
  transition: background var(--transition);
}

.category-badge a:hover {
  background: var(--secondary-color);
  color: #fff;
}

.category-badge.small a {
  padding: 3px 10px;
  font-size: 9px;
}

/* Section Header */
.section-header {
  margin-bottom: var(--space-lg);
  padding-bottom: var(--space-md);
  border-bottom: 3px solid var(--primary-color);
}

.section-title {
  font-size: var(--vof-section-title-size);
  line-height: var(--vof-section-title-line-height);
  font-weight: var(--vof-section-title-weight);
  margin: 0;
  color: var(--heading-color);
}

.section-title i {
  color: var(--primary-color);
  margin-right: var(--space-sm);
}

/* News Cards */
.news-card {
  background: var(--content-bg);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform var(--transition), box-shadow var(--transition);
  height: 100%;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
}

.news-card .card-image {
  display: block;
  overflow: hidden;
}

.news-card .card-image img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.news-card:hover .card-image img {
  transform: scale(1.05);
}

.news-card .card-body {
  padding: 20px;
}

.news-card .card-title {
  font-size: var(--vof-card-title-size);
  line-height: var(--vof-card-title-line-height);
  font-weight: 600;
  margin: var(--space-sm) 0;
}

.news-card .card-title a {
  color: var(--heading-color);
  transition: color var(--transition);
}

.news-card .card-title a:hover {
  color: var(--primary-color);
}

.news-card .card-excerpt {
  color: var(--text-muted);
  font-size: var(--vof-excerpt-size);
  line-height: var(--vof-excerpt-line-height);
  margin-bottom: var(--space-sm);
}

.news-card .card-meta,
.news-card .card-date {
  color: var(--text-muted);
  font-size: var(--vof-meta-size);
  line-height: var(--vof-meta-line-height);
}

/**
 * Newsup Theme - Sidebar
 * White rounded panel with blue accents
 */
.sidebar {
  background: var(--content-bg);
  border-radius: var(--radius);
  padding: var(--space-lg);
  box-shadow: var(--shadow-sm);
}

.widget {
  margin-bottom: 30px;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--primary-color);
  color: var(--heading-color);
}

/* Categories Widget */
.category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-list li {
  border-bottom: 1px solid var(--border-color);
}

.category-list li:last-child {
  border-bottom: none;
}

.category-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-sm) 0;
  color: var(--text-color);
  font-size: 14px;
  transition: color var(--transition);
}

.category-list li a:hover {
  color: var(--primary-color);
}

/* Recent Posts Widget */
.recent-post {
  display: flex;
  gap: var(--space-md);
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color);
}

.recent-post:last-child {
  border-bottom: none;
}

.recent-post .post-thumb {
  width: 80px;
  height: 60px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  flex-shrink: 0;
}

.recent-post .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-post .post-info {
  flex: 1;
}

.recent-post .post-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: var(--space-xs);
  line-height: 1.4;
}

.recent-post .post-title a {
  color: var(--heading-color);
  transition: color var(--transition);
}

.recent-post .post-title a:hover {
  color: var(--primary-color);
}

.recent-post .post-date {
  font-size: 12px;
  color: var(--text-muted);
}

/* Tag Cloud */
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Social Follow Widget */
.social-follow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-sm);
}

.social-item {
  display: flex;
  align-items: center;
  padding: 12px var(--space-md);
  border-radius: var(--radius-sm);
  color: #fff;
  font-size: var(--font-size-sm);
  font-weight: 500;
  transition: opacity var(--transition);
}

.social-item i {
  margin-right: var(--space-sm);
  font-size: 16px;
}

.social-item.facebook {
  background: #3b5998;
}

.social-item.twitter {
  background: #1da1f2;
}

.social-item.telegram {
  background: #0088cc;
}

.social-item.youtube {
  background: #ff0000;
}

.social-item:hover {
  opacity: 0.9;
  color: #fff;
}

/**
 * Newsup Theme - Pagination
 */
.pagination-wrapper {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid var(--border-color);
}

.pagination .page-link {
  color: var(--text-color);
  border-radius: 5px;
  margin: 0 3px;
  padding: 10px 15px;
}

.pagination .page-item.active .page-link {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.pagination .page-link:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

/**
 * VOF Theme — Homepage Sections
 * 4 category columns (Business / Sport / Politics / Culture)
 */
.vof-category-columns {
  padding: var(--space-lg) 0 var(--space-xl);
}

.vof-category-columns-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-md);
  align-items: start;
}

.vof-category-column {
  min-width: 0;
}

/* =========================
   SECTION HEADINGS
========================= */
.vof-category-column-heading {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  margin-bottom: var(--space-md);
}

.vof-category-column-heading::after {
  content: "";
  flex: 1;
  height: 1.2px;
  margin-left: 6px;
  position: center;
  background: linear-gradient(to right, var(--border-color) 0%, var(--border-color) 40%, rgba(255, 255, 255, 0.15) 82%, rgba(255, 255, 255, 0) 100%);
}

.vof-category-column-title {
  margin: 0;
  font-size: var(--vof-section-title-size);
  line-height: var(--vof-section-title-line-height);
  font-weight: var(--vof-section-title-weight);
  letter-spacing: var(--vof-section-title-spacing);
  text-transform: uppercase;
  color: var(--heading-color);
  white-space: nowrap;
}

.vof-category-column-line {
  flex: 1;
  height: 1px;
  background: var(--border-color);
}

/* =========================
   COLUMN CARD
========================= */
.vof-category-column-card {
  background: var(--content-bg);
  border-radius: var(--radius);
  padding: var(--space-lg) var(--space-md);
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* =========================
   POSTS
========================= */
.vof-category-post {
  padding-bottom: var(--space-md);
  margin-bottom: var(--space-md);
  border-bottom: 1px solid var(--border-color);
}

.vof-category-post:last-of-type {
  margin-bottom: 0;
}

.vof-category-post-time {
  margin-bottom: var(--space-sm);
  font-size: var(--vof-meta-size);
  line-height: var(--vof-meta-line-height);
  color: var(--text-muted);
}

.vof-category-post-title {
  margin: 0 0 var(--space-sm);
  font-size: var(--vof-card-title-size);
  line-height: var(--vof-card-title-line-height);
  font-weight: var(--vof-card-title-weight);
}

.vof-category-post-title a {
  color: var(--heading-color);
  text-decoration: none;
}

.vof-category-post-title a:hover {
  text-decoration: underline;
}

.vof-category-post-excerpt {
  margin: 0;
  font-size: var(--vof-excerpt-size);
  line-height: var(--vof-excerpt-line-height);
  color: var(--text-color);
}

/* =========================
   READ MORE
========================= */
.vof-category-column-more {
  margin-top: auto;
  padding-top: var(--space-md);
  text-align: center;
}

.vof-category-column-more a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--vof-readmore-size);
  line-height: var(--vof-readmore-line-height);
  font-weight: var(--vof-readmore-weight);
  color: var(--primary-color);
  text-decoration: none;
}

.vof-category-column-more a::after {
  content: "›";
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin-left: 4px;
  transition: transform 0.2s ease;
}

.vof-category-column-more a:hover {
  filter: brightness(0.8);
  text-decoration: none;
  transform: translateX(4px);
}

/* =================================
   RESPONSIVE
================================= */
/* tablet */
@media (max-width: 991.98px) {
  .vof-category-columns-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* mobile */
@media (max-width: 575.98px) {
  .vof-category-columns-grid {
    grid-template-columns: 1fr;
  }
}
.vof-featured-strip {
  margin-top: 0;
  padding: var(--vof-featured-strip-padding-y) 0;
  background: linear-gradient(90deg, var(--vof-featured-strip-bg-start) 0%, var(--vof-featured-strip-bg-end) 100%);
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.vof-featured-strip {
  margin-top: 0;
  padding: var(--vof-featured-strip-padding-y) 0;
  background: linear-gradient(90deg, var(--vof-featured-strip-bg-start) 0%, var(--vof-featured-strip-bg-end) 100%);
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.vof-featured-strip-head {
  margin-bottom: 26px;
}

.vof-featured-strip-heading {
  display: flex;
  align-items: center;
  gap: 22px;
}

.vof-featured-strip-title {
  margin: 0;
  font-size: var(--vof-featured-strip-title-size);
  line-height: 1;
  font-weight: 800;
  color: var(--vof-featured-strip-text);
}

.vof-featured-strip-subtitle {
  margin: 0;
  font-size: var(--vof-featured-strip-subtitle-size);
  line-height: 1.2;
  font-weight: 600;
  color: var(--vof-featured-strip-text);
}

.vof-featured-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--vof-featured-strip-grid-gap);
}

.vof-featured-card {
  min-width: 0;
  min-height: var(--vof-featured-strip-card-min-height);
  background: var(--vof-featured-strip-card-bg);
  display: flex;
  overflow: hidden;
}

.vof-featured-card-image {
  flex: 0 0 50%;
  height: auto;
}

.vof-featured-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vof-featured-card-body {
  flex: 0 0 50%;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vof-featured-card-title {
  margin: 0 0 10px;
  font-size: var(--vof-featured-strip-card-title-size);
  line-height: 1.28;
  font-weight: 800;
}

.vof-featured-card-title a {
  color: var(--vof-featured-strip-text);
  text-decoration: none;
}

.vof-featured-card-date {
  font-size: var(--vof-featured-strip-date-size);
  line-height: 1.2;
  color: var(--vof-featured-strip-text);
}

.vof-featured-strip-nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 30px;
}

.vof-featured-strip-arrow {
  width: var(--vof-featured-strip-arrow-size);
  height: var(--vof-featured-strip-arrow-size);
  border: 0;
  border-radius: var(--vof-featured-strip-arrow-radius);
  background: var(--vof-featured-strip-arrow-bg);
  color: var(--vof-featured-strip-arrow-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.vof-featured-strip-arrow.is-next {
  background: var(--vof-featured-strip-arrow-bg-active);
}

.vof-featured-strip .container {
  max-width: 1480px;
}

/* =================================
   POLITICS FEATURED
================================= */
.vof-politics-featured {
  padding: var(--space-xl) 0;
}

.vof-politics-featured-heading {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  margin-bottom: var(--space-lg);
}

.vof-politics-featured-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  margin-left: 6px;
  background: linear-gradient(to right, var(--border-color) 0%, var(--border-color) 40%, rgba(255, 255, 255, 0.15) 82%, rgba(255, 255, 255, 0) 100%);
}

.vof-politics-featured-title {
  margin: 0;
  font-size: var(--vof-section-title-size);
  line-height: var(--vof-section-title-line-height);
  font-weight: var(--vof-section-title-weight);
  letter-spacing: var(--vof-section-title-spacing);
  text-transform: uppercase;
  color: var(--heading-color);
}

.vof-politics-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 360px));
  gap: var(--space-lg);
  justify-content: start;
}

.vof-politics-featured-card {
  background: var(--content-bg);
  border-radius: var(--radius);
  overflow: hidden;
}

.vof-politics-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

.vof-politics-featured-body {
  padding: var(--space-md);
}

.vof-politics-featured-meta {
  margin-bottom: var(--space-sm);
  font-size: var(--vof-meta-size);
  line-height: var(--vof-meta-line-height);
  color: var(--text-muted);
}

.vof-politics-featured-card-title {
  margin: 0 0 var(--space-sm);
  font-size: var(--vof-card-title-size);
  line-height: var(--vof-card-title-line-height);
  font-weight: var(--vof-card-title-weight);
}

.vof-politics-featured-card-title a {
  color: var(--heading-color);
  text-decoration: none;
}

.vof-politics-featured-card-title a:hover {
  text-decoration: underline;
}

.vof-politics-featured-excerpt {
  margin: 0;
  font-size: var(--vof-excerpt-size);
  line-height: var(--vof-excerpt-line-height);
  color: var(--text-color);
}

.vof-featured-strip-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: calc(48px + var(--bs-gutter-x) * 0.5);
  padding-right: calc(48px + var(--bs-gutter-x) * 0.5);
}

/**
 * VOF Theme - Single Post
 * Professional article layout with rounded elements
 */
.single-post {
  width: 100%;
  margin: 0 0 40px;
}

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

.single-post-main-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
}

.single-post-main {
  background: var(--content-bg);
  border: 1px solid var(--border-color);
  padding: 38px 52px 44px;
  min-width: 0;
}

.breadcrumb-inside {
  margin: 0;
  padding: 0;
  border: 0;
}

.post-share-rail {
  position: sticky;
  top: 118px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: start;
  margin-top: 0;
  transform: translateX(35px);
}

.share-rail-btn {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--content-bg);
  color: var(--primary-color);
  text-decoration: none;
  cursor: pointer;
  transition: all var(--transition);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 1;
}

.share-rail-btn i,
.share-rail-btn .share-x-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  line-height: 1;
  flex-shrink: 0;
}

.share-rail-btn:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  transform: translateY(-1px);
}

.share-x-icon {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  transform: none;
}

.single-post .post-header {
  margin-bottom: var(--space-lg);
}

.single-post .post-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}

.single-post .post-meta {
  color: var(--text-muted);
  font-size: 14px;
}

.single-post .post-meta span {
  margin-right: 20px;
}

.single-post .post-meta i {
  margin-right: var(--space-xs);
  color: var(--primary-color);
}

.single-post .post-thumbnail {
  margin-bottom: var(--space-lg);
  border-radius: var(--radius);
  overflow: hidden;
}

/* Post Content */
.post-content {
  font-size: 17px;
  line-height: 1.8;
}

.post-content p {
  margin-bottom: 1.3em;
}

.post-content h2,
.post-content h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.post-content h2 {
  font-size: 24px;
  padding-bottom: var(--space-sm);
  border-bottom: 2px solid var(--primary-color);
}

.post-content img {
  border-radius: var(--radius-sm);
}

.post-content blockquote {
  border-left: 4px solid var(--primary-color);
  padding: var(--space-md) var(--space-lg);
  margin: 1.5em 0;
  background: #f8f9fa;
  font-style: italic;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

/* Post Tags */
.post-tags {
  margin-top: var(--space-lg);
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
}

.tags-label {
  font-weight: 700;
  margin-right: var(--space-sm);
}

.tag-item {
  display: inline-block;
  padding: var(--space-xs) var(--space-md);
  background: #f1f1f1;
  color: var(--text-muted);
  font-size: var(--font-size-sm);
  margin: 3px;
  border-radius: 20px;
  transition: all var(--transition);
}

.tag-item:hover {
  background: var(--primary-color);
  color: #fff;
}

/* Post Source */
.post-source {
  margin-top: 20px;
  padding: var(--space-md);
  background: #f8f9fa;
  border-radius: var(--radius-sm);
  font-size: 14px;
  border-left: 3px solid var(--primary-color);
}

/* Post Navigation (Prev/Next) */
.post-navigation {
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}

.post-navigation .nav-link-prev,
.post-navigation .nav-link-next {
  display: block;
  text-decoration: none;
  padding: 10px;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.post-navigation .nav-link-prev:hover,
.post-navigation .nav-link-next:hover {
  background: #f8f9fa;
}

.post-navigation .nav-post-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--heading-color, #212529);
  line-height: 1.35;
  margin-top: 4px;
}

/* Featured Slider */
.featured-slider {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.featured-slider .slide {
  display: none;
  position: relative;
}

.featured-slider .slide.active {
  display: block;
}

.featured-slider .slide .featured-image {
  display: block;
  padding-bottom: 50%;
  position: relative;
}

.featured-slider .slide .featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-slider .slide .featured-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}

.featured-slider .slide .featured-title {
  font-size: 24px;
  margin-bottom: 8px;
}

.featured-slider .slide .featured-title a {
  color: #fff;
}

.featured-slider .slider-prev,
.featured-slider .slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 0;
  padding: 12px 16px;
  cursor: pointer;
  z-index: 2;
  font-size: 18px;
  border-radius: 4px;
}

.featured-slider .slider-prev:hover,
.featured-slider .slider-next:hover {
  background: var(--primary-color);
}

.featured-slider .slider-prev {
  left: 10px;
}

.featured-slider .slider-next {
  right: 10px;
}

/* Featured Grid variant */
.featured-grid .featured-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.featured-grid .featured-card .featured-image {
  display: block;
  padding-bottom: 70%;
  position: relative;
}

.featured-grid .featured-card .featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-grid .featured-card .featured-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
}

.featured-grid .featured-title {
  font-size: 15px;
}

.featured-grid .featured-title a {
  color: #fff;
}

/* Error Page (404) */
.error-page {
  text-align: center;
  padding: 60px 20px;
  background: var(--content-bg);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
}

.error-code {
  font-size: clamp(5rem, 15vw, 8rem);
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 10px;
}

.error-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 16px;
}

.error-text {
  color: var(--text-muted);
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.error-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.error-actions .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: var(--content-bg);
  color: var(--text-color);
  border: 1px solid var(--border-color);
  transition: all var(--transition);
}

.error-actions .btn-secondary:hover {
  background: var(--border-color);
}

/* Read More */
.post-read-more {
  width: 300px;
  min-width: 300px;
  background: var(--content-bg);
  border: 1px solid var(--border-color);
  padding: 24px;
}

.read-more-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--heading-color);
}

.read-more-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, var(--border-color) 0%, var(--border-color) 45%, rgba(255, 255, 255, 0.15) 82%, rgba(255, 255, 255, 0) 100%);
}

.read-more-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.read-more-item {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border-color);
  text-decoration: none;
}

.read-more-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.read-more-thumb {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f3f3;
}

.read-more-thumb img {
  display: block;
  width: 100%;
  height: 82px;
  object-fit: cover;
}

.read-more-text {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  color: var(--heading-color);
}

.read-more-item:hover .read-more-text {
  color: var(--primary-color);
}

@media (max-width: 1199.98px) {
  .single-post-layout {
    grid-template-columns: 70px minmax(0, 1fr);
  }
  .single-post-main-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .post-read-more {
    width: auto;
    min-width: 0;
  }
}
@media (max-width: 991.98px) {
  .single-post {
    max-width: 100%;
  }
  .single-post-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .single-post-main {
    padding: 24px 20px 28px;
  }
  .post-share-rail {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0;
    transform: none;
  }
  .single-post-main-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .post-read-more {
    width: auto;
    min-width: 0;
    padding: 20px;
  }
}
/**
 * VOF Theme - Archive Pages
 */
.archive-header {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  padding: 30px;
  border-radius: 10px;
  color: #fff;
}

.archive-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
}

.archive-title {
  font-size: 28px;
  margin: 5px 0 0 0;
  color: #fff;
}

.archive-description {
  margin-top: 10px;
  opacity: 0.9;
}

.no-posts {
  padding: 50px;
  text-align: center;
  background: var(--content-bg);
  border-radius: 10px;
}

/* VOF archive page layout */
.archive-header {
  background: transparent;
  padding: 0;
  border-radius: 0;
  color: var(--heading-color);
  margin-bottom: 28px !important;
}

.archive-label {
  display: none;
}

.archive-title {
  font-size: 35px;
  line-height: 1.05;
  font-weight: 800;
  margin: 0;
  color: var(--heading-color);
}

.archive-description {
  display: none;
}

.archive-header + .row {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.archive-header + .row > div {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0 !important;
}

.archive-header + .row .news-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  padding: 18px;
  border-radius: 0;
}

.archive-header + .row .card-image {
  width: 300px;
  min-width: 300px;
  margin-bottom: 0;
}

.archive-header + .row .card-image img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.archive-header + .row .card-body {
  flex: 1;
  padding: 0;
}

.archive-header + .row .card-title {
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 10px;
}

.archive-header + .row .card-excerpt {
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 10px;
}

.breadcrumb a,
.breadcrumb .sep,
.breadcrumb .current {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  opacity: 1;
}

@media (max-width: 767.98px) {
  .archive-title {
    font-size: 34px;
  }
  .archive-header + .row .news-card {
    flex-direction: column;
  }
  .archive-header + .row .card-image,
  .archive-header + .row .card-image img {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
}
/**
 * VOF - You Missed & Related Sections
 */
.related-posts,
.you-missed-section {
  padding: 30px 0;
}

.related-posts .section-header,
.you-missed-section .section-header {
  margin-bottom: 25px;
  border-bottom: none;
}

.related-posts .section-title,
.you-missed-section .section-title {
  padding-left: 15px;
  border-left: 4px solid var(--theme-accent, var(--accent-color));
  font-size: var(--vof-section-title-size);
  line-height: var(--vof-section-title-line-height);
  font-weight: var(--vof-section-title-weight);
}

.related-posts .section-title span,
.you-missed-section .section-title span {
  padding-right: 15px;
}

/* Related Posts (post page) */
.related-posts .news-card {
  background: var(--content-bg);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

.related-posts .card-image {
  display: block;
  height: 180px;
  overflow: hidden;
}

.related-posts .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.related-posts .news-card:hover .card-image img {
  transform: scale(1.05);
}

.related-posts .card-body {
  padding: 15px;
}

.related-posts .card-title {
  font-size: var(--vof-card-title-size);
  line-height: var(--vof-card-title-line-height);
  font-weight: var(--vof-card-title-weight);
  margin: 0;
}

.related-posts .card-title a {
  color: var(--heading-color);
}

.related-posts .card-title a:hover {
  color: var(--theme-primary, var(--primary-color));
}

/* You Missed Section - light variant (used in footer with inline bg) */
.you-missed-section {
  border-top: 3px solid var(--theme-accent, var(--accent-color));
  margin-top: 40px;
}

/* Missed Card - small cards in post page */
.missed-card {
  text-align: center;
  background: var(--content-bg);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding-bottom: 15px;
}

.missed-card .card-image {
  display: block;
  height: 140px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  margin-bottom: 10px;
}

.missed-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.missed-card:hover .card-image img {
  transform: scale(1.05);
}

.missed-card .card-title {
  font-size: var(--vof-card-title-size);
  line-height: var(--vof-card-title-line-height);
  font-weight: var(--vof-card-title-weight);
  padding: 0 10px;
  margin: 0;
}

.missed-card .card-title a {
  color: var(--heading-color);
}

.missed-card .card-title a:hover {
  color: var(--theme-primary, var(--primary-color));
}

/* Missed Post - full cards in footer "you missed" */
.missed-post {
  background: var(--content-bg);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.missed-post .post-thumb {
  display: block;
  height: 160px;
  overflow: hidden;
}

.missed-post .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.missed-post:hover .post-thumb img {
  transform: scale(1.05);
}

.missed-post .post-content {
  padding: 15px;
}

.missed-post .post-category {
  font-size: var(--vof-meta-size);
  line-height: var(--vof-meta-line-height);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.missed-post .post-category a {
  color: #fff;
  padding: 2px 8px;
  border-radius: var(--radius-sm, 3px);
  font-size: 10px;
}

.missed-post .post-title {
  font-size: var(--vof-card-title-size);
  line-height: var(--vof-card-title-line-height);
  font-weight: var(--vof-card-title-weight);
  margin: 8px 0 0 0;
}

.missed-post .post-title a {
  color: var(--heading-color);
}

.missed-post .post-title a:hover {
  color: var(--theme-primary, var(--primary-color));
}

/* Placeholder Image */
.placeholder-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbb;
  font-size: var(--vof-section-title-size);
}

.related-posts,
.you-missed-section {
  max-width: 980px;
  margin-left: 94px;
}

@media (max-width: 1199.98px) {
  .related-posts,
  .you-missed-section {
    max-width: 100%;
    margin-left: 0;
  }
}
/**
 * VOF Theme - Footer
 */
.site-footer {
  background: var(--dark-bg);
  color: var(--footer-text);
  margin-top: 0;
}

body.theme-dark .site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.footer-widgets {
  padding: 50px 0;
}

.footer-widgets .widget-title {
  color: var(--footer-heading);
  border-bottom-color: var(--primary-color);
  font-size: var(--vof-section-title-size);
  line-height: var(--vof-section-title-line-height);
  font-weight: var(--vof-section-title-weight);
}

.about-content .footer-logo {
  max-height: 50px;
  margin-bottom: var(--space-md);
}

.about-content p {
  font-size: var(--vof-excerpt-size);
  line-height: var(--vof-excerpt-line-height);
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

.footer-menu li:last-child {
  border-bottom: none;
}

.footer-menu a {
  color: var(--footer-text);
  font-size: var(--vof-card-title-size);
  line-height: var(--vof-card-title-line-height);
  transition: color var(--transition);
}

.footer-menu a:hover {
  color: var(--accent-color);
}

.footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-tags a {
  padding: var(--space-xs) 12px;
  background: rgba(128, 128, 128, 0.12);
  color: var(--footer-text);
  font-size: var(--vof-meta-size);
  border-radius: var(--radius-sm);
  transition: all var(--transition);
}

.footer-tags a:hover {
  background: var(--primary-color);
  color: #fff;
}

.social-icons-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(128, 128, 128, 0.12);
  color: var(--footer-heading);
  border-radius: var(--radius-full);
  margin-right: var(--space-sm);
  transition: background var(--transition);
}

.social-icons-footer a:hover {
  background: var(--primary-color);
  color: #fff;
}

/* Footer Bottom */
.footer-bottom {
  padding: 16px 0 8px;
  margin-top: 0;
}

.footer-bottom .copyright {
  color: var(--text-muted);
  font-size: var(--vof-meta-size);
  line-height: var(--vof-meta-line-height);
  margin-top: -50px;
}

.copyright {
  margin: 0;
  font-size: var(--vof-meta-size);
}

.footer-nav {
  text-align: right;
}

.footer-nav a {
  color: var(--footer-text);
  margin-left: 20px;
  font-size: var(--vof-card-title-size);
  line-height: var(--vof-card-title-line-height);
  transition: color var(--transition);
}

.footer-nav a:hover {
  color: var(--accent-color);
}

/* Back to Top */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background: var(--primary-color) !important;
  color: #fff;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--vof-card-title-size);
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-slow);
  z-index: 999;
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-card);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--heading-color);
  color: #fff;
  transform: translateY(-2px);
}

/* =================================
   VOF FOOTER MAIN
================================= */
.vof-footer-main {
  padding: 70px 0 36px;
}

.vof-footer-grid {
  display: grid;
  grid-template-columns: 260px 1fr 420px;
  gap: 60px;
  align-items: start;
}

.vof-footer-logo {
  font-size: var(--vof-section-title-size);
  line-height: var(--vof-section-title-line-height);
  font-weight: var(--vof-section-title-weight);
  margin-bottom: 28px;
  color: var(--footer-heading);
}

.vof-footer-social {
  display: flex;
  gap: 22px;
}

.vof-footer-social a {
  color: var(--footer-heading);
  font-size: var(--vof-section-title-size);
  text-decoration: none;
  transition: color var(--transition);
}

.vof-footer-social a:hover {
  color: var(--primary-color);
}

.vof-footer-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 48px;
}

.vof-footer-menu a {
  color: var(--footer-heading);
  text-decoration: none;
  font-size: var(--vof-card-title-size);
  line-height: var(--vof-card-title-line-height);
  font-weight: var(--vof-card-title-weight);
  transition: color var(--transition);
}

.vof-footer-menu a:hover {
  color: var(--primary-color);
}

.vof-footer-subscribe h3 {
  color: var(--footer-heading);
  font-size: var(--vof-section-title-size);
  line-height: var(--vof-section-title-line-height);
  font-weight: var(--vof-section-title-weight);
  margin-bottom: 14px;
}

.vof-footer-subscribe p {
  color: var(--footer-text);
  font-size: var(--vof-excerpt-size);
  line-height: var(--vof-excerpt-line-height);
  margin-bottom: 24px;
}

.vof-subscribe-form {
  display: flex;
  gap: 18px;
}

.vof-subscribe-form input {
  flex: 1;
  height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--footer-heading);
  font-size: var(--vof-card-title-size);
  line-height: var(--vof-card-title-line-height);
  outline: none;
}

.vof-subscribe-form input::placeholder {
  color: var(--footer-heading);
  opacity: 0.5;
}

.vof-subscribe-form button {
  height: 56px;
  padding: 0 32px;
  border: 0;
  border-radius: 10px;
  background: var(--primary-color);
  color: #ffffff;
  font-size: var(--vof-card-title-size);
  font-weight: 600;
  cursor: pointer;
  transition: opacity var(--transition);
}

.vof-subscribe-form button:hover {
  opacity: 0.9;
}

/**
 * VOF Theme - Color Overrides & Dark Mode
 */
.popular-tags-bar {
  background: var(--theme-secondary, var(--secondary-color));
}

.category-badge,
.post-category a {
  background: var(--theme-primary, var(--primary-color));
  color: #fff;
}

.btn-primary,
.back-to-top {
  background: var(--theme-primary, var(--primary-color));
  border-color: var(--theme-primary, var(--primary-color));
}

.btn-primary:hover,
.back-to-top:hover {
  background: var(--theme-secondary, var(--secondary-color));
  border-color: var(--theme-secondary, var(--secondary-color));
}

/* Dark Mode Support */
.dark-mode {
  --background-color: #1a1a1a;
  --content-bg: #242424;
  --text-color: #e0e0e0;
  --text-muted: #999;
  --heading-color: #fff;
  --border-color: #333;
}

.dark-mode .top-bar {
  background: #0d0d0d;
}

.dark-mode .main-header {
  background: #1a1a1a;
  border-bottom-color: #333;
}

.dark-mode .site-title {
  color: #fff;
}

.dark-mode .news-card,
.dark-mode .widget,
.dark-mode .missed-post,
.dark-mode .related-posts .news-card {
  background: #242424;
}

.dark-mode .card-title a,
.dark-mode .post-title a,
.dark-mode .widget-title {
  color: #fff;
}

.dark-mode .you-missed-section {
  background: #1a1a1a;
}

.dark-mode .entry blockquote {
  background: rgba(255, 255, 255, 0.05);
}

.dark-mode .tag-link {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-color);
}

.dark-mode .post-source {
  background: rgba(255, 255, 255, 0.05);
}

.dark-mode .post-navigation .nav-link-prev:hover,
.dark-mode .post-navigation .nav-link-next:hover {
  background: rgba(255, 255, 255, 0.05);
}

.dark-mode .placeholder-image {
  background: rgba(255, 255, 255, 0.08);
  color: #666;
}

.dark-mode .search-form-large input {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-color);
  border-color: var(--border-color);
}

/**
 * VOF Theme - Responsive
 */
body {
  overflow-x: clip;
}

@media (max-width: 991px) {
  .featured-main .featured-title {
    font-size: 22px;
  }
  .news-card .card-title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .top-bar-right {
    display: none;
  }
  .header-inner {
    flex-direction: column;
    text-align: center;
  }
  .featured-main .featured-title {
    font-size: 18px;
  }
  .single-post .post-title {
    font-size: 24px;
  }
  .ticker-news {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .ticker-label {
    margin-right: 0;
  }
  .you-missed-section .row {
    gap: 15px;
  }
  .missed-post,
  .missed-card {
    margin-bottom: 15px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .footer-nav {
    text-align: center;
    margin-top: 15px;
  }
  .footer-nav a {
    margin: 0 10px;
  }
  .social-follow {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 12px;
  }
  .single-post .post-title {
    font-size: 20px;
  }
  .section-title {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .site-main {
    padding: 10px 0 24px;
  }
  /* HOME TOP */
  .vof-home-top-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 14px;
    max-width: 100%;
  }
  .vof-news-feed-heading,
  .vof-news-feed,
  .vof-highlights-heading,
  .vof-highlight-main-column,
  .vof-highlight-side-list {
    grid-column: auto;
    grid-row: auto;
  }
  .vof-news-feed,
  .vof-highlight-main,
  .vof-highlight-bottom,
  .vof-highlight-side-list,
  .vof-highlight-side,
  .vof-category-column-card,
  .vof-politics-featured-card {
    border-radius: 8px;
  }
  .vof-news-feed,
  .vof-highlight-main,
  .vof-highlight-bottom,
  .vof-highlight-side-list {
    padding: 14px;
  }
  .vof-highlight-main-column {
    gap: 14px;
  }
  .vof-highlight-bottom-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .vof-highlight-side-list {
    gap: 14px;
  }
  .vof-highlight-side {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }
  .vof-highlight-side-image img {
    width: 100%;
    height: 78px;
    object-fit: cover;
    display: block;
  }
  .vof-highlight-main-title {
    font-size: 22px;
    line-height: 1.2;
  }
  .vof-highlight-bottom-title,
  .vof-highlight-side-title,
  .vof-feed-title {
    font-size: 16px;
    line-height: 1.28;
  }
  .vof-section-heading {
    gap: 8px;
    flex-wrap: wrap;
  }
  .vof-section-title,
  .vof-category-column-title,
  .vof-politics-featured-title {
    font-size: 18px;
    line-height: 1.15;
  }
  .vof-news-feed-more {
    margin-top: 10px;
  }
  .vof-more-news-btn {
    width: 100%;
    justify-content: center;
  }
  /* CATEGORY COLUMNS */
  .vof-category-columns {
    padding: 20px 0 24px;
  }
  .vof-category-columns-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .vof-category-column-card {
    padding: 16px;
  }
  /* CULTURE STRIP */
  .vof-featured-strip {
    padding: 28px 0;
    overflow: hidden;
  }
  .vof-featured-strip-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .vof-featured-strip-head {
    margin-bottom: 18px;
  }
  .vof-featured-strip-heading {
    display: block;
  }
  .vof-featured-strip-title {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 8px;
  }
  .vof-featured-strip-subtitle {
    font-size: 13px;
    line-height: 1.35;
  }
  .vof-featured-strip-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .vof-featured-card {
    min-width: 0;
  }
  .vof-featured-card-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
  }
  .vof-featured-strip-nav {
    justify-content: center;
    margin-top: 18px;
  }
  /* POLITICS */
  .vof-politics-featured {
    padding: 24px 0;
  }
  .vof-politics-featured-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .vof-politics-featured-card {
    max-width: 100%;
  }
  .vof-politics-featured-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* FOOTER */
  .vof-footer-main {
    padding: 40px 0 24px;
  }
  .vof-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .vof-footer-menu {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .vof-subscribe-form {
    flex-direction: column;
    gap: 12px;
  }
  .vof-subscribe-form input,
  .vof-subscribe-form button {
    width: 100%;
  }
  .footer-bottom {
    padding: 14px 0 6px;
  }
  .footer-bottom .copyright {
    margin-top: 0;
    text-align: left;
  }
  /* SINGLE POST: related / you missed */
  .related-posts,
  .you-missed-section {
    max-width: 100%;
    margin-left: 0;
    padding: 20px 0;
  }
  .related-posts .row,
  .you-missed-section .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 14px;
    margin-left: 0;
    margin-right: 0;
  }
  .related-posts .row > [class*=col-],
  .you-missed-section .row > [class*=col-] {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .related-posts .news-card,
  .you-missed-section .missed-card {
    width: 100%;
    margin-bottom: 0;
  }
  .related-posts .card-image,
  .you-missed-section .card-image {
    height: auto;
  }
  .related-posts .card-image img,
  .you-missed-section .card-image img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
  }
  .you-missed-section .missed-card {
    text-align: left;
    padding-bottom: 14px;
  }
  .you-missed-section .card-title {
    padding: 0 14px;
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
  }
  .related-posts .card-body {
    padding: 14px;
  }
  .related-posts .card-title {
    font-size: 18px;
    line-height: 1.3;
  }
}
.card-style-overlay .post-card {
  position: relative;
  overflow: hidden;
  border: none;
}
.card-style-overlay .post-card .post-thumbnail {
  height: 100%;
  min-height: 280px;
}
.card-style-overlay .post-card .post-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
}
.card-style-overlay .post-card .post-title a {
  color: #fff;
}
.card-style-overlay .post-card .post-meta {
  color: rgba(255, 255, 255, 0.7);
}
.card-style-overlay .post-card .post-excerpt {
  color: rgba(255, 255, 255, 0.8);
}

.card-style-horizontal .post-card {
  display: grid;
  grid-template-columns: 250px 1fr;
}
.card-style-horizontal .post-card .post-thumbnail {
  height: 100%;
  min-height: 160px;
}
@media (max-width: 640px) {
  .card-style-horizontal .post-card {
    grid-template-columns: 1fr;
  }
}

.card-style-minimal .post-card {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid var(--theme-card-border, #e7e7e7);
  padding-bottom: 1rem;
}

.card-style-bordered .post-card {
  border-left: 4px solid var(--theme-primary, #d32f2f);
  border-radius: 0 4px 4px 0;
}

.heading-accent-line {
  border-left: 4px solid var(--theme-primary, #d32f2f);
  padding-left: 1rem;
  background: none !important;
}
.heading-accent-line h1 {
  color: var(--theme-heading, #333);
}

.heading-gradient-banner {
  background: linear-gradient(135deg, var(--theme-primary, #d32f2f), var(--theme-secondary, #1565c0)) !important;
  padding: 2rem 1.5rem;
  border-radius: 8px;
  color: #fff;
}
.heading-gradient-banner h1, .heading-gradient-banner .archive-label, .heading-gradient-banner .archive-description, .heading-gradient-banner p {
  color: #fff !important;
}

.heading-underline {
  background: none !important;
  padding-bottom: 1rem;
  border-bottom: 3px solid var(--theme-primary, #d32f2f);
}
.heading-underline h1 {
  color: var(--theme-heading, #333);
}

.heading-minimal {
  background: none !important;
  padding: 1rem 0;
  border: none;
}
.heading-minimal h1 {
  color: var(--theme-heading, #333);
  font-weight: 400;
}

.section-style-border-bottom .section-title {
  border-bottom: 2px solid var(--theme-primary, #d32f2f);
  padding-bottom: 0.5rem;
}

.section-style-accent-left .section-title {
  border-left: 4px solid var(--theme-primary, #d32f2f);
  padding-left: 0.75rem;
  border-bottom: none;
}

.section-style-badge .section-title {
  background: var(--theme-primary, #d32f2f);
  color: #fff;
  display: inline-block;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  border-bottom: none;
}

.section-style-dot .section-title {
  border-bottom: none;
}
.section-style-dot .section-title::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--theme-primary, #d32f2f);
  margin-right: 0.5rem;
  vertical-align: middle;
}

.grid-desktop-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-desktop-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-desktop-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-desktop-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1024px) {
  .grid-tablet-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-tablet-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-tablet-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .grid-mobile-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-mobile-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ratio-16-9 .post-thumbnail, .ratio-16-9 .card-image {
  aspect-ratio: 16/9;
  object-fit: cover;
}

.ratio-4-3 .post-thumbnail, .ratio-4-3 .card-image {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.ratio-3-2 .post-thumbnail, .ratio-3-2 .card-image {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.ratio-1-1 .post-thumbnail, .ratio-1-1 .card-image {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.hover-lift .post-card:hover, .hover-lift .news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.hover-shadow .post-card:hover, .hover-shadow .news-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.hover-zoom .post-card:hover .post-thumbnail img, .hover-zoom .news-card:hover img {
  transform: scale(1.05);
}

.hover-none .post-card:hover, .hover-none .news-card:hover {
  transform: none;
  box-shadow: none;
}

.display-list {
  display: flex !important;
  flex-direction: column;
  gap: 1rem;
}
.display-list .post-card, .display-list .news-card {
  display: grid;
  grid-template-columns: 250px 1fr;
}
@media (max-width: 640px) {
  .display-list .post-card, .display-list .news-card {
    grid-template-columns: 120px 1fr;
  }
}
.display-list .post-card .post-thumbnail, .display-list .post-card .card-image, .display-list .news-card .post-thumbnail, .display-list .news-card .card-image {
  height: 100%;
  min-height: 140px;
}

/*# sourceMappingURL=style.css.map */
