@charset "UTF-8";
body {
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1 {
  font-size: 60px;
  line-height: 71px;
}

h2 {
  font-size: 48px;
  line-height: 57px;
}

h3 {
  font-size: 28px;
  line-height: 33px;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.3;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.3;
}

h6 {
  font-size: 1rem;
  line-height: 1.3;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 0px;
}
.section-heading h2 {
  margin: 0;
  font-family: "Lora", serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #1d1d1b;
}
.section-heading .see-more {
  font-size: 13px;
  line-height: 1.2;
  color: #6c6c6c;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.section-heading .see-more:hover {
  color: #0c9b43;
}

p {
  margin-bottom: 1rem;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

small {
  font-size: 0.875rem;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s ease;
}

a:hover {
  opacity: 0.8;
}

ul,
ol {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

li {
  margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 40px;
    line-height: 1.15;
  }
  h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  h3 {
    font-size: 24px;
    line-height: 1.25;
  }
}
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

::selection {
  background: #008e3f;
  color: #fff;
}

::-moz-selection {
  background: #008e3f;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-content {
  padding-top: 182px;
  flex: 1;
}

.wrapper {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}

.row {
  margin: 0 -12px;
}

.section {
  padding: 60px 0;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-center {
  text-align: center;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
  .section {
    padding: 30px 0;
  }
}
.site-footer {
  margin-top: 0px;
  background: #fff;
}

.footer-main {
  padding: 48px 0 48px;
}

.footer-branding {
  max-width: 430px;
}
.footer-branding__logo {
  display: inline-block;
  margin-bottom: 22px;
}
.footer-branding__logo img {
  display: block;
  max-width: 320px;
  width: 100%;
  height: auto;
}
.footer-branding__content {
  margin-bottom: 26px;
}
.footer-branding__content p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #1d1d1b;
}
.footer-branding__meta {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.footer-branding__issn {
  font-size: 11px;
  line-height: 1.2;
  color: #1d1d1b;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-socials img {
  max-width: none;
  width: 22px;
  height: 22px;
  display: block;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.footer-socials img:hover {
  filter: hue-rotate(-55deg) brightness(1.4) saturate(1.2);
}

.footer-navigation {
  padding-top: 6px;
}

.footer-col h4 {
  margin: 0 0 18px;
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #1d1d1b;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu li {
  margin-bottom: 0px;
}
.footer-menu a {
  font-size: 13px;
  line-height: 1.5;
  color: #1d1d1b;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-menu a:hover {
  color: #0c9b43;
}

.footer-col--apps .footer-apps p {
  margin: 0 0 16px;
}
.footer-col--apps .footer-apps p a {
  font-size: 13px;
  line-height: 1.5;
  color: #1d1d1b;
  text-decoration: none;
}
.footer-col--apps .footer-apps p a:hover {
  color: #0c9b43;
}
.footer-col--apps .footer-apps__badges {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col--apps .footer-apps__badges a {
  display: inline-block;
  width: fit-content;
}
.footer-col--apps .footer-apps__badges img {
  display: block;
  max-width: 120px;
  height: auto;
}

.footer-bottom {
  background: #f7faf5;
  padding: 24px 0;
}

.footer-bottom__left {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.footer-bottom__left p {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
  color: #1d1d1b;
}

.footer-bottom__center {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.footer-bottom__center p {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
  color: #1d1d1b;
}

.footer-bottom__right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px 22px;
}
.footer-bottom__right a {
  position: relative;
  font-size: 11px;
  line-height: 1.5;
  color: #1d1d1b;
  text-decoration: none;
}
.footer-bottom__right a:hover {
  color: #0c9b43;
}

@media (max-width: 1199.98px) {
  .footer-branding {
    max-width: 100%;
    margin-bottom: 36px;
  }
}
@media (max-width: 991.98px) {
  .footer-main {
    padding: 40px 0 28px;
  }
  .footer-col {
    margin-bottom: 28px;
  }
  .footer-bottom__left,
  .footer-bottom__right {
    justify-content: flex-start;
  }
  .footer-bottom__right {
    margin-top: 14px;
  }
}
@media (max-width: 767.98px) {
  .footer-main {
    padding: 32px 0 20px;
  }
  .footer-branding__logo img {
    max-width: 260px;
  }
  .footer-branding__content p {
    font-size: 16px;
  }
  .footer-col h4 {
    font-size: 17px;
    margin-bottom: 14px;
    text-align: center;
  }
  .footer-menu a {
    font-size: 15px;
  }
  .footer-bottom {
    padding: 16px 0;
  }
  .footer-bottom__left {
    gap: 10px;
    flex-direction: column;
  }
  .footer-bottom__right {
    gap: 10px 16px;
  }
}
input,
textarea,
select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: "Rubik", sans-serif;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #008e3f;
}

.wpcf7-form-control {
  width: 100%;
}

.wpcf7-text,
.wpcf7-textarea {
  margin: 0 0 10px;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #ddd;
  outline: none;
  font-family: "Rubik", sans-serif;
}
.wpcf7-text:focus,
.wpcf7-textarea:focus {
  border-color: #000;
}

.wpcf7-textarea {
  max-height: 190px;
}

.wpcf7-submit {
  width: 183px;
  height: 48px;
  background: #000;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  transition: all 0.5s;
  border: none;
}
.wpcf7-submit:hover {
  background: #000;
}

.wpcf7 .ajax-loader {
  background-color: #000;
  position: absolute;
  top: 10px;
  right: 10px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  margin: -10px 0 0 10px;
}

.zgoda-cont {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
}

.news-zgoda {
  max-width: calc(100% - 50px);
  display: inline-block;
  position: relative;
  left: 10px;
  top: -1px;
  margin: 6px 0;
  font-size: 14px;
  line-height: 14px;
  color: #626262;
}

.zgoda,
.zgoda2 {
  width: auto;
  margin: 10px 0;
  vertical-align: top;
}

.zw-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 2px 10px;
  background: #0c9b43;
  border-radius: 6px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
  color: #fff;
  z-index: 100;
}
.zw-badge--red {
  background: #ef4136;
}
.zw-badge:hover {
  color: #fff;
}

@media (max-width: 767.98px) {
  .footer-navigation .row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .footer-navigation .col-md-3,
  .footer-navigation .col-6 {
    width: 100%;
    max-width: 100%;
  }
  .footer-col {
    text-align: left;
  }
  .footer-apps {
    text-align: center;
  }
  .footer-col--apps .footer-apps__badges {
    align-items: center;
  }
  .footer-branding {
    text-align: center;
  }
  .footer-branding__meta {
    justify-content: center;
  }
  .footer-socials {
    justify-content: center;
    width: 100%;
  }
  .footer-bottom .row {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .footer-bottom__left,
  .footer-bottom__center,
  .footer-bottom__right {
    width: 100%;
    justify-content: center;
  }
  .footer-bottom__right {
    margin-top: 10px;
  }
  .footer-bottom__right a {
    display: inline-block;
  }
  .footer-menu li {
    text-align: center;
  }
}
.site-hamburger {
  display: none;
}

.site-header {
  position: fixed;
  background: #f7faf5;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 1000;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s ease, box-shadow 0.2s ease;
}
.site-header.nav-up {
  transform: translateY(0%);
}
.site-header.nav-down {
  transform: translateY(-100%);
}
.site-header.sticky {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.site-header.sticky .main-navigation a {
  color: #000;
}
.site-header .wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 992px) {
  .site-header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.site-header .header-topbar {
  background: #dfe8d8;
  padding: 8px 0;
  height: 34px;
}
.site-header .header-topbar p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  color: #2f7d4d;
}
.site-header .header-main {
  padding: 24px 0;
  background: #f7faf5;
}
.site-header .site-branding a {
  display: block;
}
.site-header .site-branding img {
  width: 100%;
  height: auto;
  max-height: 50px;
  position: relative;
  top: -2px;
}
@media (min-width: 1199px) {
  .site-header .site-branding img {
    width: 100%;
  }
}
.site-header .header-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  height: 100%;
}
.site-header .header-issn {
  font-size: 11px;
  color: #222;
  white-space: nowrap;
  line-height: 13px;
}
.site-header .header-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 22px;
  line-height: 22px;
}
.site-header .header-socials img {
  max-width: none;
  width: 22px;
  height: 22px;
  display: block;
  text-decoration: none;
  transition: all 0.2s ease;
}
.site-header .header-socials img:hover {
  filter: hue-rotate(-55deg) brightness(1.4) saturate(1.2);
}
.site-header .header-navigation {
  background: #fff;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.site-header .main-navigation .menu,
.site-header .foundation-navigation .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.site-header .main-navigation .menu {
  gap: 24px;
  flex-wrap: wrap;
}
.site-header .foundation-navigation {
  position: relative;
  padding-left: 12px;
  margin-left: 0;
}
.site-header .foundation-navigation::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background: #ddd7cd;
}
.site-header .foundation-navigation .menu {
  gap: 20px;
}
.site-header .menu-item {
  position: relative;
  margin-bottom: 0;
}
.site-header .menu-item > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #2a2a2a;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-header .menu-item > a:hover {
  color: #0c9b43;
}
.site-header .menu-item.current-menu-item > a, .site-header .menu-item.current-menu-ancestor > a {
  color: #0c9b43;
}
.site-header .menu-item.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #0c9b43;
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.site-header .menu-item > .sub-menu {
  position: absolute;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  background: #fff;
  padding: 5px 20px 5px;
  top: 60px;
  left: -20px;
  opacity: 0;
  box-shadow: 0 20px 20px -15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
  pointer-events: none;
  list-style-type: none;
  border-radius: 0 0 10px 10px;
}
.site-header .menu-item > .sub-menu .menu-item > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #2a2a2a;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-header .menu-item > .sub-menu .menu-item > a:hover {
  color: #0c9b43;
}
.site-header .menu-item:hover > .sub-menu {
  top: 48px;
  opacity: 1;
  pointer-events: auto;
}
.site-header .header-nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
.site-header .header-support-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 28px;
  border-radius: 6px;
  background: #0c9b43;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
  width: 100%;
}
.site-header .header-support-btn:hover {
  background: #95c11f;
  color: #fff;
}

@media (max-width: 991.98px) {
  .site-content {
    padding-top: 112px;
  }
  .site-header {
    z-index: 9999;
    background: #f7faf5;
    padding: 0;
  }
  .site-header .wrapper {
    display: block;
  }
  .site-header .header-topbar {
    height: auto;
    padding: 6px 0;
  }
  .site-header .header-topbar p {
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
  }
  .site-header .header-main {
    padding: 16px 0;
  }
  .site-header .header-main .row {
    position: relative;
  }
  .site-header .site-branding {
    padding-right: 54px;
  }
  .site-header .site-branding img {
    width: auto;
    max-width: 260px;
    max-height: 42px;
  }
  .site-header .header-search,
  .site-header .header-meta {
    display: none;
  }
  .site-header .header-navigation {
    position: fixed;
    inset: 0;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    min-height: 0;
    padding: 72px 22px 28px;
    background: #1d1d1b;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    display: block;
  }
  .site-header .header-navigation.opened {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .site-header .header-navigation .wrapper,
  .site-header .header-navigation .row,
  .site-header .header-navigation [class*=col-] {
    display: block;
    position: static;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
  }
  .site-header .main-navigation {
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
    background: transparent;
    color: #fff;
    opacity: 1;
    pointer-events: all;
    overflow: visible;
    display: block;
  }
  .site-header .main-navigation .menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .site-header .menu-item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-header .menu-item > a {
    width: 100%;
    padding: 12px 0;
    color: #fff;
    font-family: "Lora", serif;
    font-size: 18px;
    line-height: 1.2;
  }
  .site-header .menu-item > a:hover {
    color: #95c11f;
    opacity: 1;
  }
  .site-header .menu-item.current-menu-item > a, .site-header .menu-item.current-menu-ancestor > a {
    color: #95c11f;
  }
  .site-header .menu-item.menu-item-has-children > a::after {
    border-top-color: #95c11f;
    margin-left: auto;
  }
  .site-header .menu-item > .sub-menu {
    position: static;
    display: none;
    min-width: 0;
    width: 100%;
    padding: 0 0 10px 14px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    opacity: 1;
    pointer-events: auto;
    list-style: none;
  }
  .site-header .menu-item > .sub-menu .menu-item {
    border-bottom: 0;
  }
  .site-header .menu-item > .sub-menu .menu-item > a {
    padding: 7px 0;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.82);
  }
  .site-header .menu-item > .sub-menu .menu-item > a:hover {
    color: #95c11f;
  }
  .site-header .menu-item.is-open > .sub-menu {
    display: block;
  }
  .site-header .foundation-navigation {
    display: block;
    margin-top: 24px;
    padding: 18px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }
  .site-header .foundation-navigation::before {
    display: none;
  }
  .site-header .foundation-navigation .menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .site-header .foundation-navigation .menu-item {
    border-bottom: 0;
  }
  .site-header .foundation-navigation .menu-item > a {
    padding: 8px 0;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.72);
  }
  .site-header .foundation-navigation .menu-item > a:hover {
    color: #95c11f;
  }
  .site-header .header-nav-right {
    display: block;
    margin-top: 0;
  }
  .site-header .header-support-btn {
    display: inline-flex;
    width: auto;
    height: 38px;
    margin-top: 18px;
    padding: 0 22px;
    background: #0c9b43;
    color: #fff;
    line-height: 38px;
  }
  .site-header .header-support-btn:hover {
    background: #95c11f;
    color: #fff;
  }
  .site-hamburger {
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    z-index: 10001;
  }
  .site-hamburger #nav-icon3 {
    width: 30px;
    height: 23px;
    position: absolute;
    top: 6px;
    right: 0;
    cursor: pointer;
    transition: 0.25s ease-in-out;
  }
  .site-hamburger #nav-icon3 span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #1d1d1b;
    border-radius: 999px;
    transition: 0.25s ease-in-out;
  }
  .site-hamburger #nav-icon3 span:nth-child(1) {
    top: 0;
  }
  .site-hamburger #nav-icon3 span:nth-child(2), .site-hamburger #nav-icon3 span:nth-child(3) {
    top: 9px;
  }
  .site-hamburger #nav-icon3 span:nth-child(4) {
    top: 18px;
  }
  .site-hamburger #nav-icon3.open span {
    background: #fff;
  }
  .site-hamburger #nav-icon3.open span:nth-child(1) {
    top: 9px;
    width: 0;
    left: 50%;
  }
  .site-hamburger #nav-icon3.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  .site-hamburger #nav-icon3.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .site-hamburger #nav-icon3.open span:nth-child(4) {
    top: 9px;
    width: 0;
    left: 50%;
  }
  body.menu_opened {
    overflow: hidden;
  }
}
@media (max-width: 575.98px) {
  .site-content {
    padding-top: 104px;
  }
  .site-header .site-branding img {
    max-width: 230px;
    max-height: 38px;
  }
  .site-header .header-navigation {
    padding: 68px 22px 28px;
  }
  .site-header .menu-item > a {
    font-size: 17px;
  }
}
.error-404 {
  padding: 120px 0;
}
.error-404__content {
  max-width: 760px;
  margin: 0 auto;
}
.error-404__label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0.6;
}
.error-404__title {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 24px;
}
.error-404__text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 32px;
  opacity: 0.85;
}
.error-404__actions {
  margin-top: 32px;
}
.error-404__search {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.homepage-template {
  background: #f7faf5;
}
.homepage-template .home-section {
  min-height: 50vh;
  display: flex;
  align-items: flex-start;
  padding: 24px 0;
}
.homepage-template .home-top-posts {
  padding: 24px 0 24px;
}
.homepage-template .home-top-posts__hero {
  margin-bottom: 24px;
}
.homepage-template .home-top-posts__listing {
  margin-top: 0px;
}
.homepage-template .home-top-posts__sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.homepage-template .home-top-posts .sidebar-box {
  min-height: 285px;
  background: #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  color: #2d2d2d;
  padding: 20px;
}

.home .site-footer {
  margin-top: 0px;
}

@media (max-width: 991.98px) {
  .homepage-template .home-section {
    min-height: 0;
    padding: 28px 0;
  }
  .homepage-template .home-top-posts {
    padding: 28px 0 20px;
  }
  .homepage-template .home-top-posts__hero {
    margin-bottom: 24px;
  }
  .homepage-template .home-top-posts__hero .row {
    gap: 24px 0;
  }
  .homepage-template .home-top-posts__listing .section-heading {
    margin-bottom: 20px;
  }
  .homepage-template .home-top-posts__sidebar {
    margin-top: 34px;
  }
  .homepage-template .home-podcast-section {
    padding: 8px 0 32px;
  }
  .homepage-template .home-podcast-section .section-heading {
    margin-bottom: 20px;
  }
  .homepage-template .home-podcast-section .podcast-list-card {
    margin-top: 0px;
  }
  .homepage-template .home-mission-section {
    padding: 0;
  }
  .homepage-template .partners-section {
    padding: 36px 0 42px;
  }
}
@media (max-width: 767.98px) {
  .homepage-template .home-section {
    padding: 24px 0;
  }
  .homepage-template .section-heading {
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 18px;
  }
  .homepage-template .section-heading h2 {
    font-size: 20px;
    line-height: 1.25;
  }
  .homepage-template .section-heading .see-more {
    font-size: 12px;
    line-height: 25px;
  }
  .homepage-template .home-top-posts {
    padding: 20px 0 16px;
  }
  .homepage-template .home-top-posts__hero {
    margin-bottom: 24px;
  }
  .homepage-template .home-top-posts__sidebar {
    margin-top: 28px;
    gap: 20px;
  }
  .homepage-template .home-podcast-section {
    padding: 0 0 28px;
  }
  .homepage-template .home-podcast-section .podcast-list-card {
    height: auto;
    min-height: 0;
  }
  .homepage-template .home-podcast-section .podcast-list-item {
    min-height: 86px;
  }
  .homepage-template .home-mission-box {
    padding: 34px 18px 28px;
  }
  .homepage-template .home-mission-box__inner {
    max-width: 100%;
  }
  .homepage-template .home-mission-box__label {
    font-size: 11px;
    margin-bottom: 14px;
  }
  .homepage-template .home-mission-box__title {
    font-size: 30px;
    line-height: 1.08;
    margin-bottom: 18px;
  }
  .homepage-template .home-mission-box__excerpt {
    margin-bottom: 22px;
  }
  .homepage-template .home-mission-box__excerpt p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }
  .homepage-template .home-mission-box__button {
    width: 100%;
    min-height: 46px;
    padding: 0 20px;
    font-size: 15px;
  }
  .homepage-template .home-mission-values {
    grid-template-columns: 1fr;
  }
  .homepage-template .home-mission-values__item {
    padding: 20px 0;
    gap: 14px;
  }
  .homepage-template .home-mission-values__item:not(:last-child) {
    border-bottom: 1px solid #e5dfd7;
  }
  .homepage-template .home-mission-values__item::after {
    display: none;
  }
  .homepage-template .home-mission-values__icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
  }
  .homepage-template .home-mission-values__content h3 {
    font-size: 16px;
  }
  .homepage-template .home-mission-values__content p {
    font-size: 14px;
    line-height: 1.35;
  }
  .homepage-template .partners-section {
    padding: 32px 0 36px;
  }
  .homepage-template .partners-section__header {
    margin-bottom: 26px;
  }
  .homepage-template .partners-section__label {
    font-size: 10px;
  }
  .homepage-template .partners-section__title {
    font-size: 22px;
    line-height: 1.25;
  }
  .homepage-template .partners-section__logos {
    gap: 24px;
  }
  .homepage-template .partners-section__logo {
    min-height: 70px;
  }
  .homepage-template .partners-section__logo img {
    max-width: 120px;
    max-height: 90px;
  }
}
.single-article-section {
  padding: 24px 0 48px;
}

.single-article__breadcrumbs {
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1.4;
  color: #7a7a7a;
}
.single-article__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.single-article__breadcrumbs a:hover {
  color: #0c9b43;
}
.single-article__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.single-article__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 2px 10px;
  background: #0c9b43;
  border-radius: 6px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
  color: #fff;
  z-index: 2;
}
.single-article__category--red {
  background: #ef4136;
}
.single-article__category:hover {
  color: #fff;
}
.single-article__title {
  margin: 24px 0;
  font-family: "Lora", serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  color: #1d1d1b;
  max-width: 900px;
}
.single-article__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  border-bottom: 1px solid #ddd7cd;
}
.single-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 24px;
  margin-bottom: 12px;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #6f776b;
}
.single-article__authors {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 6px;
  align-items: center;
}
.single-article__author-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0c9b43;
  flex: 0 0 10px;
}
.single-article__author a {
  color: #1d1d1b;
  text-decoration: none;
  font-weight: 500;
  line-height: 20px;
}
.single-article__author a:hover {
  color: #0c9b43;
}
.single-article__share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  margin-bottom: 12px;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.single-article__share a {
  color: #0c9b43;
  text-decoration: none;
}
.single-article__share a:hover {
  color: #087a34;
}
.single-article__share-label {
  font-weight: 600;
  color: #1d1d1b;
}
.single-article__featured-image {
  margin-bottom: 24px;
}
.single-article__featured-image img {
  display: block;
  width: 100%;
  height: auto;
}
.single-article__lead {
  margin-bottom: 24px;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #1d1d1b;
  padding: 0;
}
.single-article__lead p:last-child {
  margin-bottom: 0;
}
.single-article__featured-video {
  margin: 24px 0;
}
.single-article__featured-video iframe,
.single-article__featured-video video,
.single-article__featured-video embed,
.single-article__featured-video object {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}
.single-article__featured-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.single-article__pdf-iframe {
  margin: 24px 0 48px;
}
.single-article__pdf-iframe iframe {
  max-height: calc(100vh - 200px);
}
.single-article__pdf-actions {
  margin-bottom: 48px;
  text-align: center;
}
.single-article__pdf-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 28px;
  border-radius: 6px;
  background: #0c9b43;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.single-article__pdf-actions a:hover {
  background: #95c11f;
  color: #fff;
}
.single-article__content {
  font-size: 18px;
  line-height: 1.8;
  color: #1d1d1b;
}
.single-article__content p,
.single-article__content ul,
.single-article__content ol,
.single-article__content blockquote {
  margin-bottom: 1.5em;
}
.single-article__content h2,
.single-article__content h3,
.single-article__content h4 {
  margin: 1.8em 0 0.7em;
  font-family: "Lora", serif;
  line-height: 1.2;
  font-weight: 500;
  color: #1d1d1b;
}
.single-article__content h2 {
  font-size: 34px;
}
.single-article__content h3 {
  font-size: 28px;
}
.single-article__content h4 {
  font-size: 22px;
}
.single-article__content blockquote {
  padding: 28px 28px 28px 32px;
  background: #f7faf5;
  border-left: 4px solid #0c9b43;
  font-family: "Lora", serif;
  font-size: 24px;
  line-height: 1.4;
}
.single-article__content img {
  max-width: 100%;
  height: auto;
}
.single-article .support-inline {
  margin: 36px auto;
  max-width: 1000px;
  width: 100%;
  background: #f7faf5;
}
.single-article .support-inline__inner {
  min-height: 100px;
  padding: 24px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.single-article .support-inline__content {
  flex: 1 1 auto;
  min-width: 0;
}
.single-article .support-inline__title {
  margin: 0 0 12px;
  font-family: "Lora", serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #1d1d1b;
}
.single-article .support-inline__text {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #1d1d1b;
  max-width: 640px;
}
.single-article .support-inline__action {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-article .support-inline__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 28px;
  border-radius: 6px;
  background: #0c9b43;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
  width: 100%;
}
.single-article .support-inline__button:hover {
  background: #95c11f;
  color: #fff;
}
@media (max-width: 991.98px) {
  .single-article .support-inline {
    margin: 34px auto;
  }
  .single-article .support-inline__inner {
    min-height: 0;
    padding: 28px 24px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;
  }
  .single-article .support-inline__title {
    font-size: 30px;
  }
  .single-article .support-inline__text {
    font-size: 17px;
    max-width: none;
  }
  .single-article .support-inline__action {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .single-article .support-inline {
    margin: 28px auto;
  }
  .single-article .support-inline__inner {
    padding: 22px 18px;
    gap: 16px;
  }
  .single-article .support-inline__title {
    font-size: 25px;
    line-height: 1.18;
    margin-bottom: 10px;
  }
  .single-article .support-inline__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .single-article .support-inline__button {
    min-height: 48px;
    padding: 0 22px;
    font-size: 16px;
    width: 100%;
  }
}

.single-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.single-section-heading {
  margin-bottom: 22px;
}
.single-section-heading h2 {
  margin: 0;
  font-family: "Lora", serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  color: #1d1d1b;
}

@media (max-width: 1199.98px) {
  .single-article__title {
    font-size: 42px;
  }
}
@media (max-width: 991.98px) {
  .single-article-section {
    padding: 28px 0 40px;
  }
  .single-article__title {
    font-size: 36px;
  }
  .single-article__content {
    font-size: 17px;
  }
  .single-article__content h2 {
    font-size: 30px;
  }
  .single-article__content h3 {
    font-size: 24px;
  }
  .single-article__content blockquote {
    font-size: 21px;
    padding: 22px 22px 22px 24px;
  }
  .single-sidebar {
    margin-top: 34px;
  }
}
@media (max-width: 767.98px) {
  .single-article__title {
    font-size: 30px;
    line-height: 1.08;
  }
  .single-article__meta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .single-article__meta {
    font-size: 13px;
  }
  .single-article__content {
    font-size: 16px;
    line-height: 1.75;
  }
  .single-article__content h2 {
    font-size: 26px;
  }
  .single-article__content h3 {
    font-size: 22px;
  }
  .single-article__content blockquote {
    font-size: 19px;
  }
}
.newspaper-card--related {
  padding: 0;
  background: #fff;
}
.newspaper-card--related .newspaper-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.newspaper-card--related .newspaper-card__image-wrap {
  height: 220px;
  padding: 12px;
  background: #dfe8d8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newspaper-card--related .newspaper-card__image {
  max-height: 100%;
  transform: rotate(-6deg) scale(0.95);
  transition: transform 0.3s ease;
}
.newspaper-card--related:hover .newspaper-card__image {
  transform: rotate(0deg) scale(1);
}
.newspaper-card--related .newspaper-card__content {
  padding: 12px 0 0;
}
.newspaper-card--related .newspaper-card__title {
  margin: 0 0 6px;
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 1.25;
  color: #1d1d1b;
}
.newspaper-card--related .newspaper-card__meta {
  font-size: 12px;
  color: #6f776b;
}

.category-template {
  background: #f7faf5;
}

.category-section {
  padding: 24px 0 48px;
}

.category-header {
  margin-bottom: 24px;
}
.category-header__breadcrumbs {
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1.4;
  color: #7a7a7a;
}
.category-header__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.category-header__breadcrumbs a:hover {
  color: #0c9b43;
}
.category-header__title {
  margin: 24px 0 24px;
  font-family: "Lora", serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  color: #1d1d1b;
}
.category-header__description {
  max-width: 67%;
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1b;
}
.category-header__description p:last-child {
  margin-bottom: 0;
}

.category-top-posts__hero {
  margin-bottom: 0px;
}
.category-top-posts__listing {
  margin-top: 0;
}

.category-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.category-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 6px;
  background: #fff;
  color: #1d1d1b;
  font-size: 14px;
  text-decoration: none;
}
.category-pagination .page-numbers.current {
  background: #0c9b43;
  color: #fff;
}
.category-pagination .page-numbers:hover {
  color: #0c9b43;
}
.category-pagination .page-numbers.current:hover {
  color: #fff;
}

.category-sidebar iframe {
  display: block;
  border: 0;
}

@media (max-width: 991.98px) {
  .category-section {
    padding: 28px 0 40px;
  }
  .category-header__title {
    font-size: 36px;
  }
  .category-top-posts__hero {
    margin-bottom: 24px;
  }
  .category-top-posts__hero .col-lg-8 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  .category-header {
    margin-bottom: 20px;
  }
  .category-header__title {
    font-size: 30px;
    line-height: 1.08;
  }
  .category-header__description {
    font-size: 16px;
  }
  .category-pagination {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.search-template {
  background: #f7faf5;
}

.search-section {
  padding: 24px 0 48px;
}

.search-header {
  margin-bottom: 36px;
}
.search-header__breadcrumbs {
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1.4;
  color: #7a7a7a;
}
.search-header__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.search-header__breadcrumbs a:hover {
  color: #0c9b43;
}
.search-header__title {
  margin: 0 0 14px;
  font-family: "Lora", serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  color: #1d1d1b;
}
.search-header__query {
  max-width: 760px;
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: #1d1d1b;
}
.search-header__query strong {
  font-weight: 500;
}

.search-results-block {
  margin-bottom: 48px;
}
.search-results-block .section-heading {
  margin-bottom: 0px;
}
.search-results-block:last-child {
  margin-bottom: 0;
}
.search-results-block__more {
  margin-top: 24px;
  text-align: center;
}
.search-results-block__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 6px;
  background: #0c9b43;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  line-height: 34px;
  text-decoration: none;
}
.search-results-block__button:hover {
  background: #95c11f;
  color: #fff;
}

.search-author-card {
  background: #fff;
  padding: 18px;
  min-height: 150px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.search-author-card__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.search-author-card__avatar {
  width: 82px;
  height: 82px;
  border-radius: 6px;
  overflow: hidden;
  background: #dfe8d8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-author-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-author-card__avatar span {
  font-family: "Rubik", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #0c9b43;
}
.search-author-card__name {
  margin: 0;
  font-family: "Lora", serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #1d1d1b;
  text-align: center;
}
.search-author-card:hover .search-author-card__name {
  color: #0c9b43;
}

.search-newspaper-card {
  height: 350px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.search-newspaper-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.search-newspaper-card__image-wrap {
  flex: 1 1 auto;
  min-height: 0;
  padding: 18px;
  background: #dfe8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.search-newspaper-card__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: rotate(-7deg) scale(0.94);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease;
}
.search-newspaper-card:hover .search-newspaper-card__image {
  transform: rotate(0deg) scale(1);
}
.search-newspaper-card__content {
  padding: 14px 16px 16px;
}
.search-newspaper-card__title {
  margin: 0 0 8px;
  font-family: "Lora", serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #1d1d1b;
}
.search-newspaper-card__meta {
  font-size: 13px;
  line-height: 1.2;
  color: #6f776b;
}

.search-pages-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.search-page-card {
  background: #fff;
}
.search-page-card__link {
  display: block;
  padding: 22px 24px;
  color: inherit;
  text-decoration: none;
}
.search-page-card__title {
  margin: 0 0 10px;
  font-family: "Lora", serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  color: #1d1d1b;
}
.search-page-card__excerpt {
  font-size: 15px;
  line-height: 1.55;
  color: #2d2d2d;
}
.search-page-card:hover .search-page-card__title {
  color: #0c9b43;
}

.search-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.search-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 6px;
  background: #fff;
  color: #1d1d1b;
  font-size: 14px;
  text-decoration: none;
}
.search-pagination .page-numbers.current {
  background: #0c9b43;
  color: #fff;
}
.search-pagination .page-numbers:hover {
  color: #0c9b43;
}
.search-pagination .page-numbers.current:hover {
  color: #fff;
}

.search-empty {
  max-width: 720px;
  padding: 36px;
  background: #fff;
}
.search-empty h2 {
  margin: 0 0 12px;
  font-family: "Lora", serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  color: #1d1d1b;
}
.search-empty p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  color: #1d1d1b;
}

@media (max-width: 991.98px) {
  .search-section {
    padding: 28px 0 40px;
  }
  .search-header__title {
    font-size: 36px;
  }
  .search-authors-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .search-pages-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .search-header {
    margin-bottom: 28px;
  }
  .search-header__title {
    font-size: 30px;
    line-height: 1.08;
  }
  .search-header__query {
    font-size: 16px;
  }
  .search-results-block {
    margin-bottom: 40px;
  }
  .search-authors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .search-author-card {
    min-height: 140px;
    padding: 16px;
  }
  .search-author-card__avatar {
    width: 68px;
    height: 68px;
  }
  .search-author-card__name {
    font-size: 16px;
  }
  .search-newspaper-card {
    height: 320px;
  }
  .search-page-card__link {
    padding: 18px;
  }
  .search-page-card__title {
    font-size: 20px;
  }
  .search-empty {
    padding: 24px;
  }
  .search-empty h2 {
    font-size: 26px;
  }
}
.authors-archive-template {
  background: #f7faf5;
}

.authors-archive-section {
  padding: 24px 0 48px;
}

.authors-archive__breadcrumbs {
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1.4;
  color: #7a7a7a;
}
.authors-archive__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.authors-archive__breadcrumbs a:hover {
  color: #0c9b43;
}
.authors-archive__header {
  margin-bottom: 24px;
}
.authors-archive__title {
  margin: 0 0 24px;
  font-family: "Lora", serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  color: #1d1d1b;
}
.authors-archive__description {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.55;
  color: #1d1d1b;
}
.authors-archive__description p:last-child {
  margin-bottom: 0;
}
.authors-archive__alphabet {
  position: sticky;
  top: 0;
  z-index: 900;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
  padding: 12px;
  background: rgba(247, 250, 245, 0.96);
  backdrop-filter: blur(6px);
  border-top: 1px solid #dfe8d8;
  border-bottom: 1px solid #dfe8d8;
}
.authors-archive__alphabet a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #fff;
  font-size: 13px;
  line-height: 1;
  color: #1d1d1b;
  text-decoration: none;
}
.authors-archive__alphabet a:hover {
  background: #0c9b43;
  color: #fff;
  opacity: 1;
}
.authors-archive__groups {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.authors-archive__empty {
  padding: 24px;
  background: #fff;
  font-size: 16px;
}

.authors-archive-group {
  scroll-margin-top: 72px;
}
.authors-archive-group__header {
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dfe8d8;
}
.authors-archive-group__header h2 {
  margin: 0;
  font-family: "Lora", serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  color: #1d1d1b;
}
.authors-archive-group__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.authors-archive-card {
  background: #fff;
  min-height: 126px;
  padding: 16px;
}
.authors-archive-card__link {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.authors-archive-card__avatar {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 6px;
  overflow: hidden;
  background: #dfe8d8;
}
.authors-archive-card__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}
.authors-archive-card__avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Rubik", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #0c9b43;
}
.authors-archive-card__name {
  font-family: "Lora", serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #1d1d1b;
}
.authors-archive-card:hover .authors-archive-card__avatar img {
  transform: scale(1.05);
}
.authors-archive-card:hover .authors-archive-card__name {
  color: #0c9b43;
}

.authors-archive-sidebar iframe {
  display: block;
  border: 0;
}

@media (max-width: 991.98px) {
  .authors-archive-section {
    padding: 28px 0 40px;
  }
  .authors-archive__title {
    font-size: 36px;
  }
  .authors-archive-group {
    scroll-margin-top: 72px;
  }
  .authors-archive-group__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .authors-archive-sidebar {
    margin-top: 34px;
  }
}
@media (max-width: 767.98px) {
  .authors-archive__title {
    font-size: 30px;
    line-height: 1.08;
  }
  .authors-archive__description {
    font-size: 16px;
  }
  .authors-archive__alphabet {
    position: static;
    margin-bottom: 30px;
  }
  .authors-archive__groups {
    gap: 34px;
  }
  .authors-archive-group {
    scroll-margin-top: 24px;
  }
  .authors-archive-group__header h2 {
    font-size: 34px;
  }
  .authors-archive-group__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .authors-archive-card {
    min-height: 108px;
    padding: 14px;
  }
  .authors-archive-card__avatar {
    flex-basis: 62px;
    width: 62px;
    height: 62px;
  }
  .authors-archive-card__name {
    font-size: 17px;
  }
}
.author-template {
  background: #f7faf5;
}

.author-section {
  padding: 24px 0 48px;
}

.author__breadcrumbs {
  margin-bottom: 24px;
  font-size: 13px;
  color: #7a7a7a;
}

/* =========================
   HEADER AUTORA
========================= */
.author-header {
  margin-bottom: 32px;
}
.author-header__inner {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.author-header__avatar {
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
  border-radius: 6px;
  overflow: hidden;
  background: #dfe8d8;
}
.author-header__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-header__avatar-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 36px;
  font-weight: 600;
  color: #0c9b43;
}
.author-header__title {
  margin: 0 0 24px;
  font-family: "Lora", serif;
  font-size: 36px;
  line-height: 1;
}
.author-header__bio {
  font-size: 16px;
  line-height: 1.6;
  max-width: 700px;
}
.author-header__bio p:last-child {
  margin-bottom: 0;
}

/* =========================
   LISTA POSTÓW
========================= */
.author-posts {
  margin-top: 12px;
}
.author-posts .section-heading {
  margin-bottom: 0px;
}

.pagination-wrapper {
  margin-top: 32px;
}

/* =========================
   SIDEBAR
========================= */
.author-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.author-sidebar iframe {
  border: 0;
}

/* =========================
   RWD
========================= */
@media (max-width: 991.98px) {
  .author-header__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .author-header__avatar {
    width: 80px;
    height: 80px;
  }
  .author-header__title {
    font-size: 32px;
  }
  .author-sidebar {
    margin-top: 32px;
  }
}
@media (max-width: 767.98px) {
  .author-header__title {
    font-size: 28px;
  }
}
.newspaper-archive-template {
  background: #f7faf5;
}

.newspaper-archive-section {
  padding: 24px 0 48px;
}

.newspaper-archive__breadcrumbs {
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1.4;
  color: #7a7a7a;
}
.newspaper-archive__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.newspaper-archive__breadcrumbs a:hover {
  color: #0c9b43;
}
.newspaper-archive__header {
  margin-bottom: 24px;
}
.newspaper-archive__title {
  margin: 0 0 24px;
  font-family: "Lora", serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  color: #1d1d1b;
}
.newspaper-archive__description {
  max-width: 760px;
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1b;
}
.newspaper-archive__description p:last-child {
  margin-bottom: 0;
}
.newspaper-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.newspaper-archive__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.newspaper-archive__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 6px;
  background: #fff;
  color: #1d1d1b;
  font-size: 14px;
  text-decoration: none;
}
.newspaper-archive__pagination .page-numbers.current {
  background: #0c9b43;
  color: #fff;
}
.newspaper-archive__pagination .page-numbers:hover {
  color: #0c9b43;
}
.newspaper-archive__pagination .page-numbers.current:hover {
  color: #fff;
}
.newspaper-archive__empty {
  padding: 24px;
  background: #fff;
  font-size: 16px;
}

.newspaper-card--archive {
  height: 350px;
}
.newspaper-card--archive .newspaper-card__image-wrap {
  flex: 1 1 auto;
  min-height: 0;
}
.newspaper-card--archive .newspaper-card__content {
  padding: 12px 0px 0px;
}
.newspaper-card--archive .newspaper-card__title {
  margin: 0 0 8px;
  font-family: "Lora", serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #1d1d1b;
}
.newspaper-card--archive .newspaper-card__meta {
  font-size: 13px;
  line-height: 1.2;
  color: #6f776b;
}

.newspaper-archive-sidebar iframe {
  display: block;
  border: 0;
}

@media (max-width: 1199.98px) {
  .newspaper-archive__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .newspaper-archive-section {
    padding: 28px 0 40px;
  }
  .newspaper-archive__title {
    font-size: 36px;
  }
  .newspaper-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .newspaper-archive-sidebar {
    margin-top: 34px;
  }
}
@media (max-width: 767.98px) {
  .newspaper-archive__title {
    font-size: 30px;
    line-height: 1.08;
  }
  .newspaper-archive__description {
    font-size: 16px;
  }
  .newspaper-archive__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .newspaper-card--archive {
    height: 320px;
  }
}
.support-page-template {
  background: #fff;
}

.support-page-section {
  padding: 24px 0 48px;
}

.support-page__breadcrumbs {
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1.4;
  color: #7a7a7a;
}
.support-page__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.support-page__breadcrumbs a:hover {
  color: #0c9b43;
}
.support-page__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 48px;
  align-items: center;
  margin-bottom: 48px;
}
.support-page__title {
  margin: 0 0 24px;
  font-family: "Lora", serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  color: #1d1d1b;
  max-width: 720px;
}
.support-page__title::after {
  content: "";
  display: block;
  width: 96px;
  height: 3px;
  margin-top: 22px;
  background: #0c9b43;
}
.support-page__lead {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1b;
}
.support-page__lead p:last-child {
  margin-bottom: 0;
}
.support-page__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 26px;
  border-radius: 6px;
  background: #0c9b43;
  color: #fff;
  font-size: 15px;
  line-height: 42px;
  text-decoration: none;
}
.support-page__button::after {
  content: "♡";
  margin-left: 12px;
  font-size: 18px;
  line-height: 1;
}
.support-page__button:hover {
  background: #95c11f;
  color: #fff;
  opacity: 1;
}
.support-page__section-title {
  margin: 0 0 48px;
  font-family: "Lora", serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #1d1d1b;
  text-align: center;
}

.support-reasons {
  margin-bottom: 48px;
}
.support-reasons__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.support-reason {
  text-align: center;
}
.support-reason__icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #dfe8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c9b43;
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
}
.support-reason__icon img {
  width: 30px;
}
.support-reason h3 {
  margin: 0 0 8px;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  color: #1d1d1b;
}
.support-reason p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #1d1d1b;
}

.support-mission {
  margin-bottom: 48px;
  padding: 32px;
  background: #f7faf5;
  border: 1px solid #dfe8d8;
}
.support-mission__content {
  max-width: 780px;
  position: relative;
}
.support-mission h2 {
  margin: 0 0 18px;
  font-family: "Lora", serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  color: #1d1d1b;
}
.support-mission p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.65;
  color: #1d1d1b;
}
.support-mission p:last-child {
  margin-bottom: 0;
}

.support-transfer {
  margin-bottom: 48px;
  text-align: center;
}
.support-transfer__box {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 0;
  background: #f7faf5;
  border: 1px solid #dfe8d8;
}
.support-transfer__item {
  padding: 24px;
}
.support-transfer__item:not(:last-child) {
  border-right: 1px solid #dfe8d8;
}
.support-transfer__label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0c9b43;
}
.support-transfer__value {
  font-size: 15px;
  line-height: 1.5;
  color: #1d1d1b;
}
.support-transfer__value strong {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  color: #0c9b43;
}
.support-transfer__copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 18px;
  padding: 0 22px;
  border: 1px solid #0c9b43;
  border-radius: 6px;
  background: #fff;
  color: #0c9b43;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  cursor: pointer;
}
.support-transfer__copy:hover {
  background: #0c9b43;
  color: #fff;
}
.support-transfer__thanks {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: #1d1d1b;
}

.support-thanks {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 180px;
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
  padding: 28px 32px;
  background: #f7faf5;
  border: 1px solid #dfe8d8;
}
.support-thanks__icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f7e7a7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d1d1b;
  font-size: 38px;
  padding: 15px;
}
.support-thanks h2 {
  margin: 0 0 8px;
  font-family: "Lora", serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #1d1d1b;
}
.support-thanks p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #1d1d1b;
}
.support-thanks .support-thanks__signature {
  width: 160px;
  height: 60px;
  margin-left: auto;
  background-image: url("../images/dziekujemy.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  transform: rotate(-4deg);
  /* ukrywamy tekst jeśli zostawisz fallback */
  text-indent: -9999px;
  overflow: hidden;
}

.support-impact {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff;
  border: 1px solid #dfe8d8;
}
.support-impact__item {
  padding: 20px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.support-impact__item:not(:last-child) {
  border-right: 1px solid #dfe8d8;
}
.support-impact__item span {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #dfe8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c9b43;
  font-size: 18px;
}
.support-impact__item span img {
  width: 20px;
}
.support-impact__item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #1d1d1b;
}

@media (max-width: 1199.98px) {
  .support-page__hero {
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 32px;
  }
  .support-transfer__box {
    grid-template-columns: 1fr;
  }
  .support-transfer__item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #dfe8d8;
  }
}
@media (max-width: 991.98px) {
  .support-page-section {
    padding: 28px 0 40px;
  }
  .support-page__hero {
    grid-template-columns: 1fr;
  }
  .support-page__hero-visual {
    display: none;
  }
  .support-reasons__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .support-impact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .support-impact__item:nth-child(2) {
    border-right: 0;
  }
  .support-impact__item:nth-child(-n+2) {
    border-bottom: 1px solid #dfe8d8;
  }
  .support-thanks__signature {
    width: 160px;
    height: 60px;
    margin-left: auto;
    background-image: url("../images/dziekujemy.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    transform: rotate(-4deg);
    /* ukrywamy tekst jeśli zostawisz fallback */
    text-indent: -9999px;
    overflow: hidden;
  }
  .single-sidebar {
    margin-top: 34px;
  }
}
@media (max-width: 767.98px) {
  .support-page__title {
    font-size: 30px;
    line-height: 1.08;
  }
  .support-page__lead {
    font-size: 16px;
  }
  .support-page__section-title {
    font-size: 24px;
  }
  .support-reasons__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .support-mission {
    padding: 24px 18px;
  }
  .support-transfer__item {
    padding: 20px 18px;
  }
  .support-transfer__value strong {
    font-size: 16px;
    word-break: break-word;
  }
  .support-thanks {
    grid-template-columns: 1fr;
    padding: 24px 18px;
  }
  .support-thanks__icon {
    width: 50px;
    height: 50px;
  }
  .support-thanks__signature {
    font-size: 24px;
  }
  .support-impact {
    grid-template-columns: 1fr;
  }
  .support-impact__item {
    border-right: 0 !important;
    border-bottom: 1px solid #dfe8d8;
  }
  .support-impact__item:last-child {
    border-bottom: 0;
  }
}
.contact-page-template {
  background: #f7faf5;
}

.contact-page-section {
  padding: 24px 0 48px;
}

.contact-page__breadcrumbs {
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1.4;
  color: #7a7a7a;
}
.contact-page__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.contact-page__breadcrumbs a:hover {
  color: #0c9b43;
}
.contact-page__header {
  margin-bottom: 24px;
}
.contact-page__title {
  margin: 0 0 24px;
  font-family: "Lora", serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  color: #1d1d1b;
}
.contact-page__title::after {
  content: "";
  display: block;
  width: 96px;
  height: 3px;
  margin-top: 20px;
  background: #0c9b43;
}
.contact-page__lead {
  max-width: 760px;
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1b;
}
.contact-page__lead p:last-child {
  margin-bottom: 0;
}
.contact-page__section-title {
  margin: 0 0 24px;
  font-family: "Lora", serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  color: #1d1d1b;
}
.contact-page__section-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 14px;
  background: #0c9b43;
}

.contact-form-box {
  margin-bottom: 48px;
  padding: 24px;
  background: #fff;
  border: 1px solid #dfe8d8;
}
.contact-form-box .wpcf7 {
  max-width: 100%;
}
.contact-form-box .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}
.contact-form-box p {
  margin: 0;
}
.contact-form-box label {
  display: block;
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #1d1d1b;
}
.contact-form-box input,
.contact-form-box textarea,
.contact-form-box select {
  width: 100%;
  margin-top: 8px;
  padding: 12px 14px;
  border: 1px solid #dfe8d8;
  border-radius: 6px;
  background: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #1d1d1b;
}
.contact-form-box input:focus,
.contact-form-box textarea:focus,
.contact-form-box select:focus {
  outline: none;
  border-color: #0c9b43;
}
.contact-form-box textarea {
  min-height: 190px;
  resize: vertical;
}
.contact-form-box .contact-form-row--full,
.contact-form-box .wpcf7-form p:has(textarea),
.contact-form-box .wpcf7-form p:has(.wpcf7-submit),
.contact-form-box .wpcf7-response-output {
  grid-column: 1/-1;
}
.contact-form-box .contact-form-privacy {
  font-size: 13px;
  line-height: 1.5;
  color: #1d1d1b;
}
.contact-form-box .contact-form-privacy a {
  color: #0c9b43;
  text-decoration: none;
}
.contact-form-box .wpcf7-list-item {
  margin: 0;
}
.contact-form-box .wpcf7-list-item-label {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}
.contact-form-box input[type=checkbox] {
  width: auto;
  margin: 0 8px 0 0;
}
.contact-form-box .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 0 26px;
  border: 0;
  border-radius: 6px;
  background: #0c9b43;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  line-height: 42px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.contact-form-box .wpcf7-submit:hover {
  background: #95c11f;
  color: #fff;
}
.contact-form-box .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
  color: #ef4136;
}
.contact-form-box .wpcf7-response-output {
  margin: 6px 0 0;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.5;
}

.contact-methods__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.contact-method {
  min-height: 180px;
  padding: 24px 18px;
  background: #fff;
  border: 1px solid #dfe8d8;
  text-align: center;
}
.contact-method__icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  color: #0c9b43;
}
.contact-method__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-method__title {
  margin: 0 0 12px;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  color: #1d1d1b;
}
.contact-method__value {
  font-size: 14px;
  line-height: 1.55;
  color: #1d1d1b;
}
.contact-method__value a {
  color: #1d1d1b;
  text-decoration: none;
}
.contact-method__value a:hover {
  color: #0c9b43;
}

@media (max-width: 1199.98px) {
  .contact-methods__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .contact-page-section {
    padding: 28px 0 40px;
  }
  .contact-form-box .wpcf7-form {
    grid-template-columns: 1fr;
  }
  .single-sidebar {
    margin-top: 34px;
  }
}
@media (max-width: 767.98px) {
  .contact-page__title {
    font-size: 30px;
    line-height: 1.08;
  }
  .contact-page__lead {
    font-size: 16px;
  }
  .contact-page__section-title {
    font-size: 24px;
  }
  .contact-form-box {
    padding: 18px;
    margin-bottom: 40px;
  }
  .contact-methods__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .contact-method {
    min-height: 0;
    padding: 22px 18px;
  }
}
.contact-authors-cta {
  margin-top: 48px;
}
.contact-authors-cta__inner {
  padding: 32px 36px;
  border-radius: 8px;
  background: linear-gradient(90deg, #eef5ec 0%, #e6efe4 100%);
  border: 1px solid #dfe8d8;
}
.contact-authors-cta__content {
  max-width: 520px;
}
.contact-authors-cta h2 {
  margin: 0 0 16px;
  font-family: "Lora", serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #1d1d1b;
}
.contact-authors-cta p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #1d1d1b;
}
.contact-authors-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 22px;
  border-radius: 6px;
  border: 1px solid #0c9b43;
  background: transparent;
  color: #0c9b43;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.contact-authors-cta__button:hover {
  background: #0c9b43;
  color: #fff;
}

.default-page-template {
  background: #fff;
}

.default-page-section {
  padding: 24px 0 48px;
}

.default-page__breadcrumbs {
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1.4;
  color: #7a7a7a;
}
.default-page__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.default-page__breadcrumbs a:hover {
  color: #0c9b43;
}
.default-page__header {
  margin-bottom: 24px;
}
.default-page__title {
  margin: 0 0 24px;
  font-family: "Lora", serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  color: #1d1d1b;
}
.default-page__content {
  max-width: 880px;
  font-size: 17px;
  line-height: 1.75;
  color: #1d1d1b;
}
.default-page__content p,
.default-page__content ul,
.default-page__content ol,
.default-page__content blockquote,
.default-page__content table {
  margin-bottom: 1.5em;
}
.default-page__content h2,
.default-page__content h3,
.default-page__content h4 {
  margin: 1.8em 0 0.7em;
  font-family: "Lora", serif;
  line-height: 1.2;
  font-weight: 500;
  color: #1d1d1b;
}
.default-page__content h2 {
  font-size: 30px;
}
.default-page__content h3 {
  font-size: 24px;
}
.default-page__content h4 {
  font-size: 20px;
}
.default-page__content a {
  color: #0c9b43;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.default-page__content a:hover {
  color: #087a34;
}
.default-page__content ul,
.default-page__content ol {
  padding-left: 1.4rem;
}
.default-page__content li {
  margin-bottom: 0.55em;
}
.default-page__content blockquote {
  padding: 24px 28px;
  background: #fff;
  border-left: 4px solid #0c9b43;
  font-family: "Lora", serif;
  font-size: 22px;
  line-height: 1.45;
}
.default-page__content table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 15px;
  line-height: 1.5;
}
.default-page__content th,
.default-page__content td {
  padding: 12px 14px;
  border: 1px solid #dfe8d8;
  text-align: left;
  vertical-align: top;
}
.default-page__content th {
  font-weight: 600;
  background: #dfe8d8;
}
.default-page__content img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .default-page-section {
    padding: 28px 0 40px;
  }
  .single-sidebar {
    margin-top: 34px;
  }
}
@media (max-width: 767.98px) {
  .default-page__title {
    font-size: 30px;
    line-height: 1.08;
  }
  .default-page__content {
    font-size: 16px;
    line-height: 1.75;
  }
  .default-page__content h2 {
    font-size: 26px;
  }
  .default-page__content h3 {
    font-size: 22px;
  }
  .default-page__content blockquote {
    padding: 20px;
    font-size: 19px;
  }
}
.podcast-archive-template {
  background: #f7faf5;
}

.podcast-archive-section {
  padding: 24px 0 48px;
}

.podcast-archive__breadcrumbs {
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1.4;
  color: #7a7a7a;
}
.podcast-archive__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.podcast-archive__breadcrumbs a:hover {
  color: #0c9b43;
}
.podcast-archive__header {
  margin-bottom: 0px;
}
.podcast-archive__title {
  margin: 0 0 24px;
  font-family: "Lora", serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  color: #1d1d1b;
}
.podcast-archive__description {
  max-width: 760px;
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1b;
}
.podcast-archive__description p:last-child {
  margin-bottom: 0;
}
.podcast-archive__hero {
  margin-bottom: 24px;
}
.podcast-archive__listing {
  margin-top: 0;
}
.podcast-archive__listing .section-heading {
  margin-bottom: 24px;
}
.podcast-archive__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.podcast-archive__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 6px;
  background: #fff;
  color: #1d1d1b;
  font-size: 14px;
  text-decoration: none;
}
.podcast-archive__pagination .page-numbers.current {
  background: #0c9b43;
  color: #fff;
}
.podcast-archive__pagination .page-numbers:hover {
  color: #0c9b43;
}
.podcast-archive__pagination .page-numbers.current:hover {
  color: #fff;
}
.podcast-archive__empty {
  padding: 24px;
  background: #fff;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .podcast-archive-section {
    padding: 28px 0 40px;
  }
  .podcast-archive__hero {
    margin-bottom: 24px;
  }
  .single-sidebar {
    margin-top: 34px;
  }
}
@media (max-width: 767.98px) {
  .podcast-archive__title {
    font-size: 30px;
    line-height: 1.08;
  }
  .podcast-archive__description {
    font-size: 16px;
  }
  .podcast-archive__listing .section-heading {
    margin-bottom: 18px;
  }
}
.post-card {
  height: 350px;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  position: relative;
}
.post-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.post-card__link:hover {
  color: inherit;
}
.post-card__image-wrap {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
}
.post-card__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 14px 16px 16px;
  min-height: 0;
}
.post-card__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.post-card__title {
  margin: 0 0 12px;
  font-family: "Lora", serif;
  font-weight: 500;
  color: #1d1d1b;
  display: -webkit-box;
}
.post-card__excerpt {
  font-size: 14px;
  line-height: 1.45;
  color: #2d2d2d;
  margin-bottom: 16px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.9em;
  max-height: 2.9em;
}
.post-card__excerpt p {
  margin: 0;
}
.post-card__meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1.2;
  color: #1d1d1b;
}
.post-card__author-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0c9b43;
  flex: 0 0 10px;
}
.post-card--hero .post-card__image-wrap {
  height: 100%;
}
.post-card--hero .post-card__image {
  height: 350px;
}
.post-card--hero .post-card__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 18px 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
}
.post-card--hero .post-card__title {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.15;
  color: #fff;
  max-width: 90%;
}
.post-card--hero .post-card__meta {
  color: #fff;
}
.post-card--grid {
  height: 350px;
  background: #fff;
}
.post-card--grid .post-card__image {
  height: 170px;
}
.post-card--grid .post-card__title {
  font-size: 18px;
  line-height: 1.2;
  min-height: 2.4em;
  max-height: 3.6em;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.post-card--grid .post-card__excerpt {
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 16px;
}

.podcast-card {
  height: 350px;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.podcast-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.podcast-card__link:hover {
  color: inherit;
}
.podcast-card__media {
  position: relative;
  height: 170px;
  transition: 0.2s ease;
}
.podcast-card__media:hover {
  opacity: 0.8;
}
.podcast-card__poster {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  text-align: left;
  height: 170px;
  overflow: hidden;
}
.podcast-card__image {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.podcast-card__label {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 10px;
  background: #ef4136;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  z-index: 2;
}
.podcast-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  transform: translate(-50%, -50%);
}
.podcast-card__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #0c9b43;
}
.podcast-card__video {
  display: none;
  aspect-ratio: 16/9;
  background: #000;
}
.podcast-card__video iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.podcast-card__media.is-playing .podcast-card__poster {
  display: none;
}
.podcast-card__media.is-playing .podcast-card__video {
  display: block;
}
.podcast-card__content {
  padding: 14px 16px 16px;
}
.podcast-card__title {
  margin: 0 0 12px;
  font-family: "Lora", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  min-height: 2.4em;
  max-height: 3.6em;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.podcast-card__title a {
  color: #1d1d1b;
  text-decoration: none;
}
.podcast-card__excerpt {
  font-size: 14px;
  line-height: 1.45;
  color: #2d2d2d;
  margin-bottom: 16px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.9em;
  max-height: 2.9em;
}
.podcast-card__excerpt p {
  margin: 0;
}
.podcast-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 28px;
  border-radius: 6px;
  background: #0c9b43;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
  width: 100%;
}
.podcast-card__button:hover {
  background: #95c11f;
  color: #fff;
}
.podcast-card__meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1.2;
  color: #1d1d1b;
}
.podcast-card__author-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0c9b43;
  flex: 0 0 10px;
}

.homepage-template .home-podcast-section {
  padding: 0 0 48px;
}
.homepage-template .home-podcast-section__content {
  padding-right: 0px;
}

.podcast-featured-card {
  height: 350px;
  background: #fff;
  position: relative;
}
.podcast-featured-card__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.podcast-featured-card__link:hover {
  color: inherit;
}
.podcast-featured-card__image-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #ddd;
}
.podcast-featured-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.podcast-featured-card__label {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 2px 10px;
  background: #0c9b43;
  border-radius: 6px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
  color: #fff;
  z-index: 2;
}
.podcast-featured-card__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 20px 18px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
}
.podcast-featured-card__title {
  margin: 0 0 12px;
  font-family: "Lora", serif;
  font-size: 25px;
  line-height: 1.15;
  font-weight: 500;
  color: #fff;
  max-width: 90%;
}
.podcast-featured-card__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
}
.podcast-featured-card__author-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0c9b43;
  flex: 0 0 10px;
}

.podcast-list-card {
  height: 350px;
  background: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.podcast-list-item {
  flex: 1 1 0;
  min-height: 0;
}
.podcast-list-item__link {
  display: flex;
  gap: 10px;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.podcast-list-item__link:hover {
  color: inherit;
}
.podcast-list-item__thumb {
  flex: 0 0 116px;
  height: 70px;
  overflow: hidden;
  background: #ddd;
  border-radius: 4px;
}
.podcast-list-item__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.podcast-list-item__content {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.podcast-list-item__title {
  margin: 0px;
  font-family: "Lora", serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  color: #1d1d1b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  overflow: hidden;
}
.podcast-list-item__excerpt {
  font-size: 11px;
  line-height: 1.35;
  color: #6a6a6a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  overflow: hidden;
}
.podcast-list-item__excerpt p {
  margin: 0;
}

@media (max-width: 991.98px) {
  .homepage-template .home-podcast-section {
    padding: 0 0 24px;
  }
}
.newspaper-card {
  height: 350px;
  background: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.newspaper-card__header {
  margin-bottom: 16px;
}
.newspaper-card__header h3 {
  margin: 0 0 4px;
  font-family: "Lora", serif;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 500;
  color: #1d1d1b;
}
.newspaper-card__link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  text-decoration: none;
  color: inherit;
}
.newspaper-card__link:hover {
  color: inherit;
}
.newspaper-card__image-wrap {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dfe8d8;
  padding: 10px;
  overflow: hidden;
}
.newspaper-card__image-wrap img {
  height: 100%;
  transform: rotate(-10deg) scale(0.9);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  transform-origin: center center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.newspaper-card__image-wrap img:hover {
  transform: rotate(0deg) scale(1);
}
.newspaper-card__image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.newspaper-card__intro {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0c9b43;
}

.video-teaser-poster {
  height: 350px;
  background: url(../images/podcast-teaser-bg.png);
  overflow: hidden;
  position: relative;
  margin-top: 54px;
  background-size: cover;
  background-position: center bottom -30px;
  padding: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.video-teaser-poster__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 2px 10px;
  margin-bottom: 14px;
  background: #0c9b43;
  border-radius: 6px;
  font-family: "Rubik", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
}
.video-teaser-poster__top {
  margin-bottom: 6px;
}
.video-teaser-poster__eyebrow {
  margin-bottom: 8px;
  font-family: "Rubik", sans-serif;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2b2b2b;
}
.video-teaser-poster__datetime {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
}
.video-teaser-poster__date {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0c9b43;
}
.video-teaser-poster__time {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  color: #0c9b43;
}
.video-teaser-poster__line {
  width: 72%;
  height: 1px;
  background: rgba(12, 155, 67, 0.16);
}
.video-teaser-poster__title {
  max-width: 74%;
  margin: 0 0 10px;
  font-family: "Lora", serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #1d1d1b;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  overflow: hidden;
}
.video-teaser-poster__excerpt {
  max-width: 60%;
  margin-bottom: 12px;
}
.video-teaser-poster__excerpt p {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #2f2f2f;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  overflow: hidden;
}
.video-teaser-poster__bottom {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  min-height: 112px;
}
.video-teaser-poster__guest-box {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 12px 12px;
  background: rgba(221, 229, 223, 0.9);
  border-radius: 8px;
  backdrop-filter: blur(2px);
}
.video-teaser-poster__guest-label {
  margin-bottom: 8px;
  font-family: "Rubik", sans-serif;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #555;
}
.video-teaser-poster__guest-name {
  margin-bottom: 6px;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #0c9b43;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  overflow: hidden;
}
.video-teaser-poster__guest-role {
  font-family: "Rubik", sans-serif;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 400;
  color: #2f2f2f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  overflow: hidden;
}
.video-teaser-poster__footer {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.video-teaser-poster__cta {
  display: inline-flex;
  align-items: center;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0c9b43;
  text-decoration: none;
  transition: color 0.2s ease;
}
.video-teaser-poster__cta::after {
  content: "→";
  margin-left: 8px;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}
.video-teaser-poster__cta:hover {
  color: #087a34;
}

@media (max-width: 991.98px) {
  .video-teaser-poster {
    margin-top: 24px;
  }
}
.homepage-template .home-mission-section {
  padding: 0px;
  background: #fff;
}

.home-mission-box {
  padding: 48px 0;
  text-align: center;
}
.home-mission-box__inner {
  max-width: 80%;
  margin: 0 auto;
}
.home-mission-box__label {
  margin-bottom: 16px;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0c9b43;
}
.home-mission-box__title {
  max-width: 900px;
  margin: 0 auto 22px;
  font-family: "Lora", serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 500;
  color: #1d1d1b;
}
.home-mission-box__title span {
  display: block;
  color: #0c9b43;
}
.home-mission-box__title .highlight {
  position: relative;
  display: inline-block;
}
.home-mission-box__title .highlight::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 75%;
  height: 8px;
  background: url("../images/underline.png") no-repeat left bottom;
  background-size: 100% 100%;
  pointer-events: none;
}
.home-mission-box__excerpt {
  max-width: 760px;
  margin: 0 auto 24px;
}
.home-mission-box__excerpt p {
  margin: 0 auto;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #1d1d1b;
  max-width: 80%;
}
.home-mission-box__cta {
  margin-bottom: 32px;
}
.home-mission-box__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 28px;
  border-radius: 6px;
  background: #0c9b43;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.home-mission-box__button::after {
  content: "→";
  margin-left: 10px;
  font-size: 20px;
  font-weight: 400;
}
.home-mission-box__button:hover {
  background: #95c11f;
  color: #fff;
}

.home-mission-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid #e5dfd7;
}
.home-mission-values__item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 28px 26px 0;
  text-align: left;
  position: relative;
}
.home-mission-values__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  width: 1px;
  height: 54px;
  background: #e5dfd7;
}
.home-mission-values__icon {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(221, 229, 223, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-mission-values__icon img {
  width: 30px;
}
.home-mission-values__content h3 {
  margin: 0 0 4px;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #0c9b43;
}
.home-mission-values__content p {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #1d1d1b;
}

@media (max-width: 1199.98px) {
  .home-mission-box {
    padding: 48px 30px 38px;
  }
  .home-mission-box__title {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .home-mission-box {
    padding: 42px 24px 34px;
  }
  .home-mission-box__title {
    font-size: 42px;
    max-width: 760px;
  }
  .home-mission-box__excerpt {
    max-width: 680px;
  }
  .home-mission-box__excerpt p {
    font-size: 18px;
  }
  .home-mission-values {
    grid-template-columns: 1fr;
    border-top: 1px solid #e5dfd7;
  }
  .home-mission-values__item {
    padding: 22px 0 0;
  }
  .home-mission-values__item:not(:last-child) {
    padding-bottom: 22px;
    border-bottom: 1px solid #e5dfd7;
  }
  .home-mission-values__item:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .home-mission-section {
    padding: 36px 0 42px;
  }
  .home-mission-box {
    padding: 34px 18px 28px;
  }
  .home-mission-box__label {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .home-mission-box__title {
    font-size: 34px;
    line-height: 1.02;
    margin-bottom: 18px;
  }
  .home-mission-box__excerpt {
    margin-bottom: 22px;
  }
  .home-mission-box__excerpt p {
    font-size: 16px;
    line-height: 1.5;
  }
  .home-mission-box__cta {
    margin-bottom: 28px;
  }
  .home-mission-box__button {
    min-height: 46px;
    padding: 0 24px;
    font-size: 16px;
  }
  .home-mission-values__item {
    gap: 14px;
  }
  .home-mission-values__icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
  }
  .home-mission-values__icon span {
    font-size: 20px;
  }
  .home-mission-values__content h3 {
    font-size: 16px;
  }
  .home-mission-values__content p {
    font-size: 14px;
  }
}
.zw-featured-posts-section {
  padding: 24px 0 48px;
  background: #f7faf5;
}

@media (max-width: 991.98px) {
  .zw-featured-posts-section {
    padding: 36px 0 46px;
  }
  .zw-featured-posts-section__heading {
    margin-bottom: 20px;
  }
  .zw-featured-posts-section__heading h2 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .zw-featured-posts-section {
    padding: 30px 0 38px;
  }
  .zw-featured-posts-section__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .zw-featured-posts-section__heading h2 {
    font-size: 20px;
  }
  .zw-featured-posts-section__more {
    font-size: 13px;
  }
}
.authors-card {
  background: #ffffff;
  height: 350px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.authors-card__header {
  margin-bottom: 16px;
}
.authors-card__header h3 {
  margin: 0 0 4px;
  font-family: "Lora", serif;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 500;
  color: #1d1d1b;
}
.authors-card__intro {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0c9b43;
}
.authors-card__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 10px;
  flex-grow: 1;
  align-content: center;
}
.authors-card__item {
  text-align: center;
}
.authors-card__item-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.authors-card__item-link:hover .authors-card__avatar img,
.authors-card__item-link:hover .authors-card__avatar-placeholder {
  transform: scale(1.05);
}
.authors-card__item-link:hover .authors-card__name {
  color: #0c9b43;
}
.authors-card__avatar {
  margin-bottom: 8px;
}
.authors-card__avatar img {
  width: auto;
  height: 82px;
  border-radius: 6px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}
.authors-card__avatar-placeholder {
  width: 72px;
  height: 72px;
  border-radius: 6px;
  margin: 0 auto;
  background: #dfe8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #0c9b43;
  transition: transform 0.2s ease;
}
.authors-card__name {
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  color: #1d1d1b;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  overflow: hidden;
}

.homepage-template .partners-section {
  background: #f7faf5;
  padding: 0 0 48px;
  min-height: 10vh;
}
.homepage-template .partners-section__inner {
  text-align: center;
}
.homepage-template .partners-section__header {
  margin-bottom: 34px;
}
.homepage-template .partners-section__label {
  margin-bottom: 16px;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0c9b43;
}
.homepage-template .partners-section__title {
  margin: 0;
  font-family: "Lora", serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #1d1d1b;
}
.homepage-template .partners-section__logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 180px));
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.homepage-template .partners-section__logo {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage-template .partners-section__logo img {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 100px;
  object-fit: contain;
}

@media (max-width: 1199.98px) {
  .homepage-template .partners-section {
    padding: 54px 0 48px;
  }
  .homepage-template .partners-section__logos {
    grid-template-columns: repeat(4, minmax(100px, 150px));
    gap: 32px;
  }
  .homepage-template .partners-section__logo img {
    max-width: 115px;
    max-height: 90px;
  }
}
@media (max-width: 991.98px) {
  .homepage-template .partners-section {
    padding: 48px 0 42px;
  }
  .homepage-template .partners-section__title {
    font-size: 24px;
  }
  .homepage-template .partners-section__logos {
    grid-template-columns: repeat(2, minmax(120px, 160px));
    gap: 28px 36px;
  }
  .homepage-template .partners-section__logo {
    height: 100px;
  }
  .homepage-template .partners-section__logo img {
    max-width: 120px;
    max-height: 82px;
  }
}
@media (max-width: 767.98px) {
  .homepage-template .partners-section {
    padding: 40px 0 36px;
  }
  .homepage-template .partners-section__header {
    margin-bottom: 26px;
  }
  .homepage-template .partners-section__label {
    font-size: 10px;
  }
  .homepage-template .partners-section__title {
    font-size: 22px;
    line-height: 1.25;
  }
  .homepage-template .partners-section__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
  }
  .homepage-template .partners-section__logo {
    height: 86px;
    min-height: 0;
  }
  .homepage-template .partners-section__logo img {
    max-width: 105px;
    max-height: 70px;
  }
}
@media (max-width: 420px) {
  .homepage-template .partners-section__logos {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .homepage-template .partners-section__logo {
    height: auto;
    min-height: 72px;
  }
}
.single-related-section {
  padding: 24px 0 0;
  background: #f7faf5;
}
.single-related-section--newspapers {
  padding: 24px 0;
}

.single-sidebar-box {
  padding: 16px;
  background: #f7faf5;
}
.single-sidebar-box__header {
  margin-bottom: 16px;
}
.single-sidebar-box__header h3 {
  margin: 0 0 4px;
  font-family: "Lora", serif;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 500;
  color: #1d1d1b;
}
.single-sidebar-box__intro {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0c9b43;
}
.single-sidebar-box__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 28px;
  border-radius: 6px;
  background: #0c9b43;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
  width: 100%;
}
.single-sidebar-box__button:hover {
  background: #95c11f;
  color: #fff;
}

.sidebar-featured-card {
  margin-bottom: 16px;
  position: relative;
}
.sidebar-featured-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.sidebar-featured-card__image-wrap {
  margin-bottom: 12px;
  background: #f3f3f3;
  overflow: hidden;
}
.sidebar-featured-card__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.sidebar-featured-card__title {
  margin: 0;
  font-family: "Lora", serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #1d1d1b;
}

.sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sidebar-list-card__link {
  display: flex;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}
.sidebar-list-card__thumb {
  flex: 0 0 88px;
  height: 62px;
  background: #f3f3f3;
  overflow: hidden;
}
.sidebar-list-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar-list-card__content {
  flex: 1 1 auto;
  min-width: 0;
}
.sidebar-list-card__title {
  margin: 0;
  font-family: "Lora", serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  color: #1d1d1b;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .single-sidebar-box {
    padding: 18px;
  }
  .sidebar-featured-card {
    margin-bottom: 14px;
  }
}
@media (max-width: 767.98px) {
  .single-sidebar-box {
    padding: 16px;
  }
  .single-sidebar-box__header h3 {
    font-size: 18px;
  }
  .single-sidebar-box__button {
    height: 44px;
    font-size: 15px;
  }
  .sidebar-featured-card__title {
    font-size: 16px;
  }
  .sidebar-list-card__thumb {
    flex: 0 0 72px;
    height: 52px;
  }
  .sidebar-list-card__title {
    font-size: 13px;
  }
}

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