.zimbora-burger-cat {
	display: inline-flex;
	align-items: center;
}

.zimbora-burger-cat__trigger {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.26rem;
	width: 2.6rem;
	height: 2.6rem;
	padding: 0;
	border: 0;
	border-radius: 9999px;
	background: transparent;
	cursor: pointer;
}

.zimbora-burger-cat__line {
	display: block;
	width: 1.1rem;
	height: 2px;
	background: currentColor;
	margin: 0 auto;
}

body.zimbora-burger-cat-open {
	overflow: hidden;
}

.zimbora-burger-cat__overlay {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
}

.zimbora-burger-cat__overlay[hidden] {
	display: none;
}

.zimbora-burger-cat__backdrop {
	position: absolute;
	inset: 0;
	background: #fff;
}

.zimbora-burger-cat__dialog {
	position: relative;
	z-index: 1;
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2rem 1.2rem;
	box-sizing: border-box;
	color: #111;
}

.zimbora-burger-cat__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 2.4rem;
	height: 2.4rem;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	background: transparent;
	color: #111;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.zimbora-burger-cat__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1.1rem;
	max-width: min(96vw, 1200px);
}

.zimbora-burger-cat__item {
	margin: 0;
}

.zimbora-burger-cat__link {
	display: inline-block;
	padding: 0;
	border: 0;
	border-radius: 0;
	text-align: center;
	text-decoration: none;
	font-size: clamp(1.25rem, 2.6vw, 1.9rem);
	font-weight: 600;
	color: inherit;
	background: transparent;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.zimbora-burger-cat__link:hover,
.zimbora-burger-cat__link:focus-visible {
	opacity: 0.78;
	transform: translateY(-1px);
}
