.wms-business-default {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 16px 0;
	align-items: center;
}

.wms-business-archive.container {
	max-width: 1440px;
	width: 100%;
}

.wms-archive-subheader {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background: #EC1E79;
	color: #fff;
	padding: 16px 0;
	text-align: center;
}

.wms-archive-subheader a,
.wms-archive-subheader a:visited,
.wms-archive-subheader a:hover,
.wms-archive-subheader a:focus,
.wms-archive-subheader a:focus-visible {
	color: #fff;
}

.wms-default-row {
	width: 100%;
	max-width: 900px;
	padding: 16px 0;
	border-bottom: 1px solid #e5e7eb;
}

.wms-default-row + .wms-default-row {
	margin-top: 8px;
}

.wms-default-left {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.wms-default-right {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.wms-default-title a {
	color: #111827;
	font-weight: 700;
	text-decoration: none;
	font-size: 1.05rem;
}

.wms-default-name-en {
	color: #4b5563;
	font-size: 0.9rem;
	margin-top: -2px;
}

.wms-default-cats {
	color: #6b7280;
	margin-top: 4px;
	font-size: 0.85rem;
	display: flex;
	align-items: center;
	gap: 6px;
}

.wms-default-info {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.wms-default-line {
	display: flex;
	gap: 8px;
	align-items: center;
	color: #111827;
}

.wms-default-line a {
	color: #2563eb;
	text-decoration: none;
	font-weight: 600;
}

.wms-default-line a:hover {
	text-decoration: underline;
}

.wms-default-address div {
	line-height: 1.4;
}

.wms-pagination {
	margin-top: 16px;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
}

.wms-default-adwrap {
	margin-top: 10px;
}

.wms-default-adimg {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
}

.wms-default-adlabel {
	margin-top: 4px;
	font-size: 0.85rem;
	color: #9ca3af;
}

.wms-default-search {
	position: relative;
	max-width: 800px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.wms-search-results {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 6px);
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-shadow: 0 12px 24px rgba(0,0,0,0.08);
	max-height: 360px;
	overflow: auto;
	z-index: 50;
	display: none;
}

.wms-search-results.is-open {
	display: block;
}

.wms-search-item {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	color: #111827;
	border-bottom: 1px solid #f3f4f6;
}

.wms-search-item:last-child {
	border-bottom: none;
}

.wms-search-item:hover {
	background: #f9fafb;
}

.wms-search-title {
	font-weight: 700;
}

.wms-search-name-en {
	color: #6b7280;
	font-size: 0.9rem;
	margin-top: 2px;
}

.wms-search-details {
	margin-top: 4px;
	color: #6b7280;
	font-size: 0.85rem;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.wms-search-meta {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.wms-category-landing {
	max-width: 900px;
	margin: 0 auto;
}

.wms-category-title {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 0 16px;
	color: #111827;
	text-align: center;
}

.wms-category-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px;
}

.wms-category-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 12px 14px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	text-decoration: none;
	color: #111827;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wms-category-card:hover {
	border-color: #d1d5db;
	box-shadow: 0 8px 18px rgba(0,0,0,0.08);
	transform: translateY(-1px);
}

.wms-category-name {
	font-weight: 600;
}

.wms-category-count {
	background: #f3f4f6;
	color: #374151;
	border-radius: 999px;
	padding: 2px 8px;
	font-size: 0.8rem;
}

.wms-default-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0;
	width: 100%;
	padding: 0 15px;
}

.wms-default-section-title {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 700;
	color: #111827;
}

.wms-default-section-row {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 12px 0 8px;
}

.wms-default-section-row > .col-12 {
	padding-left: 0;
	padding-right: 0;
}


.wms-default-badge {
	display: inline-block;
	background: #e6007e; /* hot pink */
	color: #fff;
	font-weight: 700;
	padding: 2px 7px;
	border-radius: 4px;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	width: fit-content;
	animation: wmsPremiumPulse 3.5s ease-in-out infinite alternate;
}

@keyframes wmsPremiumPulse {
	0% {
		background: #e6007e;
		color: #fff;
	}
	50% {
		background: #000;
		color: #fff;
	}
	100% {
		background: #e6007e;
		color: #fff;
	}
}

