#s-cookies {
	position: fixed;
	bottom: 20px; /* Adjust for how near the top you want it */
	left: 50%;
	transform: translateX(-50%);
	background: rgba(50, 50, 50, 0.8); /* Dark gray with translucency */
	padding: 15px 20px;
	border-radius: 8px; /* Rounded corners */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for readability */
	z-index: 1000; /* Ensures it appears above other elements */
	text-align: center; /* Center-aligns the text */
	font-size: 16px; /* Adjust font size for readability */
	width:1200px;
	max-width: 90%; /* Responsive for smaller screens */
	text-align: left;
  }
  #s-cookies, #s-cookies p {
	color: white;
  }
  #s-cookies a {
	color: white;
	text-decoration: underline;
  }