/* =========================
   STORE TABS
========================= */

#wcfmmp-store #tab_links_area {
	max-width: 1240px;
	border: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#wcfmmp-store #tab_links_area li {
	border: none !important;
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
}

#wcfmmp-store #tab_links_area li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 1px solid #dce3ea;
	border-radius: 999px;
	background: #fff;
	color: #17344c !important;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none !important;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
	transition: 0.2s ease;
}

#wcfmmp-store #tab_links_area li.active a,
#wcfmmp-store #tab_links_area li a:hover {
	background: #0f4c6e;
	border-color: #0f4c6e;
	color: #fff !important;
	transform: translateY(-1px);
}



.mmpf-store-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mmpf-store-tab-item {
	margin: 0;
	padding: 0;
}

.mmpf-store-tab-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 20px;
	border-radius: 999px;
	background: #f5f7fa;
	border: 1px solid #dbe4ea;
	color: #1f2937;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: all 0.25s ease;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.mmpf-store-tab-link:hover {
	background: #ffffff;
	border-color: #b8c7d3;
	color: #0f172a;
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.mmpf-store-tab-item.active .mmpf-store-tab-link {
	background: linear-gradient(135deg, #0f5b8d, #0b7db8);
	border-color: #0f5b8d;
	color: #ffffff;
	box-shadow: 0 10px 24px rgba(15, 91, 141, 0.22);
}

.mmpf-store-tab-item.active .mmpf-store-tab-link:hover {
	transform: translateY(-1px);
	color: #ffffff;
}

/* =========================
   STORE TABS PREMIUM
========================= */

#tabsWithStyle.tab_area {
	display: block;
}

#tabsWithStyle .tab_links,
#tabsWithStyle .tabs,
#tabsWithStyle ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	list-style: none;
}

#tabsWithStyle .tab_links li,
#tabsWithStyle .tabs li,
#tabsWithStyle ul.tabs li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: transparent;
	border: 0;
}

#tabsWithStyle .tab_links li a,
#tabsWithStyle .tabs li a,
#tabsWithStyle ul.tabs li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 999px;
	border: 1px solid #d7e3ec;
	background: rgba(255, 255, 255, 0.88);
	color: #17344c;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
	transition: all 0.18s ease;
}

#tabsWithStyle .tab_links li a:hover,
#tabsWithStyle .tabs li a:hover,
#tabsWithStyle ul.tabs li a:hover {
	transform: translateY(-1px);
	border-color: #bfcfdb;
	background: #ffffff;
	color: #103057;
}

#tabsWithStyle .tab_links li.active a,
#tabsWithStyle .tabs li.active a,
#tabsWithStyle ul.tabs li.active a,
#tabsWithStyle .tab_links li.ui-tabs-active a,
#tabsWithStyle .tabs li.ui-tabs-active a,
#tabsWithStyle ul.tabs li.ui-tabs-active a {
	background: linear-gradient(135deg, #103057 0%, #1b4b78 100%);
	border-color: transparent;
	color: #ffffff;
	box-shadow: 0 10px 24px rgba(16, 48, 87, 0.22);
}

@media (max-width: 768px) {
	#tabsWithStyle .tab_links,
	#tabsWithStyle .tabs,
	#tabsWithStyle ul.tabs {
		gap: 8px;
	}

	#tabsWithStyle .tab_links li a,
	#tabsWithStyle .tabs li a,
	#tabsWithStyle ul.tabs li a {
		min-height: 42px;
		padding: 0 14px;
		font-size: 13px;
	}
}

#tabsWithStyle .tab_links,
#tabsWithStyle .tabs,
#tabsWithStyle ul.tabs {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 8px

	border-radius: 999px;
	background: rgba(255,255,255,0.72);
	border: 1px solid #dfe8ef;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
	backdrop-filter: blur(8px);
}

#tabsWithStyle .tab_links li a,
#tabsWithStyle .tabs li a,
#tabsWithStyle ul.tabs li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 999px;
	border: 0;
	background: transparent;
	color: #17344c;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: none;
	transition: all 0.18s ease;
}

#tabsWithStyle .tab_links li a:hover,
#tabsWithStyle .tabs li a:hover,
#tabsWithStyle ul.tabs li a:hover {
	background: rgba(16, 48, 87, 0.06);
	color: #103057;
	transform: translateY(-1px);
}

#tabsWithStyle .tab_links li.active a,
#tabsWithStyle .tabs li.active a,
#tabsWithStyle ul.tabs li.active a,
#tabsWithStyle .tab_links li.ui-tabs-active a,
#tabsWithStyle .tabs li.ui-tabs-active a,
#tabsWithStyle ul.tabs li.ui-tabs-active a {
	background: linear-gradient(135deg, #103057 0%, #1b4b78 100%);
	color: #ffffff;
	box-shadow: 0 12px 24px rgba(16, 48, 87, 0.22);
}