#onetrust-pc-sdk.otPcCenter {
	max-width: 850px !important;
	height: auto !important;
	max-height: calc(100vh - 5rem) !important;
	overflow-y: auto;
}

@media screen and (max-width: 600px) {
	#onetrust-pc-sdk.otPcCenter {
		height: 100% !important;
		max-height: 100% !important;
	}
}

#onetrust-pc-sdk.otPcCenter #ot-pc-content {
	position: relative;
	top: 0;
	margin-bottom: 20px;
	max-height: 469px;
}

@media screen and (max-width: 600px) {
	#onetrust-pc-sdk.otPcCenter #ot-pc-content {
		max-height: none;
	}
}

#onetrust-pc-sdk button {
	height: 40px !important;
}

#onetrust-pc-sdk .ot-pc-footer {
	max-height: none !important;
	position: relative!important;
}

#onetrust-pc-sdk #ot-pc-lst {
	position: relative!important;
	top: 0!important;
}

#onetrust-pc-sdk #ot-pc-lst #ot-lst-cnt {
	max-height: 480px;
}

@media screen and (max-width: 600px) {
	#onetrust-pc-sdk #ot-pc-lst {
		margin-top: 0;
	}

	#onetrust-pc-sdk #ot-pc-lst #ot-lst-cnt {
		max-height: 560px;
	}
}

#onetrust-pc-sdk #ot-fltr-cnt {
	right: 20px;
	left: auto;
	margin-top: -5px;
}

button#accept-recommended-btn-handler {
	margin-bottom: 0px !important;
}

button.save-preference-btn-handler {
	margin-right: 10px !important;
}