.elementor-814 .elementor-element.elementor-element-10ded21{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f5f6743 *//* Garante que tudo apareça corretamente e com espaçamento */

.clock-container {
    margin-top: 60px !important;
    margin-bottom: 20px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.clock {
    font-size: clamp(2.5rem, 8vw, 6rem); /* Se adapta: mínimo 2.5rem, ideal 8vw, máximo 6rem */
    max-width: 600px;
    width: 100%;
    text-align: center;
    padding: 20px 40px;
    background-color: rgba(227, 0, 0, 0.9);
    color: white;
    border-radius: 10px;
    font-family: 'Roboto Mono', monospace;
}

.announcement {
    font-size: 2.5em;
    color: #e30000;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer {
    padding: 20px 10px;
    background-color: rgba(227, 0, 0, 0.9);
    color: white;
    text-align: center;
    border-r/* End custom CSS */