.cutcaps-cookie-preferences {
	background: #f7f8fb;
	border: 1px solid #dfe3ea;
	border-radius: 12px;
	margin: 1.5rem 0;
	padding: 1.25rem;
}

.cutcaps-cookie-preferences h2 {
	margin-top: 0;
}

.cutcaps-cookie-button {
	background: #087ea4;
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	padding: 0.75rem 1rem;
}

.cutcaps-cookie-button:hover,
.cutcaps-cookie-button:focus-visible {
	background: #065f7d;
}

.cutcaps-cookie-button:focus-visible {
	outline: 3px solid #ffbf47;
	outline-offset: 3px;
}

