/*
Theme Name: Sportanas USA Sports
Theme URI: https://sportanas.com
Author: Sportanas
Author URI: https://sportanas.com
Description: A fast, editable WordPress block theme for a USA sports news website. Built for league coverage, breaking news, analysis, features, and fantasy sports.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sportanas-usa-sports
Tags: block-patterns, full-site-editing, news, blog, sports, custom-colors, custom-logo, editor-style, featured-images, wide-blocks
*/

html {
	scroll-behavior: smooth;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.wp-site-blocks {
	overflow-x: clip;
}

.sportanas-score-strip {
	white-space: nowrap;
	overflow-x: auto;
	scrollbar-width: thin;
}

.sportanas-score-strip::-webkit-scrollbar {
	height: 6px;
}

.sportanas-card-link a {
	text-decoration: none;
}

.sportanas-card-link a:hover {
	text-decoration: underline;
}

.sportanas-sticky-sidebar {
	position: sticky;
	top: 24px;
}

.is-style-sportanas-panel {
	border: 1px solid #D9DEE8;
	background: #FFFFFF;
	padding: 1.25rem;
}

.is-style-sportanas-tags a {
	display: inline-block;
	margin: 0 0.4rem 0.4rem 0;
	padding: 0.28rem 0.5rem;
	border: 1px solid #D9DEE8;
	border-radius: 4px;
	background: #FFFFFF;
	color: #0B1020;
	text-decoration: none;
}

@media (max-width: 782px) {
	.sportanas-sticky-sidebar {
		position: static;
	}
}
