.nhlpbm-bracket ul li{
	list-style: none !important;
}
.nhlpbm-bracket .conference {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px !important;
}
.nhlpbm-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 16px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.nhlpbm-matchup-headline {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	padding: 0.5rem 1rem;
	border-bottom: 2px solid #eee;
	gap: 1rem;
	text-align: center;
	flex-wrap: wrap;
}

.nhlpbm-matchup-headline .team-left,
.nhlpbm-matchup-headline .team-right {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	white-space: nowrap;
}

.nhlpbm-matchup-headline img {
	height: 35px;
}

.vs-text {
	font-size: 1.2rem;
	font-weight: 600;
	color: #444;
}


.nhlpbm-status-row {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: 10px;
}

.status-text {
	font-weight: 600;
	color: #333;
	font-size: 0.95rem;
}

.broadcast-section {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	font-size: 0.9rem;
}

.how-to-label {
	font-weight: 600;
	color: #222;
	margin-right: 6px;
}

.broadcast-links {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}

.nhlpbm-broadcast img {
	height: 20px;
	margin: 0 !important;
	vertical-align: middle;
}
.nhlpbm-divider {
	width: 90%;
	height: 1px;
	background-color: #b4b4b4;
}
.nhlpbm-recap-link {
	margin-top: 0.5rem;
}

.nhlpbm-recap-link a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background-color: #fff;
	border-radius: 6px;
	padding: 6px 12px;
	font-weight: 600;
	color: #003366;
	text-decoration: none;
	transition: all 0.2s ease;
	border: 1px solid #e0e0e0;
	font-size: 0.9rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.nhlpbm-recap-link a:hover {
	background-color: #003366;
	color: #fff;
}

.recap-icon {
	font-size: 1rem;
}

.nhlpbm-card {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 16px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.nhlpbm-teams {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	margin-bottom: 12px;
}

.nhlpbm-teams .team {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	margin-bottom: auto;
}

.nhlpbm-teams .team img {
	width: auto;
	max-height: 30px;
	margin: 0px;
}

.nhlpbm-meta {
	font-size: 0.95rem;
	color: #555;
	margin-bottom: 4px;
}

.nhlpbm-status {
	font-size: 0.85rem;
	font-weight: 600;
	color: #888;
}

.nhlpbm-status.live {
	color: #d10000;
}

.nhlpbm-status.final {
	color: green;
}
