.wc-usa-epay-credit-card-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
	width: 100%;
	padding-right: 16px;
}

.wc-usa-epay-credit-card-icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	margin-left: auto;
}

.wc-usa-epay-credit-card-icons img {
	max-width: 40px;
}

.wc-usa-epay-credit-card-form {
	display: grid;
	gap: 16px;
	margin-bottom: 12px;
}

.wc-usa-epay-credit-card-expiry-csc {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.wc-usa-epay-credit-card-field label {
	display: block;
	margin: 0 0 4px;
}

.wc-usa-epay-credit-card-field label.required::after {
	content: " *";
	color: #cc1818;
}

/* baseline input styling only — the active theme's own form-field styles are allowed to cascade over it, keeping the card fields consistent with the other checkout inputs */
.wc-usa-epay-credit-card-input {
	box-sizing: border-box;
	width: 100%;
	padding: 0.75em;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	font-family: inherit;
	font-size: 1em;
	line-height: 1.375;
}

.wc-usa-epay-credit-card-input[aria-invalid="true"] {
	border-color: #cc1818;
}
