.fewt-container-21350 {
	width: 100%;
}

/* Countdown Styles */
.fewt-countdown-wrapper-21350 {
	background-color: #f8f9fa;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 25px;
	text-align: center;
	border: 1px solid #e0e0e0;
}

.fewt-countdown-title-21350 {
	margin: 0 0 15px 0;
	color: #333;
	font-size: 1.2rem;
	font-weight: 600;
}

.fewt-countdown-inner-21350 {
	display: flex;
	justify-content: center;
	gap: 15px;
}

.fewt-countdown-item-21350 {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 60px;
}

.fewt-countdown-item-21350 span {
	font-size: 2rem;
	font-weight: 700;
	color: #e74c3c;
	line-height: 1;
	margin-bottom: 5px;
}

.fewt-countdown-label-21350 {
	font-size: 0.8rem;
	color: #7f8c8d;
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media (max-width: 480px) {
	.fewt-countdown-inner-21350 {
		gap: 10px;
	}
	.fewt-countdown-item-21350 span {
		font-size: 1.5rem;
	}
}

.fewt-list-21350 {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

/* Flexbox Layout */
.fewt-container-21350 .fewt-item-21350 {
	display: flex;
	flex-direction: column; /* Stack on mobile */
	gap: 15px;
	align-items: stretch; /* Stretch items by default */
	padding: 20px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background-color: #ffffff;
	transition: box-shadow 0.3s ease;
	margin: 0;
}

.fewt-container-21350 .fewt-item-21350:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.fewt-item-soldout-21350 {
	opacity: 0.7;
	background-color: #fafafa !important;
}

.fewt-col-21350 {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.fewt-col-2-21350 {
	align-items: flex-start;
}

/* Tablet/Desktop 4 Columns */
@media (min-width: 768px) {
	.fewt-container-21350 .fewt-item-21350 {
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
	}

	.fewt-col-1-21350 {
		flex: 0 0 calc(25% - 15px);
		max-width: calc(25% - 15px);
	}
	
	.fewt-col-2-21350 {
		flex: 0 0 calc(15% - 15px);
		max-width: calc(15% - 15px);
		align-items: center;
	}
	
	.fewt-col-3-21350 {
		flex: 0 0 calc(30% - 15px);
		max-width: calc(30% - 15px);
	}
	
	.fewt-col-4-21350 {
		flex: 0 0 calc(30% - 15px);
		max-width: calc(30% - 15px);
	}
}

.fewt-time-21350 {
	font-size: 1.2rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
}

.fewt-title-21350 {
	font-size: 0.9rem;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.fewt-spots-21350 {
	display: inline-block;
	font-size: 0.85rem;
	color: #ff6b6b;
	font-weight: 600;
	background-color: #fff0f0;
	padding: 4px 8px;
	border-radius: 4px;
}

.fewt-spots-soldout-21350 {
	color: #7f8c8d;
	background-color: #ecf0f1;
}

.fewt-ticket-option-21350 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f9f9f9;
	padding: 12px 15px;
	border-radius: 6px;
	height: 100%;
}

.fewt-ticket-details-21350 {
	display: flex;
	flex-direction: column;
	margin-right: 15px;
}

.fewt-ticket-name-21350 {
	font-size: 0.85rem;
	font-weight: bold;
	color: #555;
	margin-bottom: 3px;
}

.fewt-price-21350 {
	font-size: 1.1rem;
	font-weight: bold;
	color: #2c3e50;
}

.fewt-button-21350 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 8px 16px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	font-size: 0.9rem;
	text-align: center;
	transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
	cursor: pointer;
	white-space: nowrap;
}

.fewt-btn-medal-21350 {
	background-color: #95a5a6; /* Default Silver */
}

.fewt-btn-allin-21350 {
	background-color: #f1c40f; /* Default Gold */
	color: #333;
}

.fewt-button-disabled-21350 {
	cursor: not-allowed;
	opacity: 0.6;
}
