@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@600;700;800;900&family=Science+Gothic:wdth,wght@100,400;100,600;100,700;100,800&display=swap");

.mf-wp-preview-fullbleed {
	background: #f5f1e9;
	box-sizing: border-box;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: calc(100vh - 180px);
	padding: 0;
	width: 100vw;
}

.mf-wp-preview-fullbleed *,
.mf-wp-preview-fullbleed *::before,
.mf-wp-preview-fullbleed *::after {
	box-sizing: border-box;
}

.mf-wp-preview-fullbleed .mf-rfq,
.mf-wp-preview-fullbleed .mf-table-rfq,
.mf-wp-preview-fullbleed .mf-compare {
	margin-left: auto;
	margin-right: auto;
	max-width: min(1420px, calc(100vw - clamp(48px, 6vw, 96px)));
	padding-bottom: clamp(28px, 3vw, 48px);
	padding-top: clamp(28px, 3vw, 48px);
	width: 100%;
}

.mf-wp-preview-fullbleed .mf-table-rfq {
	max-width: 100vw;
}

.mf-wp-preview-fullbleed .mf-card {
	width: 100%;
}

.mf-preview-banner {
	background: #1d2529 !important;
	border-bottom: 1px solid rgba(231, 236, 238, 0.16);
}

.mf-brandbar {
	--mf-logo-font: Orbitron, "Arial Black", "Segoe UI Black", system-ui, sans-serif;
	--mf-body-font: Orbitron, "Segoe UI", system-ui, sans-serif;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
	padding: 18px 30px;
	background:
		linear-gradient(118deg, rgba(255, 255, 255, 0.08), transparent 36%),
		linear-gradient(90deg, #111719 0%, #273238 58%, #101415 100%);
	color: #fff;
}

body.mf-font-science .mf-brandbar,
body.mf-font-science .mf-rfq,
body.mf-font-science .mf-table-rfq,
body.mf-font-science .mf-compare,
body.mf-font-science .mf-supplier,
body.mf-font-science .mf-dashboard {
	--mf-logo-font: "Science Gothic", "Arial Black", "Segoe UI Black", system-ui, sans-serif;
	--mf-body-font: "Science Gothic", "Segoe UI", system-ui, sans-serif;
}

.mf-logo-lockup {
	display: inline-flex;
	gap: 14px;
	align-items: center;
	color: inherit;
	text-decoration: none;
	min-width: 0;
}

.mf-beta-badge {
	align-items: center;
	background: linear-gradient(135deg, #dba043, #9f6a16);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font: 900 11px/1 Orbitron, "Segoe UI", system-ui, sans-serif;
	letter-spacing: 0.14em;
	padding: 8px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.mf-logo-image {
	display: block;
	height: clamp(78px, 7vw, 112px);
	width: auto;
	max-width: min(560px, 58vw);
	object-fit: contain;
}

.mf-logo-mark {
	position: relative;
	display: grid;
	grid-template-columns: auto auto;
	align-items: end;
	gap: 1px;
	font-family: var(--mf-logo-font);
	font-size: 33px;
	font-weight: 950;
	line-height: 0.82;
	text-transform: uppercase;
	letter-spacing: 0;
}

.mf-logo-mark::before,
.mf-logo-mark::after {
	content: "";
	position: absolute;
	left: 2px;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #f7fbfc 0%, #9fa7aa 46%, #f6fbfc 52%, #dba043 68%, #976515 100%);
}

.mf-logo-mark::before {
	bottom: -9px;
}

.mf-logo-mark::after {
	bottom: -15px;
	opacity: 0.7;
}

.mf-logo-mark span:first-child {
	background: linear-gradient(130deg, #fafcfd 4%, #9da5a8 38%, #eef2f3 56%, #727a7d 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.mf-logo-mark span:last-child {
	background: linear-gradient(130deg, #f5ca77 0%, #d99b36 44%, #f0c368 62%, #8b5b13 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.mf-logo-copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.mf-logo-copy strong {
	font-family: var(--mf-logo-font);
	font-size: clamp(21px, 2.4vw, 34px);
	font-weight: 950;
	line-height: 0.95;
	text-transform: uppercase;
	letter-spacing: 0;
}

.mf-logo-copy small {
	color: #d8dddf;
	font-family: var(--mf-logo-font);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mf-brandnav {
	display: flex;
	gap: 6px;
	align-items: center;
	margin-left: auto;
}

.mf-brandnav a {
	border-radius: 6px;
	color: #d8dddf;
	font: 800 12px/1.2 "Segoe UI", system-ui, sans-serif;
	padding: 8px 10px;
	text-decoration: none;
}

.mf-brandnav a:hover,
.mf-brandnav a.is-active {
	background: rgba(255, 255, 255, 0.09);
	color: #fff;
}

.mf-font-switch {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 4px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 8px;
}

.mf-font-switch button {
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: #d8dddf;
	cursor: pointer;
	font: 700 12px/1.2 "Segoe UI", system-ui, sans-serif;
	padding: 8px 10px;
}

.mf-font-switch button.is-active {
	background: linear-gradient(135deg, #dba043, #9f6a16);
	color: #fff;
}

.mf-brandfooter {
	align-items: center;
	background:
		linear-gradient(118deg, rgba(255, 255, 255, 0.06), transparent 36%),
		linear-gradient(90deg, #101415 0%, #273238 52%, #111719 100%);
	color: #fff;
	display: flex;
	font-family: Orbitron, "Segoe UI", system-ui, sans-serif;
	gap: 16px;
	justify-content: space-between;
	padding: 18px 24px;
}

.mf-brandfooter span {
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.mf-brandfooter small {
	color: #d8dddf;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mf-rfq {
	--mf-logo-font: Orbitron, "Arial Black", "Segoe UI Black", system-ui, sans-serif;
	--mf-body-font: Orbitron, "Segoe UI", system-ui, sans-serif;
	--ink: #1c1917;
	--muted: #635f58;
	--line: #d9d1c5;
	--paper: #f5f1e9;
	--card: #fffdfa;
	--steel: #202a2f;
	--copper: #d1972f;
	--ok: #2f6f4e;
	font-family: var(--mf-body-font);
	color: var(--ink);
	background: var(--paper);
	padding: 28px 24px 32px;
	max-width: 920px;
	margin: 0 auto;
}

.mf-rfq *,
.mf-rfq *::before,
.mf-rfq *::after {
	box-sizing: border-box;
}

.mf-rfq--gate {
	text-align: center;
	padding: 48px 24px;
}

.mf-rfq__header {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: flex-end;
	margin-bottom: 8px;
}

.mf-rfq__eyebrow {
	margin: 0 0 4px;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--copper);
	font-weight: 700;
	font-family: var(--mf-logo-font);
}

.mf-rfq__title {
	margin: 0;
	font-size: 28px;
	letter-spacing: 0;
	font-family: var(--mf-logo-font);
	font-weight: 950;
	text-transform: uppercase;
}

.mf-rfq__account {
	margin: 0;
	font-size: 13px;
	color: var(--muted);
	text-align: right;
}

.mf-rfq__note {
	margin: 0 0 20px;
	color: var(--muted);
	font-size: 14px;
}

.mf-lines {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.mf-card {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: 10px;
	overflow: hidden;
}

.mf-card__top {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px;
	background:
		linear-gradient(125deg, rgba(245, 250, 251, 0.09), transparent 35%),
		var(--steel);
	color: #fff;
	align-items: flex-start;
}

.mf-card__label {
	margin: 0;
	font-size: 12px;
	opacity: 0.7;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.mf-card__summary {
	margin: 4px 0 0;
	font-size: 15px;
	font-weight: 600;
}

.mf-card__tools {
	display: flex;
	gap: 8px;
	flex-shrink: 0;
}

.mf-card__tools .mf-btn--ghost {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.35);
}

.mf-card__tools .mf-btn--ghost.danger {
	color: #f3c4c0;
	border-color: rgba(243, 196, 192, 0.45);
}

.mf-steps {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding: 12px 16px 0;
}

.mf-step {
	border: 1px solid var(--line);
	background: #fff;
	color: var(--muted);
	border-radius: 999px;
	padding: 6px 10px;
	font-size: 12px;
	cursor: pointer;
}

.mf-step[disabled] {
	opacity: 0.4;
	cursor: not-allowed;
}

.mf-step.is-done {
	border-color: #cfe3d6;
	background: #eef7f1;
	color: var(--ok);
}

.mf-step.is-current {
	border-color: var(--steel);
	background: linear-gradient(135deg, var(--steel), #111719);
	color: #fff;
}

.mf-panel {
	padding: 16px;
}

.mf-panel h3 {
	margin: 0 0 6px;
	font-size: 18px;
}

.mf-help {
	margin: 0 0 14px;
	color: var(--muted);
	font-size: 13px;
}

.mf-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mf-chip {
	border: 1px solid var(--line);
	background: #fff;
	border-radius: 8px;
	padding: 10px 12px;
	font-size: 13px;
	cursor: pointer;
	text-align: left;
}

.mf-chip:hover,
.mf-chip.is-on {
	border-color: var(--steel);
	background: #202a2f;
	color: #fff;
}

.mf-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	max-width: 360px;
	font-size: 13px;
	min-width: 0;
}

.mf-field input,
.mf-field textarea,
.mf-field select {
	font: inherit;
	padding: 10px 12px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

.mf-check {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
	font-size: 13px;
}

.mf-check input {
	width: auto;
}

.mf-size {
	display: grid;
	grid-template-columns: 140px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}

.mf-diagram {
	background: #fff;
	border: 1px dashed var(--line);
	border-radius: 8px;
	padding: 10px;
	text-align: center;
}

.mf-diagram svg {
	width: 96px;
	height: 96px;
}

.mf-diagram span {
	display: block;
	margin-top: 6px;
	font-size: 11px;
	color: var(--muted);
}

.mf-size-fields {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mf-unit {
	max-width: 120px;
}

.mf-choice {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 16px;
}

.mf-choice button {
	border: 1px solid var(--line);
	background: #fff;
	border-radius: 10px;
	padding: 14px 12px;
	text-align: left;
	cursor: pointer;
}

.mf-choice button strong {
	display: block;
	font-size: 14px;
}

.mf-choice button span {
	display: block;
	margin-top: 4px;
	color: var(--muted);
	font-size: 12px;
}

.mf-choice button.is-on {
	border-color: var(--steel);
	background: var(--steel);
	color: #fff;
}

.mf-choice button.is-on span {
	color: #d7dee4;
}

.mf-inline {
	display: flex;
	gap: 8px;
	max-width: 420px;
	min-width: 0;
}

.mf-inline input {
	flex: 1;
}

.mf-total {
	margin: 10px 0 0;
	font-size: 13px;
	font-weight: 700;
	color: var(--steel);
}

.mf-certs {
	display: grid;
	gap: 8px;
}

.mf-certs label {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 10px 12px;
	font-size: 13px;
	cursor: pointer;
}

.mf-certs label.is-on {
	border-color: var(--steel);
}

.mf-nav {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: 16px;
}

.mf-line-review {
	display: grid;
	gap: 14px;
}

.mf-line-review__head {
	align-items: start;
	background:
		linear-gradient(135deg, rgba(219, 160, 67, 0.12), rgba(32, 42, 47, 0.04)),
		#fff;
	border: 1px solid var(--line);
	border-radius: 10px;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding: 16px;
}

.mf-line-review__head h3,
.mf-line-review__head p {
	margin: 0;
}

.mf-line-review__head h3 {
	font-size: 22px;
}

.mf-line-review__head strong {
	background: var(--steel);
	border-radius: 999px;
	color: #fff;
	flex-shrink: 0;
	font-size: 12px;
	font-weight: 900;
	padding: 8px 10px;
}

.mf-line-review__grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mf-line-review__grid article {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 10px;
	display: grid;
	gap: 6px;
	padding: 12px;
}

.mf-line-review__grid article > span {
	color: var(--muted);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mf-line-review__grid strong {
	font-size: 14px;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.mf-line-review__grid button {
	justify-self: start;
	background: transparent;
	border: 0;
	color: #9f6a16;
	cursor: pointer;
	font: 900 12px/1.2 "Segoe UI", system-ui, sans-serif;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mf-line-ready {
	align-self: center;
	color: var(--ok);
	font-size: 13px;
	font-weight: 900;
}

.mf-ui-icon {
	display: inline-block;
	fill: none;
	flex: 0 0 auto;
	height: 1.1em;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 1.1em;
}

.mf-btn {
	border: 0;
	border-radius: 8px;
	background: var(--steel);
	color: #fff;
	padding: 10px 14px;
	font: 800 13px/1.2 "Segoe UI", system-ui, sans-serif;
	cursor: pointer;
}

.mf-btn:hover {
	filter: brightness(1.08);
}

.mf-btn:disabled {
	opacity: 0.55;
	cursor: not-allowed;
	filter: none;
}

.mf-btn--ghost {
	background: transparent;
	color: var(--steel);
	border: 1px solid var(--line);
}

.mf-btn--ghost.danger {
	color: #9b2c2c;
}

.mf-btn--submit {
	background: linear-gradient(135deg, #dba043, #9f6a16);
}

.mf-rfq__bar {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-top: 18px;
	flex-wrap: wrap;
}

.mf-rfq__feedback {
	margin-top: 14px;
	padding: 10px 12px;
	border-radius: 8px;
	font-size: 14px;
}

.mf-rfq__feedback.is-success {
	background: #eef7f1;
	color: var(--ok);
}

.mf-rfq__feedback.is-error {
	background: #fdecea;
	color: #9b2c2c;
}

.mf-quotes {
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid var(--line);
}

.mf-quotes__head {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: flex-end;
	margin-bottom: 14px;
}

.mf-quotes__head > p {
	margin: 0;
	color: var(--muted);
	font-size: 13px;
	text-align: right;
}

.mf-quote-grid {
	display: grid;
	gap: 8px;
}

.mf-quote-row {
	display: grid;
	grid-template-columns: minmax(118px, 0.72fr) 92px minmax(104px, 0.74fr) minmax(150px, 1.2fr) minmax(150px, 1fr) 68px;
	gap: 10px;
	align-items: center;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 12px;
}

.mf-quote-row--head {
	position: sticky;
	top: 0;
	z-index: 1;
	background: var(--paper);
	color: var(--muted);
	border-style: dashed;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.mf-quote-row.is-selected {
	border-color: var(--copper);
	box-shadow: 0 0 0 2px rgba(209, 151, 47, 0.18);
}

.mf-quote-row.has-warning {
	background: #fffaf2;
}

.mf-quote-main,
.mf-quote-row span {
	min-width: 0;
}

.mf-quote-row > span,
.mf-quote-row dd,
.mf-quote-row small {
	overflow-wrap: anywhere;
}

.mf-quote-main {
	display: grid;
	gap: 5px;
}

.mf-quote-option,
.mf-quote-total {
	color: var(--ink);
	font-size: 15px;
	font-weight: 800;
}

.mf-quote-total {
	color: var(--steel);
	white-space: nowrap;
}

.mf-quote-badge {
	width: fit-content;
	border-radius: 999px;
	background: #eef7f1;
	color: var(--ok);
	padding: 4px 8px;
	font-size: 11px;
	font-weight: 800;
}

.mf-quote-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.mf-selected-summary {
	align-items: start;
	background:
		linear-gradient(135deg, rgba(219, 160, 67, 0.12), rgba(47, 111, 78, 0.08)),
		#fffdfa;
	border: 1px solid #cfb27b;
	border-radius: 10px;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) minmax(230px, 0.42fr);
	margin-bottom: 16px;
	padding: 18px;
}

.mf-selected-summary[hidden] {
	display: none;
}

.mf-selected-summary h2,
.mf-selected-summary p,
.mf-selected-summary ul {
	margin: 0;
}

.mf-selected-summary h2 {
	font-size: 24px;
	line-height: 1.1;
}

.mf-selected-summary p {
	color: var(--muted);
	font-size: 13px;
	line-height: 1.45;
	margin-top: 8px;
}

.mf-selected-summary ul {
	color: var(--steel);
	display: grid;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	padding-left: 18px;
}

.mf-supplier-mask {
	display: block;
	width: 126px;
	height: 14px;
	border-radius: 999px;
	background: #cfd4d7;
	color: transparent;
	filter: blur(3px);
}

.mf-quote-row small {
	display: block;
	margin-top: 3px;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.35;
}

.mf-compare {
	--mf-logo-font: Orbitron, "Arial Black", "Segoe UI Black", system-ui, sans-serif;
	--mf-body-font: Orbitron, "Segoe UI", system-ui, sans-serif;
	--ink: #1c1917;
	--muted: #635f58;
	--line: #d9d1c5;
	--paper: #f5f1e9;
	--card: #fffdfa;
	--steel: #202a2f;
	--copper: #d1972f;
	--ok: #2f6f4e;
	font-family: var(--mf-body-font);
	color: var(--ink);
	background: var(--paper);
	padding: 28px 24px 36px;
	max-width: 1180px;
	margin: 0 auto;
}

.mf-table-rfq {
	--mf-logo-font: Orbitron, "Arial Black", "Segoe UI Black", system-ui, sans-serif;
	--mf-body-font: Orbitron, "Segoe UI", system-ui, sans-serif;
	--ink: #1c1917;
	--muted: #635f58;
	--line: #d9d1c5;
	--paper: #f5f1e9;
	--card: #fffdfa;
	--steel: #202a2f;
	--copper: #d1972f;
	--ok: #2f6f4e;
	background: var(--paper);
	box-sizing: border-box;
	color: var(--ink);
	font-family: var(--mf-body-font);
	margin: 0 auto;
	max-width: none;
	padding: 28px 24px 36px;
	width: 100%;
}

body > .mf-table-rfq {
	max-width: 100vw;
}

.mf-supplier {
	--mf-logo-font: Orbitron, "Arial Black", "Segoe UI Black", system-ui, sans-serif;
	--mf-body-font: Orbitron, "Segoe UI", system-ui, sans-serif;
	--ink: #1c1917;
	--muted: #635f58;
	--line: #d9d1c5;
	--paper: #f5f1e9;
	--card: #fffdfa;
	--steel: #202a2f;
	--copper: #d1972f;
	--ok: #2f6f4e;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--mf-body-font);
	margin: 0 auto;
	max-width: 1180px;
	padding: 28px 24px 36px;
}

.mf-dashboard {
	--mf-logo-font: Orbitron, "Arial Black", "Segoe UI Black", system-ui, sans-serif;
	--mf-body-font: Orbitron, "Segoe UI", system-ui, sans-serif;
	--ink: #1c1917;
	--muted: #635f58;
	--line: #d9d1c5;
	--paper: #f5f1e9;
	--card: #fffdfa;
	--steel: #202a2f;
	--copper: #d1972f;
	--ok: #2f6f4e;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--mf-body-font);
	margin: 0 auto;
	max-width: 1180px;
	padding: 28px 24px 36px;
}

.mf-compare *,
.mf-compare *::before,
.mf-compare *::after,
.mf-table-rfq *,
.mf-table-rfq *::before,
.mf-table-rfq *::after,
.mf-supplier *,
.mf-supplier *::before,
.mf-supplier *::after,
.mf-dashboard *,
.mf-dashboard *::before,
.mf-dashboard *::after {
	box-sizing: border-box;
}

.mf-compare__hero,
.mf-table-rfq__hero,
.mf-supplier__hero,
.mf-dashboard__hero {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: flex-start;
	margin-bottom: 18px;
}

.mf-compare__hero .mf-rfq__title {
	font-size: 34px;
}

.mf-supplier__hero .mf-rfq__title {
	font-size: 32px;
}

.mf-dashboard__hero .mf-rfq__title {
	font-size: 34px;
}

.mf-dashboard__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.mf-table-panel {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 16px;
}

.mf-rfq-entry-wrap {
	border: 1px solid var(--line);
	border-radius: 10px;
	overflow-x: hidden;
}

.mf-rfq-entry-table {
	background: #fff;
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	font-size: 10px;
	min-width: 0;
	table-layout: fixed;
	width: 100%;
}

.mf-rfq-entry-table thead {
	display: table-header-group;
}

.mf-rfq-entry-table tr {
	background: #fff;
	display: table-row;
	width: 100%;
}

.mf-rfq-entry-table th,
.mf-rfq-entry-table td {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	display: table-cell;
	min-width: 0;
	padding: 6px;
	text-align: left;
	vertical-align: top;
}

.mf-rfq-entry-table th:first-child,
.mf-rfq-entry-table td:first-child {
	border-left: 0;
}

.mf-rfq-entry-table th {
	background: var(--steel);
	color: #fff !important;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0;
	padding: 11px 6px;
	text-transform: uppercase;
}

.mf-rfq-entry-table th:nth-child(1),
.mf-rfq-entry-table td:nth-child(1) {
	width: 9%;
}

.mf-rfq-entry-table th:nth-child(2),
.mf-rfq-entry-table td:nth-child(2) {
	width: 8%;
}

.mf-rfq-entry-table th:nth-child(3),
.mf-rfq-entry-table td:nth-child(3) {
	width: 9%;
}

.mf-rfq-entry-table th:nth-child(4),
.mf-rfq-entry-table td:nth-child(4) {
	width: 15%;
}

.mf-rfq-entry-table.has-compact-size th:nth-child(4),
.mf-rfq-entry-table.has-compact-size td:nth-child(4) {
	width: 10%;
}

.mf-rfq-entry-table th:nth-child(5),
.mf-rfq-entry-table td:nth-child(5) {
	width: 9%;
}

.mf-rfq-entry-table th:nth-child(6),
.mf-rfq-entry-table td:nth-child(6) {
	width: 11%;
}

.mf-rfq-entry-table th:nth-child(7),
.mf-rfq-entry-table td:nth-child(7) {
	width: 6%;
}

.mf-rfq-entry-table th:nth-child(8),
.mf-rfq-entry-table td:nth-child(8) {
	width: 13%;
}

.mf-rfq-entry-table.has-compact-size th:nth-child(8),
.mf-rfq-entry-table.has-compact-size td:nth-child(8) {
	width: 15%;
}

.mf-rfq-entry-table th:nth-child(9),
.mf-rfq-entry-table td:nth-child(9) {
	width: 10%;
}

.mf-rfq-entry-table.has-compact-size th:nth-child(9),
.mf-rfq-entry-table.has-compact-size td:nth-child(9) {
	width: 13%;
}

.mf-rfq-entry-table th:nth-child(10),
.mf-rfq-entry-table td:nth-child(10) {
	width: 6%;
}

.mf-rfq-entry-table th:nth-child(11),
.mf-rfq-entry-table td:nth-child(11) {
	width: 4%;
}

.mf-table-heading {
	align-items: center;
	color: #fff;
	display: inline-flex;
	gap: 7px;
	min-width: 0;
	white-space: nowrap;
}

.mf-table-heading span {
	overflow: hidden;
	text-overflow: ellipsis;
}

.mf-rfq-entry-table th .mf-ui-icon {
	display: none;
}

.mf-rfq-entry-table input,
.mf-rfq-entry-table select,
.mf-rfq-entry-table textarea {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: var(--ink);
	font: 700 10px/1.25 Arial, "Segoe UI", system-ui, sans-serif;
	min-width: 0;
	padding: 5px;
	text-overflow: ellipsis;
	width: 100%;
}

.drawing-upload {
	align-items: center;
	background: #fff;
	border: 1px solid #bfb7aa;
	border-radius: 3px;
	color: #111;
	cursor: pointer;
	display: inline-flex;
	font: 800 9px/1 Arial, "Segoe UI", system-ui, sans-serif;
	justify-content: center;
	min-height: 28px;
	padding: 4px;
	width: 100%;
}

.drawing-upload input[type="file"] {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.mf-rfq-entry-table input:disabled,
.mf-rfq-entry-table select:disabled,
.mf-rfq-entry-table textarea:disabled {
	background: #eee;
	color: #999;
	cursor: not-allowed;
}

.mf-rfq-entry-table .is-invalid {
	border-color: #c0392b;
	box-shadow: 0 0 0 1px rgba(192, 57, 43, 0.18);
}

.grade-cell label {
	align-items: center;
	color: var(--muted);
	display: flex;
	font: 700 11px/1.2 Arial, "Segoe UI", system-ui, sans-serif;
	gap: 4px;
	margin-top: 5px;
}

.grade-cell input[type="checkbox"] {
	width: auto;
}

.combo {
	align-items: center;
	display: flex;
	gap: 4px;
	margin-bottom: 4px;
}

.combo input {
	flex: 2;
}

.combo select {
	flex: 1;
	min-width: 62px;
}

.mf-rfq-entry-table td:nth-child(6) .combo {
	align-items: stretch;
	flex-direction: column;
}

.mf-rfq-entry-table td:nth-child(6) .combo input,
.mf-rfq-entry-table td:nth-child(6) .combo select {
	flex: none;
	min-width: 0;
	width: 100%;
}

.field-label {
	color: #444;
	flex: 0 0 44px;
	font: 700 10px/1.2 Arial, "Segoe UI", system-ui, sans-serif;
}

.size-cell {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.size-fields {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.diagram-box {
	align-items: center;
	background: #f9f9f9;
	border: 1px dashed #ccc;
	border-radius: 4px;
	display: flex;
	gap: 6px;
	padding: 4px;
}

.diagram-box[hidden] {
	display: none;
}

.diagram-box svg {
	flex-shrink: 0;
	height: 60px;
	width: 60px;
}

.diagram-label {
	color: #555;
	font: 700 10px/1.3 Arial, "Segoe UI", system-ui, sans-serif;
}

.mf-rfq-entry-table .diagram-box {
	align-items: center;
	display: flex;
	gap: 4px;
	margin-top: 4px;
	padding: 3px;
}

.mf-rfq-entry-table .diagram-box svg {
	height: 34px;
	width: 34px;
}

.mf-rfq-entry-table .diagram-label {
	font-size: 8px;
	line-height: 1.15;
}

.total-line,
.qty-na {
	color: #2c3e50;
	display: block;
	font: 900 11px/1.3 Arial, "Segoe UI", system-ui, sans-serif;
	margin-top: 3px;
}

.qty-na {
	color: #999;
	display: none;
	padding: 5px 0;
}

.cert-select {
	min-height: 70px;
}

.row-actions {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.mf-table-action {
	align-items: center;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: 800 12px/1.2 Arial, "Segoe UI", system-ui, sans-serif;
	justify-content: center;
	min-height: 30px;
	padding: 6px 4px;
	width: 100%;
}

.mf-rfq-entry-table .mf-table-action span {
	display: none;
}

.mf-rfq-entry-table .mf-table-action .mf-ui-icon {
	height: 14px;
	width: 14px;
}

.mf-table-action--remove {
	background: #c0392b;
}

.mf-table-action--dup {
	background: #2980b9;
}

.mf-compare__summary {
	display: grid;
	grid-template-columns: 1.35fr 1fr 150px;
	gap: 12px;
	margin-bottom: 16px;
}

.mf-journey {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 16px;
}

.mf-journey span {
	align-items: center;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 10px;
	color: var(--muted);
	display: flex;
	font-size: 12px;
	font-weight: 900;
	gap: 9px;
	padding: 12px 14px;
	text-transform: uppercase;
}

.mf-journey span::before {
	background: #d7d2ca;
	border-radius: 999px;
	content: "";
	height: 10px;
	width: 10px;
}

.mf-journey span.is-done::before,
.mf-journey span.is-current::before {
	background: var(--copper);
}

.mf-journey span.is-current {
	border-color: var(--copper);
	color: var(--ink);
}

.mf-compare__summary article {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 14px 16px;
}

.mf-compare__summary span {
	display: block;
	color: var(--muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mf-compare__summary strong {
	display: block;
	margin-top: 5px;
	font-size: 16px;
}

.mf-supplier__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 16px;
}

.mf-supplier__stats article {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 14px 16px;
}

.mf-supplier__stats span {
	color: var(--muted);
	display: block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mf-supplier__stats strong {
	display: block;
	font-size: 20px;
	margin-top: 5px;
}

.mf-kpi-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 16px;
}

.mf-kpi-grid article {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(245, 241, 233, 0.8)),
		var(--card);
	border: 1px solid var(--line);
	border-radius: 10px;
	box-shadow: 0 12px 28px rgba(31, 28, 24, 0.05);
	padding: 14px 16px;
}

.mf-kpi-grid span {
	color: var(--muted);
	display: block;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mf-kpi-grid strong {
	display: block;
	font-size: 24px;
	margin-top: 5px;
}

.mf-kpi-grid p {
	color: var(--muted);
	font-size: 12px;
	line-height: 1.4;
	margin: 5px 0 0;
}

.mf-pdf-import {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 260px;
	gap: 18px;
	margin-bottom: 16px;
}

.mf-pdf-import h2,
.mf-pdf-import h3,
.mf-pdf-import p {
	margin: 0;
}

.mf-pdf-import h2 {
	font-size: 24px;
}

.mf-pdf-import p {
	color: var(--muted);
	font-size: 13px;
	line-height: 1.45;
	margin-top: 6px;
}

.mf-upload-zone {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(219, 160, 67, 0.08), rgba(32, 42, 47, 0.03)),
		#fff;
	border: 1px dashed #c79b51;
	border-radius: 10px;
	cursor: pointer;
	display: grid;
	gap: 8px;
	justify-items: center;
	padding: 18px;
	text-align: center;
}

.mf-upload-zone input {
	position: absolute;
	inline-size: 1px;
	block-size: 1px;
	opacity: 0;
	pointer-events: none;
}

.mf-upload-zone span {
	background: linear-gradient(135deg, #dba043, #9f6a16);
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 900;
	padding: 9px 12px;
}

.mf-upload-zone strong {
	color: var(--muted);
	font-size: 12px;
	font-weight: 800;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.mf-pdf-results {
	border-top: 1px solid var(--line);
	grid-column: 1 / -1;
	padding-top: 16px;
}

.mf-pdf-drafts {
	display: grid;
	gap: 8px;
}

.mf-pdf-draft {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 10px;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(150px, 1fr) minmax(140px, 0.9fr) minmax(150px, 1fr) 90px;
	padding: 12px;
}

.mf-pdf-draft span {
	color: var(--muted);
	display: block;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.mf-pdf-draft strong,
.mf-pdf-draft p {
	margin: 0;
}

.mf-pdf-draft strong {
	display: block;
	font-size: 14px;
}

.mf-pdf-draft p {
	color: var(--muted);
	font-size: 12px;
	margin-top: 3px;
	overflow-wrap: anywhere;
}

.mf-confidence {
	align-self: start;
	background: #eef7f1;
	border-radius: 999px;
	color: var(--ok);
	font-size: 11px;
	font-weight: 900;
	justify-self: end;
	padding: 6px 8px;
}

.mf-market {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}

.mf-market__filters,
.mf-market__results,
.mf-supplier__panel,
.mf-dashboard-panel {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 16px;
	min-width: 0;
}

.mf-dashboard-grid,
.mf-admin-layout {
	align-items: start;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) 320px;
}

.mf-next-panel {
	background:
		linear-gradient(140deg, rgba(219, 160, 67, 0.12), rgba(32, 42, 47, 0.04)),
		var(--card);
}

.mf-next-panel h2,
.mf-dashboard-panel h2 {
	font-size: 21px;
	margin: 0;
}

.mf-panel-copy {
	color: var(--muted);
	font-size: 13px;
	line-height: 1.55;
	margin: 10px 0 16px;
}

.mf-record-list {
	display: grid;
	gap: 10px;
}

.mf-record-row {
	align-items: center;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 10px;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(230px, 1fr) 95px minmax(130px, 0.55fr) 138px;
	padding: 14px;
}

.mf-record-row__main {
	min-width: 0;
}

.mf-record-ref {
	color: var(--muted);
	display: block;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mf-record-row h3,
.mf-record-row p {
	margin: 0;
}

.mf-record-row h3 {
	font-size: 16px;
	margin-top: 4px;
}

.mf-record-row p {
	color: var(--muted);
	font-size: 12px;
	line-height: 1.45;
	margin-top: 5px;
	overflow-wrap: anywhere;
}

.mf-record-row > strong {
	font-size: 14px;
}

.mf-status-pill {
	background: #eef2f3;
	border-radius: 999px;
	color: var(--steel);
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	justify-content: center;
	padding: 7px 9px;
	text-align: center;
}

.mf-status-pill--compare,
.mf-status-pill--connected,
.mf-status-pill--high {
	background: #eef7f1;
	color: var(--ok);
}

.mf-status-pill--matching,
.mf-status-pill--medium {
	background: #fff4dd;
	color: #8a5d14;
}

.mf-status-pill--low {
	background: #f2f0ed;
	color: var(--muted);
}

.mf-progress-stack,
.mf-rule-list {
	display: grid;
	gap: 9px;
	margin: 16px 0;
}

.mf-progress-stack span,
.mf-rule-list span {
	align-items: center;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	color: var(--muted);
	display: flex;
	gap: 10px;
	font-size: 13px;
	font-weight: 800;
	padding: 10px;
}

.mf-progress-stack span::before {
	background: #d7d2ca;
	border-radius: 50%;
	content: "";
	display: block;
	height: 10px;
	width: 10px;
}

.mf-progress-stack span.is-done::before,
.mf-progress-stack span.is-current::before {
	background: var(--copper);
}

.mf-progress-stack span.is-current {
	border-color: var(--copper);
	color: var(--ink);
}

.mf-rule-list strong {
	align-items: center;
	background: linear-gradient(135deg, #dba043, #9f6a16);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	flex: 0 0 28px;
	height: 28px;
	justify-content: center;
}

.mf-segmented {
	background: #f1ede5;
	border: 1px solid var(--line);
	border-radius: 8px;
	display: flex;
	gap: 4px;
	padding: 4px;
}

.mf-segmented button {
	background: transparent;
	border: 0;
	border-radius: 6px;
	color: var(--muted);
	cursor: pointer;
	font: 900 11px/1 var(--mf-body-font);
	padding: 8px 10px;
	text-transform: uppercase;
}

.mf-segmented button.is-active,
.mf-segmented button:hover {
	background: #fff;
	color: var(--steel);
	box-shadow: 0 4px 12px rgba(31, 28, 24, 0.08);
}

.mf-supplier__layout {
	align-items: start;
	display: grid;
	gap: 16px;
	grid-template-columns: 330px minmax(0, 1fr);
}

.mf-supplier__panel h2 {
	font-size: 21px;
	margin: 0 0 16px;
}

.mf-supplier-form {
	display: grid;
	gap: 12px;
}

.mf-supplier-form .mf-inline {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: none;
}

.mf-supplier-form .mf-field {
	max-width: none;
	width: 100%;
}

.mf-supplier-certs {
	border: 1px solid var(--line);
	border-radius: 8px;
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 12px;
}

.mf-supplier-certs legend {
	color: var(--muted);
	font-size: 12px;
	font-weight: 800;
	padding: 0 4px;
}

.mf-supplier-certs label {
	align-items: flex-start;
	display: flex;
	font-size: 13px;
	gap: 8px;
}

.mf-products-list {
	display: grid;
	gap: 10px;
}

.mf-product-row {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 10px;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(150px, 1.1fr) minmax(140px, 1fr) minmax(160px, 1.1fr) minmax(120px, 0.8fr) 86px;
	padding: 14px;
}

.mf-product-row.is-editing {
	border-color: var(--copper);
	box-shadow: 0 0 0 2px rgba(209, 151, 47, 0.18);
}

.mf-product-row h3,
.mf-product-row p {
	margin: 0;
}

.mf-product-row h3 {
	font-size: 15px;
}

.mf-product-row p,
.mf-product-row small {
	color: var(--muted);
	display: block;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 4px;
	overflow-wrap: anywhere;
}

.mf-product-row span {
	color: var(--muted);
	display: block;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.mf-product-actions {
	display: grid;
	gap: 8px;
	align-content: start;
}

.mf-market__filters {
	position: sticky;
	top: 14px;
}

.mf-market__filters h2,
.mf-market__head h2 {
	margin: 0;
	font-size: 21px;
}

.mf-market__filters .mf-field {
	margin: 16px 0 12px;
}

.mf-market__legend {
	display: grid;
	gap: 8px;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid var(--line);
	color: var(--muted);
	font-size: 12px;
}

.mf-market__legend span {
	display: flex;
	gap: 8px;
	align-items: center;
}

.mf-market__legend b {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--ok);
}

.mf-market__head {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: flex-start;
	margin-bottom: 14px;
}

.mf-market__head p {
	margin: 4px 0 0;
	color: var(--muted);
	font-size: 13px;
}

.mf-market__safe {
	padding: 7px 10px;
	border-radius: 999px;
	background: #eef2f3;
	color: var(--steel) !important;
	font-size: 12px !important;
	font-weight: 700;
	white-space: nowrap;
}

@media (max-width: 720px) {
	.mf-brandbar {
		align-items: flex-start;
		display: grid;
		grid-template-columns: 1fr;
		padding: 14px;
	}

	.mf-logo-copy strong {
		font-size: 22px;
	}

	.mf-logo-image {
		height: 58px;
		max-width: 300px;
	}

	.mf-logo-copy small {
		font-size: 8px;
	}

	.mf-font-switch {
		width: 100%;
		justify-content: stretch;
	}

	.mf-brandnav {
		flex-wrap: wrap;
		margin-left: 0;
		width: 100%;
	}

	.mf-brandnav a {
		flex: 1;
		text-align: center;
	}

	.mf-font-switch button {
		flex: 1;
	}

	.mf-brandfooter {
		align-items: flex-start;
		display: grid;
		gap: 8px;
		padding: 16px 14px;
	}

	.mf-rfq {
		padding: 18px 14px 24px;
	}

	.mf-rfq__header,
	.mf-choice,
	.mf-size {
		grid-template-columns: 1fr;
		display: grid;
	}

	.mf-rfq__account {
		text-align: left;
	}

	.mf-card__top {
		flex-direction: column;
	}

	.mf-quotes__head {
		grid-template-columns: 1fr;
		display: grid;
	}

	.mf-quotes__head > p {
		text-align: left;
	}

	.mf-quote-row--head {
		display: none;
	}

	.mf-quote-row {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.mf-quote-row > span::before,
	.mf-quote-total::before {
		display: block;
		margin-bottom: 2px;
		color: var(--muted);
		font-size: 10px;
		font-weight: 800;
		letter-spacing: 0.06em;
		text-transform: uppercase;
	}

	.mf-quote-total::before {
		content: "Total";
	}

	.mf-quote-row > span:nth-of-type(1)::before {
		content: "Lead time";
	}

	.mf-quote-row > span:nth-of-type(2)::before {
		content: "Material match";
	}

	.mf-quote-row > span:nth-of-type(3)::before {
		content: "Certification";
	}

	.mf-compare {
		padding: 18px 14px 26px;
	}

	.mf-supplier {
		padding: 18px 14px 26px;
	}

	.mf-table-rfq {
		padding: 18px 14px 26px;
	}

	.mf-dashboard {
		padding: 18px 14px 26px;
	}

	.mf-compare__hero,
	.mf-table-rfq__hero,
	.mf-supplier__hero,
	.mf-dashboard__hero,
	.mf-compare__summary,
	.mf-journey,
	.mf-selected-summary,
	.mf-supplier__stats,
	.mf-kpi-grid,
	.mf-dashboard-grid,
	.mf-admin-layout,
	.mf-supplier__layout,
	.mf-pdf-import,
	.mf-market,
	.mf-market__head {
		display: grid;
		grid-template-columns: 1fr;
	}

	.mf-dashboard__actions {
		justify-content: stretch;
	}

	.mf-dashboard__actions .mf-btn {
		text-align: center;
	}

	.mf-product-row,
	.mf-pdf-draft,
	.mf-line-review__grid,
	.mf-record-row {
		grid-template-columns: 1fr;
	}

	.mf-record-row .mf-btn {
		justify-self: start;
	}

	.mf-segmented {
		flex-wrap: wrap;
	}

	.mf-confidence {
		justify-self: start;
	}

	.mf-supplier-form .mf-inline {
		grid-template-columns: 1fr;
	}

	.mf-market__filters {
		position: static;
	}

	.mf-market__safe {
		width: fit-content;
		white-space: normal;
	}

	.mf-table-panel {
		padding: 12px;
	}

	.mf-rfq-entry-wrap {
		margin-left: -12px;
		margin-right: -12px;
		border-left: 0;
		border-right: 0;
		border-radius: 0;
	}

	.mf-rfq-entry-table {
		min-width: 0;
	}

	.mf-rfq-entry-table th,
	.mf-rfq-entry-table td {
		padding: 6px;
	}

	.mf-rfq-entry-table tr {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.mf-rfq-entry-table td:nth-child(n) {
		grid-column: span 3;
		grid-row: auto;
	}

	.mf-rfq-entry-table td:nth-child(4),
	.mf-rfq-entry-table td:nth-child(8),
	.mf-rfq-entry-table td:nth-child(9) {
		grid-column: 1 / -1;
	}

	.mf-rfq-entry-table td:nth-child(11) {
		grid-column: span 2;
	}

	.mf-table-heading .mf-ui-icon {
		display: none;
	}

	.mf-rfq-entry-table input,
	.mf-rfq-entry-table select,
	.mf-rfq-entry-table textarea {
		font-size: 11px;
		padding: 6px;
	}

	.field-label,
	.total-line,
	.qty-na,
	.grade-cell label,
	.diagram-label {
		font-size: 9px;
	}

	.field-label {
		flex-basis: 52px;
	}

	.diagram-box {
		display: flex;
	}

}
