.detail-container {
  max-width: 700px;
  margin: 3rem auto 4rem;
  padding: 0 1rem;
  background: white;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  text-align: center;
}

.detail-container h1 {
  font-family: 'Pacifico', cursive;
  color: #7e6bc8;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 3rem;
}

.detail-container img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.detail-container h2 {
  color: #7e6bc8;
  font-family: 'Pacifico', cursive;
  font-size: 2rem;
  margin-bottom: 0.7rem;
  margin-top: 1.5rem;
}

.detail-container p,
.detail-container ul {
  font-size: 1.1rem;
  color: #444;
  text-align: left;
  max-width: 600px;
  margin: 0 auto 1.3rem;
}

.detail-container ul {
  list-style: disc inside;
}
