.wp-scores-instrument-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0 28px;
}

.wp-scores-instrument-grid p {
	margin: 0;
}

.wp-scores-instrument-grid p a {
	display: inline-block;
	padding: 10px 18px;
	background: #1d2327;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	min-width: 110px;
	text-align: center;
	transition: background 0.15s ease;
}

.wp-scores-instrument-grid p a[href]:hover,
.wp-scores-instrument-grid p a[href]:focus {
	background: #3c434a;
	outline: 2px solid #3c434a;
	outline-offset: 2px;
}

.wp-scores-instrument-grid p a:not([href]) {
	background: #dcdcde;
	color: #a7aaad;
	cursor: default;
}

@media (max-width: 480px) {
	.wp-scores-instrument-grid p a {
		min-width: 90px;
		padding: 10px 12px;
		font-size: 13px;
	}
}
