.jewish-holiday-widget {
    max-width: 600px;
    margin: 24px auto;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;
    text-align: center;
    box-sizing: border-box;
}

.jewish-holiday-widget .result {
    font-size: 160px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 16px;
}

.jewish-holiday-widget .result.yes {
    color: #111827;
}

.jewish-holiday-widget .result.no {
    color: #111827;
}

.jewish-holiday-widget .description {
    text-align: left;
    color: #111827;
    font-size: 16px;
    line-height: 1.7;
}

.jewish-holiday-widget .description p {
    margin: 0 0 12px;
}

.jewish-holiday-widget .meta {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #e5e7eb;
    color: #4b5563;
    font-size: 15px;
}

.jewish-holiday-widget .today-hebrew {
    font-weight: 600;
    margin-bottom: 6px;
    color: #111827;
}

.jewish-holiday-widget .meta-line {
    margin-bottom: 4px;
}
