main.pb7 {
  padding-bottom: 2rem !important;
}

.homepage-card-image {
  height: 220px;
  object-fit: cover;
}

.shadow-4 {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

footer.bg-black-10 {
  background-color: #e6e6e6 !important;
}

footer a.white-70 {
  color: #333 !important;
}

header h2 {
  max-width: 40rem;
  text-wrap: balance;
}

.post-tag-button {
  background-color: #dfe6ee;
  color: #243447 !important;
  padding: 0.4rem 0.7rem;
  border-radius: 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.post-tag-button:hover {
  background-color: #cfd8e3;
  transform: translateY(-1px);
}

.share-section {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e5e5e5;
}

.share-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 0.75rem;
}

.share-section .ananke-socials,
.share-section .social-share {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.share-section a {
  margin-right: 0 !important;
}

@media (max-width: 60em) {
  .share-section {
    margin-bottom: 2rem;
  }

  article > aside.w-30-l {
    margin-top: 2rem;
    padding-left: 0 !important;
  }
}
