/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 04 2025 | 14:58:00 */
.acf-fields {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
}

.acf-tab-wrap.-top {
	background: #eee !important;
	overflow: visible !important;
}

.acf-fields>.acf-tab-wrap .acf-tab-group li a {
	text-decoration: none;
	font-size: 13px;
}

.acf-fields>.acf-tab-wrap .acf-tab-group li {
	white-space: nowrap;
}

.acf-hl.acf-tab-group {
	display: flex;
	border: none !important;
	overflow-y: visible !important;
	
}

.acf-tab-wrap.-top.fixed {
	position: fixed;
	width: 100%;
	margin: 0 auto;
	top: 17px;
	left: 0;
	padding-bottom: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.acf-message h2 {
	padding-top: 20px;
}

@media (max-width: 767px) {
	.acf-hl.acf-tab-group {
		overflow-x: auto;
		overflow-y: hidden !important;
	}
	
	.acf-fields {
		display: flex !important;
		flex-direction: column;
	}
	
	.acf-field {
		width: 100% !important;
	}
}

.next-tab {
	padding: 15px 20px;
	background: #90debd;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	width: fit-content;
	
}