/* MemFish Custom Overrides
 * Background image replacements (theme images not owned)
 */

/* Carousel - replace photogrid.jpg */
.home-carousel {
  background: linear-gradient(135deg, var(--ctp-base) 0%, var(--ctp-surface0) 100%) !important;
}

/* See More section - replace fixed-background-2.jpg */
.bar.background-image-fixed-2 {
  background: linear-gradient(135deg, var(--ctp-surface0) 0%, var(--ctp-surface1) 100%) !important;
}

/* Fixed background 1 - replace fixed-background-1.jpg */
.bar.background-image-fixed-1 {
  background: var(--ctp-surface1) !important;
}

/* Ensure text is readable on dark carousel */
.home-carousel h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.bar.background-image-fixed-2 h3,
.bar.background-image-fixed-2 .lead {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Downloads section styling */
#content h2 {
  margin-bottom: 1.5rem;
  color: var(--ctp-teal);
}

#content ul {
  list-style: none;
  padding: 0;
}

#content ul li {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--ctp-surface0);
}

#content ul li:last-child {
  border-bottom: none;
}
