.etb-table-widget,
.etb-table-widget * {
	box-sizing: border-box;
}

.etb-table-widget {
	color: #172033;
	font: inherit;
	max-width: 100%;
}

.etb-table__scroll {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.etb-table {
	background: #ffffff;
	border: 1px solid #d8e0ea;
	border-collapse: separate;
	border-radius: 8px;
	border-spacing: 0;
	color: #172033;
	font: inherit;
	min-width: 520px;
	overflow: hidden;
	table-layout: auto;
	width: 100%;
}

.etb-table__caption {
	caption-side: top;
	color: #172033;
	font-size: 1.12rem;
	font-weight: 800;
	line-height: 1.25;
	margin-bottom: 10px;
	text-align: left;
}

.etb-table__caption--hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.etb-table th,
.etb-table td {
	border: 0;
	border-bottom: 1px solid #d8e0ea;
	border-right: 1px solid #d8e0ea;
	line-height: 1.45;
	hyphens: auto;
	overflow-wrap: normal;
	padding: 12px 14px;
	vertical-align: top;
	word-break: normal;
}

.etb-table th:last-child,
.etb-table td:last-child {
	border-right: 0;
}

.etb-table tbody tr:last-child > th,
.etb-table tbody tr:last-child > td {
	border-bottom: 0;
}

.etb-table thead th {
	background: #0f5f7a;
	color: #ffffff;
	font-weight: 800;
}

.etb-table tbody th {
	background: #f7fafc;
	font-weight: 800;
}

.etb-table tbody td {
	background: #ffffff;
}

.etb-table--striped tbody tr:nth-child(even) > th,
.etb-table--striped tbody tr:nth-child(even) > td {
	background: #f7fafc;
}

.etb-table tbody tr.etb-table__row--highlight > th,
.etb-table tbody tr.etb-table__row--highlight > td {
	background: #fff7e6;
}

.etb-table--hover tbody tr:hover > th,
.etb-table--hover tbody tr:hover > td {
	background: #eef6f7;
}

.etb-table__cell--left {
	text-align: left;
}

.etb-table__cell--center {
	text-align: center;
}

.etb-table__cell--right {
	text-align: right;
}

.etb-table__cell--content {
	width: auto;
}

.etb-table__cell--fill {
	width: 100%;
}

.etb-table__cell--nowrap {
	white-space: nowrap;
}

.etb-table__cell--break-words {
	hyphens: manual;
	overflow-wrap: anywhere;
	word-break: break-word;
}

@media (max-width: 760px) {
	.etb-table--responsive-scroll {
		min-width: 560px;
	}

	.etb-table--responsive-cards {
		background: transparent;
		border: 0;
		border-radius: 0;
		display: block;
		min-width: 0;
		overflow: visible;
	}

	.etb-table--responsive-cards colgroup,
	.etb-table--responsive-cards thead {
		display: none;
	}

	.etb-table--responsive-cards tbody {
		display: grid;
		gap: 10px;
	}

	.etb-table--responsive-cards tbody tr {
		background: #ffffff;
		border: 1px solid #d8e0ea;
		border-radius: 8px;
		display: block;
		overflow: hidden;
	}

	.etb-table--responsive-cards tbody tr:last-child > th,
	.etb-table--responsive-cards tbody tr:last-child > td {
		border-bottom: 1px solid #d8e0ea;
	}

	.etb-table--responsive-cards tbody tr > th,
	.etb-table--responsive-cards tbody tr > td {
		align-items: start;
		border-right: 0;
		display: grid;
		gap: 10px;
		grid-template-columns: minmax(108px, 38%) minmax(0, 1fr);
		min-width: 0 !important;
		min-height: 44px;
		overflow-wrap: anywhere;
		text-align: left;
		white-space: normal;
		width: 100%;
	}

	.etb-table--responsive-cards tbody tr > *::before {
		color: #667085;
		content: attr(data-label);
		font-weight: 800;
	}

	.etb-table--responsive-cards.etb-table--no-header tbody tr > th,
	.etb-table--responsive-cards.etb-table--no-header tbody tr > td {
		grid-template-columns: 1fr;
	}

	.etb-table--responsive-cards.etb-table--no-header tbody tr > *::before {
		display: none;
	}

	.etb-table--responsive-cards tbody tr > *:last-child {
		border-bottom: 0;
	}
}
