#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;
	flex-direction: column;
}

#global-payments-hpp-container>div {
	display: flex;
	flex-direction: column;
	padding: 0 0 1.5rem 0;
	flex-basis: calc(50% - .5rem);
	border-radius: 8px;
}

#global-payments-hpp-container p {
	position: relative;
	padding-bottom: 1.5rem;
}

#global-payments-hpp-container label {
	font-weight: bold;
	display: block;
	position: absolute;
	top: -1.5rem;
}

#global-payments-hpp-container input {
	border: 1px solid #ccc;
	margin-bottom: 1rem;
	border-radius: 4px;
	width: 100%;
	background: none;
	padding: .5rem !important;
}

span.ed_row {
	display: flex;
	align-items: center;
	gap: 10px;
}

span.ed_row input {
	margin: 0 !important;
}

button#global-payments-hpp-pay-button {
	background: #3a3d46;
	color: white;
	border: 0;
	line-height: 46px;
	font-size: 1.35rem;
	border-radius: 4px;
	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;
}

@media (min-width: 768px) {
	#global-payments-hpp-container {
		flex-direction: row;
	}

	#global-payments-hpp-container>div {
		padding: 1.5rem;
	}
}