:root {
	--header-height: fit-content;
	--header-background-colour: rgba(0, 0, 0, 0);
}

#sctAmountDue .select__wrapper {
	width: fit-content;
}

.p--row-title {
	font-weight: var(--font-weight-bold);
}

.p--row-title,
.p--row-value {
	margin-bottom: 0;
}

.summary-title {
	margin-bottom: var(--block-size-xl);
}

.summary-title~.summary-title {
	margin-top: var(--block-size-xxxl);
}

#amountDue label {
	--label-font-weight: var(--font-weight-bold);
}

.list-reference .row>div:first-child {
	min-width: min(var(--form-width), 100%);
}

#aiAdd .accordion__content {
	overflow: initial;
}

#ctPaymentLoader {
	height: var(--block-size-xxxxl);
	width: var(--block-size-xxxxl);
}

#ctPaymentWrapper {
	gap: var(--block-size-xxl);
}

.layout-frame__header {
	border-bottom: none;
	position: relative;
	padding: 0;
}

.layout-frame__header>header {
	display: block;
}

.img--security {
	height: 40px !important;
	width: auto !important;
}

.chipside-content {
	padding: var(--block-size-lg);
}

chip-input[type] {
	height: auto;
	border: none;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
}

chip-button button {
	margin: 0;
}

p:has(>a) {
	line-height: 1.3157894737 !important;
	font-size: 1.1875rem !important;
}

@media (min-width: 40.0625em) {
	p:has(>a) {
		font-size: 1.1875rem !important;
		line-height: 1.3157894737 !important;
	}
}

.list-flush {
	margin-left: 0;
}

select {
	margin: 0;
}

@font-face {
	font-display: block;
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: 900;
	src: url(../webfonts/fa-solid-900.eot);
	src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
		url(../webfonts/fa-solid-900.woff2) format("woff2"),
		url(../webfonts/fa-solid-900.woff) format("woff"),
		url(../webfonts/fa-solid-900.ttf) format("truetype"),
		url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

@font-face {
	font-display: block;
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: 400;
	src: url(../webfonts/fa-regular-400.eot);
	src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
		url(../webfonts/fa-regular-400.woff2) format("woff2"),
		url(../webfonts/fa-regular-400.woff) format("woff"),
		url(../webfonts/fa-regular-400.ttf) format("truetype"),
		url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
	font-display: block;
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: 300;
	src: url(../webfonts/fa-light-300.eot);
	src: url(../webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),
		url(../webfonts/fa-light-300.woff2) format("woff2"),
		url(../webfonts/fa-light-300.woff) format("woff"),
		url(../webfonts/fa-light-300.ttf) format("truetype"),
		url(../webfonts/fa-light-300.svg#fontawesome) format("svg")
}