cookies {
	position: fixed;
	bottom: 16px;
	z-index: 1;

	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 16px;

	width: auto;
	height: auto;
	max-width: 100%;
	padding: 16px;
	border-radius: 12px;

	background: white;
	color: var(--midnight);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
	/* ----- ----- ----- */
	& section {
		width: 229px;
	}
	/* ----- ----- ----- */
	& svg:nth-of-type(1) {
		position: absolute;
		top: 12px;
		right: 12px;
	}
}