/* Custom CSS overrides for Tech Content Curator */

/* Make abstract gradient hero images shorter (25% of original height)
   These are used as featured images and look less boring at reduced height.
   AI-generated featured images keep their original dimensions. */
img[src*="library/abstract-"] {
  max-height: 256px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

/* Reduce blank space between hero elements */
.home-info {
  padding: 10px 0 !important;
  margin: 0 !important;
}

.home-info p {
  margin: 4px 0 !important;
}

.social-icons {
  margin-top: 6px !important;
  margin-bottom: 10px !important;
}
