
.lad-calendar {
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    max-width: 350px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.lad-theme-dark {
    background: #222;
    color: #eee;
    border-color: #555;
}
.lad-horoscope {
    margin-top: 15px;
    padding: 10px;
    background: #f1f1f1;
    border-radius: 6px;
}
.lad-theme-dark .lad-horoscope {
    background: #333;
}
