.whitepaper-text-section .whitepaper-text-section-inner-container
{
	height: 350px;
	position: relative;
	overflow-y: hidden;
}

.whitepaper-text-section .whitepaper-text-section-inner-container[data-gated-content-type="ungated_with_download_link"]
{
	height: auto;
}

.whitepaper-text-section .whitepaper-text-section-inner-container .ungated-content-button
{
	border: 1px solid transparent;
	background-color: #FAB005;
    color: #ffffff;
    padding: 8px 18px 6px 18px;
    border-radius: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.whitepaper-text-section .whitepaper-text-section-inner-container .ungated-content-button:hover
{
	background-color: #FFD43B;
	color: #000000;
}

.whitepaper-text-section .whitepaper-text-section-inner-container .ungated-content-button:active
{
	border: 1px solid #000;
	background-color: #ffffff;
	color: #000000;
}