/* Esoteric Horoscope Pro - Frontend */
.ehp-horoscope { max-width: 720px; }
.ehp-planets { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 1.5rem; }
.ehp-pill { display: inline-flex; align-items: center; gap: 4px; font-size: 13px; padding: 4px 12px; border-radius: 20px; border: 1px solid #e0ddf7; background: #f5f4fd; color: #534AB7; }
.ehp-pill strong { font-weight: 600; }
.ehp-retro { color: #993556; font-weight: 600; }
.ehp-section { border: 1px solid #ebebeb; border-radius: 10px; padding: 1.25rem 1.5rem; margin-bottom: 14px; }
.ehp-section.ehp-mood { border-left: 4px solid #7F77DD; }
.ehp-section.ehp-lc   { border-left: 4px solid #1D9E75; }
.ehp-section.ehp-sos  { border-left: 4px solid #D85A30; }
.ehp-section.ehp-tip  { border-left: 4px solid #378ADD; }
.ehp-section h3 { font-size: 16px; margin: 0 0 .75rem; display: flex; align-items: center; gap: 8px; }
.ehp-section p  { font-size: 15px; line-height: 1.75; margin: 0; }
