#global-payments-hpp-iframe {
	min-height: 600px;
	border: 1px solid #ccc;
	border-radius: 8px;
	overflow: hidden;
}

#global-payments-hpp-container {
	display: flex;
	justify-content: space-between;
}

#global-payments-hpp-container>div {
	display: flex;
	flex-direction: column;
	padding: 1.5rem;
	flex-basis: calc(50% - .5rem);
	border-radius: 8px;
}

#global-payments-hpp-container label {
	font-weight: bold;
	display: block;
}

#global-payments-hpp-container input {
	border: 1px solid #ccc;
	margin-bottom: 1rem;
	border-radius: 4px;
	width: 100%;
}

button#global-payments-hpp-pay-button {
	background: #3a3d46;
	color: white;
	border: 0;
	line-height: 46px;
	font-size: 1.35rem;
	border-radius: 4px;
	margin-top: 1rem;
	transition: .2s ease all;
	height: 46px;
}

button#global-payments-hpp-pay-button:hover {
	background: #2a2d36;
	box-shadow: inset 0 0 0.25rem 0.125rem rgba(0, 0, 0, 0.6);
}

.ed-error {
	color: #c00;
	font-size: 11px;
	margin: 0 0 1rem;
}