.angie-cookie-popup-3436 {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #2c3e50;
	color: #ffffff;
	z-index: 99999;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.angie-cookie-content-3436 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 15px;
}

.angie-cookie-content-3436 p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

.angie-cookie-content-3436 a {
	color: #e61b98;
	text-decoration: underline;
}

.angie-cookie-content-3436 a:hover {
	color: #c71682;
}

.angie-cookie-buttons-3436 {
	display: flex;
	gap: 10px;
}

.angie-btn-accept-3436 {
	background-color: #e61b98;
	color: #ffffff;
	border: none;
	padding: 10px 24px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.angie-btn-accept-3436:hover {
	background-color: #c71682;
}

@media (min-width: 768px) {
	.angie-cookie-content-3436 {
		flex-direction: row;
		justify-content: space-between;
		text-align: left;
	}
	
	.angie-cookie-content-3436 p {
		flex: 1;
		padding-right: 20px;
	}
}