.hw-horoscope {
    padding: 30px;
    border-radius: 14px;
    margin-bottom: 25px;
    transition: 0.3s ease;
}

.hw-card {
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    border-left: 5px solid #6c5ce7;
}

.hw-minimal {
    background: #f4f4f4;
}

.hw-title {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.hw-content {
    font-size: 16px;
    line-height: 1.7;
}
