.vipbrand-privacy-consent {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	align-items: start;
	gap: 10px;
	color: var(--vipbrand-muted, #667682);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
}

.vipbrand-privacy-consent input {
	width: 20px !important;
	height: 20px;
	margin: 1px 0 0;
	accent-color: var(--vipbrand-cyan-dark, #147a91);
}

.vipbrand-privacy-consent a {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.contact-form__errors {
	margin: 0 0 20px;
	padding: 14px 18px 14px 38px;
	border: 1px solid #e5a7b9;
	border-radius: 14px;
	background: #fff4f8;
	color: #8d274c;
}

.vipbrand-brand-directory-controls {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 24px 0 20px;
}

.vipbrand-brand-directory-controls button,
.vipbrand-brand-directory-more {
	min-width: 42px;
	min-height: 42px;
	padding: 8px 13px;
	border: 1px solid var(--vipbrand-line, #dceff5);
	border-radius: 999px;
	background: #fff;
	color: var(--vipbrand-navy, #283947);
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.vipbrand-brand-directory-controls button:hover,
.vipbrand-brand-directory-controls button:focus-visible,
.vipbrand-brand-directory-controls button[aria-pressed="true"] {
	border-color: var(--vipbrand-cyan-dark, #147a91);
	background: var(--vipbrand-cyan-dark, #147a91);
	color: #fff;
}

.vipbrand-logo-directory > .vipbrand-logo-card[hidden] {
	display: none !important;
}

.vipbrand-brand-directory-more {
	display: flex;
	justify-content: center;
	width: min(100%, 360px);
	margin: 24px auto 10px;
	border-color: var(--vipbrand-pink-dark, #bd4b79);
	background: var(--vipbrand-pink-dark, #bd4b79);
	color: #fff;
}

.vipbrand-brand-directory-more:hover,
.vipbrand-brand-directory-more:focus-visible {
	background: #a83a68;
	color: #fff;
}

.vipbrand-brand-directory-more[hidden] {
	display: none !important;
}

.vipbrand-cookie-banner {
	position: fixed;
	z-index: 120;
	right: 22px;
	bottom: 22px;
	left: 22px;
	max-width: 760px;
	margin-left: auto;
	padding: 20px;
	border: 1px solid var(--vipbrand-line, #dceff5);
	border-radius: 18px;
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 18px 52px rgba(40, 57, 71, .22);
	color: var(--vipbrand-navy, #283947);
	backdrop-filter: blur(12px);
}

.vipbrand-cookie-banner[hidden] {
	display: none !important;
}

.vipbrand-cookie-banner p {
	margin: 0 0 14px;
	font-size: 15px;
	line-height: 1.55;
}

.vipbrand-cookie-banner__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.vipbrand-cookie-button {
	min-height: 44px;
	padding: 9px 16px;
	border: 1px solid var(--vipbrand-line, #dceff5);
	border-radius: 999px;
	background: #fff;
	color: var(--vipbrand-navy, #283947);
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 800;
}

.vipbrand-cookie-button--accept {
	border-color: var(--vipbrand-cyan-dark, #147a91);
	background: var(--vipbrand-cyan-dark, #147a91);
	color: #fff;
}

.vipbrand-cookie-banner a {
	padding: 8px 2px;
	font-size: 13px;
	font-weight: 700;
}

.vipbrand-footer-legal {
	padding: 12px 24px 20px;
	background: #fff;
	text-align: center;
}

.vipbrand-footer-legal a {
	color: var(--vipbrand-muted, #667682);
	font-size: 13px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 760px) {
	.vipbrand-brand-directory-controls {
		flex-wrap: nowrap;
		margin-right: -12px;
		margin-left: -12px;
		padding: 0 12px 6px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.vipbrand-brand-directory-controls button {
		flex: 0 0 auto;
	}

	.vipbrand-cookie-banner {
		right: 10px;
		bottom: calc(82px + env(safe-area-inset-bottom));
		left: 10px;
		padding: 16px;
	}

	.vipbrand-cookie-banner__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.vipbrand-cookie-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vipbrand-brand-directory-controls button,
	.vipbrand-brand-directory-more {
		transition: none;
	}
}
