.divine-widget {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 6px;
    max-width: 300px;
    font-family: 'Segoe UI', sans-serif;
}
.divine-widget.dark {
    background-color: #222;
    color: #eee;
}
.divine-widget.light {
    background-color: #fdfdfd;
    color: #222;
}
.divine-banner {
    background: #ffe680;
    color: #000;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
}

.divine-holy-days-list {
    background: #f9f6f1;
    border: 2px solid #b89f5f;
    border-radius: 12px;
    padding: 20px;
    max-width: 380px;
    font-family: "Georgia", serif;
    color: #4a422a;
    box-shadow: 0 0 15px rgba(184, 159, 95, 0.4);
    margin: 20px auto;
}

.divine-holy-days-list h3 {
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #7a613f;
}

.divine-holy-days-list ul {
    list-style-type: none;
    padding-left: 0;
}

.divine-holy-days-list li {
    font-size: 1.05em;
    margin-bottom: 12px;
    line-height: 1.4;
}

.divine-holy-days-list li strong {
    color: #927c4a;
    font-weight: 600;
}
