/* ============================================
   WINDOWS 98 STYLE CLOCK
   ============================================ */

#country-clock {
    position: absolute;
    bottom: 5px;
    left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    font-family: 'Tahoma', 'MS Sans Serif', Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-variant-numeric: tabular-nums;

    color: #ffffff;
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.8), 0 0 4px rgba(0, 0, 0, 0.6);
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
}
