/* modal-eclipse-lunar.css */
.eclipse-lunar-modal-content {
    max-width: 480px;
}

.eclipse-lunar-modal-summary {
    color: var(--color-secondary-font);
    margin-top: -8px;
    margin-bottom: 16px;
}

.eclipse-lunar-modal-graphic {
    width: 55%;
    max-width: 220px;
    aspect-ratio: 1/1;
    margin: 0 auto 20px;
}

#eclipse-lunar-modal-moon {
    filter: brightness(0.6) saturate(0.8);
}

#eclipse-lunar-modal-moon.total {
    filter: brightness(0.5) saturate(1.4) sepia(0.6) hue-rotate(-20deg);
}

.eclipse-lunar-phase-list {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    border-top: 1px solid var(--dashboard-widget-box-shadow-color, #e0e0e0);
}

.eclipse-lunar-phase-row {
    display: flex;
    justify-content: space-between;
    padding: 7px 2px;
    border-bottom: 1px solid var(--dashboard-widget-box-shadow-color, #e0e0e0);
    font-size: 0.9rem;
}

.eclipse-lunar-phase-label {
    color: var(--color-secondary-font);
}

.eclipse-lunar-phase-time {
    font-weight: 600;
    color: var(--font-color);
}

.eclipse-lunar-modal-note {
    font-size: 0.78rem;
    color: var(--color-secondary-font);
    text-align: center;
    margin: 0;
}
