.elementor-766 .elementor-element.elementor-element-23d5960{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6ecd284 */<style>
#dream-money-5000 {
  padding: 40px 20px;
  background: #111; /* เข้ากับพื้นเว็บสีดำ */
  border-radius: 16px;
  max-width: 960px;
  margin: auto;
  font-family: 'Kanit', sans-serif;
  color: #f0f0f0;
  border: 1px solid #555;
}

.dream-container h2 {
  text-align: center;
  font-size: 28px;
  color: #f39c12;
  margin-bottom: 10px;
}

.dream-container p {
  text-align: center;
  color: #ccc;
  font-size: 16px;
  margin-bottom: 30px;
}

.dream-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.dream-card {
  background: #1e1e1e;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #333;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.dream-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(255, 204, 0, 0.3);
}

.dream-card h3 {
  margin-bottom: 10px;
  color: #ff6b6b;
  font-size: 18px;
}

.dream-card p {
  font-size: 14px;
  color: #aaa;
}

.dream-card span {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-weight: bold;
}

.dream-highlight {
  margin-top: 30px;
  padding: 20px;
  background: #222;
  border-left: 6px solid #f39c12;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-92d9751 */<style>
.dream-more {
  background-color: #161616;
  border: 1px solid #9147ff;
  border-radius: 14px;
  padding: 30px 20px;
  margin-top: 60px;
  color: #eee;
}

.dream-more-inner {
  max-width: 750px;
  margin: auto;
  text-align: center;
}

.dream-more h4 {
  font-size: 20px;
  color: #ffa726;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.dream-more h4 span {
  font-size: 22px;
}

.dream-more p {
  font-size: 15.5px;
  color: #ccc;
  line-height: 1.8;
}

.dream-more a {
  color: #ffd166;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.dream-more a:hover {
  color: #ffffff;
}
</style>/* End custom CSS */