
.quote-category-group {
  margin-bottom: 40px;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.quote-category-group h2 {
  margin-bottom: 20px;
  color: #e15e79;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.quote-carousel {
  position: relative;
  min-height: 200px;
}
.quote-card {
  background: #f0f0f0;
  padding: 30px;
  border-radius: 6px;
}
.carousel-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.carousel-controls button {
  background: #e15e79;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
}
.carousel-controls button:hover {
  background: #c84967;
}
