/*
 Theme Name:   Crow Nation
 Theme URI:    https://yourwebsite.com/understrap-child/
 Description:  A child theme for UnderStrap.
 Author:       Your Name
 Author URI:   https://yourwebsite.com/
 Template:     understrap
 Version:      1.1.10
*/

/* Add your custom CSS styles below this line */

.scout-list-nav .container {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: center;
}

.player-list .college-logo {
	height: 24px;
	margin-right: 6px;
	object-fit: contain;
	vertical-align: middle;
	width: 24px;
}

.scout-list-nav__button,
.other-drafts__button {
	background: #111;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.9rem;
	padding: 6px 14px;
	text-decoration: none;
}

.draft-filter {
	align-items: center;
	display: flex;
	gap: 10px;
	margin: 16px 0;
}

.draft-filter select {
	border-radius: 6px;
	padding: 4px 10px;
}

.other-drafts {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: center;
}

.other-drafts__view-toggle {
	display: inline-flex;
	gap: 6px;
}

.other-drafts__view-button {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	color: #111;
	padding: 6px 10px;
}

.other-drafts__view-button.is-active {
	background: #111;
	color: #fff;
}

.other-drafts__dropdown {
	align-items: center;
	display: flex;
	gap: 10px;
}

.other-drafts select {
	border-radius: 6px;
	min-width: 200px;
	padding: 6px 10px;
}

.name-row {
	align-items: center;
	display: flex;
	gap: 12px;
}

.name-row .logo img {
	height: 36px;
	width: 36px;
}

.prospect-rating {
	--ring-color: #fb4444;
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.prospect-rating__ring {
	align-items: center;
	display: flex;
	height: 100px;
	justify-content: center;
	position: relative;
	width: 100px;
}

.prospect-rating__ring svg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.prospect-rating__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.prospect-rating__title {
	display: none;
}

.prospect-rating__value {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

.prospect-grade-a {
	--ring-color: #17c970;
}

.prospect-grade-b {
	--ring-color: #f9cf25;
}

.prospect-grade-c {
	--ring-color: #FFA856;
}

.prospect-grade-d {
	--ring-color: #fb4444;
}

.rank-line {
	align-items: center;
	display: flex;
	gap: 8px;
}

.rank-line .rank {
	background: #111827;
	border-radius: 999px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 4px 12px;
}

.scout-video {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	margin: 24px 0;
}

.scout-video__playlist {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-height: 360px;
	overflow: auto;
	padding-right: 4px;
}

.scout-video__item {
	background: #0f1115;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: grid;
	gap: 10px;
	grid-template-columns: 96px 1fr;
	padding: 8px;
	text-align: left;
}

.scout-video__item img {
	border-radius: 6px;
	height: 56px;
	object-fit: cover;
	width: 96px;
}

.scout-video__item span {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}

.scout-video__item.is-active {
	border-color: #17c970;
	box-shadow: 0 0 0 2px rgba(23, 201, 112, 0.2);
}

@media (max-width: 900px) {
	.scout-video {
		grid-template-columns: 1fr;
	}
}

.responsive-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}

.responsive-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.matchups .matchup,
.matchups .matchup-card,
.matchups .matchup-item,
.matchups .matchup-row,
.matchup {
	position: relative;
}

.matchups .score,
.matchup .score {
	bottom: 0.5rem;
	font-size: 1.3rem;
	position: absolute;
	right: 0.5rem;
}
.scout-list-nav__dropdown {
	align-items: center;
	display: flex;
	gap: 12px;
}

.scout-list-nav__label {
	font-weight: 600;
}

.scout-list-nav select {
	border-radius: 6px;
	min-width: 200px;
	padding: 6px 10px;
}
