.carousel-caption {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  padding: 12px;
  bottom: 20px;
  max-width: 80%;
  margin: 0 auto;
  left: 10%;
  right: 10%;
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

.carousel-caption h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.carousel-caption p {
  font-size: 0.9rem;
  margin-bottom: 0;
  opacity: 0.9;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.version-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.9);
}

.carousel-item {
  position: relative;
  overflow: hidden;
}

.carousel-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 70vh;
}

.carousel-caption-below {
  position: static;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  padding: 12px;
  margin: 12px auto 0 auto;
  max-width: 80%;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.carousel-caption-below p {
  margin-bottom: 0;
  font-size: 0.95rem;
  opacity: 0.95;
}
