.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-a217d57:#D75F97;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:0.5px;color:#555555;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:#7A7A7A;font-family:"Cabin", Sans-serif;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1366px){.elementor-kit-9{letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:1024px){.elementor-kit-9{letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Container do contador - alinhamento horizontal */
#tribe-events-pg-template .count-down-time {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 15px; /* Espaço entre os elementos */
}

/* Cada item do contador (dias, horas, minutos, segundos) */
#tribe-events-pg-template .count-down-time .single-count {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px; /* Espaço entre o círculo e o label */
}

/* Círculo com o número */
#tribe-events-pg-template .count-down-time .number {
    width: 55px;
    height: 55px;
    color: #fff;
    background-color: #d75b97;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
}

/* Label abaixo do círculo (Dias, Horas, etc.) */
#tribe-events-pg-template .count-down-time .title {
    font-size: 12px;
    text-align: center;
}/* End custom CSS */