:root {
  --color-orange: #e77811;
}
.text-orange {
  color: var(--color-orange);
}

.post-image,
.featured-image {
  display: flex;
  height: 300px;
  a {
    width: 100%;
    height: 100%;
  }
  img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
  }
}
.paging-navigation {
  .nav-links {
    display: flex;
    justify-content: center;
    font-size: 1.25rem;
  }
}

.sitemap {
  display: grid;
  gap: 2rem;
  @media screen and (min-width: 1024px) {
    grid-template-columns: 1fr 1fr;
  }
  ul {
    margin: 0 0 1.5rem 1.5rem;
  }
}

.elementor-widget-tabs .elementor-tab-content[data-tab="1"] {
  display: block;
}

.footer-contact-details {
  display: flex;
  align-items: center;
  gap: 0 0.25rem;
  padding-bottom: 0.5rem;
}