body {
  background-color: #f8f9fa;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.social-share-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 1.5rem 0;
}

.a2a_default_style:not(.a2a_flex_style) a {
  float: left !important;
  line-height: 16px !important;
  padding: 2px 2px !important;
}

.hero {
  position: relative;
  background-image: url('/images/hero.jpg');
  background-size: cover;
  background-position: center;
  height: 25vh;
  min-height: 180px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
}

.category-img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.category-card {
  text-align: center;
  margin-bottom: 1.5rem;
}

.footer-links a {
  margin-right: 1rem;
  color: #888;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-bottom {
  font-size: 0.85rem;
  color: #aaa;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 1rem;
}

.tag-badge {
  margin: 0.25rem;
}
.wallpaper-image {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.resolution-link {
  margin: 0.25rem;
}

@media (max-width: 576px) {
	
  .pagination .page-number {
    display: none;
  }

  .pagination .page-prev,
  .pagination .page-next,
  .pagination .active {
    display: inline-block;
  }	
	
  .hero {
    height: 180px;
    max-width: 100%;
  }

  .hero-overlay {
    position: static;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-top: 1rem;
    flex-direction: row;
    justify-content: flex-start;
  }

  .category-card p {
    font-size: 0.85rem;
  }
}
