#hhAgree{
	margin:15px;
}
.actions--wrapper{
	opacity: 1;
	transition: all 0.5s;
}
.actions--disabled{
	opacity: 0.5;
	pointer-events: none;
}

#checkout-options button{
	padding: 20px 1rem;
	width: 100%;
	max-width: 350px;
	white-space: normal;
	height: auto;
	line-height: normal;
}