/*
Theme Name: GeneratePress Child
Theme URI: https://example.com
Description: Child theme for GeneratePress
Author: Your Name
Template: generatepress
Version: 1.0
*/

body {
  background: #303625;
  color: #2e3325;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

.site-footer {
  background-color: #303625;
  color: #f7f1e6;
}

.site-footer a {
  color: #f7f1e6;
}

.wv-site-header {
  position: relative;
  z-index: 30;
  background: #303625;
  border-bottom: 4px solid #df9120;
}

.wv-site-header-inner {
  display: grid;
  grid-template-columns: minmax(620px, 0.9fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  max-width: 1900px;
  margin: 0 auto;
  background: #303625;
}

.wv-logo-panel {
  display: flex;
  grid-row: 1 / 3;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  padding: 12px 34px 12px 118px;
  background: #303625;
}

.wv-logo-link,
.wv-logo-image {
  display: block;
}

.wv-logo-image {
  width: 118px;
  height: 118px;
  object-fit: contain;
}

.wv-site-title {
  color: #f7f1e6;
  font-size: clamp(3rem, 4.05vw, 4.5rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.wv-site-title:hover,
.wv-site-title:focus {
  color: #f7f1e6;
  text-decoration: none;
}

.wv-mobile-menu-toggle {
  display: none;
}

.wv-header-meta {
  display: grid;
  gap: 10px;
  min-width: 0;
  color: #f7f1e6;
  font-weight: 700;
}

.wv-header-date {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.wv-header-weather {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.wv-weather-icon {
  position: relative;
  flex: 0 0 auto;
  width: 22px;
  height: 16px;
}

.wv-weather-icon::before,
.wv-weather-icon::after {
  position: absolute;
  content: "";
}

.wv-weather-icon-sun::before {
  top: 2px;
  left: 5px;
  width: 12px;
  height: 12px;
  background: #f7f1e6;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(247, 241, 230, 0.25);
}

.wv-weather-icon-cloud::before,
.wv-weather-icon-rain::before,
.wv-weather-icon-snow::before,
.wv-weather-icon-storm::before {
  right: 1px;
  bottom: 2px;
  width: 17px;
  height: 8px;
  background: #f7f1e6;
  border-radius: 999px;
}

.wv-weather-icon-cloud::after,
.wv-weather-icon-rain::after,
.wv-weather-icon-snow::after,
.wv-weather-icon-storm::after {
  left: 2px;
  bottom: 2px;
  width: 11px;
  height: 11px;
  background: #f7f1e6;
  border-radius: 50%;
  box-shadow: 7px -4px 0 -1px #f7f1e6;
}

.wv-header-topbar {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  min-width: 0;
  padding: 0 34px 0 18px;
  background: #303625;
}

.wv-utility-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  min-width: 0;
  background: #303625;
}

.wv-utility-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 4px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wv-utility-menu a {
  display: block;
  color: #f7f1e6;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 52px;
  text-decoration: none;
  text-transform: uppercase;
}

.wv-utility-menu .current-menu-item > a,
.wv-utility-menu a:hover,
.wv-utility-menu a:focus {
  color: #df9120;
}

.wv-header-socials {
  display: flex;
  flex: 0 0 auto;
  gap: 7px;
  align-items: center;
}

.wv-header-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #f7f1e6;
  text-decoration: none;
  border: 1px solid rgba(247, 241, 230, 0.28);
}

.wv-header-socials svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.wv-header-socials a:hover,
.wv-header-socials a:focus {
  background: #df9120;
  border-color: #df9120;
  color: #303625;
}

.wv-header-search {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: min(18vw, 210px);
  min-width: 160px;
  height: 34px;
  margin: 0;
  background: rgba(247, 241, 230, 0.12);
  border: 1px solid rgba(247, 241, 230, 0.28);
}

.wv-header-search-field {
  min-width: 0;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  color: #f7f1e6;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  background: transparent;
  border: 0;
  outline: 0;
}

.wv-header-search-field::placeholder {
  color: rgba(247, 241, 230, 0.72);
  opacity: 1;
}

.wv-header-search-submit {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 32px;
  padding: 0;
  background: #df9120;
  border: 0;
  cursor: pointer;
}

.wv-header-search-submit span {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 11px;
  height: 11px;
  border: 2px solid #303625;
  border-radius: 50%;
}

.wv-header-search-submit span::after {
  position: absolute;
  right: -6px;
  bottom: -5px;
  width: 8px;
  height: 2px;
  background: #303625;
  content: "";
  transform: rotate(45deg);
  transform-origin: left center;
}

.wv-header-search:focus-within {
  background: rgba(247, 241, 230, 0.18);
  border-color: #df9120;
}

.wv-header-search-submit:hover,
.wv-header-search-submit:focus {
  background: #f0a63d;
}

.wv-categories-navigation a:hover,
.wv-categories-navigation a:focus,
.site-footer a:hover,
.site-footer a:focus {
  color: #df9120;
}

.wv-categories-navigation {
  display: flex;
  grid-column: 2;
  grid-row: 2;
  align-items: flex-start;
  justify-content: flex-end;
  min-width: 0;
  background: #303625;
}

.wv-categories-navigation-inner {
  width: 100%;
  padding: 8px 34px 0;
}

.wv-categories-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wv-categories-menu li {
  position: relative;
}

.wv-categories-menu a {
  display: block;
  padding: 0;
  color: #f7f1e6;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 64px;
  text-decoration: none;
  text-transform: uppercase;
}

.wv-categories-menu .current-menu-item > a,
.wv-categories-menu .current-menu-ancestor > a,
.wv-categories-menu a:hover,
.wv-categories-menu a:focus {
  color: #df9120;
}

.wv-categories-menu ul {
  position: absolute;
  left: 0;
  z-index: 10;
  min-width: 230px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #f7f1e6;
  border-top: 3px solid #df9120;
  box-shadow: 0 14px 34px rgba(15, 20, 10, 0.24);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
}

.wv-categories-menu > li:nth-last-child(-n+3) > ul {
  right: 0;
  left: auto;
}

.wv-categories-menu li:hover > ul,
.wv-categories-menu li:focus-within > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.wv-categories-menu ul a {
  padding: 10px 16px;
  color: #303625;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

.wv-categories-menu ul a:hover,
.wv-categories-menu ul a:focus,
.wv-categories-menu ul .current-menu-item > a {
  background: #efe4cf;
  color: #1d2418;
}

.wv-mega-menu {
  display: none;
}

@media (min-width: 901px) {
  .wv-categories-menu > .wv-has-mega-menu {
    position: static;
  }

  .wv-categories-menu > .wv-has-mega-menu > ul {
    display: none;
  }

  .wv-categories-menu > .wv-has-mega-menu > .wv-mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 50;
    display: block;
    width: min(1440px, calc(100vw - 48px));
    min-height: 330px;
    background: #ffffff;
    border-top: 3px solid #df9120;
    box-shadow: 0 24px 52px rgba(15, 20, 10, 0.26);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 8px);
    visibility: hidden;
    transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
  }

	  .wv-categories-menu > .wv-has-mega-menu:hover > .wv-mega-menu,
	  .wv-categories-menu > .wv-has-mega-menu:focus-within > .wv-mega-menu,
	  .wv-categories-menu > .wv-has-mega-menu.wv-mega-menu-open > .wv-mega-menu {
	    opacity: 1;
	    pointer-events: auto;
	    transform: translate(-50%, 0);
	    visibility: visible;
	  }

  .wv-mega-menu-inner {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    min-height: 330px;
  }

  .wv-mega-menu-links {
    display: grid;
    align-content: start;
    gap: 0;
    padding: 20px 0;
    background: #f0f2f3;
  }

  .wv-mega-menu-links a,
  .wv-mega-menu-links .wv-mega-menu-all {
    display: block;
    padding: 8px 20px;
    color: #303625;
    font-size: 0.98rem;
    font-weight: 650;
    letter-spacing: 0;
    line-height: 1.28;
    text-decoration: none;
    text-transform: none;
  }

  .wv-mega-menu-links a:hover,
  .wv-mega-menu-links a:focus {
    background: #ffffff;
    color: #df9120;
  }

  .wv-mega-menu-links .wv-mega-menu-all {
    color: #6f91b4;
    cursor: default;
  }

  .wv-mega-menu-stories {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    align-content: start;
    padding: 20px;
  }

  .wv-mega-story {
    min-width: 0;
    text-align: left;
  }

  .wv-mega-story-image {
    display: block;
    overflow: hidden;
    margin-bottom: 12px;
    background: #e5ddce;
    aspect-ratio: 16 / 10.4;
  }

  .wv-mega-story-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
  }

  .wv-mega-story-image:hover img,
  .wv-mega-story-image:focus img {
    transform: scale(1.025);
  }

  .wv-mega-story h3 {
    margin: 0;
    color: #303625;
    font-size: 1.27rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.28;
  }

  .wv-mega-story h3 a {
    display: inline;
    padding: 0;
    color: inherit;
    font: inherit;
    letter-spacing: 0;
    line-height: inherit;
    text-decoration: none;
    text-transform: none;
  }

  .wv-mega-story h3 a:hover,
  .wv-mega-story h3 a:focus {
    color: #df9120;
  }
}

.wv-submenu-toggle {
  display: none;
}

.site-footer {
  border-top: 0;
}

.wv-site-footer {
  background: #303625;
  color: #f7f1e6;
}

.wv-footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.6fr) minmax(160px, 0.8fr) minmax(190px, 0.9fr) minmax(240px, 1fr);
  gap: 44px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 78px 64px 58px;
}

.wv-footer-logo {
  display: inline-block;
  margin-bottom: 24px;
}

.wv-footer-logo img {
  display: block;
  width: 118px;
  height: 118px;
  object-fit: contain;
}

.wv-footer-brand p {
  max-width: 420px;
  margin: 0 0 8px;
  color: #f7f1e6;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.7;
}

.wv-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.wv-footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #a9650e;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.wv-footer-socials svg {
  display: block;
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.wv-footer-socials a:hover,
.wv-footer-socials a:focus {
  background: #df9120;
  color: #ffffff;
}

.wv-footer-main h2 {
  margin: 0 0 10px;
  padding-bottom: 9px;
  color: #f7f1e6;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  border-bottom: 1px solid #a9650e;
}

.wv-footer-menu a {
  color: #f7f1e6;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.wv-footer-menu a:hover,
.wv-footer-menu a:focus {
  color: #df9120;
}

.wv-footer-menu {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wv-footer-menu li {
  position: relative;
  padding-left: 18px;
}

.wv-footer-menu li::before {
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 5px;
  height: 5px;
  border: 1px solid #f7f1e6;
  border-radius: 50%;
  content: "";
}

.wv-footer-newsletter p {
  margin: 0 0 28px;
  color: #f7f1e6;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.7;
}

.wv-footer-form {
  display: grid;
  gap: 14px;
}

.wv-footer-form input,
.wv-footer-form button {
  width: 100%;
  border: 0;
  border-radius: 3px;
  font: inherit;
}

.wv-footer-form input {
  min-height: 46px;
  padding: 0 12px;
  background: #ffffff;
  color: #303625;
}

.wv-footer-form button {
  min-height: 44px;
  background: #a9650e;
  color: #ffffff;
  font-weight: 800;
  cursor: pointer;
}

.wv-footer-form button:hover,
.wv-footer-form button:focus {
  background: #df9120;
}

.wv-footer-newsletter .wpforms-container,
.wv-footer-newsletter div.wpforms-container-full {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.wv-footer-newsletter .wpforms-container .wpforms-form,
.wv-footer-newsletter div.wpforms-container-full .wpforms-form {
  display: grid !important;
  gap: 14px !important;
}

.wv-footer-newsletter .wpforms-container .wpforms-field-container,
.wv-footer-newsletter div.wpforms-container-full .wpforms-form .wpforms-field-container {
  display: grid !important;
  gap: 14px !important;
}

.wv-footer-newsletter .wpforms-container .wpforms-field,
.wv-footer-newsletter div.wpforms-container-full .wpforms-form .wpforms-field {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wv-footer-newsletter .wpforms-container .wpforms-field-label,
.wv-footer-newsletter .wpforms-container .wpforms-field-sublabel,
.wv-footer-newsletter div.wpforms-container-full .wpforms-form .wpforms-field-label,
.wv-footer-newsletter div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
  position: static !important;
  overflow: visible !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 0 6px !important;
  clip: auto !important;
  border: 0 !important;
  color: #f7f1e6 !important;
  font-size: 0.82rem !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.wv-footer-newsletter .wpforms-container .wpforms-field-row,
.wv-footer-newsletter div.wpforms-container-full .wpforms-form .wpforms-field-row,
.wv-footer-newsletter .wpforms-container .wpforms-field-row-block,
.wv-footer-newsletter div.wpforms-container-full .wpforms-form .wpforms-field-row-block {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wv-footer-newsletter .wpforms-container input,
.wv-footer-newsletter .wpforms-container textarea,
.wv-footer-newsletter div.wpforms-container-full .wpforms-form input,
.wv-footer-newsletter div.wpforms-container-full .wpforms-form textarea,
.wv-footer-newsletter .wpforms-container input[type="email"],
.wv-footer-newsletter .wpforms-container input[type="text"],
.wv-footer-newsletter div.wpforms-container-full .wpforms-form input[type="email"],
.wv-footer-newsletter div.wpforms-container-full .wpforms-form input[type="text"] {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 46px !important;
  height: 46px !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-radius: 3px !important;
  background: #ffffff !important;
  color: #303625 !important;
  font: inherit !important;
  line-height: 46px !important;
  box-shadow: none !important;
  resize: none !important;
}

.wv-footer-newsletter .wpforms-container input:focus,
.wv-footer-newsletter .wpforms-container textarea:focus,
.wv-footer-newsletter div.wpforms-container-full .wpforms-form textarea:focus,
.wv-footer-newsletter div.wpforms-container-full .wpforms-form input:focus {
  outline: 3px solid rgba(223, 145, 32, 0.35);
  outline-offset: 0;
}

.wv-footer-newsletter .wpforms-container ::placeholder,
.wv-footer-newsletter div.wpforms-container-full .wpforms-form ::placeholder {
  color: #6d7167;
  opacity: 1;
}

.wv-footer-newsletter .wpforms-container .wpforms-submit-container,
.wv-footer-newsletter div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 0 !important;
  margin: 0 !important;
}

.wv-footer-newsletter .wpforms-container button[type="submit"],
.wv-footer-newsletter .wpforms-container .wpforms-submit,
.wv-footer-newsletter div.wpforms-container-full .wpforms-form button[type="submit"],
.wv-footer-newsletter div.wpforms-container-full .wpforms-form .wpforms-submit {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 3px !important;
  background: #a9650e !important;
  color: #ffffff !important;
  font: inherit !important;
  font-weight: 800 !important;
  line-height: 44px !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.wv-footer-newsletter .wpforms-container button[type="submit"]:hover,
.wv-footer-newsletter .wpforms-container button[type="submit"]:focus,
.wv-footer-newsletter .wpforms-container .wpforms-submit:hover,
.wv-footer-newsletter .wpforms-container .wpforms-submit:focus,
.wv-footer-newsletter div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.wv-footer-newsletter div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.wv-footer-newsletter div.wpforms-container-full .wpforms-form .wpforms-submit:hover,
.wv-footer-newsletter div.wpforms-container-full .wpforms-form .wpforms-submit:focus {
  background: #df9120;
  color: #ffffff;
}

.wv-footer-newsletter .wpforms-container label.wpforms-error,
.wv-footer-newsletter .wpforms-container .wpforms-error-container,
.wv-footer-newsletter div.wpforms-container-full .wpforms-form label.wpforms-error,
.wv-footer-newsletter div.wpforms-container-full .wpforms-form .wpforms-error-container {
  position: static;
  overflow: visible;
  width: auto;
  height: auto;
  padding: 0;
  margin: 4px 0 0;
  clip: auto;
  color: #f7f1e6;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}

.wv-footer-newsletter .wpforms-confirmation-container-full {
  padding: 12px;
  margin: 0;
  border: 0;
  border-radius: 3px;
  background: rgba(247, 241, 230, 0.12);
  color: #f7f1e6;
  font-size: 0.9rem;
  font-weight: 700;
}

.wv-footer-headline {
  padding-bottom: 22px;
  margin-bottom: 18px;
}

.wv-footer-headline h3 {
  margin: 0 0 10px;
  color: #f7f1e6;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
}

.wv-footer-headline h3 a {
  color: #f7f1e6;
  text-decoration: none;
}

.wv-footer-headline h3 a:hover,
.wv-footer-headline h3 a:focus {
  color: #df9120;
}

.wv-footer-headline-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  color: #df9120;
  font-size: 0.78rem;
  line-height: 1.5;
}

.wv-footer-headline-meta a {
  color: #df9120;
  text-decoration: none;
}

.wv-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 28px 64px 26px;
  border-top: 1px solid rgba(247, 241, 230, 0.2);
  color: #f7f1e6;
  font-size: 0.78rem;
  font-weight: 700;
}

.wv-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.wv-footer-bottom a {
  color: #f7f1e6;
  text-decoration: none;
}

.wv-footer-bottom a:hover,
.wv-footer-bottom a:focus {
  color: #df9120;
}

.news-home {
  box-sizing: border-box;
  max-width: 1180px;
  margin: 20px auto 0;
  padding: 36px 24px 68px;
  background: #ffffff;
  border-top: 3px solid #df9120;
  box-shadow: 0 24px 60px rgba(15, 20, 10, 0.14);
}

.news-home *,
.news-home *::before,
.news-home *::after {
  box-sizing: inherit;
}

.news-home a {
  color: inherit;
  text-decoration: none;
}

.news-home a:hover,
.news-home a:focus {
  color: #df9120;
}

.news-home h1 a:hover,
.news-home h1 a:focus,
.news-home h2 a:hover,
.news-home h2 a:focus,
.news-home h3 a:hover,
.news-home h3 a:focus {
  color: #6f91b4;
}

.wv-home {
  color: #303625;
}

.wv-top-package {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, 0.95fr);
  gap: 0;
  align-items: stretch;
  margin-bottom: 58px;
}

.wv-top-feature {
  display: grid;
  gap: 28px;
  align-content: start;
  min-width: 0;
}

.wv-latest-story {
  min-width: 0;
}

.wv-latest-image,
.wv-latest-card-image {
  display: block;
  overflow: hidden;
  background: #e5ddce;
  aspect-ratio: 16 / 10;
}

.wv-latest-image img,
.wv-latest-card-image img,
.wv-compact-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wv-latest-card-image {
  margin: 0 0 20px;
  aspect-ratio: 16 / 9;
  max-height: none;
}

.wv-latest-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: 28px 42px;
  background: #f7f1e6;
}

.wv-latest-content h1 {
  margin: 0;
  color: #303625;
  font-size: clamp(1.9rem, 2.6vw, 2.75rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.06;
  overflow-wrap: anywhere;
}

.wv-latest-content .wv-home-meta {
  margin-top: 14px;
}

.wv-latest-excerpt {
  margin-top: 18px;
  color: #3f4538;
  font-size: 1.05rem;
  line-height: 1.48;
}

.wv-latest-excerpt p {
  margin: 0;
}

.wv-latest-excerpt a {
  color: #6f91b4;
  font-weight: 800;
}

.wv-latest-excerpt a:hover,
.wv-latest-excerpt a:focus {
  color: #df9120;
}

.wv-popular-categories {
  align-self: stretch;
  margin-top: 24px;
  padding: 28px 30px;
  background: #fbf7f4;
}

.wv-popular-categories h2 {
  margin: 0 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #df9120;
  color: #303625;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
}

.wv-popular-categories ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wv-popular-categories li {
  margin: 0;
  border-bottom: 1px solid rgba(48, 54, 37, 0.18);
}

.wv-popular-categories li:last-child {
  border-bottom: 0;
}

.wv-popular-categories a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 0;
  color: #303625;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.wv-popular-categories a:hover,
.wv-popular-categories a:focus {
  color: #df9120;
}

.wv-popular-categories a span:last-child {
  color: rgba(48, 54, 37, 0.55);
  font-weight: 600;
}

.wv-top-sidebars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  min-width: 0;
}

.wv-feature-stack {
  min-width: 0;
  padding: 34px 30px;
}

.wv-feature-stack-popular {
  align-self: stretch;
}

.wv-feature-stack-hot {
  background: #f0f2f3;
}

.wv-feature-stack h2 {
  margin: 0 0 14px;
  color: #303625;
  font-size: 1.22rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.1;
}

.wv-feature-stack-popular h2 {
  color: #df9120;
}

.wv-feature-stack-hot h2 {
  color: #6f91b4;
}

.wv-feature-stack-lead {
  padding: 0 0 16px;
  border-bottom: 1px solid #9ba3a3;
}

.wv-feature-stack-lead-image {
  display: block;
  overflow: hidden;
  margin-bottom: 14px;
  background: #e5ddce;
  aspect-ratio: 16 / 10;
}

.wv-feature-stack-lead-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.wv-feature-stack-lead-image:hover img,
.wv-feature-stack-lead-image:focus img {
  transform: scale(1.025);
}

.wv-feature-stack-item {
  padding: 14px 0;
  border-bottom: 1px solid #9ba3a3;
}

.wv-feature-stack-lead h3 {
  margin: 0;
  color: #303625;
  font-size: 1.42rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.13;
}

.wv-feature-stack-item h3 {
  margin: 6px 0 0;
  color: #303625;
  font-size: 1.02rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.16;
}

.wv-feature-stack-hot .wv-feature-stack-item h3 {
  font-size: 0.98rem;
}

.wv-feature-stack .wv-home-meta {
  justify-content: flex-start;
  color: #df9120;
  font-size: 0.82rem;
}

.wv-hot-category {
  display: inline-block;
  margin-bottom: 8px;
  color: #df9120;
  font-size: 0.88rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.15;
  text-decoration: none;
}

.wv-feature-stack-hot .wv-hot-category {
  color: #df9120;
}

.wv-hot-column {
  display: grid;
  align-content: start;
  min-width: 0;
}

.wv-latest-grid-section {
  min-width: 0;
  padding: 0 42px 0;
  margin-bottom: 0;
}

.wv-latest-grid-section .wv-section-heading {
  margin-bottom: 24px;
}

.wv-latest-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 20px;
}

.wv-latest-grid-card {
  width: auto;
  min-width: 0;
  margin: 0;
}

.wv-latest-grid-image {
  display: block;
  overflow: hidden;
  margin-bottom: 9px;
  background: #e5ddce;
  aspect-ratio: 16 / 10;
}

.wv-latest-grid-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.wv-latest-grid-image:hover img,
.wv-latest-grid-image:focus img {
  transform: scale(1.025);
}

.wv-latest-grid-card h3 {
  margin: 0;
  color: #303625;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.wv-latest-grid-card .wv-home-meta {
  justify-content: flex-start;
  margin-top: 7px;
  font-size: 0.68rem;
}

.wv-compact-stories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
}

.wv-compact-story {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid #9ba3a3;
}

.wv-compact-story h3 {
  margin: 6px 0 0;
  color: #303625;
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.24;
}

.wv-compact-thumb {
  display: block;
  overflow: hidden;
  width: 84px;
  height: 63px;
  background: #e5ddce;
}

.wv-topic-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-bottom: 54px;
}

.wv-topic-column {
  min-width: 0;
}

.wv-topic-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 0;
  padding: 20px;
  background: #303625;
}

.wv-topic-heading h2,
.wv-section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
}

.wv-topic-heading h2 {
  color: #df9120;
}

.wv-section-heading h2 {
  color: #303625;
}

.wv-topic-heading::after {
  display: block;
  width: 2px;
  height: 24px;
  background: #df9120;
  content: "";
  order: -1;
}

.wv-topic-lead {
  padding-top: 0;
}

.wv-topic-lead-image,
.wv-headline-image,
.wv-recent-image {
  display: block;
  overflow: hidden;
  background: #e5ddce;
  aspect-ratio: 16 / 10;
}

.wv-topic-lead-image img,
.wv-headline-image img,
.wv-recent-image img,
.wv-topic-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.wv-topic-lead-image:hover img,
.wv-headline-image:hover img,
.wv-recent-image:hover img,
.wv-topic-thumb:hover img {
  transform: scale(1.025);
}

.wv-topic-lead h3,
.wv-headline-card h3,
.wv-recent-card h3 {
  margin: 18px 0 12px;
  color: #303625;
  font-size: 1.36rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
}

.wv-topic-list {
  border-top: 1px solid #9ba3a3;
}

.wv-topic-item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid #9ba3a3;
}

.wv-topic-item-compact {
  display: block;
}

.wv-topic-thumb {
  display: block;
  overflow: hidden;
  background: #e5ddce;
  aspect-ratio: 4 / 3;
}

.wv-topic-item h3,
.wv-popular-item h3 {
  margin: 0;
  color: #303625;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.24;
}

.wv-section-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 26px;
}

.wv-section-heading h2 {
  color: #df9120;
}

.wv-section-heading::after {
  height: 3px;
  background: #6f91b4;
  content: "";
}

.wv-section-heading-small {
  display: block;
  margin-bottom: 20px;
}

.wv-section-heading-small::after {
  display: none;
}

.wv-headlines {
  margin: 4px 0 58px;
}

.wv-headlines-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 42px;
}

.wv-headline-card {
  text-align: center;
}

.wv-home-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  justify-content: inherit;
  color: #df9120;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.wv-home-meta a {
  color: #df9120;
}

.wv-headline-excerpt,
.wv-recent-excerpt {
  margin-top: 14px;
  color: #3f4538;
  font-size: 0.98rem;
  line-height: 1.45;
}

.wv-headline-excerpt p,
.wv-recent-excerpt p {
  margin: 0;
}

.wv-headline-excerpt a,
.wv-recent-excerpt a {
  color: #6f91b4;
  font-weight: 800;
}

.wv-headline-excerpt a:hover,
.wv-headline-excerpt a:focus,
.wv-recent-excerpt a:hover,
.wv-recent-excerpt a:focus {
  color: #df9120;
}

.wv-bottom-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 50px;
}

.wv-recent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 30px;
}

.wv-popular-posts {
  padding: 18px;
  background: #f3efeb;
}

.wv-popular-posts .wv-section-heading h2 {
  color: #6f91b4;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.2rem;
}

.wv-popular-item {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 12px;
  padding: 0 0 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #c4c4bd;
}

.wv-popular-item .wv-popular-thumb {
  display: block;
  overflow: hidden;
  width: 78px;
  height: 58px;
  background: #e5ddce;
}

.wv-popular-item .wv-popular-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wv-popular-item:last-child {
  margin-bottom: 0;
}

.wv-popular-item .wv-home-meta {
  justify-content: flex-start;
  margin-bottom: 4px;
  font-size: 0.74rem;
}

.wv-page-shell {
  padding-top: 36px;
  background: #303625;
}

.wv-singular-site-content {
  display: flex;
  gap: 36px;
  align-items: flex-start;
  max-width: 1180px;
  margin: 0 auto;
  padding: 38px 24px 68px;
  background: #ffffff;
  border-top: 3px solid #df9120;
  box-shadow: 0 24px 60px rgba(15, 20, 10, 0.14);
}

.wv-singular-main {
  flex: 1 1 auto;
  min-width: 0;
}

.wv-article {
  color: #303625;
}

.wv-article-hero {
  margin: 0 0 34px;
}

.wv-article-hero img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
}

.wv-article-hero figcaption {
  margin-top: 8px;
  color: #6d7167;
  font-size: 0.82rem;
  font-style: italic;
  line-height: 1.35;
}

.wv-article-header {
  max-width: 820px;
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid #9ba3a3;
}

.wv-article-category {
  display: inline-flex;
  margin-bottom: 16px;
  color: #6f91b4;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.wv-article-category:hover,
.wv-article-category:focus {
  color: #df9120;
}

.wv-article-header h1 {
  margin: 0;
  color: #303625;
  font-size: clamp(2.3rem, 5vw, 4.15rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
}

.wv-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  margin-top: 22px;
  color: #4a5142;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.3;
}

.wv-article-meta a {
  color: #6f91b4;
  font-weight: 800;
  text-decoration: none;
}

.wv-article-meta a:hover,
.wv-article-meta a:focus {
  color: #df9120;
}

.wv-article-content {
  max-width: 820px;
  color: #303625;
  font-size: 1.08rem;
  line-height: 1.72;
}

.wv-article-content p,
.wv-article-content ul,
.wv-article-content ol {
  margin-top: 0;
  margin-bottom: 1.35em;
}

.wv-article-content h2,
.wv-article-content h3,
.wv-article-content h4 {
  margin: 1.45em 0 0.55em;
  color: #303625;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.16;
}

.wv-article-content h2 {
  font-size: clamp(1.8rem, 3vw, 2.45rem);
}

.wv-article-content h3 {
  font-size: 1.55rem;
}

.wv-article-content a {
  color: #2e6fa7;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.wv-article-content a:hover,
.wv-article-content a:focus {
  color: #df9120;
}

.wv-article-content blockquote {
  margin: 2em 0;
  padding: 4px 0 4px 22px;
  border-left: 4px solid #df9120;
  color: #3f4538;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.55;
}

.comments-area {
  max-width: 820px;
  margin-top: 44px;
  padding-top: 30px;
  border-top: 1px solid #9ba3a3;
  color: #303625;
}

.comments-title,
.comment-reply-title {
  margin: 0 0 18px;
  color: #303625;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.18;
}

.comment-list {
  padding: 0;
  margin: 0 0 34px;
  list-style: none;
}

.comment-list .comment {
  padding: 18px 0;
  border-bottom: 1px solid #d7d1c4;
}

.comment-meta,
.comment-metadata {
  color: #6d7167;
  font-size: 0.86rem;
  line-height: 1.35;
}

.comment-author .fn,
.comment-author .fn a {
  color: #303625;
  font-weight: 800;
  text-decoration: none;
}

.comment-content {
  margin-top: 12px;
  color: #3f4538;
  line-height: 1.65;
}

.comment-reply-link,
.logged-in-as a,
.comment-metadata a {
  color: #6f91b4;
  font-weight: 700;
}

.comment-reply-link:hover,
.comment-reply-link:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-metadata a:hover,
.comment-metadata a:focus {
  color: #df9120;
}

.comment-form {
  display: grid;
  gap: 14px;
}

.comment-form label {
  display: block;
  margin-bottom: 6px;
  color: #303625;
  font-weight: 800;
}

.comment-form input:not([type="submit"]),
.comment-form textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #9ba3a3;
  background: #ffffff;
  color: #303625;
}

.comment-form input[type="submit"] {
  width: fit-content;
  padding: 12px 18px;
  border: 0;
  background: #df9120;
  color: #ffffff;
  font-weight: 800;
  cursor: pointer;
}

.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus {
  background: #6f91b4;
}

.wv-article-content .wpforms-container {
  max-width: 760px;
  margin: 30px 0 0;
  padding: 28px 30px 30px;
  background: #f7f1e6;
  border-top: 3px solid #df9120;
  box-shadow: 0 18px 42px rgba(15, 20, 10, 0.12);
}

.wv-article-content .wpforms-container .wpforms-form,
.wv-article-content div.wpforms-container-full .wpforms-form {
  display: grid;
  gap: 28px;
}

.wv-article-content .wpforms-container .wpforms-field,
.wv-article-content div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0 0 4px;
}

.wv-article-content .wpforms-container .wpforms-field-label,
.wv-article-content .wpforms-container .wpforms-field-sublabel {
  color: #303625;
  font-weight: 800;
  letter-spacing: 0;
}

.wv-article-content .wpforms-container .wpforms-field-label {
  margin-bottom: 7px;
  font-size: 0.96rem;
  line-height: 1.25;
}

.wv-article-content .wpforms-container .wpforms-field-sublabel,
.wv-article-content div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
  margin-top: 8px;
  color: #df9120;
  font-size: 0.78rem;
}

.wv-article-content .wpforms-container .wpforms-required-label {
  color: #df9120;
}

.wv-article-content .wpforms-container input[type="date"],
.wv-article-content .wpforms-container input[type="datetime"],
.wv-article-content .wpforms-container input[type="datetime-local"],
.wv-article-content .wpforms-container input[type="email"],
.wv-article-content .wpforms-container input[type="number"],
.wv-article-content .wpforms-container input[type="password"],
.wv-article-content .wpforms-container input[type="search"],
.wv-article-content .wpforms-container input[type="tel"],
.wv-article-content .wpforms-container input[type="text"],
.wv-article-content .wpforms-container input[type="url"],
.wv-article-content .wpforms-container select,
.wv-article-content .wpforms-container textarea {
  width: 100%;
  max-width: none;
  min-height: 48px;
  padding: 12px 13px;
  background: #ffffff;
  border: 1px solid #9ba3a3;
  border-radius: 0;
  color: #303625;
  font: inherit;
  line-height: 1.45;
  box-shadow: none;
}

.wv-article-content .wpforms-container textarea {
  min-height: 170px;
  resize: vertical;
}

.wv-article-content .wpforms-container input:focus,
.wv-article-content .wpforms-container select:focus,
.wv-article-content .wpforms-container textarea:focus {
  border-color: #df9120;
  outline: 3px solid rgba(223, 145, 32, 0.2);
  outline-offset: 0;
}

.wv-article-content .wpforms-container ::placeholder {
  color: #777d70;
  opacity: 1;
}

.wv-article-content .wpforms-container .wpforms-field-description {
  margin-top: 7px;
  color: #5e6656;
  font-size: 0.9rem;
  line-height: 1.45;
}

.wv-article-content .wpforms-container .wpforms-field-row {
  max-width: none;
}

.wv-article-content .wpforms-container .wpforms-submit-container,
.wv-article-content div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding-top: 8px;
}

.wv-article-content .wpforms-container button[type="submit"],
.wv-article-content .wpforms-container .wpforms-submit,
.wv-article-content div.wpforms-container-full .wpforms-form button[type="submit"],
.wv-article-content div.wpforms-container-full .wpforms-form .wpforms-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 22px;
  background: #6f91b4;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font: inherit;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
}

.wv-article-content .wpforms-container button[type="submit"]:hover,
.wv-article-content .wpforms-container button[type="submit"]:focus,
.wv-article-content .wpforms-container .wpforms-submit:hover,
.wv-article-content .wpforms-container .wpforms-submit:focus,
.wv-article-content div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.wv-article-content div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.wv-article-content div.wpforms-container-full .wpforms-form .wpforms-submit:hover,
.wv-article-content div.wpforms-container-full .wpforms-form .wpforms-submit:focus {
  background: #df9120;
  color: #ffffff;
}

.wv-article-content .wpforms-container label.wpforms-error,
.wv-article-content .wpforms-container .wpforms-error-container {
  color: #9f2f1b;
  font-size: 0.88rem;
  font-weight: 700;
}

.wv-article-content .wpforms-container input.wpforms-error,
.wv-article-content .wpforms-container select.wpforms-error,
.wv-article-content .wpforms-container textarea.wpforms-error {
  border-color: #9f2f1b;
}

.wv-article-content .wpforms-confirmation-container-full {
  max-width: 760px;
  margin: 30px 0 0;
  padding: 18px 22px;
  background: #f7f1e6;
  border: 1px solid #df9120;
  color: #303625;
  font-weight: 700;
}

.wv-archive-header {
  margin-bottom: 34px;
  padding-bottom: 22px;
  border-bottom: 1px solid #9ba3a3;
}

.wv-archive-header h1 {
  margin: 0;
  color: #303625;
  font-size: clamp(2.3rem, 5vw, 4rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
}

.wv-archive-description {
  max-width: 760px;
  margin-top: 16px;
  color: #4a5142;
  font-size: 1.05rem;
  line-height: 1.58;
}

.wv-archive-description p {
  margin: 0;
}

.wv-archive-list {
  display: grid;
  gap: 28px;
}

.wv-archive-card {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding-bottom: 28px;
  border-bottom: 1px solid #9ba3a3;
}

.wv-archive-card-no-image {
  grid-template-columns: 1fr;
}

.wv-archive-image {
  display: block;
  overflow: hidden;
  background: #e5ddce;
  aspect-ratio: 4 / 3;
}

.wv-archive-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.wv-archive-image:hover img,
.wv-archive-image:focus img {
  transform: scale(1.025);
}

.wv-archive-card .wv-article-category {
  margin-bottom: 10px;
  color: #df9120;
  font-size: 0.78rem;
}

.wv-archive-card h2 {
  margin: 0;
  color: #303625;
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
}

.wv-archive-card h2 a {
  color: inherit;
  text-decoration: none;
}

.wv-archive-card h2 a:hover,
.wv-archive-card h2 a:focus {
  color: #df9120;
}

.wv-archive-card .wv-article-meta {
  margin-top: 12px;
  font-size: 0.84rem;
}

.wv-archive-excerpt {
  margin-top: 14px;
  color: #3f4538;
  font-size: 1rem;
  line-height: 1.55;
}

.wv-archive-excerpt p {
  margin: 0;
}

.wv-archive-pagination {
  margin-top: 34px;
}

.wv-archive-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wv-archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 8px 12px;
  background: #f7f1e6;
  color: #303625;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.wv-archive-pagination .page-numbers.current,
.wv-archive-pagination .page-numbers:hover,
.wv-archive-pagination .page-numbers:focus {
  background: #303625;
  color: #f7f1e6;
}

body:not(.home) .is-right-sidebar {
  background: transparent;
}

body:not(.home) .inside-right-sidebar {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  background: #ffffff;
}

body:not(.home).separate-containers .inside-right-sidebar {
  margin-top: 20px;
}

.wv-single-hot {
  padding: 30px 30px 20px;
  background: #f0f2f3;
}

.wv-single-hot h2 {
  margin: 0 0 18px;
  color: #303625;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
}

.wv-single-hot-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #b7bebf;
}

.wv-single-hot-category {
  display: inline-block;
  margin-bottom: 8px;
  color: #df9120;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
}

.wv-single-hot h3 {
  margin: 0;
  color: #303625;
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
}

.wv-single-hot-number {
  color: #cfd6d9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.1rem;
  line-height: 1;
  text-align: right;
}

.wv-single-topics {
  margin-top: 0;
  padding: 28px 30px 26px;
  background: #ffffff;
}

.wv-single-topics h2 {
  margin: 0 0 16px;
  padding-bottom: 10px;
  color: #df9120;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  border-bottom: 2px solid #6f91b4;
}

.wv-single-topics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
}

.wv-single-topic-item {
  padding: 14px 0;
  border-bottom: 1px solid #9ba3a3;
}

.wv-single-topic-item h3 {
  margin: 8px 0 0;
  color: #303625;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.12;
}

.wv-single-topic-item h3 a,
.wv-single-hot h3 a {
  color: #303625;
  text-decoration: none;
}

.wv-single-topic-item h3 a:hover,
.wv-single-topic-item h3 a:focus,
.wv-single-hot h3 a:hover,
.wv-single-hot h3 a:focus {
  color: #df9120;
  text-decoration: none;
}

.wv-single-hot-category,
.wv-related-meta a {
  text-decoration: none;
}

.wv-single-hot-category:hover,
.wv-single-hot-category:focus,
.wv-related-meta a:hover,
.wv-related-meta a:focus {
  text-decoration: none;
}

.wv-single-related {
  padding: 26px 30px 32px;
  background: #ffffff;
}

.wv-single-related h2 {
  display: grid;
  grid-template-columns: auto minmax(70px, 1fr);
  gap: 16px;
  align-items: center;
  margin: 0 0 22px;
  color: #df9120;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
}

.wv-single-related h2::after {
  height: 2px;
  background: #6f91b4;
  content: "";
}

.wv-related-image {
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
  background: #e5ddce;
  aspect-ratio: 16 / 11;
}

.wv-related-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wv-related-lead,
.wv-related-item {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #9ba3a3;
}

.wv-related-lead h3,
.wv-related-item h3 {
  margin: 0;
  color: #303625;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
}

.wv-related-lead h3 {
  font-size: 1.22rem;
}

.wv-related-item h3 {
  font-size: 1.04rem;
}

.wv-related-lead h3 a,
.wv-related-item h3 a {
  color: #303625;
  text-decoration: none;
}

.wv-related-lead h3 a:hover,
.wv-related-lead h3 a:focus,
.wv-related-item h3 a:hover,
.wv-related-item h3 a:focus {
  color: #df9120;
  text-decoration: none;
}

.wv-related-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  color: #df9120;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
}

.wv-related-meta a {
  color: #df9120;
}

.news-section {
  margin-top: 0;
  padding: 40px 52px 0;
}

.news-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #303625;
}

.news-section-header h2,
.news-topic-heading h3,
.news-featured-title,
.news-card-title,
.news-topic-title {
  margin: 0;
  line-height: 1.15;
}

.news-section-header h2 {
  padding-bottom: 10px;
  font-size: 1.75rem;
  letter-spacing: 0;
  color: #303625;
}

.news-section-kicker,
.news-category-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  color: #df9120;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.news-hero {
  padding: 0 0 0;
}

.news-featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 0;
  align-items: stretch;
  background: #ffffff;
  border-bottom: 1px solid #d7d1c4;
}

.news-featured-image,
.news-card-image,
.news-topic-image {
  display: block;
  overflow: hidden;
  background: #e5ddce;
}

.news-featured-image {
  aspect-ratio: 16 / 9;
}

.news-featured-image img,
.news-card-image img,
.news-topic-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.news-featured-image:hover img,
.news-card-image:hover img,
.news-topic-image:hover img {
  transform: scale(1.025);
}

.news-featured-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px 46px;
}

.news-featured-title {
  max-width: 720px;
  color: #303625;
  font-size: clamp(2.1rem, 5vw, 4.25rem);
  font-weight: 800;
  letter-spacing: 0;
}

.news-meta {
  margin-top: 10px;
  color: #7a735f;
  font-size: 0.86rem;
  font-weight: 700;
}

.news-featured-excerpt,
.news-card-excerpt {
  margin-top: 14px;
  color: #4f4f43;
}

.news-featured-excerpt p,
.news-card-excerpt p {
  margin: 0;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
}

.news-card {
  min-width: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #d7d1c4;
}

.news-card-image {
  aspect-ratio: 4 / 3;
  margin-bottom: 14px;
}

.news-card-title {
  color: #303625;
  font-size: 1.16rem;
  font-weight: 800;
}

.news-card-excerpt {
  font-size: 0.95rem;
}

.news-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 44px;
}

.news-topic-section {
  padding-top: 16px;
  border-top: 2px solid #303625;
}

.news-topic-heading {
  margin-bottom: 16px;
}

.news-topic-heading h3 {
  color: #303625;
  font-size: 1.35rem;
  font-weight: 800;
}

.news-topic-list {
  display: grid;
  gap: 16px;
}

.news-topic-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px solid #d7d1c4;
}

.news-topic-image {
  aspect-ratio: 1 / 1;
}

.news-topic-title {
  color: #303625;
  font-size: 1rem;
  font-weight: 800;
}

@media (max-width: 900px) {
  .wv-site-header-inner {
    grid-template-columns: minmax(390px, 470px) minmax(0, 1fr);
  }

  .wv-header-topbar {
    gap: 20px;
    padding-right: 24px;
  }

  .wv-header-search {
    width: 170px;
    min-width: 140px;
  }

  .wv-logo-image {
    width: 96px;
    height: 96px;
  }

  .wv-site-title {
    font-size: clamp(2.8rem, 5vw, 3.7rem);
  }

  .wv-logo-panel {
    gap: 18px;
    padding-left: 24px;
  }

  .wv-header-date {
    font-size: 0.9rem;
  }

  .wv-header-weather {
    font-size: 0.82rem;
  }

  .wv-utility-menu {
    gap: 4px 14px;
  }

  .wv-utility-menu a {
    font-size: 0.76rem;
  }

  .wv-categories-menu a {
    padding: 0;
    font-size: 0.82rem;
    line-height: 48px;
  }

  .news-featured-card {
    grid-template-columns: 1fr;
  }

  .news-featured-content {
    justify-content: start;
  }

  .wv-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 58px 34px 44px;
  }

  .wv-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 34px;
  }

  .wv-topic-row,
  .wv-headlines-grid,
  .wv-recent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wv-top-package {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wv-top-feature {
    order: 1;
    width: auto;
  }

  .wv-top-sidebars {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: auto;
    order: 2;
  }

  .wv-feature-stack-popular,
  .wv-hot-column {
    float: none;
    width: auto;
    margin-left: 0;
  }

  .wv-latest-grid-section {
    order: 3;
  }

  .wv-latest-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 20px;
  }

  .wv-latest-grid-card {
    grid-column: auto;
    grid-row: auto;
    width: auto;
    margin: 0;
  }

  .wv-latest-content {
    padding: 26px;
  }

  .wv-latest-card-image {
    margin-right: 0;
    margin-left: 0;
  }

  .wv-bottom-layout {
    grid-template-columns: 1fr;
  }

  .wv-singular-site-content {
    display: block;
  }

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

@media (max-width: 680px) {
  body.home .site-content,
  body.home .content-area,
  body.home .site-main,
  body.home .inside-article,
  body.front-page .site-content,
  body.front-page .content-area,
  body.front-page .site-main,
  body.front-page .inside-article {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .wv-site-header-inner {
    display: block;
  }

  .wv-site-header {
    border-bottom: 0;
  }

  .wv-logo-panel {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-row: auto;
    align-items: center;
    gap: 10px;
    min-height: 78px;
    padding: 8px 16px;
  }

  .wv-logo-link {
    grid-column: 1;
  }

  .wv-mobile-menu-toggle {
    display: inline-grid;
    grid-column: 3;
    justify-self: end;
    gap: 6px;
    width: 46px;
    height: 42px;
    padding: 7px 5px;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .wv-mobile-menu-toggle span {
    display: block;
    width: 34px;
    height: 6px;
    background: #f7f1e6;
    border-radius: 999px;
  }

  .wv-mobile-menu-toggle:hover span,
  .wv-mobile-menu-toggle:focus span {
    background: #df9120;
  }

  .wv-header-topbar {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px 18px 18px;
  }

  .wv-site-header.wv-mobile-menu-open .wv-header-topbar {
    display: flex;
  }

  .wv-categories-navigation {
    display: none;
  }

  .wv-site-header.wv-mobile-menu-open .wv-categories-navigation {
    display: block;
  }

  .wv-header-title {
    display: none;
  }

  .wv-logo-image {
    width: 58px;
    height: 58px;
  }

  .wv-site-title {
    display: block;
    grid-column: 2;
    color: #f7f1e6;
    font-size: clamp(1.55rem, 7vw, 2.2rem);
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
  }

  .wv-utility-navigation {
    justify-content: center;
    padding: 0 14px;
  }

  .wv-utility-menu {
    justify-content: center;
  }

  .wv-utility-menu a {
    line-height: 42px;
  }

  .wv-header-search {
    width: min(100%, 320px);
    min-width: 0;
    margin-bottom: 12px;
  }

  .wv-categories-navigation-inner {
    padding: 0;
  }

  .wv-categories-menu {
    display: block;
    padding: 8px 0;
  }

  .wv-categories-menu li {
    position: relative;
  }

  .wv-categories-menu a {
    padding: 12px 18px;
    font-size: 0.84rem;
    line-height: 1.2;
  }

  .wv-categories-menu .menu-item-has-children > a {
    padding-right: 64px;
  }

  .wv-submenu-toggle {
    position: absolute;
    top: 2px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .wv-submenu-toggle span {
    width: 10px;
    height: 10px;
    border-right: 3px solid #f7f1e6;
    border-bottom: 3px solid #f7f1e6;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 140ms ease;
  }

  .wv-submenu-toggle:hover span,
  .wv-submenu-toggle:focus span {
    border-color: #df9120;
  }

  .wv-categories-menu .wv-submenu-open > .wv-submenu-toggle span {
    transform: translateY(3px) rotate(225deg);
  }

  .wv-categories-menu ul {
    position: static;
    display: none;
    min-width: 0;
    padding: 0;
    border-top: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .wv-categories-menu .wv-submenu-open > ul {
    display: block;
  }

  .wv-categories-menu ul a {
    padding-left: 30px;
  }

  .wv-footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 46px 22px 34px;
  }

  .wv-footer-brand p {
    max-width: none;
  }

  .wv-footer-bottom {
    padding: 22px;
  }

  .wv-footer-bottom nav {
    gap: 14px 18px;
  }

  .news-home {
    width: 100%;
    max-width: 100%;
    padding: 0 16px 44px;
  }

  .wv-singular-site-content {
    padding: 26px 16px 44px;
  }

  .wv-article-hero {
    margin-bottom: 24px;
  }

  .wv-article-header {
    margin-bottom: 24px;
  }

  .wv-article-header h1 {
    font-size: 2.35rem;
  }

  .wv-article-content {
    font-size: 1rem;
    line-height: 1.65;
  }

  .wv-archive-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .wv-article-content .wpforms-container {
    margin-top: 24px;
    padding: 22px 18px 24px;
  }

  .wv-article-content .wpforms-container button[type="submit"],
  .wv-article-content .wpforms-container .wpforms-submit {
    width: 100%;
  }

  .wv-archive-header h1 {
    font-size: 2.35rem;
  }

  .wv-home {
    padding-top: 28px;
  }

  .news-section {
    padding: 34px 0 0;
  }

  .news-section-header {
    display: block;
  }

  .news-featured-card {
    gap: 18px;
    padding-bottom: 26px;
  }

  .news-featured-content {
    padding: 0;
  }

  .news-featured-title {
    font-size: 2.2rem;
  }

  .news-grid,
  .news-topic-grid,
  .wv-topic-row,
  .wv-headlines-grid,
  .wv-latest-grid,
  .wv-recent-grid,
  .wv-top-sidebars,
  .wv-compact-stories {
    grid-template-columns: 1fr;
  }

  .wv-top-package {
    gap: 18px;
    margin-bottom: 42px;
  }

  .wv-latest-content h1 {
    font-size: 2.1rem;
  }

  .wv-latest-story {
    padding: 0;
  }

  .wv-latest-content {
    padding: 24px 20px;
  }

  .wv-latest-grid-section {
    padding-right: 4px;
    padding-left: 4px;
  }

  .wv-latest-card-image {
    margin-right: 0;
    margin-left: 0;
  }

  .wv-latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 12px;
  }

  .wv-latest-grid-card h3 {
    font-size: 0.92rem;
    line-height: 1.12;
  }

  .wv-feature-stack-popular,
  .wv-hot-column {
    grid-column: auto;
  }

  .wv-feature-stack {
    padding: 22px 4px 0;
  }

  .wv-feature-stack h2 {
    display: grid;
    grid-template-columns: auto minmax(48px, 1fr);
    gap: 16px;
    align-items: center;
    margin-bottom: 22px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.65rem;
    line-height: 1.1;
  }

  .wv-feature-stack h2::after {
    height: 3px;
    background: #6f91b4;
    content: "";
  }

  .wv-feature-stack-lead-image {
    margin-bottom: 12px;
    aspect-ratio: 16 / 9;
  }

  .wv-feature-stack-lead h3 {
    font-size: 1.16rem;
    line-height: 1.14;
  }

  .wv-feature-stack-item h3 {
    font-size: 1rem;
  }

  .wv-headlines {
    margin-bottom: 28px;
  }

  .wv-popular-categories {
    margin-bottom: 42px;
    padding: 22px;
  }

  .wv-popular-posts {
    display: none;
  }

  .wv-compact-story {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .wv-compact-thumb {
    width: 78px;
    height: 58px;
  }

  .wv-topic-row {
    gap: 34px;
    margin-bottom: 42px;
  }

  .wv-topic-row,
  .wv-bottom-layout,
  .wv-site-footer {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
  }

  .wv-topic-heading {
    padding: 18px;
  }

  .wv-topic-lead h3,
  .wv-headline-card h3,
  .wv-recent-card h3 {
    font-size: 1.22rem;
  }

  .wv-headline-card {
    text-align: left;
  }

  .news-topic-item {
    grid-template-columns: 76px minmax(0, 1fr);
  }
}
