.elementor-850 .elementor-element.elementor-element-9d9387a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-5f4e699 *//* Main Container */
#daily-horoscope {
  max-width: 720px;
  margin: 30px auto;
  padding: 25px;
  background: linear-gradient(135deg, #1e1e2f, #2a2a45);
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  font-family: "Poppins", Arial, sans-serif;
  color: #f5f5f5;
}

/* Heading */
#daily-horoscope h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 15px;
  color: #ffd27d;
  letter-spacing: 0.5px;
}

/* Zodiac Name */
#zodiac-name {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffb703;
  text-transform: uppercase;
}

/* Main Horoscope Text */
#horoscope-text {
  background: rgba(255, 255, 255, 0.08);
  padding: 18px;
  border-radius: 12px;
  font-size: 15.5px;
  line-height: 1.7;
  white-space: pre-line;
  margin-bottom: 20px;
  border-left: 4px solid #ffb703;
}

/* Extra Info Section */
#horoscope-extra {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

/* Individual Info Boxes */
#horoscope-extra p {
  background: rgba(255, 255, 255, 0.06);
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14.5px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Highlight Labels */
#horoscope-extra strong {
  color: #ffd27d;
}

/* Responsive Tweaks */
@media (max-width: 600px) {
  #daily-horoscope {
    padding: 18px;
  }

  #daily-horoscope h2 {
    font-size: 24px;
  }

  #zodiac-name {
    font-size: 19px;
  }
}/* End custom CSS */