.artists-db {
	--jfh-red: #a71919;
	--jfh-dark: #171717;
	--jfh-line: #d9d9d9;
	--jfh-soft: #f3f3f3;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 8px 0 30px;
	color: #202020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.45;
}

.artists-db a { color: #a71919; text-decoration: none; }
.artists-db a:hover, .artists-db a:focus { text-decoration: underline; }

.artists-hero {
	padding: 15px 18px 14px;
}

.artists-hero img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 10px;
}

.artists-hero p { max-width: 850px; margin: 0 auto; }
.artists-note { display: block; margin-top: 5px; font-style: italic; }

.artist-tools {
	margin-top: 12px;
	padding: 12px 0 0;
	border-top: 1px solid var(--jfh-line);
	background: #fff;
}

.filter-row {
	display: flex;
	align-items: flex-end;
	gap: 12px;
	margin-bottom: 10px;
}

.artist-search, .style-filter {
	display: flex;
	align-items: center;
	gap: 7px;
	font-weight: bold;
}

.artist-search { flex: 1 1 430px; }
.style-filter { flex: 0 1 370px; }

.artist-search input {
	flex: 1;
	min-width: 150px;
	padding: 7px 9px;
	border: 1px solid #aaa;
	border-radius: 3px;
	font: inherit;
}

.clear-search {
	padding: 7px 8px;
	border: 0;
	background: transparent;
	color: var(--jfh-red);
	font: inherit;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

.clear-search:hover, .clear-search:focus {
	text-decoration: underline;
}

.clear-search[hidden] {
	display: none;
}

.style-filter select {
	flex: 1;
	min-width: 0;
	max-width: 300px;
	padding: 7px 28px 7px 8px;
	border: 1px solid #aaa;
	border-radius: 3px;
	background: #fff;
	font: inherit;
}

.alphabetList {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 0 0 8px;
	padding: 6px 2px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.alphabetList a {
	display: inline-block;
	min-width: 23px;
	padding: 3px 5px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.alphabetList a:hover, .alphabetList a:focus {
	color: var(--jfh-red);
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.alphabetList .all-artists {
	margin-left: 5px;
	padding-left: 9px;
	border-left: 1px solid #ccc;
	color: var(--jfh-red);
}

.artist-count {
	margin: 0 0 5px;
	color: #666;
	font-size: 12px;
	text-align: right;
}

.artist-table-wrap { overflow-x: auto; }

.artist-table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.artist-table th {
	padding: 7px 9px;
	border-bottom: 2px solid var(--jfh-red);
	background: var(--jfh-dark);
	color: #fff;
	font-size: 12px;
	letter-spacing: .04em;
	text-align: left;
	text-transform: uppercase;
}

.artist-table th:nth-child(1) { width: 42%; }
.artist-table th:nth-child(2) { width: 40%; }
.artist-table th:nth-child(3) { width: 18%; text-align: center; }

.artist-table td {
	padding: 5px 9px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 13px;
	line-height: 1.25;
	vertical-align: middle;
}

.artist-table .listRow { background: #fff; }
.artist-table .listRowAlt { background: #fff; }
.artist-table tbody tr:hover { background: #f7f7f7; }
.artist-name a {
	color: #202020;
	font-weight: 700;
}
.artist-name a:hover, .artist-name a:focus {
	color: var(--jfh-red);
	text-decoration: underline;
}
.artist-style { color: #666; font-style: normal; }
.artist-status {
	color: #666;
	font-size: 11px !important;
	font-weight: normal;
	text-transform: none;
}
.artist-status .status-active::before {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 5px 1px 0;
	border-radius: 50%;
	background: currentColor;
	content: "";
}
.no-results { margin: 15px; text-align: center; }

.back-to-top {
	display: block;
	margin: 10px 2px 18px;
	font-size: 12px;
	text-align: right;
}

.artists-disclaimer {
	padding: 14px 17px;
	border-left: 4px solid var(--jfh-red);
	background: var(--jfh-soft);
	font-size: 12px;
}

.artists-disclaimer h2 { margin: 0 0 7px; color: var(--jfh-red); font-size: 17px; }
.artists-disclaimer p { margin: 7px 0; }

@media (max-width: 700px) {
	.artists-db { padding-top: 0; }
	.filter-row { display: block; }
	.artist-search {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		width: 100%;
		margin-bottom: 12px;
		padding: 10px;
		box-sizing: border-box;
		border: 1px solid #d2d2d2;
		background: #f7f7f7;
	}
	.artist-search > span {
		grid-column: 1 / -1;
		margin-bottom: 2px;
	}
	.artist-search input {
		grid-column: 1;
		width: 100%;
		min-width: 0;
		box-sizing: border-box;
		font-size: 16px;
	}
	.clear-search { grid-column: 2; }
	.style-filter {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		width: 100%;
		margin-bottom: 8px;
		color: #666;
		font-size: 12px;
		font-weight: normal;
	}
	.style-filter select {
		width: 100%;
		min-width: 0;
		max-width: none;
		box-sizing: border-box;
		font-size: 16px;
	}
	.artist-tools.is-searching .style-filter,
	.artist-tools.is-searching .alphabetList {
		display: none;
	}
	.artist-result { cursor: pointer; }
	.artist-result:active { background: #ededed; }
	.alphabetList { justify-content: center; }
	.artist-table th:nth-child(1) { width: 43%; }
	.artist-table th:nth-child(2) { width: 37%; }
	.artist-table th:nth-child(3) { width: 20%; }
}

@media (max-width: 480px) {
	.artists-hero { padding: 12px; }
	.artist-tools { padding: 8px; }
	.artist-table th, .artist-table td { padding-left: 6px; padding-right: 6px; font-size: 11px; }
	.artist-status { font-size: 10px !important; }
}
