.elementor-627 .elementor-element.elementor-element-bcaa536{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c7edb55 */.daily-section {
  background-color: #f9f9f9;
  padding: 80px 20px;
  font-family: 'Roboto', sans-serif;
  color: #333;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.daily-title {
  font-size: 42px;
  font-weight: 600;
  color: #000;
  text-align: left;
  margin-bottom: 30px;
}

.daily-intro {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 50px;
}

.daily-features {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.feature-box {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  flex: 1 1 calc(33.333% - 30px);
  text-align: left;
  min-width: 280px;
}

.feature-number {
  display: inline-block;
  font-weight: 600;
  color: #ff9f59;
  font-size: 24px;
  margin-bottom: 10px;
}

.feature-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

.daily-details h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
}

.daily-details p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.checklist {
  list-style: none;
  padding-left: 0;
}

.checklist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  font-size: 17px;
  color: #333;
}

.checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ff9f59;
  font-weight: bold;
}/* End custom CSS */