/* ====== Quote of the Day Styles ====== */
.quote-section {
  background: #f9f9f9;
  padding: 1.5rem 1rem;
  text-align: center;
  border-radius: 1.5rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  max-width: 700px;
  margin: 2rem auto;
  font-family: "Georgia", serif;
}

.quote-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.quote-date {
  font-size: 1rem;
  color: #555;
  font-weight: 500;
  margin-bottom: 0.3rem;
}

#quote-text {
  font-size: 1.1rem;
  font-style: italic;
  color: #333;
}

#quote-author {
  font-size: 1.0rem;
  color: #777;
}
