.argos_cookie-banner {
	background-color: #333;
	color: white;
	padding: 20px;
	border-radius: 10px;
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000000;
	display: none;
	width: 90%;
	text-align: center;
}

.argos_cookie-banner button {
	margin-left: 10px;
	background-color: #3742fa;
	border: none;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
	margin-bottom:2px;
	font-size:16px;
}

.argos_cookie-popup, .argos_cookie-removal-popup {
	display: none;
	background-color: white;
	padding: 15px;
	border-radius: 8px;
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000001;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	width: 80%;
	max-height: 70%;
	overflow-y: auto;
}

.argos_cookie-popup button, .argos_cookie-removal-popup button {
	background-color: #3742fa;
	color: white;
	border: none;
	padding: 7px 14px;
	cursor: pointer;
}

.argos_cookie-popup .close-popup, .argos_cookie-removal-popup .argos_close-removal-popup {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 16px;
	cursor: pointer;
}

.argos_cookie-content {
	width: 90%;
	color: #000;
}

.argos_remove-cookies, .argos_terms-button {
	margin-left: 10px;
	background-color: #3742fa;
	border: none;
	cursor: pointer;
}

.argos_terms-button, .argos_cookie-button {
	color: #eccc68 !important;
}

.argos_cookie-alert {
	position: fixed;
	top: 20px;
	right: 20px;
	background-color: #4caf50;
	color: white;
	padding: 10px;
	border-radius: 5px;
	z-index: 10002;
	display: none;
}

.argos_cookies-list, .argos_cookie-removal-popup h3, .argos_cookie-content h1 {
	color: #000;
}