
.table {
	padding-block: 80px;
}

@media screen and (max-width: 768px) {
	.table {
		padding-block: 40px;
	}
}

.table .table-title {
	margin-bottom: 32px;
	max-width: 50%;
}

.table .table-title:has(~.table-subtitle) {
	margin-bottom: 24px;
}

@media screen and (max-device-width: 992px) {
	.table .table-title {
		max-width: 100%;
	}
}

.table .table-subtitle {
	margin-bottom: 32px;
	max-width: 50%;
}

@media screen and (max-device-width: 992px) {
	.table .table-subtitle {
		max-width: 100%;
	}
}

.table .table-wrapper {
	overflow-x: auto;
}

.table table tbody tr:nth-child(even) {
	background: #f4f5f7;
}

.table table tbody tr td {
	border: 1px solid rgba(188, 188, 188, .3);
}

.table table tbody tr td {
	padding: 15px;
}

.table table {
	border-spacing: 0;
	width: 100%;
}

.table table tr td strong {
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 13px;
	color: #424242;
}

.table table tr td {
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 18px;
	color: #424242;
}

.table table thead {
	background: #30466d;
}

.table table thead th {
	padding: 17px 15px;
	text-align: left;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
}

.table table thead th:not(:first-child) {
	border-left: 1px solid #fff;
}

.table table thead th:not(:last-child) {
	border-right: 1px solid #fff;
}

.table.table--fixed-cols table {
	table-layout: fixed;
}
