.cookie {
	font-family: "AGLettericaDemiCondensedC";
	position: fixed;
	left: 25px;
	bottom: 25px;
	background-color: #fff;
	padding: 20px;
	display: none;
	gap: 30px;
	border-radius: 5px;
	max-width: 565px;
	text-align: left;
}

.cookie__text {
	font-size: 16px;
	line-height: 24px;
}

.cookie__button {
	padding: 5px 30px 10px 30px;
    margin: 0;
    background: transparent;
    border: 2px solid #d98f00;
    border-radius: 25px;
    font-size: 17px;
    line-height: 22px;
    font-family: "AGLettericaDemiCondensedC";
    color: #d98f00;
    cursor: pointer;
}

.cookie__link {
	color: #d98f00;
	text-decoration: underline dashed;
	text-underline-offset: 3px;
}