.countdown-link-or-timer {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.countdown-link-or-timer a.nh-button-primary {
	background-color: white;
}
.countdown-link-or-timer a.nh-button-primary:hover {
	border: solid 2px white;
}

.countdown-link-or-timer .countdown-row {
	display: flex;
	justify-content: flex-end;
	column-gap: 4px;
}

.countdown-link-or-timer .countdown-section {
	width: 100px;
	height: 80px;
	background-color: #ff7b41;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.countdown-link-or-timer .countdown-section .countdown-amount {
	color: white;
	font-family: 'Karla';
	font-size: 52px;
	line-height: 1;
	display: block;
	flex-basis: 100%;
	height: auto;
}

.countdown-link-or-timer .countdown-section .countdown-period {
	color: #ffe2d5;
	font-family: 'Karla';
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	flex-basis: 100%;
}

.nh-countdown-title-column .elementor-widget-wrap {
	align-items: center;
	align-content: normal;
}

.countdown-link-or-timer .nh-fireworks {
	max-width: 250px;
	max-height: 100px;
	margin-top: -10px;
	margin-bottom: -10px;
	overflow: hidden;
}
.countdown-link-or-timer video {
	max-width: 250px;
	position: relative;
	top: -10px;
}
.nh-countdown-section .nh-button-primary {
	border-color: white;
}
.nh-countdown-section .nh-button-primary:hover {
	background-color: white;
	border-color: white;
	color: #FF6C2C;
}

.nh-announcement-teaser-section .elementor-widget-container {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

@media (max-width: 768px) {
	.nh-countdown-section .elementor-widget-container { text-align: center; }
	.countdown-link-or-timer { justify-content: center; }
	
    .nh-fireworks {
        display: none;
    }
}
/*
<div class="countdown-link-or-timer is-countdown">
<span class="countdown-row countdown-show3">
<span class="countdown-section">
<span class="countdown-amount">0</span>
<span class="countdown-period">Hours</span></span>
<span class="countdown-section"><span class="countdown-amount">0</span>
<span class="countdown-period">Minutes</span></span><span class="countdown-section"><span class="countdown-amount">6</span><span class="countdown-period">Seconds</span></span></span></div>
*/