.moon-widget {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    border-radius: 12px;
    max-width: 480px;
    margin: 2rem auto;
    padding: 2rem 2rem 2.5rem;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
    text-align: center;
    user-select: none;
}

.moon-widget img#moon-img {
    width: 120px;
    height: auto;
    margin-bottom: 1.2rem;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}

#primary-timer {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.7rem;
    color: #e0e0e0;
    min-height: 1.5em;
}

#secondary-timer {
    font-size: 0.95rem;
    opacity: 0.75;
    margin-bottom: 1rem;
    min-height: 1.2em;
    font-style: italic;
}

#toggle-stats {
    margin-top: 1.5rem;
    padding: 0.5rem 1.3rem;
    background-color: #111111;
    border: 1px solid #444444;
    border-radius: 8px;
    color: #ddd;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}

#toggle-stats:hover {
    background-color: #333333;
    color: #fff;
}

#lunar-stats {
    margin-top: 1.5rem;
    text-align: left;
    display: none;
    font-size: 0.9rem;
    line-height: 1.4;
    color: #cccccc;
    user-select: text;
}

#lunar-stats p {
    margin: 0.3rem 0;
}

#lunar-stats p em {
    font-style: italic;
    color: #aaa;
    display: block;
    margin-top: 0.7rem;
    font-weight: 500;
}
