.abcsp-consent {
	position: fixed;
	right: 24px;
	bottom: 24px;
	left: 24px;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	max-width: 1080px;
	margin: 0 auto;
	padding: 20px 22px;
	border: 1px solid #d9dde5;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 16px 50px rgba(15, 23, 42, .2);
	color: #101828;
}

.abcsp-consent__copy strong {
	display: block;
	margin-bottom: 4px;
	font-size: 18px;
}

.abcsp-consent__copy p {
	margin: 0 0 4px;
	font-size: 14px;
	line-height: 1.45;
}

.abcsp-consent__copy a {
	font-size: 13px;
	color: #175cd3;
	text-decoration: underline;
}

.abcsp-consent__actions {
	display: flex;
	gap: 10px;
	flex: 0 0 auto;
}

.abcsp-consent__actions button {
	min-height: 44px;
	padding: 10px 18px;
	border-radius: 8px;
	font-weight: 700;
	cursor: pointer;
}

.abcsp-consent__reject {
	border: 1px solid #344054;
	background: #fff;
	color: #101828;
}

.abcsp-consent__accept {
	border: 1px solid #eb1745;
	background: #eb1745;
	color: #fff;
}

@media (max-width: 720px) {
	.abcsp-consent {
		right: 12px;
		bottom: 12px;
		left: 12px;
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
	}

	.abcsp-consent__actions button {
		flex: 1;
	}
}
