:root {
	--header-height: 120px;
	--header-background-colour: var(--info-colour);
  --header-border-width: 0;
  --header-padding: 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);
}

.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")
}

chip-frameheader > header > div:first-child {
  color: var(--info-colour-foreground);
  height: 50%;
  display: flex;
  align-items: center;
}

chip-frameheader > header {
  flex-direction: column;
}

.header--subtitle {
  width: 100%;
  height: 50%;
  background-color: rgb(244, 248, 251);
  border-bottom: 1px solid var(--info-colour);
  display: flex;
  align-items: center;
}

.header--bullet {
  --icon-font-size: 6px;
  color: rgb(0, 255, 224);
  margin-right: var(--block-size-xxs);
}

footer {
  border-top: 10px solid var(--info-colour);
}

.header--link {
  color: var(--info-colour-foreground);
  --link-colour: var(--info-colour-foreground);
  --link-visited-colour: var(--info-colour-foreground);
}

.header--link a {
  text-decoration: none;
}
