.ecowise-cookie-plugin-footer-link{
	text-align: center;
	padding: 14px 20px 20px;
}

.footer-cookie-settings-link{
	background: transparent;
	border: 0;
	color: #6FBF4E;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	cursor: pointer;
	padding: 0;
}

.footer-cookie-settings-link:hover{
	color: #2D8B06;
}

.ecowise-cookie-consent{
	position: fixed;
	left: 20px;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	display: none;
}

.ecowise-cookie-consent.is-visible{
	display: block;
}

.ecowise-cookie-consent__banner{
	background: #ffffff;
	border: 1px solid #E2EBDD;
	border-radius: 24px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.18);
	padding: 20px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.ecowise-cookie-consent__text h3{
	margin: 0 0 8px;
	color: #404040;
	font-size: 22px;
}

.ecowise-cookie-consent__text p{
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #606060;
}

.ecowise-cookie-consent__text p a{
	color: #6FBF4E;
	text-decoration: underline;
}

.ecowise-cookie-consent__actions{
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.ecowise-cookie-consent__actions .ecowise-cookie-consent__btn,
.ecowise-cookie-consent__settings-actions .ecowise-cookie-consent__btn,
.ecowise-cookie-consent__btn{
	padding: 6px 12px 0 !important;
}

.ecowise-cookie-consent__btn{
	border-radius: 999px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1 !important;
	height: 42px !important;
	min-height: 42px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	text-align: center !important;
}

.ecowise-cookie-consent__btn--primary{
	background: #6FBF4E;
	color: #fff;
	border: 1px solid #6FBF4E;
}

.ecowise-cookie-consent__btn--secondary{
	background: #fff;
	color: #404040;
	border: 1px solid #CDDCC6;
}

.ecowise-cookie-consent__btn--ghost{
	background: #F5F9F3;
	color: #4F8F38;
	border: 1px solid #DCE9D7;
}

.ecowise-cookie-consent__settings{
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.5);
	padding: 20px;
	z-index: 10000;
}

.ecowise-cookie-consent.is-settings-open .ecowise-cookie-consent__settings{
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.ecowise-cookie-consent__settings-inner{
	width: min(640px, 100%);
	background: #fff;
	border-radius: 24px;
	padding: 24px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.ecowise-cookie-consent__settings-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.ecowise-cookie-consent__settings-head h3{
	margin: 0;
	color: #404040;
	font-size: 24px;
}

.ecowise-cookie-consent__close{
	background: transparent;
	border: 0;
	font-size: 30px;
	line-height: 1;
	color: #6B6B6B;
	cursor: pointer;
	padding: 0;
}

.ecowise-cookie-consent__settings p{
	font-size: 15px;
	color: #5E5E5E;
	margin-bottom: 18px;
}

.ecowise-cookie-consent__option{
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 12px 0;
	border-top: 1px solid #EEF2EC;
	font-size: 15px;
	color: #4B4B4B;
}

.ecowise-cookie-consent__option input{
	margin-top: 3px;
}

.ecowise-cookie-consent__settings-actions{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

@media (max-width: 1100px) and (min-width: 522px) {
	.ecowise-cookie-consent{
		left: 14px;
		right: 14px;
		bottom: 14px;
	}

	.ecowise-cookie-consent__banner{
		flex-direction: column;
		align-items: stretch;
		padding: 18px;
	}

	.ecowise-cookie-consent__actions{
		width: 100%;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 10px;
		justify-content: stretch;
	}

	.ecowise-cookie-consent__actions .ecowise-cookie-consent__btn{
		width: 100%;
	}
}

@media (max-width: 860px) and (min-width: 522px) {
	.ecowise-cookie-consent__actions{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ecowise-cookie-consent__actions .ecowise-cookie-consent__btn--primary{
		grid-column: 1 / -1;
	}
}

@media (max-width: 521px) {
	.ecowise-cookie-consent{
		left: 12px;
		right: 12px;
		bottom: 12px;
	}

	.ecowise-cookie-consent__banner{
		flex-direction: column;
		align-items: flex-start;
		padding: 16px;
	}

	.ecowise-cookie-consent__actions{
		width: 100%;
		justify-content: stretch;
	}

	.ecowise-cookie-consent__btn{
		flex: 1 1 100%;
		width: 100%;
		justify-content: center;
		display: inline-flex;
	}
}
