/**
 * Calandus Clock Widget CSS
 */

.calandus-clock {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
}

.calandus-clock-time {
    font-family: 'Courier New', Courier, monospace;
    font-size: 80px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.calandus-clock-date {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    color: #ffffff;
    opacity: 0.9;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
