.footer-newsletter {
  position: relative;
  margin-bottom: -100px !important;
  z-index: 10;
  box-shadow: 0 50px 50px rgba(139, 69, 19, 0.07);
}

.footer-icon {
  mix-blend-mode: multiply;
}

img {
  max-width: 100%;
  height: auto;
}

.single-featured-image {
  margin-bottom: -200px !important;
}

.aspect-ratio-16-10 img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}


/* external links */
footer .wp-block-navigation a[target="_blank"]:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right"><path d="M7 7h10v10"/><path d="M7 17 17 7"/></svg>');
  height: 1em;
  width: 1em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: .5em;
}

footer .wp-block-navigation a[target="_blank"]:hover:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23cb8e33" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-up-right"><path d="M7 7h10v10"/><path d="M7 17 17 7"/></svg>');
}

/* post terms */
.single-meta  a { font-weight: bold; } 
.single-meta .wp-block-post-terms__prefix { margin-right: .25em; }

