#collapse-payment-method .title {
	font-weight: 700;
	text-transform: uppercase;
}

/* Override form.css absolute .text-danger so field errors stay under inputs */
#checkout-checkout .form-group {
	position: relative;
}

#checkout-checkout .form-group .text-danger,
#checkout-checkout .text-danger {
	position: static;
	top: auto;
	display: block;
	width: auto;
	margin-top: 0.4rem;
	margin-bottom: 0;
	padding: 0;
	font-size: 0.875rem;
	font-weight: 500;
	color: #dc3545;
	line-height: 1.35;
	background: none;
	border: 0;
	filter: none;
	border-radius: 0;
	box-shadow: none;
	z-index: auto;
	cursor: default;
}
