/* Operational — LNG Quality table (Figma 748:6399) */
.gt-op-lng {
	padding-block: clamp(3rem, 6vw, 5rem);
	background: #fff;
}

.gt-op-lng__heading {
	margin: 0 0 1.75rem;
	font-family: var(--gt-font-display, Saira, sans-serif);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 600;
	line-height: 1.04;
	letter-spacing: 0.022rem;
	color: #063652;
}

.gt-op-lng__table-wrap {
	overflow-x: auto;
	border-radius: 8px 8px 0 0;
}

.gt-op-lng__table {
	width: 100%;
	min-width: 48rem;
	border-collapse: collapse;
	font-family: var(--gt-font-body, Inter, sans-serif);
	font-size: 0.8125rem;
	color: #063652;
}

.gt-op-lng__table thead th {
	padding: 0.85rem 1rem;
	font-family: var(--gt-font-display, Saira, sans-serif);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.125rem;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	background: #005282;
}

.gt-op-lng__table thead th:nth-child(3) {
	text-align: center;
}

.gt-op-lng__table tbody td {
	padding: 0.65rem 1rem;
	vertical-align: top;
	border-bottom: 1px solid #e2e8f0;
}

.gt-op-lng__table tbody tr:nth-child(even) {
	background: #e2e8f0;
}

.gt-op-lng__spec {
	font-weight: 700;
	text-align: center;
	color: #005282;
}

.gt-op-lng__notes {
	color: rgb(100 116 139 / 0.85);
	font-size: 0.75rem;
	line-height: 1.35;
}
