/* Таймер обратного отсчета */
#countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    background: var(--header-bg);
    color: var(--header-text-color);
    border-radius: 5px;
    max-width: 300px;
    transition: background-color 0.3s, color 0.3s;
}
