.tryinohomes-cookie-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	border-radius: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.25rem;
	background: #111;
	color: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
	font-size: 0.95rem;
}

.tryinohomes-cookie-banner p {
	margin: 0;
	max-width: 48rem;
}

.tryinohomes-cookie-banner a {
	color: #f5c451;
	text-decoration: underline;
}

.tryinohomes-cookie-accept {
	border: 0;
	background: #f5c451;
	color: #111;
	font-weight: 600;
	padding: 0.65rem 1.25rem;
	border-radius: 4px;
	cursor: pointer;
}

.tryinohomes-cookie-accept:hover {
	background: #e0b03f;
}
