
/* WebyChat Horóscopo — bloque discreto de portada */
.wyc-home-horoscope{padding:20px 0 6px;background:#fff}
.wyc-home-horoscope-card{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:18px;padding:20px 22px;border:1px solid #e5e7ef;border-radius:20px;background:linear-gradient(135deg,#fff 0%,#faf8ff 100%);box-shadow:0 8px 26px rgba(25,31,52,.045)}
.wyc-home-horoscope-icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:17px;background:linear-gradient(135deg,#6848df,#9a2dff);color:#fff;font-size:26px;box-shadow:0 9px 22px rgba(104,72,223,.2)}
.wyc-home-horoscope-copy{min-width:0}.wyc-home-horoscope-copy small{display:block;color:#7652e8;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.055em}
.wyc-home-horoscope-copy h2{margin:4px 0 4px;font-size:clamp(20px,2.1vw,28px);line-height:1.1;letter-spacing:-.025em}.wyc-home-horoscope-copy p{margin:0;color:#687386;font-size:12px;line-height:1.55}
.wyc-home-horoscope-card>.btn{white-space:nowrap}
@media(max-width:700px){.wyc-home-horoscope-card{grid-template-columns:48px minmax(0,1fr);gap:13px;padding:17px}.wyc-home-horoscope-icon{width:48px;height:48px;border-radius:14px;font-size:21px}.wyc-home-horoscope-card>.btn{grid-column:1/-1;width:100%;justify-content:center}}
