@import url("reset.css");

body {
  background: #1a1a1a;
  color: #f5f5f5;
  text-align: center;
  padding: 2rem;
}
.main-photo {
  width: 100%;
  max-width: 480px;
  border-radius: 1rem;
  box-shadow: 0 0 20px #0008;
  margin: 0 auto 2rem;
}
.reward {
  color: #ffcc00;
  font-size: 1.5rem;
  font-weight: bold;
}
.status {
  margin-top: 1rem;
  font-size: 1.25rem;
  background: #222;
  border-radius: 1rem;
  padding: 1rem;
}
.carousel img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  background: #000;
  box-shadow: 0 0 15px #0008;
}
a.phone {
  color: #09f;
  text-decoration: underline;
}

.container {
  border: 1px solid #dc3545;
  border-radius: 1rem;
  padding: 1.5rem;
  margin-top: 2rem;
}

.main-photo {
  width: 100%;
  border-radius: 1rem;
  margin-top: 1rem;
}

/* Carousel layout */
.carousel {
  border-radius: 1rem;
  overflow: hidden;
  background: #000;
}

.carousel-item figure {
  flex: 1;
  object-fit: contain;
  height: 100%;
  width: 50%;
  background: #000;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

@media (max-width: 768px) {
  .carousel-item {
    flex-direction: column;
  }
  .carousel-item figure img {
    width: 100%;
    height: 50%;
  }
}
