.gclm-table-wrap {
	max-width: 100%;
	overflow-x: auto;
	margin: 1em 0;
}

.gclm-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.gclm-table caption {
	text-align: left;
}

.gclm-table th,
.gclm-table td {
	text-align: left;
	padding: 10px 12px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}

.gclm-table thead th {
	background: #f5f5f5;
	border-bottom: 2px solid #ccc;
	padding: 0;
}

.gclm-table thead th button {
	all: unset;
	display: block;
	width: 100%;
	padding: 10px 12px;
	cursor: pointer;
	font-weight: 600;
	box-sizing: border-box;
	white-space: nowrap;
}

.gclm-table thead th.gclm-nosort {
	padding: 10px 12px;
	font-weight: 600;
	white-space: nowrap;
}

.gclm-table thead th button:hover,
.gclm-table thead th button:focus-visible {
	background: #e8e8e8;
}

.gclm-table thead th button:focus-visible {
	outline: 2px solid #1b6fb0;
	outline-offset: -2px;
}

.gclm-sort-icon {
	display: inline-block;
	margin-left: 6px;
	font-size: 0.75em;
	opacity: 0.4;
	vertical-align: middle;
}

.gclm-sort-icon::before {
	content: "\21C5";
}

.gclm-table thead th[aria-sort="ascending"] .gclm-sort-icon {
	opacity: 1;
}

.gclm-table thead th[aria-sort="ascending"] .gclm-sort-icon::before {
	content: "\25B2";
}

.gclm-table thead th[aria-sort="descending"] .gclm-sort-icon {
	opacity: 1;
}

.gclm-table thead th[aria-sort="descending"] .gclm-sort-icon::before {
	content: "\25BC";
}

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

.gclm-table tbody tr:hover {
	background: #f0f6fb;
}

.gclm-table td.gclm-col-type,
.gclm-table td.gclm-col-city {
	white-space: nowrap;
}

.gclm-table a {
	color: #1b6fb0;
	text-decoration: underline;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}
