body {
  font-family: var(--postocd-font-body);
  color: var(--postocd-text);
  background: #fff;
}

h1, h2, h3, h4, h5, h6,
.postocd-site-title,
.postocd-eyebrow,
.postocd-card__title,
.postocd-content-block__title,
.postocd-hero-card__title,
.postocd-home-hero__title {
  font-family: var(--postocd-font-headings);
}

a {
  color: var(--postocd-accent);
}

a:hover {
  color: var(--postocd-accent-dark);
}

.container {
  max-width: var(--postocd-container);
}

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

.postocd-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 2px solid var(--postocd-border);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
}

.postocd-header__inner,
.postocd-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 18px 0;
}

.postocd-header__right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.postocd-branding__link {
  color: inherit;
  text-decoration: none;
}

.postocd-branding__link img {
  max-height: 120px;
  width: auto;
}

.postocd-site-title {
  font-size: 24px;
  font-weight: 800;
}

.postocd-menu,
.postocd-footer-menu,
.postocd-menu ul,
.postocd-footer-menu ul {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.postocd-menu a,
.postocd-footer-menu a,
.postocd-branding__link {
  text-decoration: none;
  color: inherit;
}

.postocd-menu a:hover,
.postocd-footer-menu a:hover,
.postocd-local-nav a:hover,
.postocd-card__title a:hover,
.postocd-card__link:hover,
.postocd-meta-item a:hover {
  color: var(--postocd-accent-dark);
}

.postocd-lang-placeholders {
  display: flex;
  gap: 8px;
}

.postocd-lang-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  padding: 6px 8px;
  border: 2px solid var(--postocd-border);
  font-size: 12px;
  font-weight: 700;
  opacity: .45;
  cursor: default;
  background: #fff;
}

.postocd-lang-placeholder.is-current {
  opacity: 1;
  border-color: var(--postocd-accent);
  color: var(--postocd-accent);
}

.postocd-page,
.postocd-news-archive,
.postocd-single-news,
.postocd-generic-index,
.postocd-archive,
.postocd-single,
.postocd-homepage {
  padding:0;
}

.postocd-stack-lg > * + * {
  margin-top: 24px;
}

.postocd-stack-xl > * + * {
  margin-top: 36px;
}

.postocd-eyebrow,
.postocd-card__eyebrow {
  display: inline-block;
  margin: 0;
  color: var(--postocd-accent);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.postocd-section-title,
.postocd-single-news__title,
.postocd-page h1,
.postocd-page__title,
.postocd-hero-card__title,
.postocd-home-hero__title {
  margin: 0;
  color: var(--postocd-text);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
}

.postocd-hero-card,
.postocd-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 32px;
  align-items: start;
}

.postocd-hero-card__subtitle,
.postocd-home-hero__text,
.postocd-section-intro,
.postocd-card__text,
.postocd-content-block__content,
.postocd-page__content,
.postocd-single-news__content {
  color: var(--postocd-text);
  font-family: var(--postocd-font-body);
  line-height: 1.7;
}

.postocd-hero-card__subtitle {
  margin: 16px 0 0;
  font-size: 18px;
}

.postocd-hero-card__media img,
.postocd-page__featured img,
.postocd-single-news__featured img,
.postocd-home-highlight__media img {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid var(--postocd-border);
}

.postocd-chip-list,
.postocd-meta-list,
.postocd-cta-row,
.postocd-card__actions,
.postocd-card__meta-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.postocd-chip,
.postocd-meta-item {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 2px solid var(--postocd-border);
  background: var(--postocd-bg-soft);
  color: var(--postocd-text);
  font-size: 16px;
}

.postocd-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  background: var(--postocd-accent);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border: 2px solid var(--postocd-accent);
}

.postocd-button:hover {
  background: var(--postocd-accent-dark);
  border-color: var(--postocd-accent-dark);
  color: #fff;
}

.postocd-inline-note {
  font-size: 16px;
  color: var(--postocd-muted);
}

.postocd-side-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 32px;
}

.postocd-local-nav {
  position: sticky;
  top: 110px;
  border: 2px solid var(--postocd-border);
  background: var(--postocd-bg-soft);
  padding: 16px;
}

.postocd-local-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.postocd-local-nav li + li {
  margin-top: 12px;
}

.postocd-local-nav a {
  color: var(--postocd-text);
  text-decoration: none;
  font-weight: 600;
}

.postocd-content-block {
  border-top: 2px solid var(--postocd-border);
  padding-top: 24px;
}

.postocd-content-block__title {
  margin: 0 0 16px;
  font-size: clamp(24px, 2.4vw, 32px);
  color: var(--postocd-text);
}

.postocd-content-block__content > *:first-child,
.postocd-page__content > *:first-child,
.postocd-home-hero__text > *:first-child {
  margin-top: 0;
}

.postocd-content-block__content h2,
.postocd-content-block__content h3,
.postocd-content-block__content h4,
.postocd-page__content h2,
.postocd-page__content h3,
.postocd-page__content h4 {
  color: var(--postocd-text);
  line-height: 1.2;
}

.postocd-card-grid,
.postocd-news-grid,
.postocd-home-hero__gallery,
.postocd-quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.postocd-home-hero__gallery-item,
.postocd-card,
.postocd-quote-card,
.postocd-empty-state {
  border: 2px solid var(--postocd-border);
  background: #fff;
}

.postocd-home-hero__gallery-item {
  overflow: hidden;
}

.postocd-home-hero__gallery-item img,
.postocd-card__media img,
.postocd-card__placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--postocd-bg-soft);
}

.postocd-card {
  display: flex;
  flex-direction: column;
}

.postocd-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
}

.postocd-card__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

.postocd-card__title a,
.postocd-card__link {
  color: var(--postocd-text);
  text-decoration: none;
}

.postocd-card__link {
  font-weight: 700;
}

.postocd-card__text {
  flex: 1;
}

.postocd-home-highlight {
  border-top: 2px solid var(--postocd-border);
  padding-top: 32px;
}

.postocd-quote-card {
  padding: 20px;
}

.postocd-quote-card p {
  margin: 0 0 14px;
  font-size: 16px;
}

.postocd-quote-card footer {
  color: var(--postocd-muted);
  font-weight: 700;
}

.postocd-empty-state {
  padding: 32px;
  background: var(--postocd-bg-soft);
}

.postocd-footer {
  background: var(--postocd-bg-soft);
  border-top: 2px solid var(--postocd-border);
}

@media (max-width: 1200px) {
  .postocd-card-grid,
  .postocd-news-grid,
  .postocd-home-hero__gallery,
  .postocd-quote-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .postocd-header__inner,
  .postocd-header__right,
  .postocd-footer__top,
  .postocd-menu,
  .postocd-footer-menu,
  .postocd-menu ul,
  .postocd-footer-menu ul,
  .postocd-hero-card,
  .postocd-home-hero,
  .postocd-side-layout {
    display: block;
  }

  .postocd-header__right,
  .postocd-footer__nav,
  .postocd-side-layout__aside {
    margin-top: 16px;
  }

  .postocd-menu li,
  .postocd-footer-menu li,
  .postocd-menu ul li,
  .postocd-footer-menu ul li {
    margin-bottom: 12px;
  }

  .postocd-local-nav {
    position: static;
    margin-bottom: 24px;
  }
}

@media (max-width: 768px) {
  .postocd-card-grid,
  .postocd-news-grid,
  .postocd-home-hero__gallery,
  .postocd-quote-grid {
    grid-template-columns: 1fr;
  }
}

.postocd-lang-switcher {
  display: flex;
  align-items: center;
}

.postocd-lang-placeholders {
  display: flex;
  gap: 8px;
  align-items: center;
}

.postocd-lang-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  padding: 6px 8px;
  border: 2px solid var(--postocd-border);
  font-size: 12px;
  font-weight: 700;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: all .2s ease;
}

a.postocd-lang-placeholder {
  opacity: .78;
  cursor: pointer;
}

a.postocd-lang-placeholder:hover,
a.postocd-lang-placeholder:focus {
  opacity: 1;
  border-color: var(--postocd-accent);
  color: var(--postocd-accent);
}

.postocd-lang-placeholder.is-current {
  opacity: 1;
  border-color: var(--postocd-accent);
  color: var(--postocd-accent);
  cursor: default;
}

.postocd-lang-placeholder.is-missing {
  opacity: .35;
}

.postocd-lang-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 36px;
  padding: 6px 8px;
  border: 2px solid #d9d9d9;
  background: #fff;
  text-decoration: none;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
}

.postocd-lang-flag {
  display: block;
  width: 18px;
  height: 12px;
  object-fit: cover;
}

.postocd-lang-code {
  line-height: 1;
}

.postocd-lang-placeholder {
  width: 40px;
  height: 36px;
  min-width: 40px;
  min-height: 36px;
  padding: 0;
}

html,
body {
  min-height: 100%;
}

body {
  background-color: #b6c5c8;
  background-image: url('../img/bg-page.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.postocd-site-shell {
  width: min(1400px, 100%);
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(54, 101, 117, 0.06), 0 10px 28px rgba(0, 0, 0, 0.16);
  position: relative;
}

.postocd-site-shell .postocd-site-header,
.postocd-site-shell #content,
.postocd-site-shell #colophon {
  position: relative;
}

.postocd-site-shell .postocd-site-header {
  z-index: 20;
}

.postocd-site-shell .postocd-topbar,
.postocd-site-shell .postocd-main-header,
.postocd-site-shell .postocd-header-search-row {
  margin-left: 0;
  margin-right: 0;
}

.postocd-site-shell .postocd-header-search-row {
  background: #bac5c7;
}

.postocd-site-shell .postocd-header-search-row .container,
.postocd-site-shell .postocd-topbar .container,
.postocd-site-shell .postocd-main-header .container,
.postocd-site-shell #colophon .container,
.postocd-site-shell #content > .container,
.postocd-site-shell #content .postocd-page > .container,
.postocd-site-shell #content .postocd-archive > .container,
.postocd-site-shell #content .postocd-single > .container,
.postocd-site-shell #content .postocd-homepage > .container,
.postocd-site-shell #content .postocd-news-archive > .container,
.postocd-site-shell #content .postocd-single-news > .container,
.postocd-site-shell #content .postocd-generic-index > .container {
  width: 100%;
}

.postocd-site-shell #content {
  background: #fff;
  min-height: 40vh;
}

.postocd-site-shell #colophon {
  background: #fff;
}

@media (max-width: 1320px) {
  .postocd-site-shell {
    width: 100%;
    box-shadow: none;
  }
}

html,
body {
  background-color: #b6c5c8;
  background-image: url('../img/bg-page.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

@media (max-width: 1400px) {
html,
body {
  background-image: none;
}
}

.postocd-site-shell {
  max-width: 1400px;
  margin-inline: auto;
  background: transparent;
}

#content,
.site-content,
.site-main,
main,
.content-area {
  background: transparent;
}

.postocd-content-surface {
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
}

.postocd-section-head,
.postocd-single-news__header,
.postocd-page__article,
.postocd-entry {
  max-width: none;
  box-sizing: border-box;
}

.postocd-site-header {
  position: relative;
  z-index: 1000;
}

.postocd-topbar {
  min-height: 38px;
  background: #6b909e;
}

.postocd-topbar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.postocd-topbar__social,
.postocd-topbar__lang {
  display: flex;
  align-items: center;
}

.postocd-topbar .social-icons,
.postocd-topbar .social-icons li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.postocd-topbar .social-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.postocd-topbar .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.postocd-topbar .social-icons a:hover,
.postocd-topbar .social-icons a:focus {
  color: #fff;
  opacity: 0.85;
}

.postocd-topbar .postocd-lang-switcher,
.postocd-topbar .postocd-lang-placeholders {
  display: flex;
  align-items: center;
  gap: 8px;
}

.postocd-topbar .postocd-lang-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 1;
}

.postocd-topbar .postocd-lang-placeholder.is-current {
  border: 0;
  color: inherit;
}

.postocd-topbar .postocd-lang-flag {
  display: block;
  width: 18px;
  height: 12px;
}

.postocd-topbar .postocd-lang-code {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.postocd-main-header__inner {
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.postocd-branding__link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #fff;
}

.postocd-branding__logo {
  display: block;
  width: auto;
  height: 120px;
}

.postocd-branding__tagline {
  display: inline-block;
  font-family: var(--postocd-font-headings);
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.postocd-header-navzone {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.postocd-navbar {
  min-width: 0;
}

.postocd-navbar .navbar-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.postocd-navbar .navbar-nav > li {
  position: relative;
}

.postocd-navbar .navbar-nav > li > a,
.postocd-navbar .navbar-nav > li > button,
.postocd-navbar .navbar-nav > li > .nav-link,
.postocd-navbar .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 14px;
  border: 0;
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-family: var(--postocd-font-headings);
  font-size: 16px;
  font-weight: 600;
}

.postocd-navbar .navbar-nav > li > a:hover,
.postocd-navbar .navbar-nav > li > a:focus,
.postocd-navbar .navbar-nav > li.current-menu-item > a,

.postocd-navbar .navbar-nav > li.current-menu-ancestor > a,
.postocd-navbar .navbar-nav > li.current_page_item > a,
.postocd-navbar .navbar-nav > li.current_page_ancestor > a,
.postocd-navbar .dropdown-toggle:hover,
.postocd-navbar .dropdown-toggle:focus {
  color: #fff;
  opacity: 0.88;
}

.postocd-navbar .dropdown-menu {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  padding: 8px 0;
  background: #bac5c7;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.postocd-navbar .dropdown-item {
  color: #fff;
  font-family: var(--postocd-font-headings);
  font-weight: 600;
}

.postocd-navbar .dropdown-item:hover,
.postocd-navbar .dropdown-item:focus,
.postocd-navbar .dropdown-item.active,
.postocd-navbar .dropdown-item:active {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.postocd-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.postocd-search-toggle,
.postocd-main-header .navbar-toggler {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.postocd-search-toggle:hover,
.postocd-search-toggle:focus,
.postocd-main-header .navbar-toggler:hover,
.postocd-main-header .navbar-toggler:focus {
  color: #fff;
  opacity: 0.88;
  box-shadow: none;
}

.postocd-main-header .navbar-toggler-icon {
  width: 26px;
  height: 26px;
}

.postocd-offcanvas-navbar {
  background: #bac5c7;
}

.postocd-offcanvas-navbar .offcanvas-header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.postocd-offcanvas-navbar .offcanvas-title,
.postocd-offcanvas-navbar .btn-close,
.postocd-offcanvas-nav a,
.postocd-offcanvas-nav .nav-link,
.postocd-offcanvas-nav .dropdown-toggle,
.postocd-offcanvas-nav .dropdown-item {
  color: #fff;
}

.postocd-offcanvas-nav .navbar-nav,
.postocd-offcanvas-nav .menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.postocd-offcanvas-nav .menu-item > a,
.postocd-offcanvas-nav .nav-link,
.postocd-offcanvas-nav .dropdown-item {
  display: block;
  padding: 8px 0;
  text-decoration: none;
}

.postocd-offcanvas-nav .dropdown-menu {
  position: static;
  transform: none;
  float: none;
  border: 0;
  padding: 0 0 0 16px;
  background: transparent;
  box-shadow: none;
}

.postocd-header-search-row {
  background: #bac5c7;
  border-top: 2px solid rgba(255, 255, 255, 0.22);
}

.postocd-header-search-row__inner {
  width: 100%;
  max-width: none;
  margin-left: 0;
  padding: 14px 0 16px;
}

.postocd-header-search-row .search-form,
.postocd-header-search-row form,
.postocd-header-search-row .input-group {
  width: 100%;
}

.postocd-header-search-row input[type="search"],
.postocd-header-search-row .search-field,
.postocd-header-search-row .form-control {
  min-height: 48px;
}

@media (max-width: 1400px) {
  .postocd-topbar__social {
    display: none;
  }

  .postocd-topbar__inner {
    justify-content: flex-end;
  }

  .postocd-topbar .postocd-lang-flag {
    width: 16px;
    height: 10px;
  }

  .postocd-main-header__inner {
    min-height: 108px;
    gap: 16px;
  }

  .postocd-branding__logo {
    height: 92px;
  }

  .postocd-branding__tagline {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .postocd-topbar .postocd-lang-placeholders {
    gap: 6px;
  }

  .postocd-topbar .postocd-lang-flag {
    width: 14px;
    height: 10px;
  }

  .postocd-main-header__inner {
    min-height: 92px;
  }

  .postocd-branding__logo {
    height: 74px;
  }

  .postocd-branding__tagline {
    font-size: 14px;
    letter-spacing: 0.06em;
  }

  .postocd-search-toggle,
  .postocd-main-header .navbar-toggler {
    width: 40px;
    height: 40px;
  }
}

.postocd-branding__logo {
  height: 120px;
}

.postocd-navbar.navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
}

.postocd-navbar .navbar-nav,
.postocd-navbar .menu,
.postocd-navbar ul.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  row-gap: 0;
  column-gap: 2px;
  width: auto;
}

.postocd-navbar .navbar-nav > li,
.postocd-navbar .menu > li {
  display: flex;
  align-items: center;
}

.postocd-navbar .navbar-nav > li > a,
.postocd-navbar .navbar-nav > li > button,
.postocd-navbar .navbar-nav > li > .nav-link,
.postocd-navbar .dropdown-toggle,
.postocd-navbar .menu > li > a {
  color: #6b909e;
}

.postocd-navbar .navbar-nav > li > a:hover,
.postocd-navbar .navbar-nav > li > a:focus,
.postocd-navbar .navbar-nav > li.current-menu-item > a,
.postocd-navbar .navbar-nav > li.current-menu-ancestor > a,
.postocd-navbar .navbar-nav > li.current_page_item > a,
.postocd-navbar .navbar-nav > li.current_page_ancestor > a,
.postocd-navbar .dropdown-toggle:hover,
.postocd-navbar .dropdown-toggle:focus,
.postocd-navbar .menu > li > a:hover,
.postocd-navbar .menu > li > a:focus {
  color: #366575;
  opacity: 1;
}

.postocd-navbar .dropdown-menu {
  background: #bac5c7;
}

.postocd-navbar .dropdown-item {
  color: #6b909e;
}

.postocd-navbar .dropdown-item:hover,
.postocd-navbar .dropdown-item:focus,
.postocd-navbar .dropdown-item.active,
.postocd-navbar .dropdown-item:active {
  color: #366575;
  background: rgba(255, 255, 255, 0.18);
}

.postocd-search-toggle,
.postocd-main-header .navbar-toggler {
  color: #6b909e;
}

.postocd-search-toggle:hover,
.postocd-search-toggle:focus,
.postocd-main-header .navbar-toggler:hover,
.postocd-main-header .navbar-toggler:focus {
  color: #366575;
  opacity: 1;
}

.postocd-topbar .postocd-lang-code {
  display: none;
}

.postocd-topbar .postocd-lang-switcher,
.postocd-topbar .postocd-lang-placeholders {
  gap: 10px;
}

.postocd-topbar .postocd-lang-flag {
  width: 22px;
  height: 14px;
}

.postocd-topbar .postocd-lang-placeholder,
.postocd-topbar .wpml-ls-item a,
.postocd-topbar .wpml-ls-link {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

@media (max-width: 1400px) {
  .postocd-topbar .postocd-lang-flag {
    width: 20px;
    height: 14px;
  }
}

@media (max-width: 768px) {
  .postocd-topbar .postocd-lang-switcher,
  .postocd-topbar .postocd-lang-placeholders {
    gap: 8px;
  }

  .postocd-topbar .postocd-lang-flag {
    width: 18px;
    height: 12px;
  }
}

@media (min-width: 1400px) {
  .postocd-header-navzone {
    min-width: 0;
    flex: 1 1 auto;
  }

  .postocd-navbar.navbar {
    min-width: 0;
    overflow: visible;
  }

  .postocd-navbar .navbar-nav,
  .postocd-navbar .menu,
  .postocd-navbar ul.navbar-nav {
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 2px;
  }

  .postocd-navbar .navbar-nav > li,
  .postocd-navbar .menu > li,
  .postocd-navbar .dropdown {
    position: relative;
    flex: 0 0 auto;
  }

  .postocd-navbar .navbar-nav > li > a,
  .postocd-navbar .navbar-nav > li > button,
  .postocd-navbar .navbar-nav > li > .nav-link,
  .postocd-navbar .menu > li > a,
  .postocd-navbar .dropdown-toggle {
    white-space: nowrap;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .postocd-navbar .dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: auto;
    transform: none;
    margin: 0;
    min-width: 250px;
    max-width: 360px;
    padding: 14px 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
    z-index: 1200;
  }

  .postocd-navbar .dropdown-menu[data-bs-popper] {
    top: calc(100% + 10px);
    left: 0;
    right: auto;
    margin-top: 0;
  }

  .postocd-navbar .dropdown-menu .dropdown-item {
    white-space: normal;
    line-height: 1.35;
    padding: 8px 18px;
  }

  .postocd-navbar .dropdown.show > .dropdown-menu,
  .postocd-navbar .show.dropdown > .dropdown-menu {
    display: block;
  }
}

.postocd-main-header__inner {
  min-height: 130px;
}

.postocd-branding {
  flex: 0 0 auto;
}

.postocd-branding__link {
  min-height: 130px;
  gap: 16px;
}

.postocd-branding__logo {
  display: block;
  width: auto;
  height: 120px;
  max-height: 120px;
  flex: 0 0 auto;
}

.postocd-branding__tagline {
  color: #ffffff;
}

.postocd-header-navzone,
.postocd-navbar.navbar,
.postocd-navbar .navbar-nav,
.postocd-navbar ul.navbar-nav {
  min-width: 0;
}

.postocd-navbar .navbar-nav > li > a,
.postocd-navbar .navbar-nav > li > button,
.postocd-navbar .navbar-nav > li > .nav-link,
.postocd-navbar .dropdown-toggle,
.postocd-navbar .menu > li > a,
.postocd-offcanvas-nav .navbar-nav > li > a,
.postocd-offcanvas-nav .navbar-nav > li > button,
.postocd-offcanvas-nav .navbar-nav > li > .nav-link,
.postocd-offcanvas-nav .dropdown-toggle,
.postocd-offcanvas-nav .menu > li > a,
.postocd-search-toggle,
.postocd-main-header .navbar-toggler,
.postocd-main-header .navbar-toggler-icon,
.postocd-offcanvas-navbar .btn-close,
.postocd-topbar a,
.postocd-site-header button,
.postocd-site-header input,
.postocd-site-header .dropdown-item {
  box-shadow: none;
  outline: none;
}

.postocd-navbar .navbar-nav > li > a,
.postocd-navbar .navbar-nav > li > button,
.postocd-navbar .navbar-nav > li > .nav-link,
.postocd-navbar .dropdown-toggle,
.postocd-navbar .menu > li > a,
.postocd-offcanvas-nav .navbar-nav > li > a,
.postocd-offcanvas-nav .navbar-nav > li > button,
.postocd-offcanvas-nav .navbar-nav > li > .nav-link,
.postocd-offcanvas-nav .dropdown-toggle,
.postocd-offcanvas-nav .menu > li > a,
.postocd-search-toggle,
.postocd-main-header .navbar-toggler,
.postocd-main-header .navbar-toggler-icon,
.postocd-offcanvas-navbar .btn-close,
.postocd-site-header .dropdown-item {
  color: #366575;
}

.postocd-navbar .navbar-nav > li > a:hover,
.postocd-navbar .navbar-nav > li > a:focus,
.postocd-navbar .navbar-nav > li.current-menu-item > a,
.postocd-navbar .navbar-nav > li.current-menu-ancestor > a,
.postocd-navbar .navbar-nav > li.current_page_item > a,
.postocd-navbar .navbar-nav > li.current_page_ancestor > a,
.postocd-navbar .dropdown-toggle:hover,
.postocd-navbar .dropdown-toggle:focus,
.postocd-navbar .menu > li > a:hover,
.postocd-navbar .menu > li > a:focus,
.postocd-offcanvas-nav .navbar-nav > li > a:hover,
.postocd-offcanvas-nav .navbar-nav > li > a:focus,
.postocd-offcanvas-nav .dropdown-toggle:hover,
.postocd-offcanvas-nav .dropdown-toggle:focus,
.postocd-offcanvas-nav .menu > li > a:hover,
.postocd-offcanvas-nav .menu > li > a:focus,
.postocd-search-toggle:hover,
.postocd-search-toggle:focus,
.postocd-main-header .navbar-toggler:hover,
.postocd-main-header .navbar-toggler:focus,
.postocd-main-header .navbar-toggler:hover .navbar-toggler-icon,
.postocd-main-header .navbar-toggler:focus .navbar-toggler-icon,
.postocd-offcanvas-navbar .btn-close:hover,
.postocd-offcanvas-navbar .btn-close:focus,
.postocd-site-header .dropdown-item:hover,
.postocd-site-header .dropdown-item:focus {
  color: #6b909e;
  opacity: 1;
}

.postocd-main-header .navbar-toggler {
  border: 0;
  padding: 4px;
  background: transparent;
}

.postocd-main-header .navbar-toggler:focus,
.postocd-main-header .navbar-toggler:active,
.postocd-search-toggle:focus,
.postocd-search-toggle:active,
.postocd-offcanvas-navbar .btn-close:focus,
.postocd-offcanvas-navbar .btn-close:active,
.postocd-header-search-row .search-field:focus,
.postocd-header-search-row .search-submit:focus,
.postocd-header-search-row .search-field:active,
.postocd-header-search-row .search-submit:active,
.postocd-site-header .dropdown-item:active,
.postocd-site-header .nav-link:focus,
.postocd-site-header .nav-link:active {
  outline: none;
  box-shadow: none;
}

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

.postocd-topbar .postocd-lang-switcher,
.postocd-topbar .postocd-lang-placeholders,
.postocd-topbar .wpml-ls ul {
  gap: 6px;
}

.postocd-topbar .postocd-lang-flag,
.postocd-topbar .wpml-ls-flag {
  width: 26px;
  height: 18px;
  display: block;
}

.postocd-topbar .wpml-ls-item a,
.postocd-topbar .wpml-ls-link,
.postocd-topbar .postocd-lang-placeholder {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: 1;
}

.postocd-topbar .wpml-ls-current-language a,
.postocd-topbar .wpml-ls-current-language .wpml-ls-link,
.postocd-topbar .postocd-lang-placeholder.is-current {
  opacity: 1;
}

.postocd-header-search-row {
  background: transparent;
  border-top: 0;
  box-shadow: none;
}

.postocd-header-search-row .container,
.postocd-header-search-row__inner,
.postocd-header-search-row .search-form,
.postocd-header-search-row .input-group {
  width: 100%;
  max-width: none;
}

.postocd-header-search-row .search-form {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.postocd-header-search-row .search-field {
  min-height: 50px;
  border: 2px solid #b9c3c7;
  background: #ffffff;
  color: #366575;
}

.postocd-header-search-row .search-submit {
  min-height: 50px;
  padding-inline: 16px;
  border: 2px solid #b9c3c7;
  background: #ffffff;
  color: #366575;
}

.postocd-header-search-row .search-submit:hover,
.postocd-header-search-row .search-submit:focus {
  background: #ffffff;
  color: #6b909e;
}

.postocd-header-search-row .search-field::placeholder {
  color: #6d7980;
  opacity: 1;
}

.postocd-navbar .dropdown-menu {
  background: #bac5c7;
  border: 0;
  border-radius: 0;
}

.postocd-navbar .dropdown-item,
.postocd-offcanvas-nav .dropdown-item {
  color: #366575;
  background: transparent;
}

.postocd-navbar .dropdown-item:hover,
.postocd-navbar .dropdown-item:focus,
.postocd-navbar .dropdown-item.active,
.postocd-navbar .dropdown-item:active,
.postocd-offcanvas-nav .dropdown-item:hover,
.postocd-offcanvas-nav .dropdown-item:focus,
.postocd-offcanvas-nav .dropdown-item.active,
.postocd-offcanvas-nav .dropdown-item:active {
  color: #6b909e;
  background: transparent;
}

@media (min-width: 1400px) {
  .postocd-navbar .dropdown {
    position: relative;
  }

  .postocd-navbar .dropdown-menu {
    top: calc(100% + 10px);
    left: 0;
    right: auto;
    margin-top: 0;
    display: none;
  }

  .postocd-navbar .dropdown:hover > .dropdown-menu,
  .postocd-navbar .menu-item-has-children:hover > .dropdown-menu,
  .postocd-navbar .dropdown.show > .dropdown-menu {
    display: block;
  }
}

.postocd-offcanvas-navbar {
  background: #ffffff;
}

.postocd-offcanvas-navbar .offcanvas-header {
  background: #ffffff;
  border-bottom: 0;
  box-shadow: none;
}

.postocd-offcanvas-navbar .offcanvas-title {
  color: #366575;
}

.postocd-offcanvas-navbar .btn-close {
  filter: none;
  opacity: 1;
}

.postocd-offcanvas-nav .navbar-nav,
.postocd-offcanvas-nav .menu,
.postocd-offcanvas-nav ul.navbar-nav {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

.postocd-offcanvas-nav .navbar-nav > li,
.postocd-offcanvas-nav .menu > li,
.postocd-offcanvas-nav .dropdown {
  display: block;
  position: static;
}

.postocd-offcanvas-nav .navbar-nav > li > a,
.postocd-offcanvas-nav .navbar-nav > li > button,
.postocd-offcanvas-nav .navbar-nav > li > .nav-link,
.postocd-offcanvas-nav .dropdown-toggle,
.postocd-offcanvas-nav .menu > li > a {
  padding: 12px 0;
  font-size: 16px;
  line-height: 1.35;
  color: #366575;
  background: transparent;
  border: 0;
}

.postocd-offcanvas-nav .dropdown-toggle::after {
  opacity: 0.65;
}

.postocd-offcanvas-nav .dropdown-menu {
  display: block;
  position: static;
  inset: auto;
  float: none;
  transform: none;
  margin: 0 0 12px 0;
  padding: 0 0 0 16px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.postocd-offcanvas-nav .dropdown-item {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 1.35;
}

@media (max-width: 1400px) {
  .postocd-topbar .postocd-lang-flag,
  .postocd-topbar .wpml-ls-flag {
    width: 22px;
    height: 14px;
  }

  .postocd-topbar .social-icons {
    display: none;
  }
}

@media (max-width: 768px) {
  .postocd-topbar .postocd-lang-switcher,
  .postocd-topbar .postocd-lang-placeholders,
  .postocd-topbar .wpml-ls ul {
    gap: 4px;
  }

  .postocd-topbar .postocd-lang-flag,
  .postocd-topbar .wpml-ls-flag {
    width: 20px;
    height: 14px;
  }
}

.postocd-main-header__inner {
  align-items: center;
  gap: 28px;
}

.postocd-header-navzone {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.postocd-navbar.navbar {
  flex: 0 1 auto;
}

.postocd-header-search-inline {
  flex: 1 1 auto;
  min-width: 0;
  width: 0;
}

.postocd-header-search-inline:not(.show),
.postocd-header-search-inline.collapsing:not(.show) {
  width: 0;
  min-width: 0;
  overflow: hidden;
}

.postocd-header-search-inline.show,
.postocd-header-search-inline.collapsing {
  width: auto;
}

.postocd-header-search-inline__inner {
  width: min(620px, 100%);
  margin-left: auto;
}

.postocd-header-search-inline .search-form,
.postocd-header-search-inline form,
.postocd-header-search-inline .input-group {
  width: 100%;
  margin: 0;
}

.postocd-header-search-inline .search-field,
.postocd-header-search-inline .form-control {
  min-height: 46px;
  border: 2px solid #d9dede;
  background: #fff;
  color: #366575;
  border-right: 0;
}

.postocd-header-search-inline .search-field:focus,
.postocd-header-search-inline .form-control:focus {
  border-color: #d9dede;
  box-shadow: none;
  outline: none;
}

.postocd-header-search-inline .search-submit,
.postocd-header-search-inline button[type="submit"] {
  min-height: 46px;
  padding-inline: 16px;
  border: 2px solid #d9dede;
  background: #ffffff;
  color: #366575;
  box-shadow: none;
}

.postocd-header-search-inline .search-submit:hover,
.postocd-header-search-inline .search-submit:focus,
.postocd-header-search-inline button[type="submit"]:hover,
.postocd-header-search-inline button[type="submit"]:focus {
  background: #ffffff;
  color: #6b909e;
}

.postocd-navbar .navbar-nav > li > a,
.postocd-navbar .navbar-nav > li > button,
.postocd-navbar .navbar-nav > li > .nav-link,
.postocd-navbar .dropdown-toggle,
.postocd-navbar .menu > li > a {
  font-size: 16px;
}

.postocd-navbar .dropdown-menu {
  min-width: 240px;
  padding: 12px 0;
}

.postocd-navbar .dropdown-item {
  font-size: 16px;
  line-height: 1.35;
  padding: 6px 16px;
  white-space: nowrap;
}

@media (min-width: 1400px) {
  .postocd-navbar .dropdown,
  .postocd-navbar .menu-item-has-children {
    position: relative;
  }

  .postocd-navbar .dropdown > .dropdown-menu,
  .postocd-navbar .menu-item-has-children > .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .16s ease, transform .16s ease, visibility 0s linear .16s;
    top: calc(100% + 8px);
    left: 0;
    right: auto;
    margin-top: 0;
  }

  .postocd-navbar .dropdown::after,
  .postocd-navbar .menu-item-has-children::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 14px;
  }

  .postocd-navbar .dropdown.postocd-hover-open > .dropdown-menu,
  .postocd-navbar .menu-item-has-children.postocd-hover-open > .dropdown-menu,
  .postocd-navbar .dropdown:focus-within > .dropdown-menu,
  .postocd-navbar .menu-item-has-children:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }
}

.postocd-topbar .postocd-lang-switcher,
.postocd-topbar .postocd-lang-placeholders,
.postocd-topbar .wpml-ls ul {
  gap: 4px;
}

.postocd-topbar .postocd-lang-flag,
.postocd-topbar .wpml-ls-flag {
  width: 28px;
  height: 20px;
}

.postocd-offcanvas-nav .navbar-nav > li > a,
.postocd-offcanvas-nav .navbar-nav > li > button,
.postocd-offcanvas-nav .navbar-nav > li > .nav-link,
.postocd-offcanvas-nav .dropdown-toggle,
.postocd-offcanvas-nav .menu > li > a {
  padding: 6px 0;
  font-size: 16px;
  line-height: 1.25;
}

.postocd-offcanvas-nav .dropdown-menu {
  margin: 0 0 4px 0;
  padding: 0 0 0 12px;
}

.postocd-offcanvas-nav .dropdown-item {
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.22;
}

.postocd-offcanvas-navbar .offcanvas-body {
  padding-top: 8px;
}

@media (max-width: 1400px) {
  .postocd-main-header__inner {
    gap: 16px;
  }

  .postocd-header-navzone {
    justify-content: flex-end;
  }

  .postocd-header-search-inline {
    display: none;
  }

  .postocd-topbar .postocd-lang-flag,
  .postocd-topbar .wpml-ls-flag {
    width: 24px;
    height: 16px;
  }
}

.postocd-header-search__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.postocd-header-search__icon {
  width: 22px;
  height: 22px;
  display: block;
}

.postocd-header-search-row .postocd-searchform {
  width: 100%;
}

.postocd-searchform .form-control,
.postocd-searchform .btn {
  min-height: 48px;
}

.postocd-searchform .form-control {
  flex: 1 1 auto;
  min-width: 0;
}

.postocd-search-results__header,
.postocd-search-results__list,
.postocd-search-empty {
  max-width: 960px;
}

.postocd-search-result {
  padding: 20px 0;
  border-top: 2px solid var(--postocd-border);
}

.postocd-search-result:first-child {
  border-top: 0;
  padding-top: 0;
}

.postocd-search-result__title {
  margin: 0;
}

.postocd-search-result__title a {
  text-decoration: none;
  color: var(--postocd-text);
}

.postocd-search-result__title a:hover {
  color: var(--postocd-accent-dark);
}

.postocd-search-result__meta {
  color: var(--postocd-text-soft);
  font-size: 16px;
}

@media (max-width: 992px) {
  .postocd-header-search-row__inner {
    max-width: none;
    margin-left: 0;
  }
}

.postocd-header-search-inline {
  display: none;
  width: 0;
  min-width: 0;
  overflow: hidden;
}

.postocd-header-search-row {
  padding: 0 0 16px;
}

.postocd-header-search-row .container {
  display: block;
}

.postocd-header-search-row__inner {
  width: 100%;
  max-width: none;
  margin-left: 0;
}

.postocd-header-search-row .search-form,
.postocd-header-search-row form,
.postocd-header-search-row .input-group {
  width: 100%;
  margin: 0;
}

.postocd-header-search-row .search-field,
.postocd-header-search-row .form-control {
  min-height: 52px;
  border: 2px solid rgba(54, 101, 117, 0.35);
  border-right: 0;
  border-radius: 0;
  background: #fff;
  color: #366575;
  box-shadow: none;
  outline: none;
}

.postocd-header-search-row .search-field::placeholder,
.postocd-header-search-row .form-control::placeholder {
  color: rgba(54, 101, 117, 0.8);
}

.postocd-header-search-row .search-field:focus,
.postocd-header-search-row .form-control:focus,
.postocd-header-search-row .search-field:active,
.postocd-header-search-row .form-control:active {
  border-color: rgba(54, 101, 117, 0.35);
  box-shadow: none;
  outline: none;
}

.postocd-header-search-row .search-submit,
.postocd-header-search-row button[type="submit"] {
  min-height: 52px;
  min-width: 52px;
  padding-inline: 16px;
  border: 2px solid rgba(54, 101, 117, 0.35);
  border-radius: 0;
  background: #ffffff;
  color: #366575;
  box-shadow: none;
  outline: none;
}

.postocd-header-search-row .search-submit:hover,
.postocd-header-search-row .search-submit:focus,
.postocd-header-search-row .search-submit:active,
.postocd-header-search-row button[type="submit"]:hover,
.postocd-header-search-row button[type="submit"]:focus,
.postocd-header-search-row button[type="submit"]:active {
  background: #ffffff;
  color: #6b909e;
  border-color: rgba(54, 101, 117, 0.35);
  box-shadow: none;
  outline: none;
}

@media (max-width: 768px) {
  .postocd-header-search-row {
    padding: 0 0 12px;
  }
}

.postocd-main-header,
.postocd-header-search-row {
  background: #bac5c7;
}

.postocd-header-search-row {
  border-top: 0;
  padding: 0 0 16px;
}

.postocd-header-search-row > .container {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 12px;
}

.postocd-header-search-row__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 10px 0 14px;
}

.postocd-header-search-row .search-form,
.postocd-header-search-row form,
.postocd-header-search-row .input-group {
  width: 100%;
  max-width: none;
  margin: 0;
}

.postocd-header-search-row .search-field,
.postocd-header-search-row .form-control {
  min-height: 48px;
  border: 2px solid rgba(54, 101, 117, 0.35);
  border-right: 0;
  border-radius: 0;
  background: #ffffff;
  color: #366575;
  box-shadow: none;
  outline: none;
}

.postocd-header-search-row .search-submit,
.postocd-header-search-row button[type="submit"] {
  min-height: 48px;
  min-width: 48px;
  border: 2px solid rgba(54, 101, 117, 0.35);
  border-radius: 0;
  background: #ffffff;
  color: #366575;
  box-shadow: none;
  outline: none;
}

.postocd-header-search-row .search-field:focus,
.postocd-header-search-row .form-control:focus,
.postocd-header-search-row .search-submit:focus,
.postocd-header-search-row button[type="submit"]:focus,
.postocd-header-search-row .search-field:active,
.postocd-header-search-row .form-control:active,
.postocd-header-search-row .search-submit:active,
.postocd-header-search-row button[type="submit"]:active {
  border-color: rgba(54, 101, 117, 0.35);
  box-shadow: none;
  outline: none;
}

@media (max-width: 1400px) {
  .postocd-header-search-row > .container {
    max-width: 1140px;
  }
}

@media (max-width: 1200px) {
  .postocd-header-search-row > .container {
    max-width: 960px;
  }
}

@media (max-width: 992px) {
  .postocd-header-search-row > .container {
    max-width: 720px;
  }
}

@media (max-width: 768px) {
  .postocd-header-search-row {
    padding-bottom: 12px;
  }

  .postocd-header-search-row > .container {
    max-width: 540px;
    padding-inline: 12px;
  }

  .postocd-header-search-row__inner {
    padding-top: 8px;
    padding-bottom: 12px;
  }

  .postocd-header-search-row .search-field,
  .postocd-header-search-row .form-control,
  .postocd-header-search-row .search-submit,
  .postocd-header-search-row button[type="submit"] {
    min-height: 46px;
  }
}

.postocd-404-page {
  min-height: 100vh;
  background-image: url('../img/error404-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: clamp(40px, 6vw, 80px) 0;
}

.postocd-404-page__inner {
  max-width: 896px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: clamp(8px, 1.2vw, 16px);
}

.postocd-404-page__eyebrow,
.postocd-404-page__title,
.postocd-404-page__cta,
.postocd-404-page__home-link {
  text-align: center;
}

.postocd-404-page__eyebrow {
  margin: 0;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.postocd-404-page__title {
  margin: 0;
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1.15;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.postocd-404-page__cta {
  margin: 0;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.3;
  font-weight: 600;
}

.postocd-404-page__home-link {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
  padding-bottom: 2px;
  transition: opacity 0.2s ease, border-color 0.2s ease;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.postocd-404-page__home-link:hover,
.postocd-404-page__home-link:focus {
  color: #ffffff;
  opacity: 0.88;
  border-color: currentColor;
}

@media (max-width: 768px) {
  .postocd-404-page {
    min-height: calc(100vh - 72px);
    padding: 32px 0;
  }

  .postocd-404-page__inner {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.postocd-main-header {
  background: #bac5c7;
}

.postocd-main-header .postocd-header-search-row {
  background: transparent;
  border-top: 0;
  padding: 0 0 16px;
}

.postocd-main-header .postocd-header-search-row > .container {
  max-width: 1320px;
  margin-inline: auto;
  padding-inline: 12px;
}

.postocd-main-header .postocd-header-search-row__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 8px 0 14px;
}

.postocd-main-header .postocd-header-search-row .search-form,
.postocd-main-header .postocd-header-search-row form,
.postocd-main-header .postocd-header-search-row .input-group {
  width: 100%;
  max-width: none;
  margin: 0;
}

.postocd-main-header .postocd-header-search-row .search-field,
.postocd-main-header .postocd-header-search-row .form-control,
.postocd-main-header .postocd-header-search-row .search-submit,
.postocd-main-header .postocd-header-search-row button[type="submit"] {
  box-shadow: none;
  outline: none;
}

.postocd-branding__link {
  align-items: center;
  gap: clamp(14px, 1.4vw, 24px);
}

.postocd-branding__logo {
  height: 120px;
  width: auto;
  flex: 0 0 auto;
}

.postocd-brandmark {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  line-height: 1;
  color: #4c5e67;
  width: clamp(280px, 27vw, 430px);
  max-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 auto;
}

.postocd-brandmark__top,
.postocd-brandmark__middle,
.postocd-brandmark__bottom {
  width: 100%;
}

.postocd-brandmark__top,
.postocd-brandmark__bottom {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.08em;
  white-space: nowrap;
  font-weight: 700;
}

.postocd-brandmark__top {
  font-size: clamp(10px, 0.85vw, 14px);
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #6b909e;
}

.postocd-brandmark__middle {
  font-size: clamp(28px, 2.5vw, 44px);
  letter-spacing: 0.03em;
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  color: #4c5e67;
}

.postocd-brandmark__bottom {
  font-size: clamp(10px, 0.85vw, 14px);
  text-transform: uppercase;
  color: #4c5e67;
}

.postocd-brandmark__top span,
.postocd-brandmark__bottom span {
  display: block;
  flex: 0 1 auto;
}

@media (max-width: 1400px) {
  .postocd-brandmark {
    width: clamp(220px, 32vw, 320px);
    max-height: 96px;
  }

  .postocd-brandmark__top,
  .postocd-brandmark__bottom {
    font-size: clamp(8px, 0.95vw, 10px);
  }

  .postocd-brandmark__middle {
    font-size: clamp(22px, 3vw, 34px);
  }
}

@media (max-width: 768px) {
  .postocd-branding__link {
    gap: 10px;
  }

  .postocd-brandmark {
    width: auto;
    max-width: 220px;
    max-height: none;
  }

  .postocd-brandmark__top,
  .postocd-brandmark__bottom {
    display: none;
  }

  .postocd-brandmark__middle {
    font-size: clamp(18px, 4.8vw, 26px);
    margin-bottom: 0;
  }
}

.postocd-main-header__branding,
.postocd-branding {
  gap: 10px;
}

.postocd-brandmark,
.postocd-cinzel-brandmark {
  width: 380px;
  max-width: 380px;
  min-width: 380px;
  margin-left: 4px;
  align-self: center;
}

.postocd-brandmark__top,
.postocd-brandmark__bottom,
.postocd-cinzel-brandmark__top,
.postocd-cinzel-brandmark__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
}

.postocd-brandmark__top,
.postocd-cinzel-brandmark__top {
  font-size: 12px;
  margin-bottom: 2px;
  color: #6b909e;
  font-weight: 700;
}

.postocd-brandmark__middle,
.postocd-cinzel-brandmark__middle {
  width: 100%;
  font-size: 36px;
  line-height: 0.9;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #4c5e67;
}

.postocd-brandmark__bottom,
.postocd-cinzel-brandmark__bottom {
  font-size: 12px;
  margin-top: 2px;
  font-weight: 700;
  color: #4c5e67;
}

@media (max-width: 1650px) {
  .postocd-brandmark,
  .postocd-cinzel-brandmark {
    width: 350px;
    max-width: 350px;
    min-width: 350px;
  }

  .postocd-brandmark__top,
  .postocd-brandmark__bottom,
  .postocd-cinzel-brandmark__top,
  .postocd-cinzel-brandmark__bottom {
    font-size: 12px;
  }

  .postocd-brandmark__middle,
  .postocd-cinzel-brandmark__middle {
    font-size: 32px;
  }
}

@media (max-width: 1500px) {
  .postocd-main-header__branding,
  .postocd-branding {
    gap: 8px;
  }

  .postocd-brandmark,
  .postocd-cinzel-brandmark {
    width: 320px;
    max-width: 320px;
    min-width: 320px;
  }

  .postocd-brandmark__top,
  .postocd-brandmark__bottom,
  .postocd-cinzel-brandmark__top,
  .postocd-cinzel-brandmark__bottom {
    font-size: 10px;
  }

  .postocd-brandmark__middle,
  .postocd-cinzel-brandmark__middle {
    font-size: 30px;
  }
}

.postocd-main-header__branding,
.postocd-branding {
  gap: 2px;
  align-items: center;
}

.postocd-main-header__logo,
.postocd-branding__logo,
.postocd-brand-logo {
  margin-right: 0;
}

.postocd-brandmark,
.postocd-cinzel-brandmark {
  width: 300px;
  max-width: 300px;
  min-width: 300px;
  margin-left: -2px;
  margin-right: 48px;
  align-self: center;
}

.postocd-brandmark__top,
.postocd-brandmark__bottom,
.postocd-cinzel-brandmark__top,
.postocd-cinzel-brandmark__bottom {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: baseline;
  justify-items: center;
  gap: 0;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
}

.postocd-brandmark__top,
.postocd-cinzel-brandmark__top {
  font-size: 10px;
  margin-bottom: 0;
  color: #6b909e;
  font-weight: 700;
  text-transform: uppercase;
}

.postocd-brandmark__middle,
.postocd-cinzel-brandmark__middle {
  width: 100%;
  font-size: 28px;
  line-height: 0.95;
  letter-spacing: 0;
  font-weight: 700;
  color: #4c5e67;
  margin: 0;
  text-transform: uppercase;
}

.postocd-brandmark__bottom,
.postocd-cinzel-brandmark__bottom {
  font-size: 10px;
  margin-top: 2px;
  font-weight: 700;
  color: #4c5e67;
  text-transform: uppercase;
}

.postocd-brandmark__top span,
.postocd-brandmark__bottom span,
.postocd-cinzel-brandmark__top span,
.postocd-cinzel-brandmark__bottom span {
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
}

.postocd-main-header__nav,
.postocd-main-header__menu,
.postocd-main-header__actions,
.postocd-header-nav {
  margin-left: auto;
}

@media (max-width: 1650px) {
  .postocd-brandmark,
  .postocd-cinzel-brandmark {
    width: 280px;
    max-width: 280px;
    min-width: 280px;
    margin-right: 36px;
  }

  .postocd-brandmark__middle,
  .postocd-cinzel-brandmark__middle {
    font-size: 26px;
  }

  .postocd-brandmark__top,
  .postocd-brandmark__bottom,
  .postocd-cinzel-brandmark__top,
  .postocd-cinzel-brandmark__bottom {
    font-size: 8px;
  }
}

@media (max-width: 1400px) {
  .postocd-brandmark,
  .postocd-cinzel-brandmark {
    width: 260px;
    max-width: 260px;
    min-width: 260px;
    margin-right: 24px;
  }

  .postocd-brandmark__middle,
  .postocd-cinzel-brandmark__middle {
    font-size: 24px;
  }

  .postocd-brandmark__top,
  .postocd-brandmark__bottom,
  .postocd-cinzel-brandmark__top,
  .postocd-cinzel-brandmark__bottom {
    font-size: 8px;
  }
}

@media (max-width: 766px) {
  .postocd-brandmark,
  .postocd-cinzel-brandmark {
    width: 50px;
    max-width: 50px;
    min-width: 4px;
    margin-right: 12px;
  }

  .postocd-brandmark__middle,
  .postocd-cinzel-brandmark__middle {
    font-size: 16px;
  }

  .postocd-brandmark__top,
  .postocd-brandmark__bottom,
  .postocd-cinzel-brandmark__top,
  .postocd-cinzel-brandmark__bottom {
    font-size: 6px;
  }
}

@media (max-width: 390px) {
  .postocd-brandmark,
  .postocd-cinzel-brandmark,
  .postocd-brandmark__middle,
  .postocd-cinzel-brandmark__middle,
  .postocd-brandmark__top,
  .postocd-brandmark__bottom,
  .postocd-cinzel-brandmark__top,
  .postocd-cinzel-brandmark__bottom {
    display: none
  }
}

.postocd-branding,
.postocd-main-header__branding {
  flex: 0 0 auto;
  min-width: 0;
}

.postocd-branding__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.postocd-branding__logo {
  height: 120px;
  width: auto;
  flex: 0 0 auto;
  margin-right: 0;
}

.postocd-brandmark {
  --postocd-brandmark-width: auto;
  grid-template-rows: auto auto auto;
  align-content: center;
  justify-items: stretch;
  row-gap: 0;
  margin: 0 24px 0 0;
  flex: 0 0 auto;
  font-family: 'Cinzel', serif;
  line-height: 1;
  text-transform: uppercase;
}

.postocd-brandmark__top,
.postocd-brandmark__bottom {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  inline-size: var(--postocd-brandmark-width);
  max-inline-size: 100%;
  white-space: nowrap;
  letter-spacing: 0;
  word-spacing: 0;
  gap: 8px;
}

.postocd-brandmark__middle {
  display: block;
  inline-size: max-content;
  max-inline-size: none;
  font-family: 'Cinzel', serif;

  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
  word-spacing: 0;
  color: #4c5e67;
  margin: 0;
  text-transform: uppercase;
}

.postocd-brandmark__top {

    font-weight: 700;
    color: #6b909e;
    margin: 0 0 2px 0;
}

.postocd-brandmark__bottom {

  font-weight: 700;
  color: #4c5e67;
  margin: 2px 0 0 0;
}

.postocd-brandmark__top span,
.postocd-brandmark__bottom span {
  display: block;
  white-space: nowrap;
  letter-spacing: 0;
  word-spacing: 0;
  flex: 0 1 auto;
  text-align: center;
}

.postocd-header-navzone,
.postocd-main-header__nav,
.postocd-main-header__menu,
.postocd-main-header__actions,
.postocd-header-nav {
  margin-left: auto;
}

.postocd-footer {
  margin-top: 0;
  border-top: 0;
  background: transparent;
}

.postocd-footer__main {
  background: #6a909d;
  color: #fff;
}

.postocd-footer__credits {
  background: #336374;
  color: #fff;
}

.postocd-footer__main .container,
.postocd-footer__credits .container {
  padding-left: clamp(24px, 4vw, 48px);
  padding-right: clamp(24px, 4vw, 48px);
}

.postocd-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  padding: 24px 0;
}

.postocd-footer__col {
  min-width: 0;
}

.postocd-footer__title {
margin: 0 0 24px;
    font-family: var(--postocd-font-headings);
    font-size: clamp(16px, 2vw, 24px);
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.postocd-footer__logo-wrap {
  margin: 0 0 28px;
}

.postocd-footer__logo {
  display: block;
  max-width: 230px;
  width: 100%;
  height: auto;
}

.postocd-footer__textblock p,
.postocd-footer__social-list li {
  margin: 0 0 22px;
  color: #fff;
    font-size: 14px;
    line-height: 1.3;
  font-weight: 600;
}

.postocd-footer__lead {
  margin-bottom: 18px;
}

.postocd-footer__donate-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 56px;
  padding: 12px 26px;
  border-radius: 998px;
  background: #ffffff;
  color: #336374;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.03em;
  transition: opacity .2s ease;
}

.postocd-footer__donate-btn:hover,
.postocd-footer__donate-btn:focus {
  color: #336374;
  opacity: .6;
}

.postocd-footer__social-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.postocd-footer__social-list a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}

.postocd-footer__social-list a:hover,
.postocd-footer__social-list a:focus {
  color: #fff;
  opacity: .7;
    transition: all .3s;
}

.postocd-footer__social-list i {
  width: 20px;
  text-align: center;
  font-size: 20px;
}

.postocd-footer__credits-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 22px 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
}

.postocd-footer__credits-inner,
.postocd-footer__credits-inner a {
  color: #fff;
  opacity: 1;
  text-decoration: none;
  transition: all .3s;
}

.postocd-footer__credits-inner a:hover,
.postocd-footer__credits-inner a:focus {
    color: #fff;
    opacity: .7;
    text-decoration: none !important;
}

.postocd-footer__sep {
  opacity: .75;
}

@media (max-width: 992px) {
  .postocd-footer__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 38px 0 30px;
  }

  .postocd-footer__title {
    font-size: 20px;
  }

  .postocd-footer__textblock p,
  .postocd-footer__social-list li,
  .postocd-footer__social-list a {
    font-size: 14px;
  }

  .postocd-footer__logo {
    max-width: 200px;
  }
}

@media (max-width: 576px) {
  .postocd-footer__credits-inner {
    font-size: 14px;
    gap: 6px;
  }

  .postocd-footer__sep {
    display: none;
  }
}

.postocd-header__donate-btn {
  display: inline-flex ;
  align-items: center ;
  justify-content: center ;
  padding: 12px 16px ;
  min-height: 0 ;
  border: 0 ;
  border-radius: 998px ;
  background: #ffffff ;
  color: #336374 ;
  text-decoration: none ;
  font-family: inherit ;
  font-size: 14px ;
  line-height: 1 ;
  font-weight: 800 ;
  letter-spacing: 0.01em ;
  white-space: nowrap ;
  box-shadow: none ;
}

.postocd-header__donate-btn:hover,
.postocd-header__donate-btn:focus,
.postocd-header__donate-btn:active {
  background: #ffffff ;
  color: #336374 ;
  text-decoration: none ;
  opacity: .9 ;
  outline: none ;
  box-shadow: none ;
}

.postocd-topbar__donate-btn {
  display: none ;
  align-items: center ;
  justify-content: center ;
  padding: 6px 12px ;
  min-height: 0 ;
  border: 0 ;
  border-radius: 998px ;
  background: #ffffff ;
  color: #336374 ;
  text-decoration: none ;
  font-family: inherit ;
  font-size: 12px ;
  line-height: 1 ;
  font-weight: 800 ;
  letter-spacing: 0 ;
  white-space: nowrap ;
  box-shadow: none ;
  margin: 0 10px 0 auto ;
}

.postocd-topbar__donate-btn:hover,
.postocd-topbar__donate-btn:focus,
.postocd-topbar__donate-btn:active {
  background: #ffffff ;
  color: #336374 ;
  text-decoration: none ;
  opacity: .9 ;
  outline: none ;
  box-shadow: none ;
}

@media (max-width: 1400px) {
  .postocd-header__donate-btn,
  .postocd-topbar__social,
  .postocd-topbar .social-icons,
  .postocd-topbar__social-list {
    display: none ;
  }

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

  .postocd-topbar__donate-btn {
    display: inline-flex ;
  }

  .postocd-topbar__lang {
    display: flex ;
    align-items: center ;
    margin-left: 0 ;
  }
}

@media (max-width: 374px) {
  .postocd-topbar__donate-btn {
display: none ;
  }
}

.postocd-breadcrumbs,
.postocd-breadcrumbs__nav {
  margin: 0 0 16px;
}

.postocd-breadcrumbs__list,
.postocd-breadcrumbs__nav .breadcrumb,
.postocd-breadcrumbs__nav #breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--postocd-muted);
  font-size: 16px;
}

.postocd-breadcrumbs__item + .postocd-breadcrumbs__item::before,
.postocd-breadcrumbs__nav .breadcrumb > span + span::before,
.postocd-breadcrumbs__nav #breadcrumbs > span + span::before {
  content: '/';
  margin-right: 8px;
  color: var(--postocd-border-strong, #8d9b9f);
}

.postocd-breadcrumbs__nav a,
.postocd-breadcrumbs__nav .breadcrumb a,
.postocd-breadcrumbs__nav #breadcrumbs a {
  color: var(--postocd-accent-dark);
  text-decoration: none;
}

.postocd-layout--with-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(260px, 1fr);
  gap: 32px;
  align-items: start;
}

.postocd-sidebar {
  border: 2px solid var(--postocd-border);
  background: var(--postocd-bg-soft);
  padding: 20px;
}

.postocd-sidebar__block + .postocd-sidebar__block {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid var(--postocd-border);
}

.postocd-sidebar__title {
  margin: 0 0 16px;
  font-size: 18px;
  color: var(--postocd-text);
}

.postocd-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.postocd-sidebar__list li + li {
  margin-top: 14px;
}

.postocd-sidebar__list a {
  display: inline-block;
  color: var(--postocd-text);
  text-decoration: none;
  font-weight: 600;
}

.postocd-sidebar__list time {
  display: block;
  margin-top: 4px;
  color: var(--postocd-muted);
  font-size: 14px;
}

.postocd-link--pdf {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.postocd-link__icon {
  color: #b51f1f;
}

.postocd-card-grid--archive-causes {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.postocd-card-grid--archive-causes .postocd-card__title {
  font-size: 18px;
}

@media (max-width: 1200px) {
  .postocd-card-grid--archive-causes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .postocd-layout--with-sidebar {
    grid-template-columns: 1fr;
  }

  .postocd-card-grid--archive-causes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .postocd-card-grid--archive-causes {
    grid-template-columns: 1fr;
  }
}

.postocd-template-head {margin:0 0 32px;}
.postocd-template-head__title {margin:0;color:#6b909e;font-size:64px;line-height:1.05;font-weight:400;letter-spacing:-0.02em;}
.postocd-template-head .postocd-breadcrumbs,
.postocd-template-head .postocd-breadcrumbs__nav {margin:8px 0 0;}
.postocd-template-head .postocd-breadcrumbs__list,
.postocd-template-head .postocd-breadcrumbs__nav .breadcrumb,
.postocd-template-head .postocd-breadcrumbs__nav #breadcrumbs {font-size:16px;color:#2f6c80;}
.postocd-template-head .postocd-breadcrumbs__nav a,
.postocd-template-head .postocd-breadcrumbs__nav .breadcrumb a,
.postocd-template-head .postocd-breadcrumbs__nav #breadcrumbs a,
.postocd-template-head .postocd-breadcrumbs__item + .postocd-breadcrumbs__item::before,
.postocd-template-head .postocd-breadcrumbs__nav .breadcrumb > span + span::before,
.postocd-template-head .postocd-breadcrumbs__nav #breadcrumbs > span + span::before {color:#2f6c80;}
.postocd-page__featured--full img {display:block;width:100%;height:auto;}
.postocd-page__content--base {font-size:18px;line-height:1.75;color:#222;}
.postocd-page__content--base p {margin-bottom:22px;}
.postocd-page__content--base hr {margin:32px 0;border:none;border-top:2px solid #d3d7d8;}
.postocd-page__content--base .gallery,
.postocd-page__content--base .wp-block-gallery {margin:40px 0;}
.postocd-page__content--base iframe,
.postocd-page__content--base video {max-width:100%;}
.postocd-link--pdf {font-weight:500;color:#2f6c80;text-decoration:none;}
.postocd-link--pdf .postocd-link__icon {font-size:1.35em;color:#d42929;}
.postocd-split-layout {display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,46%);gap:48px;align-items:start;}
.postocd-split-layout__main,
.postocd-split-layout__aside {min-width:0;}
.postocd-form-card {padding-top:4px;}
.postocd-form-card .wpcf7-form > p:first-child,
.postocd-form-card .wpcf7-form > div:first-child {margin-top:0;}
.postocd-form-card input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.postocd-form-card select,
.postocd-form-card textarea {width:100%;max-width:100%;border:2px solid #c9c9c9;min-height:42px;padding:8px 12px;background:#fff;}
.postocd-form-card textarea {min-height:192px;}
.postocd-form-card input[type="submit"],
.postocd-form-card button,
.postocd-form-card .wpcf7-submit {display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;background:#2f6c80;color:#fff;border:0;border-radius:4px;font-weight:600;}
.postocd-form-card label {display:block;font-weight:600;margin-bottom:6px;}
.postocd-map-block {margin-top:48px;}
.postocd-map-block iframe,.postocd-map-block .leaflet-container{width:100%!important;min-height:420px;}
.postocd-postulatori-grid {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:32px;}
.postocd-postulatore-card {border:2px solid #d6dada;padding:32px;background:#fff;}
.postocd-postulatore-card img {display:block;max-width:280px;width:100%;height:auto;margin:0 auto 24px;border-radius:998px;aspect-ratio:1/1;object-fit:cover;}
.postocd-postulatore-card h2,.postocd-postulatore-card h3 {margin:0 0 6px;color:#6b909e;font-size:32px;font-weight:400;text-align:center;}
.postocd-postulatore-card h4,.postocd-postulatore-card strong:first-child {text-align:center;display:block;}
.postocd-postulatore-card p,.postocd-postulatore-card li {font-size:18px;line-height:1.75;}
.postocd-postulatore-card ul,.postocd-postulatore-card ol {padding-left:20px;}
.postocd-postulatore-card .social-icons,.postocd-postulatore-card .postocd-social-inline {display:flex;justify-content:center;gap:16px;margin:16px 0;}
.postocd-page--contatti .postocd-page__content--base strong,
.postocd-page--reliquie .postocd-page__content--base strong {font-weight:700;}
@media (max-width: 1200px){
  .postocd-template-head__title {font-size:54px;}
}
@media (max-width: 992px){
  .postocd-split-layout {grid-template-columns:1fr;gap:32px;}
  .postocd-postulatori-grid {grid-template-columns:1fr;}
  .postocd-template-head__title {font-size:46px;}
}
@media (max-width: 576px){
  .postocd-template-head__title {font-size:36px;}
  .postocd-page__content--base {font-size:16px;line-height:1.65;}
}

:root{
  --postocd-editorial-title:#366575;
  --postocd-editorial-ui:#6b909e;
  --postocd-editorial-ui-dark:#366575;
  --postocd-editorial-border:#8ca7b0;
}
.postocd-template-head__title{color:var(--postocd-editorial-title);}
.postocd-template-head .postocd-breadcrumbs__list,
.postocd-template-head .postocd-breadcrumbs__nav .breadcrumb,
.postocd-template-head .postocd-breadcrumbs__nav #breadcrumbs,
.postocd-template-head .postocd-breadcrumbs__nav a,
.postocd-template-head .postocd-breadcrumbs__nav .breadcrumb a,
.postocd-template-head .postocd-breadcrumbs__nav #breadcrumbs a,
.postocd-template-head .postocd-breadcrumbs__item + .postocd-breadcrumbs__item::before,
.postocd-template-head .postocd-breadcrumbs__nav .breadcrumb > span + span::before,
.postocd-template-head .postocd-breadcrumbs__nav #breadcrumbs > span + span::before{color:#6f7476;}
.postocd-form-card input[type="submit"],
.postocd-form-card button,
.postocd-form-card .wpcf7-submit{background:var(--postocd-editorial-ui);}
.postocd-form-card input[type="submit"]:hover,
.postocd-form-card button:hover,
.postocd-form-card .wpcf7-submit:hover,
.postocd-form-card input[type="submit"]:focus,
.postocd-form-card button:focus,
.postocd-form-card .wpcf7-submit:focus{background:var(--postocd-editorial-ui-dark);}
.postocd-page--contatti .postocd-page__content--base a,
.postocd-page--reliquie .postocd-page__content--base a,
.postocd-page--documenti a{color:var(--postocd-editorial-title);}
.postocd-page--documenti .postocd-template-head{margin-bottom:48px;}
.postocd-page--documenti .postocd-documenti-list{margin-top:36px;}
.postocd-page--documenti .postocd-docrow--editorial{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:36px;align-items:center;padding:36px 0;border-bottom:2px solid var(--postocd-editorial-border);}
.postocd-page--documenti .postocd-docrow__main{min-width:0}
.postocd-page--documenti .postocd-docrow__title{margin:0;font-size:32px;line-height:1.2;font-weight:400;color:var(--postocd-editorial-title);}
.postocd-page--documenti .postocd-docrow__title a{color:var(--postocd-editorial-title);text-decoration:none;}
.postocd-page--documenti .postocd-docrow__title a:hover{color:var(--postocd-editorial-title);text-decoration:none;opacity:.92;}
.postocd-page--documenti .postocd-docrow__desc{margin-top:14px;font-size:18px;line-height:1.75;color:#202020;}
.postocd-page--documenti .postocd-docrow__desc p:last-child{margin-bottom:0;}
.postocd-page--documenti .postocd-docrow__aside{display:flex;align-items:center;justify-content:flex-end;}
.postocd-page--documenti .postocd-docrow__button{display:inline-flex;align-items:center;justify-content:center;min-width:320px;padding:16px 24px;background:var(--postocd-editorial-ui);color:#fff !important;text-decoration:none;border-radius:4px;font-size:18px;font-weight:600;line-height:1.2;border:0;}
.postocd-page--documenti .postocd-docrow__button:hover,
.postocd-page--documenti .postocd-docrow__button:focus{background:var(--postocd-editorial-ui-dark);color:#fff !important;text-decoration:none;}
@media (max-width: 992px){
  .postocd-page--documenti .postocd-docrow--editorial{grid-template-columns:1fr;gap:20px;align-items:start;}
  .postocd-page--documenti .postocd-docrow__aside{justify-content:flex-start;}
  .postocd-page--documenti .postocd-docrow__button{min-width:0;width:100%;}
}

.postocd-section-head--archive-news,
.postocd-section-head--archive-causes{margin:0 0 40px;}
.postocd-section-head--archive-news .postocd-breadcrumbs,
.postocd-section-head--archive-news .postocd-breadcrumbs__nav,
.postocd-section-head--archive-causes .postocd-breadcrumbs,
.postocd-section-head--archive-causes .postocd-breadcrumbs__nav,
.postocd-single-news__header--editorial .postocd-breadcrumbs,
.postocd-single-news__header--editorial .postocd-breadcrumbs__nav{margin:0 0 12px;}
.postocd-section-head--archive-news .postocd-section-title,
.postocd-section-head--archive-causes .postocd-section-title,
.postocd-single-news__header--editorial .postocd-single-news__title{font-size:clamp(44px,4.8vw,70px);line-height:1.05;font-weight:400;letter-spacing:-0.03em;color:#222 !important;}
.postocd-single-news__header--editorial .postocd-single-news__meta,
.postocd-news-card__meta{font-size:14px;line-height:1.35;color:#8c8c8c;}
.postocd-news-grid{gap:38px 30px;}
.postocd-news-card--archive,
.postocd-card--causa-archive{display:flex;flex-direction:column;border:0;background:transparent;box-shadow:none;}
.postocd-news-card--archive .postocd-news-card__header{display:block;margin:0 0 16px;}
.postocd-news-card--archive .postocd-news-card__title{margin:2px 0 0;font-size:26px;line-height:1.1;font-weight:400;letter-spacing:-0.01em;}
.postocd-news-card--archive .postocd-news-card__title a,
.postocd-card--causa-archive .postocd-card__title a{color:var(--postocd-editorial-title);text-decoration:none;}
.postocd-news-card--archive .postocd-news-card__title a:hover,
.postocd-card--causa-archive .postocd-card__title a:hover{color:var(--postocd-editorial-ui-dark);text-decoration:none;}
.postocd-news-card--archive .postocd-news-card__media,
.postocd-card--causa-archive .postocd-card__media{display:block;order:0;margin:0 0 16px;}
.postocd-news-card--archive .postocd-news-card__media img,
.postocd-card--causa-archive .postocd-card__media img,
.postocd-card--causa-archive .postocd-card__placeholder{aspect-ratio:16/10;border:0;display:block;}
.postocd-news-card--archive .postocd-card__body,
.postocd-card--causa-archive .postocd-card__body{padding:0;gap:12px;}
.postocd-news-card--archive .postocd-card__text,
.postocd-card--causa-archive .postocd-card__text{font-size:16px;line-height:1.72;color:#333;}
.postocd-news-card--archive .postocd-card__text p:last-child,
.postocd-card--causa-archive .postocd-card__text p:last-child{margin-bottom:0;}
.postocd-news-card--archive .postocd-card__link,
.postocd-card--causa-archive .postocd-card__link{margin-top:auto;color:var(--postocd-editorial-title);font-weight:500;text-decoration:none;}
.postocd-card--causa-archive .postocd-card__title{margin:0 0 16px;text-align:center;font-size:26px;line-height:1.15;font-weight:400;letter-spacing:-0.01em;}
.postocd-card-grid--archive-causes{gap:42px 24px;}

.postocd-news-archive .postocd-sidebar--news,
.postocd-single-news .postocd-sidebar--news{border:0;background:transparent;padding:0;}
.postocd-news-archive .postocd-sidebar__block,
.postocd-single-news .postocd-sidebar__block{padding:0;margin:0 0 32px;border:0;}
.postocd-news-archive .postocd-sidebar__title,
.postocd-single-news .postocd-sidebar__title{display:block;margin:0 0 16px;padding:0 0 10px;font-size:32px;line-height:1.1;font-weight:400;color:#222;border-bottom:2px solid #d7e0e4;position:relative;}
.postocd-news-archive .postocd-sidebar__title::after,
.postocd-single-news .postocd-sidebar__title::after{content:'';position:absolute;left:0;bottom:-2px;width:92px;height:2px;background:var(--postocd-editorial-title);}
.postocd-news-archive .postocd-sidebar__list,
.postocd-single-news .postocd-sidebar__list{display:block;}
.postocd-news-archive .postocd-sidebar__list li,
.postocd-single-news .postocd-sidebar__list li{padding:14px 0;border-bottom:2px solid #e2e8ea;margin:0;}
.postocd-news-archive .postocd-sidebar__list a,
.postocd-single-news .postocd-sidebar__list a{color:#222;font-weight:400;text-decoration:none;}
.postocd-news-archive .postocd-sidebar__list a:hover,
.postocd-single-news .postocd-sidebar__list a:hover{color:var(--postocd-editorial-title);}
.postocd-sidebar__list--years li a{display:block;color:#222;}
.postocd-sidebar__list--years li.current-year a,
.postocd-sidebar__list--years li a[aria-current="page"]{color:var(--postocd-editorial-title);font-weight:600;}
.postocd-sidebar__item--with-thumb{display:grid;grid-template-columns:88px minmax(0,1fr);gap:14px;align-items:start;}
.postocd-sidebar__thumb{display:block;}
.postocd-sidebar__thumb img,.postocd-sidebar__thumb-placeholder{display:block;width:88px;height:88px;object-fit:cover;background:#eef2f4;}
.postocd-sidebar__item-main a{display:block;font-size:16px;line-height:1.2;color:var(--postocd-editorial-title);}
.postocd-sidebar__item-main time{margin-top:6px;font-size:14px;color:#7a7a7a;}

.postocd-pagination{display:flex;justify-content:center;margin-top:56px;}
.postocd-pagination .nav-links,
.postocd-pagination .page-numbers{display:flex;flex-wrap:wrap;justify-content:center;gap:0;}
.postocd-pagination a.page-numbers,
.postocd-pagination span.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:44px;padding:0 14px;border:2px solid #d7e0e4;border-left:0;background:#fff;color:var(--postocd-editorial-title);text-decoration:none;font-size:16px;font-weight:500;line-height:1;}
.postocd-pagination .page-numbers:first-child{border-left:2px solid #d7e0e4;border-top-left-radius:4px;border-bottom-left-radius:4px;}
.postocd-pagination .page-numbers:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px;}
.postocd-pagination a.page-numbers:hover{background:#f3f7f8;color:var(--postocd-editorial-ui-dark);}
.postocd-pagination .current{background:#f3f7f8;color:var(--postocd-editorial-title);font-weight:700;}
.postocd-pagination .dots{background:#fff;color:#9aaab0;}

.postocd-map-block{margin-top:52px;position:relative;overflow:hidden;isolation:isolate;background:#f7f7f7;border:2px solid #d7e0e4;}
.postocd-map-block > p{margin:0;}
.postocd-map-block iframe,
.postocd-map-block .leaflet-container{display:block;width:100%!important;min-height:420px;background:#eef2f4;}
.postocd-map-block .leaflet-container{z-index:1;}

.postocd-page--documenti .postocd-docrow--editorial{align-items:center;padding:40px 0;}
.postocd-page--documenti .postocd-docrow__aside{align-self:center;}
.postocd-page--documenti .postocd-docrow__button{min-height:58px;}
.postocd-page--documenti .postocd-docrow__desc{max-width:62ch;}

@media (max-width:1200px){
  .postocd-news-grid{gap:36px 24px;}
  .postocd-news-card--archive .postocd-news-card__title,
  .postocd-card--causa-archive .postocd-card__title{font-size:24px;}
  .postocd-news-archive .postocd-sidebar__title,
  .postocd-single-news .postocd-sidebar__title{font-size:28px;}
}
@media (max-width:992px){
  .postocd-section-head--archive-news .postocd-section-title,
  .postocd-section-head--archive-causes .postocd-section-title,
  .postocd-single-news__header--editorial .postocd-single-news__title{font-size:clamp(36px,7vw,52px);}
  .postocd-sidebar__item--with-thumb{grid-template-columns:72px minmax(0,1fr);}
  .postocd-sidebar__thumb img,.postocd-sidebar__thumb-placeholder{width:72px;height:72px;}
}
@media (max-width:576px){
  .postocd-news-card--archive .postocd-news-card__title,
  .postocd-card--causa-archive .postocd-card__title{font-size:22px;}
  .postocd-pagination a.page-numbers,
  .postocd-pagination span.page-numbers{min-width:44px;height:40px;padding:0 10px;font-size:14px;}
}

.postocd-section-head--archive-news .postocd-breadcrumbs__list,
.postocd-section-head--archive-news .postocd-breadcrumbs__nav .breadcrumb,
.postocd-section-head--archive-news .postocd-breadcrumbs__nav #breadcrumbs,
.postocd-section-head--archive-news .postocd-breadcrumbs__nav a,
.postocd-section-head--archive-news .postocd-breadcrumbs__nav .breadcrumb a,
.postocd-section-head--archive-news .postocd-breadcrumbs__nav #breadcrumbs a,
.postocd-section-head--archive-news .postocd-breadcrumbs__item + .postocd-breadcrumbs__item::before,
.postocd-section-head--archive-news .postocd-breadcrumbs__nav .breadcrumb > span + span::before,
.postocd-section-head--archive-news .postocd-breadcrumbs__nav #breadcrumbs > span + span::before,
.postocd-section-head--archive-causes .postocd-breadcrumbs__list,
.postocd-section-head--archive-causes .postocd-breadcrumbs__nav .breadcrumb,
.postocd-section-head--archive-causes .postocd-breadcrumbs__nav #breadcrumbs,
.postocd-section-head--archive-causes .postocd-breadcrumbs__nav a,
.postocd-section-head--archive-causes .postocd-breadcrumbs__nav .breadcrumb a,
.postocd-section-head--archive-causes .postocd-breadcrumbs__nav #breadcrumbs a,
.postocd-section-head--archive-causes .postocd-breadcrumbs__item + .postocd-breadcrumbs__item::before,
.postocd-section-head--archive-causes .postocd-breadcrumbs__nav .breadcrumb > span + span::before,
.postocd-section-head--archive-causes .postocd-breadcrumbs__nav #breadcrumbs > span + span::before,
.postocd-single-news__header--editorial .postocd-breadcrumbs__list,
.postocd-single-news__header--editorial .postocd-breadcrumbs__nav .breadcrumb,
.postocd-single-news__header--editorial .postocd-breadcrumbs__nav #breadcrumbs,
.postocd-single-news__header--editorial .postocd-breadcrumbs__nav a,
.postocd-single-news__header--editorial .postocd-breadcrumbs__nav .breadcrumb a,
.postocd-single-news__header--editorial .postocd-breadcrumbs__nav #breadcrumbs a,
.postocd-single-news__header--editorial .postocd-breadcrumbs__item + .postocd-breadcrumbs__item::before,
.postocd-single-news__header--editorial .postocd-breadcrumbs__nav .breadcrumb > span + span::before,
.postocd-single-news__header--editorial .postocd-breadcrumbs__nav #breadcrumbs > span + span::before{color:#6f7476 !important;}
.postocd-news-card--archive .postocd-news-card__header{margin:0 0 12px;}
.postocd-news-card--archive .postocd-news-card__title{margin:4px 0 0;}
.postocd-card--causa-archive .postocd-card__title{margin:0 0 14px;text-align:center;}
.postocd-news-card--archive .postocd-card__body,
.postocd-card--causa-archive .postocd-card__body{padding:0;}
.postocd-news-card--archive .postocd-card__link,
.postocd-card--causa-archive .postocd-card__link{display:inline-block;margin-top:12px;}
.postocd-single-news__header--editorial .postocd-single-news__title{color:#1f1f1f !important;}

.postocd-news-card--archive .postocd-news-card__media,
.postocd-card--causa-archive .postocd-card__media{margin:0 0 16px;}
.postocd-news-card--archive .postocd-news-card__header{display:block;order:1;margin:0 0 14px;}
.postocd-news-card--archive .postocd-news-card__meta{margin:0 0 6px;}
.postocd-news-card--archive .postocd-news-card__title{margin:0;}
.postocd-card--causa-archive .postocd-card__title{order:1;margin:0 0 14px;text-align:center;}
.postocd-news-card--archive .postocd-card__body,
.postocd-card--causa-archive .postocd-card__body{order:2;}

.postocd-template-head--single-causa{margin-bottom:32px;}
.postocd-eyebrow--single-causa{margin:0 0 8px;color:var(--postocd-editorial-title);font-size:16px;font-weight:500;letter-spacing:0;text-transform:none;}
.postocd-template-head__title--single-causa{color:var(--postocd-editorial-title);}
.postocd-single-causa__subtitle{margin:10px 0 0;color:#5f6668;font-size:16px;line-height:1.6;max-width:70ch;}
.postocd-single-causa__featured{margin-bottom:48px;}
.postocd-single-causa__featured img{display:block;width:100%;height:auto;border:0;}
.postocd-side-layout--single-causa{grid-template-columns:220px minmax(0,1fr);gap:36px;align-items:start;}
.postocd-side-layout--single-causa .postocd-side-layout__aside{align-self:start;}
.postocd-local-nav--single-causa{position:sticky;top:120px;z-index:3;padding:18px 16px;background:#eef2f4;border-color:#d8e0e3;}
.postocd-local-nav--single-causa a{display:block;color:var(--postocd-editorial-title);font-weight:500;line-height:1.35;}
.postocd-local-nav--single-causa a:hover{color:var(--postocd-editorial-ui-dark);}
.postocd-single--causa .postocd-content-block{padding-top:26px;}
.postocd-single--causa .postocd-content-block__title{margin:0 0 16px;color:var(--postocd-editorial-title);font-size:32px;font-weight:400;line-height:1.1;}
.postocd-single--causa .postocd-content-block__content{font-size:16px;line-height:1.82;color:#232323;}
.postocd-single--causa .postocd-content-block__content p{margin-bottom:16px;}
.postocd-single--causa .postocd-content-block__content a{color:var(--postocd-editorial-title);text-decoration:none;}
.postocd-single--causa .postocd-content-block__content a:hover{text-decoration: none !important;}
.postocd-single--causa .postocd-content-block--iconografia .gallery,
.postocd-single--causa .postocd-content-block--iconografia .wp-block-gallery,
.postocd-single--causa .postocd-content-block--iconografia .blocks-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
.postocd-single--causa .postocd-content-block--iconografia figure{margin:0;}
.postocd-single--causa .postocd-content-block--iconografia img{display:block;max-width:100%;height:auto;}
.postocd-resource-list{list-style:none;margin:0;padding:0;display:grid;gap:12px;}
.postocd-resource-list a{color:var(--postocd-editorial-title);text-decoration:none;line-height:1.55;}
.postocd-resource-list a:hover{color:var(--postocd-editorial-ui-dark);text-decoration: none !important;}
.postocd-event-list{display:grid;gap:28px;}
.postocd-event-teaser{padding-top:4px;}
.postocd-event-teaser__date{margin:0 0 6px;color:var(--postocd-editorial-title);font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;}
.postocd-event-teaser__title{margin:0 0 14px;font-size:28px;font-weight:400;line-height:1.15;}
.postocd-event-teaser__title a{color:var(--postocd-editorial-title);text-decoration:none;}
.postocd-event-teaser__title a:hover{color:var(--postocd-editorial-ui-dark);}
.postocd-event-teaser__media{display:inline-block;max-width:240px;}
.postocd-event-teaser__media img{display:block;width:100%;height:auto;}
.postocd-page--postulazione .postocd-template-head{margin-bottom:22px;}
.postocd-page--postulazione .postocd-template-head__title{color:var(--postocd-editorial-title);}
.postocd-page--postulazione .postocd-page__content--ufficio-intro{margin-bottom:38px;font-size:18px;line-height:1.8;color:#232323;}
.postocd-postulatori-grid--editorial,.postocd-postulatori-grid--legacy{gap:16px;align-items:stretch;}
.postocd-postulatore-card--editorial,.postocd-postulatore-card--legacy{padding:30px 28px 34px;border:2px solid #d8e0e3;background:#fff;display:flex;flex-direction:column;}
.postocd-postulatore-card--editorial .postocd-postulatore-card__media,.postocd-postulatore-card--legacy .postocd-postulatore-card__media{margin:0 0 22px;text-align:center;}
.postocd-postulatore-card--editorial .postocd-postulatore-card__media img,.postocd-postulatore-card--legacy .postocd-postulatore-card__media img:first-of-type{display:block;width:min(230px,100%);aspect-ratio:1/1;object-fit:cover;border-radius:998px;margin:0 auto;}
.postocd-postulatore-card--editorial .postocd-postulatore-card__name,.postocd-postulatore-card--legacy h2,.postocd-postulatore-card--legacy h3{margin:0 0 6px;color:var(--postocd-editorial-title);font-size:34px;font-weight:400;line-height:1.15;text-align:center;}
.postocd-postulatore-card--editorial .postocd-postulatore-card__role,.postocd-postulatore-card--legacy h4,.postocd-postulatore-card--legacy h5{margin:0;color:#333;font-size:18px;line-height:1.35;text-align:center;font-weight:400;}
.postocd-postulatore-card--editorial .postocd-postulatore-card__socials{display:flex;justify-content:center;gap:22px;margin:16px 0 20px;}
.postocd-postulatore-card--editorial .postocd-postulatore-card__socials a,.postocd-postulatore-card--legacy a{color:var(--postocd-editorial-title);text-decoration:none;}
.postocd-postulatore-card--editorial .postocd-postulatore-card__socials a:hover,.postocd-postulatore-card--legacy a:hover{color:var(--postocd-editorial-ui-dark);}
.postocd-postulatore-card--editorial .postocd-postulatore-card__bio,.postocd-postulatore-card--legacy .postocd-postulatore-card__legacy-body{font-size:18px;line-height:1.8;color:#232323;}
.postocd-postulatore-card--editorial .postocd-postulatore-card__bio > *:first-child,.postocd-postulatore-card--legacy .postocd-postulatore-card__legacy-body > *:first-child{margin-top:0;}
.postocd-postulatore-card--editorial .postocd-postulatore-card__bio > *:last-child,.postocd-postulatore-card--legacy .postocd-postulatore-card__legacy-body > *:last-child{margin-bottom:0;}
.postocd-postulatore-card--legacy .postocd-postulatore-card__legacy-body p{text-align:left;}
.postocd-postulatore-card--legacy .postocd-postulatore-card__legacy-body p:has(a i.fa-facebook-f),
.postocd-postulatore-card--legacy .postocd-postulatore-card__legacy-body p:has(a i.fa-x-twitter),
.postocd-postulatore-card--legacy .postocd-postulatore-card__legacy-body p:has(a i.fa-twitter),
.postocd-postulatore-card--legacy .postocd-postulatore-card__legacy-body p:has(a i.fa-facebook),
.postocd-postulatore-card--legacy .postocd-postulatore-card__legacy-body p:has(a i.fab){display:flex;justify-content:center;gap:16px;margin:16px 0 18px;}
.postocd-postulatore-card--legacy .postocd-postulatore-card__legacy-body p:has(a i.fa-facebook-f) a,
.postocd-postulatore-card--legacy .postocd-postulatore-card__legacy-body p:has(a i.fa-x-twitter) a,
.postocd-postulatore-card--legacy .postocd-postulatore-card__legacy-body p:has(a i.fa-twitter) a,
.postocd-postulatore-card--legacy .postocd-postulatore-card__legacy-body p:has(a i.fab) a{font-size:18px;}
.postocd-postulatore-card--legacy .postocd-postulatore-card__legacy-body p:has(a[href$=".pdf"]),
.postocd-postulatore-card--legacy .postocd-postulatore-card__legacy-body p:has(a .fa-file-pdf),
.postocd-postulatore-card--legacy .postocd-postulatore-card__legacy-body p:has(a img[alt*="pdf" i]){margin:16px 0 20px;text-align:left;}
@media (max-width: 992px){
  .postocd-side-layout--single-causa{grid-template-columns:1fr;gap:24px;}
  .postocd-side-layout--single-causa .postocd-side-layout__aside{position:static;}
  .postocd-local-nav--single-causa{position:static;top:auto;}
  .postocd-single--causa .postocd-content-block--iconografia .gallery,
  .postocd-single--causa .postocd-content-block--iconografia .wp-block-gallery,
  .postocd-single--causa .postocd-content-block--iconografia .blocks-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 576px){
  .postocd-single--causa .postocd-content-block__title{font-size:26px;}
  .postocd-event-teaser__title{font-size:24px;}
  .postocd-single--causa .postocd-content-block--iconografia .gallery,
  .postocd-single--causa .postocd-content-block--iconografia .wp-block-gallery,
  .postocd-single--causa .postocd-content-block--iconografia .blocks-gallery-grid{grid-template-columns:1fr;}
  .postocd-postulatore-card--editorial .postocd-postulatore-card__name{font-size:28px;}
}

.postocd-side-layout--single-causa{align-items:start;}
.postocd-side-layout--single-causa .postocd-side-layout__aside{align-self:start;position:sticky;top:120px;height:max-content;}
.postocd-local-nav--single-causa{position:static;top:auto;}

.postocd-page--postulazione .postocd-page__content--ufficio-intro{margin-bottom:32px;max-width:none;font-size:18px;line-height:1.78;color:#232323;}
.postocd-page--postulazione .postocd-page__content--ufficio-intro p:last-child{margin-bottom:0;}
.postocd-page--postulazione .postocd-postulatori-grid--editorial{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:0;align-items:stretch;}
.postocd-page--postulazione .postocd-postulatore-card--editorial{display:flex;flex-direction:column;align-items:stretch;padding:30px 28px 34px;border:2px solid #d8e0e3;background:#fff;min-height:100%;}
.postocd-page--postulazione .postocd-postulatore-card--editorial .postocd-postulatore-card__media{margin:0 0 22px;text-align:center;}
.postocd-page--postulazione .postocd-postulatore-card--editorial .postocd-postulatore-card__media img{display:block;width:min(230px,100%);height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:998px;margin:0 auto;background:#edf1f2;}
.postocd-page--postulazione .postocd-postulatore-card--editorial .postocd-postulatore-card__name{margin:0 0 6px;color:var(--postocd-editorial-title);font-size:32px;font-weight:400;line-height:1.15;text-align:center;}
.postocd-page--postulazione .postocd-postulatore-card--editorial .postocd-postulatore-card__role{margin:0 0 14px;color:#333;font-size:18px;line-height:1.35;text-align:center;font-weight:400;}
.postocd-page--postulazione .postocd-postulatore-card__socials{display:flex;justify-content:center;gap:20px;margin:4px 0 16px;}
.postocd-page--postulazione .postocd-postulatore-card__socials a{display:inline-flex;align-items:center;justify-content:center;color:var(--postocd-editorial-title);text-decoration:none;font-size:16px;line-height:1;}
.postocd-page--postulazione .postocd-postulatore-card__socials a:hover{color:var(--postocd-editorial-ui-dark);}
.postocd-page--postulazione .postocd-postulatore-card__curriculum{margin:0 0 16px;text-align:center;}
.postocd-page--postulazione .postocd-postulatore-card__curriculum a{color:var(--postocd-editorial-title);text-decoration:none;font-weight:500;}
.postocd-page--postulazione .postocd-postulatore-card__curriculum a:hover{text-decoration: none !important;}
.postocd-page--postulazione .postocd-postulatore-card__bio{margin-top:6px;font-size:16px;line-height:1.78;color:#232323;}
.postocd-page--postulazione .postocd-postulatore-card__bio > *:first-child{margin-top:0;}
.postocd-page--postulazione .postocd-postulatore-card__bio > *:last-child{margin-bottom:0;}
@media (max-width: 992px){
  .postocd-side-layout--single-causa .postocd-side-layout__aside{position:static;top:auto;height:auto;}
  .postocd-page--postulazione .postocd-postulatori-grid--editorial{grid-template-columns:1fr;}
}

.postocd-page--postulazione .postocd-postulatore-card__bio{font-size:18px;line-height:1.9;color:#232323;}
.postocd-page--postulazione .postocd-postulatore-card__bio p{font-size:18px;line-height:1.9;margin:0 0 16px;}
.postocd-page--postulazione .postocd-postulatore-card__bio p:last-child{margin-bottom:0;}

.postocd-page--postulazione .postocd-postulatore-card--editorial .postocd-postulatore-card__bio,
.postocd-page--postulazione .postocd-postulatore-card--editorial .postocd-postulatore-card__bio p,
.postocd-page--postulazione .postocd-postulatore-card--editorial .postocd-postulatore-card__bio li {
  font-size: 18px !important;
  line-height: 1.9 !important;
}
.postocd-page--postulazione .postocd-postulatore-card--editorial .postocd-postulatore-card__bio li + li {
  margin-top: 6px;
}

body.page-template-page-templates\/template-postulazione .postocd-postulazione-card__bio,
body.page-template-page-templates\/template-postulazione .postocd-postulazione-card__bio *,
body.page-template-template-postulazione .postocd-postulazione-card__bio,
body.page-template-template-postulazione .postocd-postulazione-card__bio *,
body.page-template-page-templatestemplate-postulazione-php .postocd-postulazione-card__bio,
body.page-template-page-templatestemplate-postulazione-php .postocd-postulazione-card__bio * {
  font-size: 16px !important;
  line-height: 1.75 !important;
}

body.page-template-page-templates\/template-postulazione .postocd-postulazione-card__bio p,
body.page-template-page-templates\/template-postulazione .postocd-postulazione-card__bio li,
body.page-template-template-postulazione .postocd-postulazione-card__bio p,
body.page-template-template-postulazione .postocd-postulazione-card__bio li,
body.page-template-page-templatestemplate-postulazione-php .postocd-postulazione-card__bio p,
body.page-template-page-templatestemplate-postulazione-php .postocd-postulazione-card__bio li {
  margin-bottom: 16px !important;
}

.postocd-page--ufficio-postulazione {
  padding-top: 42px;
  padding-bottom: 52px;
  background: #fff;
}

.postocd-page--ufficio-postulazione .container {
  max-width: 1280px;
}

.postocd-ufficio-postulazione {
  color: #232323;
}

.postocd-ufficio-head {
  margin-bottom: 20px;
}

.postocd-ufficio-title {
  margin: 0 0 6px;
  color: var(--postocd-editorial-title, #366575);
  font-size: clamp(40px, 4.3vw, 64px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.postocd-page--ufficio-postulazione .postocd-breadcrumbs {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.postocd-page--ufficio-postulazione .postocd-breadcrumbs a {
  color: #333;
  text-decoration: none;
}

.postocd-page--ufficio-postulazione .postocd-breadcrumbs a:hover {
  color: var(--postocd-editorial-title, #366575);
  text-decoration: none !important;
}

.postocd-ufficio-intro {
  max-width: 1120px;
  margin: 0 auto 40px;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.82;
  text-align: center;
}

.postocd-ufficio-intro p:last-child {
  margin-bottom: 0;
}

.postocd-ufficio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.postocd-ufficio-card {
  min-height: 100%;
  padding: 34px 32px 38px;
  background: #fff;
  border: 2px solid #d8e0e3;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.postocd-ufficio-card__media {
  margin: 0 0 22px;
  text-align: center;
}

.postocd-ufficio-card__media img {
  display: block;
  width: min(230px, 100%);
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 998px;
  margin: 0 auto;
  background: #edf1f2;
}

.postocd-ufficio-card__name {
  margin: 0 0 6px;
  color: var(--postocd-editorial-title, #366575);
  font-size: clamp(28px, 2.25vw, 34px);
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
}

.postocd-ufficio-card__role {
  margin: 0 0 16px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.postocd-ufficio-card__bio {
  margin-top: 4px;
  color: #232323;
  font-size: 16px;
  line-height: 1.82;
}

.postocd-ufficio-card__bio p,
.postocd-ufficio-card__bio li {
  font-size: 16px;
  line-height: 1.82;
}

.postocd-ufficio-card__bio > *:first-child {
  margin-top: 0;
}

.postocd-ufficio-card__bio > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .postocd-ufficio-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .postocd-page--ufficio-postulazione {
    padding-top: 30px;
    padding-bottom: 42px;
  }

  .postocd-ufficio-card {
    padding: 28px 22px 32px;
  }

  .postocd-ufficio-intro {
    text-align: left;
  }
}

:root {
  --postocd-final-title: var(--postocd-editorial-title, #6b909e);
  --postocd-final-breadcrumb: #6f7476;
}

.postocd-template-head__title,
.postocd-page__title,
.postocd-section-head .postocd-section-title,
.postocd-section-head--archive-news .postocd-section-title,
.postocd-section-head--archive-causes .postocd-section-title,
.postocd-single-news__header--editorial .postocd-single-news__title,
.postocd-search-results .postocd-page__title {
  color: var(--postocd-final-title) !important;
}

.postocd-template-head .postocd-breadcrumbs__list,
.postocd-template-head .postocd-breadcrumbs__nav .breadcrumb,
.postocd-template-head .postocd-breadcrumbs__nav #breadcrumbs,
.postocd-template-head .postocd-breadcrumbs__nav a,
.postocd-template-head .postocd-breadcrumbs__nav .breadcrumb a,
.postocd-template-head .postocd-breadcrumbs__nav #breadcrumbs a,
.postocd-template-head .postocd-breadcrumbs__item + .postocd-breadcrumbs__item::before,
.postocd-template-head .postocd-breadcrumbs__nav .breadcrumb > span + span::before,
.postocd-template-head .postocd-breadcrumbs__nav #breadcrumbs > span + span::before,
.postocd-section-head .postocd-breadcrumbs__list,
.postocd-section-head .postocd-breadcrumbs__nav .breadcrumb,
.postocd-section-head .postocd-breadcrumbs__nav #breadcrumbs,
.postocd-section-head .postocd-breadcrumbs__nav a,
.postocd-section-head .postocd-breadcrumbs__nav .breadcrumb a,
.postocd-section-head .postocd-breadcrumbs__nav #breadcrumbs a,
.postocd-section-head .postocd-breadcrumbs__item + .postocd-breadcrumbs__item::before,
.postocd-section-head .postocd-breadcrumbs__nav .breadcrumb > span + span::before,
.postocd-section-head .postocd-breadcrumbs__nav #breadcrumbs > span + span::before,
.postocd-single-news__header--editorial .postocd-breadcrumbs__list,
.postocd-single-news__header--editorial .postocd-breadcrumbs__nav .breadcrumb,
.postocd-single-news__header--editorial .postocd-breadcrumbs__nav #breadcrumbs,
.postocd-single-news__header--editorial .postocd-breadcrumbs__nav a,
.postocd-single-news__header--editorial .postocd-breadcrumbs__nav .breadcrumb a,
.postocd-single-news__header--editorial .postocd-breadcrumbs__nav #breadcrumbs a,
.postocd-single-news__header--editorial .postocd-breadcrumbs__item + .postocd-breadcrumbs__item::before,
.postocd-single-news__header--editorial .postocd-breadcrumbs__nav .breadcrumb > span + span::before,
.postocd-single-news__header--editorial .postocd-breadcrumbs__nav #breadcrumbs > span + span::before {
  color: var(--postocd-final-breadcrumb) !important;
}

.postocd-news-archive .postocd-sidebar__title,
.postocd-single-news .postocd-sidebar__title {
  color: var(--postocd-final-title) !important;
}

.postocd-sidebar__list--years li a,
.postocd-news-archive .postocd-sidebar__list--years li a,
.postocd-single-news .postocd-sidebar__list--years li a {
  color: var(--postocd-final-title) !important;
  font-weight: 700 !important;
}

.postocd-single-news__header--editorial .postocd-single-news__meta,
.postocd-single-news__header--editorial .postocd-single-news__meta time {
  color: var(--postocd-final-title) !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.postocd-search-results .postocd-pagination {
  margin-top: 56px;
}

.postocd-form-card .wpcf7 form label {
  display: block;
  margin-bottom: 14px;
  color: #232323;
  font-weight: 500;
}

.postocd-form-card .wpcf7 input[type="text"],
.postocd-form-card .wpcf7 input[type="email"],
.postocd-form-card .wpcf7 input[type="tel"],
.postocd-form-card .wpcf7 input[type="file"],
.postocd-form-card .wpcf7 textarea,
.postocd-form-card .wpcf7 select {
  width: 100%;
  margin-top: 6px;
}

.postocd-form-required-note,
.postocd-form-help,
.postocd-form-after-note {
  color: #4d5558;
  font-size: 16px;
  line-height: 1.55;
}

.postocd-form-required-note {
  margin: 0 0 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.postocd-form-after-note {
  margin: 20px 0 0;
}

.entry-content .postocd-news-thumb-gallery, .post-content .postocd-news-thumb-gallery {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(130px, 180px));
  gap: 18px;
  align-items: start;
  margin: 28px 0;
}
.entry-content .postocd-news-thumb-gallery .wp-block-image, .post-content .postocd-news-thumb-gallery .wp-block-image { margin: 0 !important; }
.entry-content .postocd-news-thumb-gallery img, .post-content .postocd-news-thumb-gallery img {
  width: 180px !important;
  height: 130px !important;
  max-width: 100%;
  object-fit: cover;
  cursor: zoom-in;
}
.entry-content a.postocd-news-pdf-single i.fa-file-pdf, .post-content a.postocd-news-pdf-single i.fa-file-pdf { display: none !important; }
.entry-content a.postocd-news-pdf-single::before, .post-content a.postocd-news-pdf-single::before {
  content: '\f1c1';
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 8px;
}

.postocd-cause-archive-connector .postocd-connector-breadcrumb {
  margin-bottom: 1.5rem;
}

.postocd-cause-archive-connector .postocd-connector-breadcrumb .breadcrumb,
.postocd-cause-archive-connector .postocd-connector-breadcrumb .yoast-breadcrumbs {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.postocd-cause-archive-connector .postocd-connector-breadcrumb a {
  text-decoration: none;
}

.postocd-cause-archive-connector .postocd-connector-breadcrumb a:hover,
.postocd-cause-archive-connector .postocd-connector-breadcrumb a:focus {
  text-decoration: underline;
}

.postocd-cause-archive-connector .postocd-page-header {
  margin-bottom: 2rem;
}

.postocd-cause-archive-connector .entry-title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.12;
  font-weight: 600;
}

.postocd-cause-archive-connector .postocd-page-intro {
  max-width: 58rem;
  font-size: 1.05rem;
  line-height: 1.7;
}

.postocd-cause-archive-connector .postocd-pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.postocd-cause-archive-connector .postocd-section-head--archive-causes {
  margin-bottom: 40px;
}
.postocd-cause-archive-connector .postocd-section-title {
  margin: 0;
}
.postocd-cause-archive-connector .postocd-breadcrumbs,
.postocd-cause-archive-connector .postocd-breadcrumb {
  margin-bottom: 16px;
}

:root {
  --postocd-ui-title: #366575;
  --postocd-ui-title-alt: #3f7386;
  --postocd-ui-eyebrow: #366575;
  --postocd-ui-link: #366575;
  --postocd-ui-link-hover: #254d5d;
  --postocd-ui-breadcrumb: #4c4c4c;
  --postocd-ui-breadcrumb-sep: #6f7476;
  --postocd-ui-copy: #232323;
}

.postocd-breadcrumbs,
.postocd-breadcrumbs__nav,
.postocd-template-head .postocd-breadcrumbs,
.postocd-template-head .postocd-breadcrumbs__nav,
.postocd-page--ufficio-postulazione .postocd-breadcrumbs {
  margin: 8px 0 0;
}

.postocd-breadcrumbs__list,
.postocd-breadcrumbs__nav .breadcrumb,
.postocd-breadcrumbs__nav #breadcrumbs,
.postocd-template-head .postocd-breadcrumbs__list,
.postocd-template-head .postocd-breadcrumbs__nav .breadcrumb,
.postocd-template-head .postocd-breadcrumbs__nav #breadcrumbs,
.postocd-page--ufficio-postulazione .postocd-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--postocd-ui-breadcrumb);
  font-size: clamp(14px, 1.35vw, 16px);
  line-height: 1.35;
  font-weight: 400;
}

.postocd-breadcrumbs__nav a,
.postocd-breadcrumbs__nav .breadcrumb a,
.postocd-breadcrumbs__nav #breadcrumbs a,
.postocd-page--ufficio-postulazione .postocd-breadcrumbs a,
.postocd-breadcrumbs__nav a:hover,
.postocd-breadcrumbs__nav .breadcrumb a:hover,
.postocd-breadcrumbs__nav #breadcrumbs a:hover,
.postocd-page--ufficio-postulazione .postocd-breadcrumbs a:hover {
  color: var(--postocd-ui-breadcrumb);
  text-decoration: none;
}

.postocd-breadcrumbs__item + .postocd-breadcrumbs__item::before,
.postocd-breadcrumbs__nav .breadcrumb > span + span::before,
.postocd-breadcrumbs__nav #breadcrumbs > span + span::before,
.postocd-template-head .postocd-breadcrumbs__item + .postocd-breadcrumbs__item::before,
.postocd-template-head .postocd-breadcrumbs__nav .breadcrumb > span + span::before,
.postocd-template-head .postocd-breadcrumbs__nav #breadcrumbs > span + span::before {
  content: '»';
  margin-right: 4px;
  color: var(--postocd-ui-breadcrumb-sep);
}

.postocd-eyebrow,
.postocd-card__eyebrow,
.postocd-404-page__eyebrow,
.postocd-single-news__eyebrow,
.postocd-template-head .postocd-eyebrow,
.postocd-single--causa .postocd-eyebrow {
  display: inline-block;
  margin: 0 0 8px;
  color: var(--postocd-ui-eyebrow);
  font-size: clamp(16px, 1.65vw, 22px);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.postocd-template-head__title,
.postocd-page__title,
.postocd-section-title,
.postocd-single-news__title,
.postocd-page h1,
.postocd-ufficio-title,
.postocd-404-page__title,
.postocd-home-hero__title,
.postocd-hero-card__title {
  margin: 0;
  color: var(--postocd-ui-title);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-wrap: balance;
}

.postocd-template-head__title,
.postocd-page h1,
.postocd-page__title,
.postocd-ufficio-title {
  font-size: clamp(40px, 5.8vw, 76px);
}

.postocd-content-block__title,
.postocd-postulatore-card h2,
.postocd-postulatore-card h3,
.postocd-sidebar__title {
  color: var(--postocd-ui-title);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.postocd-content-block__title {
  margin: 0 0 16px;
  font-size: clamp(28px, 2.5vw, 36px);
}

.postocd-page__content--base,
.postocd-page__content,
.postocd-content-block__content,
.postocd-single-news__content,
.postocd-ufficio-intro,
.postocd-postulatore-card p,
.postocd-postulatore-card li {
  color: var(--postocd-ui-copy);
}

.postocd-page__content--base a,
.postocd-page__content a,
.postocd-content-block__content a,
.postocd-ufficio-intro a,
.postocd-resource-list a,
.postocd-sidebar__list a,
.postocd-card__link,
.postocd-search-result__title a,
.postocd-news-card__title a,
.postocd-card__title a,
.postocd-docrow__title a,
.postocd-page--documenti a,
.postocd-page--contatti .postocd-page__content--base a,
.postocd-page--reliquie .postocd-page__content--base a,
.postocd-local-nav a,
.postocd-local-nav--single-causa a {
  color: var(--postocd-ui-link);
  text-decoration: none !important;
  text-decoration-thickness: 2px;
  text-underline-offset: .12em;
  text-decoration-skip-ink: auto;
}

.postocd-page__content--base a:hover,
.postocd-page__content a:hover,
.postocd-content-block__content a:hover,
.postocd-ufficio-intro a:hover,
.postocd-resource-list a:hover,
.postocd-sidebar__list a:hover,
.postocd-card__link:hover,
.postocd-search-result__title a:hover,
.postocd-news-card__title a:hover,
.postocd-card__title a:hover,
.postocd-docrow__title a:hover,
.postocd-page--documenti a:hover,
.postocd-page--contatti .postocd-page__content--base a:hover,
.postocd-page--reliquie .postocd-page__content--base a:hover,
.postocd-local-nav a:hover,
.postocd-local-nav--single-causa a:hover {
  color: var(--postocd-ui-link-hover);
  text-decoration: none !important;
}

.postocd-local-nav,
.postocd-local-nav--single-causa {
  background: transparent;
  border: 0;
  padding: 0;
}

.postocd-local-nav li + li,
.postocd-local-nav--single-causa li + li {
  margin-top: 8px;
}

.postocd-local-nav a,
.postocd-local-nav--single-causa a {
  display: inline-block;
  font-size: clamp(16px, 1.9vw, 20px);
  line-height: 1.35;
  font-weight: 400;
}

.postocd-template-head {
  margin: 0 0 34px;
}

.postocd-ufficio-intro {
  max-width: 1160px;
}

.postocd-postulatore-card {
  border-color: #d6dddf;
}

.postocd-postulatore-card h4,
.postocd-postulatore-card strong:first-child {
  color: var(--postocd-ui-copy);
  font-weight: 400;
}

@media (max-width: 992px) {
  .postocd-template-head__title,
  .postocd-page h1,
  .postocd-page__title,
  .postocd-ufficio-title {
    font-size: clamp(36px, 9vw, 56px);
  }

  .postocd-content-block__title {
    font-size: clamp(24px, 5.2vw, 32px);
  }
}

@media (max-width: 576px) {
  .postocd-breadcrumbs__list,
  .postocd-breadcrumbs__nav .breadcrumb,
  .postocd-breadcrumbs__nav #breadcrumbs,
  .postocd-eyebrow,
  .postocd-card__eyebrow,
  .postocd-404-page__eyebrow,
  .postocd-single-news__eyebrow,
  .postocd-local-nav a,
  .postocd-local-nav--single-causa a {
    font-size: 16px;
  }
}

a,
a:visited,
a:hover,
a:focus,
a:active,
.postocd-site-main a,
.postocd-page a,
.postocd-page__content a,
.postocd-page__content--base a,
.postocd-content-block__content a,
.postocd-single-news__content a,
.postocd-ufficio-intro a,
.postocd-resource-list a,
.postocd-sidebar__list a,
.postocd-card__link,
.postocd-search-result__title a,
.postocd-news-card__title a,
.postocd-card__title a,
.postocd-docrow__title a,
.postocd-local-nav a,
.postocd-local-nav--single-causa a,
.postocd-breadcrumbs a,
.postocd-breadcrumbs__nav a {
  text-decoration: none !important;
  text-decoration-line: none !important;
}

.postocd-page__content a:hover,
.postocd-page__content--base a:hover,
.postocd-content-block__content a:hover,
.postocd-single-news__content a:hover,
.postocd-ufficio-intro a:hover,
.postocd-resource-list a:hover,
.postocd-sidebar__list a:hover,
.postocd-card__link:hover,
.postocd-search-result__title a:hover,
.postocd-news-card__title a:hover,
.postocd-card__title a:hover,
.postocd-docrow__title a:hover,
.postocd-local-nav a:hover,
.postocd-local-nav--single-causa a:hover {
  color: #254d5d !important;
}

.postocd-template-head__title,
.postocd-page h1,
.postocd-page__title,
.postocd-ufficio-title {
  font-size: clamp(36px, 5.2vw, 68px);
}

.postocd-section-title,
.postocd-single-news__title,
.postocd-home-hero__title,
.postocd-hero-card__title {
  font-size: clamp(34px, 4.8vw, 62px);
}

.postocd-content-block__title,
.postocd-postulatore-card h2,
.postocd-postulatore-card h3,
.postocd-sidebar__title {
  font-size: clamp(24px, 2.4vw, 32px);
}

@media (max-width: 1198px) {
  .postocd-template-head__title,
  .postocd-page h1,
  .postocd-page__title,
  .postocd-ufficio-title {
    font-size: clamp(34px, 6vw, 56px);
  }
}

@media (max-width: 990px) {
  .postocd-template-head__title,
  .postocd-page h1,
  .postocd-page__title,
  .postocd-ufficio-title {
    font-size: clamp(32px, 7vw, 48px);
  }

  .postocd-content-block__title,
  .postocd-postulatore-card h2,
  .postocd-postulatore-card h3,
  .postocd-sidebar__title {
    font-size: clamp(22px, 5vw, 30px);
  }
}

@media (max-width: 766px) {
  .postocd-template-head__title,
  .postocd-page h1,
  .postocd-page__title,
  .postocd-ufficio-title {
    font-size: clamp(30px, 10vw, 42px);
    line-height: 1.08;
  }

  .postocd-eyebrow,
  .postocd-card__eyebrow,
  .postocd-404-page__eyebrow,
  .postocd-single-news__eyebrow {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .postocd-template-head__title,
  .postocd-page h1,
  .postocd-page__title,
  .postocd-ufficio-title {
    font-size: clamp(28px, 11vw, 38px);
  }
}

@media (min-width: 1400px) {
  .postocd-main-header__inner {
    display: grid !important;
    grid-template-columns: minmax(250px, 350px) minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: clamp(18px, 2.2vw, 34px) !important;
    min-height: 130px !important;
  }

  .postocd-branding,
  .postocd-branding__link {
    min-width: 0 !important;
    max-width: 350px !important;
  }

  .postocd-branding__link {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
  }

  .postocd-branding__logo {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 118px !important;
    height: auto !important;
    max-height: 112px !important;
    object-fit: contain !important;
  }

  .postocd-brandmark,
  .postocd-cinzel-brandmark {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: 220px !important;
  }

  .postocd-header-navzone {
    min-width: 0 !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    justify-content: end !important;
    column-gap: 8px !important;
  }

  .postocd-navbar.navbar,
  .postocd-navbar {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: flex-end !important;
    overflow: visible !important;
  }

  .postocd-navbar .navbar-nav,
  .postocd-navbar ul.navbar-nav,
  .postocd-navbar .menu {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .postocd-navbar .navbar-nav > li,
  .postocd-navbar .menu > li {
    display: flex !important;
    align-items: center !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
    max-width: max-content !important;
    position: relative !important;
  }

  .postocd-navbar .navbar-nav > li > a,
  .postocd-navbar .navbar-nav > li > button,
  .postocd-navbar .navbar-nav > li > .nav-link,
  .postocd-navbar .dropdown-toggle,
  .postocd-navbar .menu > li > a {
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    min-height: 40px !important;
    line-height: 1.1 !important;
    padding: 7px clamp(3px, 0.38vw, 7px) !important;
    font-size: 16px !important;
    letter-spacing: 0 !important;
  }

  .postocd-header-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 0 0 auto !important;
    min-width: max-content !important;
    gap: 7px !important;
  }

  .postocd-header__donate-btn {
    white-space: nowrap !important;
    padding: 10px 14px !important;
    font-size: 12px !important;
    line-height: 1 !important;
  }

  .postocd-search-toggle {
    flex: 0 0 auto !important;
  }

  .postocd-navbar .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    z-index: 1000 !important;
    min-width: max-content !important;
  }
}

@media (min-width: 1600px) {
  .postocd-main-header__inner {
    grid-template-columns: minmax(300px, 420px) minmax(0, 1fr) !important;
    column-gap: 32px !important;
  }

  .postocd-branding,
  .postocd-branding__link {
    max-width: 420px !important;
  }

  .postocd-branding__logo {
    max-width: 130px !important;
    max-height: 120px !important;
  }

  .postocd-brandmark,
  .postocd-cinzel-brandmark {
    max-width: 270px !important;
  }

  .postocd-navbar .navbar-nav > li > a,
  .postocd-navbar .navbar-nav > li > button,
  .postocd-navbar .navbar-nav > li > .nav-link,
  .postocd-navbar .dropdown-toggle,
  .postocd-navbar .menu > li > a {
    padding-inline: 8px !important;
    font-size: 18px !important;
  }
}

html body,
body.postocd,
body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.62;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
.postocd-navbar,
.postocd-navbar .nav-link,
.postocd-navbar .dropdown-item,
.postocd-btn,
.btn,
button,
input[type="submit"] {
  font-family: "Raleway", "Open Sans", Arial, Helvetica, sans-serif;
}

.site-branding,
.navbar-brand,
.postocd-logo-text {
  font-family: "Cinzel", "Raleway", serif;
}

.postocd-page--documenti .postocd-template-head{margin:0 0 48px}
.postocd-page--documenti .postocd-template-head__title{color:#366575}
.postocd-documenti-list--editorial{display:flex;flex-direction:column;gap:0}
.postocd-docrow--editorial{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:36px;align-items:center;padding:36px 0;border-bottom:2px solid #8ca7b0;background:transparent}
.postocd-docrow--editorial:first-child{border-top:0}
.postocd-docrow--editorial .postocd-docrow__main{min-width:0}
.postocd-docrow--editorial .postocd-docrow__title{margin:0;color:#366575;font-size:32px;line-height:1.2;font-weight:400}
.postocd-docrow--editorial .postocd-docrow__title a{color:#366575;text-decoration:none}
.postocd-docrow--editorial .postocd-docrow__title a:hover{color:#366575;text-decoration:none;opacity:.92}
.postocd-docrow--editorial .postocd-docrow__desc{margin-top:14px;font-size:18px;line-height:1.75;color:#202020}
.postocd-docrow--editorial .postocd-docrow__desc p:last-child{margin-bottom:0}
.postocd-docrow--editorial .postocd-docrow__aside{display:flex;align-items:center;justify-content:flex-end}
.postocd-docrow__button{display:inline-flex;align-items:center;justify-content:center;min-width:320px;padding:16px 24px;background:#6b909e;color:#fff!important;text-decoration:none;border-radius:4px;font-size:18px;font-weight:600;line-height:1.2;border:0}
.postocd-docrow__button:hover,.postocd-docrow__button:focus{background:#366575;color:#fff!important;text-decoration:none}
@media (max-width: 992px){
  .postocd-docrow--editorial{grid-template-columns:1fr;gap:20px;align-items:start}
  .postocd-docrow--editorial .postocd-docrow__aside{justify-content:flex-start}
  .postocd-docrow__button{min-width:0;width:100%}
}
