.footer {
  padding-top: var(--wp--custom--spacing--footer-gap);
  padding-bottom: var(--wp--custom--spacing--footer-gap);

  .bottom-footer {
    padding-top: var(--wp--custom--spacing--footer-gap);
  }
}

.upper-footer {
  .wp-block-latest-posts__list li:not(:last-child) {
    padding-bottom: 21px;
    margin-bottom: 21px;
    border-bottom: 1px solid;
  }

}

.upper-footer * {
  display: block;
  text-decoration: none;
}

.upper-footer time {
  font-size: 12px;
}

.wp-block-tnp-minimal {
  p {
    margin-bottom: 20px;
  }
}

.footer ul.wp-block-navigation__container>.wp-block-navigation-item a:before {
  bottom: 0;
  width: 100%;
  margin-left: 0;
}

.footer-title+p a {
  text-decoration: none;
}

.wp-block-latest-posts__list li {
  overflow: hidden;

  .wp-block-latest-posts__featured-image {
    max-width: 60px;
    float: left;
    margin-right: 15px;
  }
}

.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
  width: 100%;
}

.footer .wp-block-page-list .wp-block-pages-list__item .wp-block-pages-list__item__link,
.footer .wp-block-navigation__container>.wp-block-navigation-item a {
  font-size: 18px;
  font-weight: normal;
  text-transform: capitalize;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}

.footer ul.wp-block-page-list {
  padding: 0;
}

.footer .wp-block-page-list .wp-block-pages-list__item:not(:last-child),
.footer .wp-block-navigation .wp-block-navigation-item:not(:last-child) {
  margin-bottom: 7px;
}

.footer ul.wp-block-social-links {
  margin-left: -9px;
}

.wp-block-widget .wp-info-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 14px;
}

.wp-block-widget .wp-info-group figure img {
  position: relative;
  top: 8px;
}

.featured-post-section .section-heading .is-content-justification-space-between .wp-block-button__link {
  margin: 0;
  padding: 0;

  &:hover {
    text-decoration: underline;
  }
}

.featured-post-section .section-heading .is-content-justification-space-between .wp-block-button__link::before {
  display: none;
}

.wp-block-tnp-minimal {
  margin-top: var(--wp--style--block-gap) !important;
}