/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 1.0
*/

.card-style {
  background: #ffffff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  max-width: 500px;
  margin: 2rem auto;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px; /* 🌟 重點：調細字體 */
  transition: all 0.3s ease;
}

.card-style p {
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-size: 14px;
}

.card-style h1 {
  font-size: 20px;
  margin-bottom: 0.5rem;
}

.card-style h2 {
  font-size: 16px;
  margin-bottom: 0.5rem;
}

.card-style h3 {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
