.p48-search-player__moment-list {
	display: grid;
	gap: 8px;
	margin-top: 16px;
}

.p48-search-player__moment-list > p {
	margin: 0 0 2px;
	color: #ffd05a;
	font-weight: 800;
}

.p48-search-player__moment-list button {
	display: grid;
	width: 100%;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 12px;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 9px;
	background: rgba(255, 255, 255, .07);
	color: #fff;
	text-align: left;
	cursor: pointer;
}

.p48-search-player__moment-list button > span:first-child {
	color: #ffd05a;
	font-weight: 800;
	white-space: nowrap;
}

.p48-search-player__moment-list button.is-active {
	border-color: #ffd05a;
	background: rgba(255, 208, 90, .14);
}

@media (max-width: 650px) {
	.p48-search-player__moment-list button {
		grid-template-columns: minmax(0, 1fr);
	}

	.p48-search-player__moment-list button > span:first-child {
		white-space: normal;
	}
}
