.gahla-st {
	margin: 1.5rem 0 2.5rem;
	font-size: 15px;
	color: #1a1a1a;
}
.gahla-st-title {
	margin: 0 0 1rem;
	text-align: center;
	font-size: 1.35rem;
}
.gahla-st-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.75rem;
}
.gahla-st-toolbar label {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	font-weight: 500;
}
.gahla-st-toolbar input,
.gahla-st-toolbar select {
	padding: 0.35rem 0.5rem;
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	font: inherit;
}
.gahla-st-search input {
	min-width: 16rem;
}
.gahla-st-wrap {
	overflow-x: auto;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
}
.gahla-st-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}
.gahla-st-table th,
.gahla-st-table td {
	padding: 0.55rem 0.7rem;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
	vertical-align: top;
}
.gahla-st-table thead th {
	background: #0b6e99;
	color: #fff;
	white-space: nowrap;
	font-weight: 700;
	cursor: pointer;
	user-select: none;
}
.gahla-st-table thead th:hover {
	background: #09587a;
}
.gahla-st-sort {
	background: none;
	border: 0;
	color: inherit;
	font: inherit;
	font-weight: 700;
	padding: 0;
	cursor: pointer;
	pointer-events: none;
}
.gahla-st-table thead th::after {
	content: "\25B4\25BE";
	display: inline-block;
	margin-left: 0.45em;
	font-size: 1.15rem;
	line-height: 1;
	letter-spacing: -0.15em;
	opacity: 0.7;
	vertical-align: middle;
}
.gahla-st-table thead th.is-asc::after {
	content: "\25B2";
	font-size: 1.25rem;
	letter-spacing: 0;
	opacity: 1;
}
.gahla-st-table thead th.is-desc::after {
	content: "\25BC";
	font-size: 1.25rem;
	letter-spacing: 0;
	opacity: 1;
}
.gahla-st-table tbody tr:nth-child(even) { background: #f4f8fb; }
.gahla-st-table tbody tr:hover { background: #e7f3f8; }
.gahla-st .gahla-st-table a,
.gahla-st .gahla-st-table a.gahla-st-link,
.gahla-st .gahla-st-table a:visited {
	color: #8415D5 !important;
	text-decoration: underline;
}
.gahla-st .gahla-st-table a:hover,
.gahla-st .gahla-st-table a:focus {
	color: #6a10aa !important;
}
.gahla-st-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 0.75rem;
	margin-top: 0.75rem;
}
.gahla-st-pager {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
}
.gahla-st-pager button {
	min-width: 2rem;
	padding: 0.3rem 0.5rem;
	border: 1px solid #c9c9c9;
	background: #fff;
	border-radius: 4px;
	cursor: pointer;
	font: inherit;
}
.gahla-st-pager button.is-current,
.gahla-st-pager button:hover {
	background: #0b6e99;
	border-color: #0b6e99;
	color: #fff;
}
.gahla-st-pager button:disabled {
	opacity: 0.4;
	cursor: default;
	background: #fff;
	color: inherit;
}
.gahla-st-error { color: #b42318; }
.gahla-st-table tr.is-hidden { display: none; }

@media (max-width: 720px) {
	.gahla-st-table thead { display: none; }
	.gahla-st-table tr {
		display: block;
		border-bottom: 2px solid #d7d7d7;
		padding: 0.4rem 0;
	}
	.gahla-st-table td {
		display: flex;
		justify-content: space-between;
		gap: 1rem;
		border: 0;
	}
	.gahla-st-table td::before {
		content: attr(data-label);
		font-weight: 700;
		flex: 0 0 38%;
	}
	.gahla-st-search input { min-width: 0; width: 12rem; }
}
