.custom-countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.countdown-item {
    text-align: center;
}

.countdown-numbers {
    font-size: 2em;
    font-weight: bold;
	color: #55bec3;
}

.countdown-names {
    font-size: 1em;
	color: #55bec3;
}

.countdown-separator {
    font-size: 2em;
    font-weight: bold;
    padding: 0 10px;
	margin-top: -30px;
	color: #55bec3;
}

.custom-expired-message {
    text-align: center;
    font-size: 1.5em;
    color: red;
    margin-top: 10px;
}
