body {
	margin: 0;
	font: 0.14rem/1.5 Microsoft YaHei, Source Han Sans CN, sans-serif;
	color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	margin: 0;
}

img {
	display: block;
	margin: 0 auto;
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0.03rem;
}

a {
	text-decoration: none;
	color: #222222;
	transition: all .4s ease-in-out 0s;
}

a:hover {
	color: #0068AB;
}

.clearfix::after {
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

table {
	max-width: 100%;
	margin-top: 0.15rem;
	border-collapse: collapse;
}

table,
th,
td {
	border: 0.01rem solid #f0f0f0;
}

th {
	background: #0068AB;
	color: #fff;
	font-weight: 100;
}

th,
td {
	text-align: center;
	padding: 0.1rem;
}

input {
	font-family: 'Montserrat-Regular';
	padding: 0.15rem;
	margin-bottom: 0.15rem;
	height: 0.3rem;
	border: 0.01rem solid #dadada;
}

textarea {
	font-family: 'Montserrat-Regular';
	padding: 0.15rem;
	margin-bottom: 0.15rem;
	border: 0.01rem solid #dadada;
}

input:focus,
textarea:focus {
	outline: 0.01rem solid #0068AB;
}

.hide {
	display: none;
}

.formbtn {
	background: #0068AB;
	color: #fff;
	padding: 0.15rem 0.5rem;
	border: none;
	font-size: 0.18rem;
	text-transform: uppercase;
}

.formbtn:hover {
	background: #222222;
	color: #fff;
}

.imgitem {
	position: relative;
	height: 0;
	padding-bottom: 66.66%;
}

.imgitem img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* reset */
/* tool bar */
.tool-bar {
	position: fixed;
}

.tool-item-cap {
	background: rgba(0, 0, 0, .45);
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
}

.tool-item-cap .fa {
	line-height: 1;
}

.tool-item-cap.active {
	background: #0068AB;
	color: #fff;
}

.tool-bar .back-top {
	cursor: pointer;
}

.tool-qrcode {
	position: absolute;
	background: #fff;
	text-align: center;
}

.tool-tel {
	position: absolute;
	right: 0;
	background: #0068AB;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}

.tool-tel a {
	display: block;
	color: #fff;
}

.tool-item-sub {
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s, visibility .2s
}

.tool-item:hover .tool-item-sub, .tool-item.active .tool-item-sub {
	visibility: visible;
	opacity: 1
}

/* end tool bar */
/* mobile menu */
.m-menu-open,
.m-menu-close {
	display: none;
}

.nav-menu-child {
	display: none;
}

/* mobile menu */
/* side */
.accordion {
	display: flex;
	flex-direction: column;
}

.accordion-item {
	background-color: #f6f6f6;
	font-size: 0.16rem;
	border: none;
	color: #000;
	cursor: pointer;
	padding: 15px;
	text-align: left;
	outline: none;
	transition: background-color 0.6s ease;
	border-bottom: 0.01rem solid #fff;
}

.accordion-item.active {
	background-color: #f6f6f6;
}

.accordion-item-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.6s ease;
}

.ind-pro-nav-ul li a {
	position: relative;
	font-size: 0.15rem;
	display: block;
	padding: 0.1rem;
}

.ind-pro-nav-ul li a:hover {
	background: #0068AB;
	color: #fff;
}

.ind-pro-nav-ul li a::before {
	content: "\f196";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 0.05rem;
}

/* side */
/* top */
.top {
	background: #0068AB;
	color: #fff;
	padding: 0.1rem 0;
}

.top-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-item a {
	display: inline-block;
	color: #fff;
	padding: 0 0.1rem;
}

.top-item a:nth-child(n+2) {
	border-left: 0.01rem solid #fff;
}

.top-item a:hover {
	color: #222;
}

/* top */
/* header */
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo img {
	max-height: 0.3rem;
}

/* header */
/* ind-tag */
.ind-tag {
	background: #f6f6f6;
	padding: 0.15rem 0;
}

.ind-tag span {
	font-weight: bold;
	color: #0068AB;
	font-size: 0.16rem;
}

.ind-tag a {
	display: inline-block;
	padding: 0 0.1rem;
}

/* ind-tag */
/* ind-pro */
.ind-pro-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.3rem;
	border-bottom: 0.01rem solid #f6f6f6;
}

.ind-pro-title h2 {
	position: relative;
	font-size: 0.2rem;
	font-weight: bold;
	padding: 0.05rem 0;
}

.ind-pro-title h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.01rem;
	width: 0.8rem;
	height: 0.02rem;
	background: #0068AB;
}

.ind-pro-title .more {
	color: #0068AB;
}

.ind-pro-title .more:hover {
	color: #000;
}

.ind-pro-ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ind-pro-ul li {
	box-sizing: border-box;
	margin-bottom: 0.3rem;
	width: 49%;
}

.ind-pro-ul .list-item {
	background: #f6f6f6;
	border: 0.01rem solid #f1f1f1;
	transition: 0.4s;
}

.ind-pro-ul .list-item:hover {
	transform: translateY(-0.1rem);
}

.ind-pro-ul .list-item-text {
	padding: 0.15rem;
	text-align: center;
}

.ind-pro-ul .list-item-text h3 {
	white-space: nowrap;
	overflow: hidden;
}

.ind-pro-nav h2 {
	background: #0068AB;
	font-size: 0.2rem;
	font-weight: bold;
	color: #fff;
	padding: 0.15rem 0.1rem;
}

/* ind-pro */
/* ind-about */
.ind-about {
	background: #f6f6f6;
}

.ind-about-text h2 {
	font-size: 0.26rem;
	font-weight: bold;
	color: #0068AB;
	margin: 0.15rem 0;
}

.ind-about-text p {
	font-size: 0.15rem;
	line-height: 0.26rem;
	margin-bottom: 0.15rem;
}

.ind-about-text .more {
	display: inline-block;
	padding: 0.15rem 0.3rem;
	background: #0068AB;
	color: #fff;
	font-size: 0.16rem;
	font-weight: bold;
}

.ind-about-text .more:hover {
	background: #222;
}

/* ind-about */
/* ind-case */
.ind-case-title {
	position: relative;
	text-align: center;
	font-size: 0.2rem;
	font-weight: bold;
	color: #222;
	margin-bottom: 0.3rem;
}

.ind-case-title::after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 1rem;
	height: 0.02rem;
	background: #0068AB;
	margin-top: 0.1rem;
}

.ind-case-ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ind-case-ul li {
	box-sizing: border-box;
	margin-bottom: 0.3rem;
}

.ind-case-ul .list-item {
	border: 0.01rem solid #f6f6f6;
}

.ind-case-ul .list-item-text {
	padding: 0.15rem;
}

.ind-case-ul .list-item-text h3 {
	font-size: 0.15rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: nowrap;
}

.ind-case-ul .list-item-text p {
	color: #797979;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ind-case */
/* ind-blog */
.ind-blog {
	border-top: 0.01rem solid #f6f6f6;
}

.ind-blog-ul .list-item {
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	background: #f6f6f6;
	padding: 0.15rem;
}

.ind-blog-ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ind-blog-ul li {
	box-sizing: border-box;
	margin-bottom: 0.3rem;
}

.ind-blog-time {
	box-sizing: border-box;
	width: 20%;
	background: #0068AB;
	color: #fff;
	padding: 0.1rem 0;
	text-align: center;
	margin: auto;
}

.ind-blog-text {
	box-sizing: border-box;
	width: 80%;
	padding-left: 0.15rem;

}

.ind-blog-text h3 {
	font-weight: bold;
	font-size: 0.15rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ind-blog-text p {
	color: #797979;
	margin: 0.06rem 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ind-blog-time span {
	font-size: 0.3rem;
	font-weight: bold;
	display: inline-block;
	border-bottom: 0.01rem solid #fff;
}

.ind-blog-time p {
	margin: 0.05rem 0;
}

/* ind-blog */
/* flink */
.flink {
	background: #f6f6f6;
	padding: 0.15rem 0;
}

.flink a {
	display: inline-block;
	padding: 0.05rem 0.1rem;
}

/* flink */
/* footer */
.footer {
	background: #6b6b6b;
	color: #fff;
}

.foot img {
	max-width: 1.5rem;
	display: inline-block;
}

.foot a {
	color: #fff;
}

.foot a:hover {
	color: #000;
}

.foot h2 {
	font-size: 0.18rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
}

.foot p {
	margin: 0.1rem 0;
}

.foot p i {
	display: inline-block;
	background: #fff;
	color: #0068AB;
	border-radius: 0.04rem 0.1rem;
	width: 0.25rem;
	height: 0.25rem;
	line-height: 0.25rem;
	text-align: center;
}

.foot h3 {
	margin-bottom: 0.15rem;
}

.footer-ul li {
	margin: 0.05rem 0 0.05rem 0.05rem;
	font-size: 0.15rem;
}

.footer-bottom {
	border-top: 0.01rem solid rgba(255, 255, 255, .1);
	text-align: center;
	padding: 0.15rem 0;
}

.footer-bottom a {
	color: #fff;
}

.footer-bottom a:hover {
	color: #000;
}

/* footer */
/* layout */
/* index-product */
.index-pro-item:nth-child(even) {
	margin-top: 0.3rem;
}

.index-pro-item h2 {
	text-align: center;
	font-size: 0.24rem;
	font-weight: bold;
	position: relative;
	margin-bottom: 0.3rem;
}

.index-pro-ul {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}

.index-pro-ul li {
	box-sizing: border-box;
	width: 50%;
	padding: 0.1rem;
	margin-bottom: 0.3rem;
	transition: 0.4s;
}

.index-pro-ul li:hover {
	transform: translateY(-0.1rem);
}

.index-pro-ul .list-item-text {
	padding: 0.15rem;
	text-align: center;
	background: #f6f6f6;
	border: 0.01rem solid #f1f1f1;
}

.index-pro-ul .list-item-text h3 {
	white-space: nowrap;
	overflow: hidden;
}

/* index-product */
/* list-product */
/* crumb */
.crumb {
	background: #f6f6f6;
	font-size: 0.15rem;
	padding: 0.15rem;
}

/* crumb */
.list-pro-ul {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}

.list-pro-ul li {
	box-sizing: border-box;
	width: 50%;
	padding: 0.1rem;
	margin-bottom: 0.3rem;
	transition: 0.4s;
}

.list-pro-ul li:hover {
	transform: translateY(-0.1rem);
}

.sidebar {
	margin-top: 0.3rem;
}

.side {
	margin-bottom: 0.3rem;
}

.side h2 {
	padding: 0.15rem 0.1rem;
	background: #0068AB;
	color: #fff;
	font-weight: bold;
	font-size: 0.2rem;
}

.side-item {
	border: 0.01rem solid #f6f6f6;
}

.side-pro-ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0.15rem;
}

.side-pro-ul li {
	box-sizing: border-box;
	width: 49%;
	margin-bottom: 0.15rem;
}

.side-pro-ul .list-item-text {
	padding: 0.15rem;
	text-align: center;
	background: #f6f6f6;
}

.side-pro-ul .list-item-text h3 {
	white-space: nowrap;
	overflow: hidden;
}

.side-item p {
	padding: 0.05rem 0 0.1rem 0.1rem;
}

.side-blog-ul {
	padding: 0.1rem;
}

.side-blog-ul li:nth-child(n+2) {
	margin-top: 0.1rem;
	padding-top: 0.1rem;
	border-top: 0.01rem dashed #f6f6f6;
}

.side-blog-ul li a {
	display: block;
	width: 100%;
}

.list-pro-ul .list-item {
	border: 0.01rem solid #f1f1f1;
}

.list-pro-ul .list-item-text {
	padding: 0.15rem;
	text-align: center;
	background: #f6f6f6;
}

.list-pro-ul .list-item-text h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* list-product */
/* pagination */
.pagnavi {
	padding: 0.5rem 0;
	text-align: center;
}

.pagnavi a {
	display: inline-block;
	padding: 0.05rem 0.15rem;
	border: 0.01rem solid #0068AB;
}

.pagnavi a:hover {
	background: #0068AB;
	color: #fff;
}

.pagnavi .current {
	background: #0068AB;
	color: #fff;
}

/* pagination */
/* single-pro */
.toppro {
	padding-top: 1rem;
}

.toppro-text h1 {
	font-size: 0.3rem;
	font-weight: bold;
	margin: 0.15rem 0;
}

.toppro-text p {
	color: #797979;
	font-size: 0.15rem;
	line-height: 0.24rem;
	margin: 0.15rem 0;
}

.toppro-text .more {
	font-size: 0.16rem;
	border-radius: 0.04rem;
	display: inline-block;
	border: 0.01rem solid #0068AB;
	background: #0068AB;
	color: #fff;
	padding: 0.1rem 0.3rem;
}

.toppro-text .more:hover {
	border: 0.01rem solid #0068AB;
	color: #0068AB;
	background: #fff;
}

.single-arc h2 {
	font-size: 0.22rem;
	margin-top: 0.15rem;
	font-weight: bold;
}

.single-arc h3 {
	font-size: 0.2rem;
	margin-top: 0.15rem;
	font-weight: bold;
}

.single-arc h4 {
	font-size: 0.18rem;
	margin-top: 0.15rem;
	font-weight: bold;
}

.single-arc h5 {
	font-size: 0.16rem;
	margin-top: 0.15rem;
	font-weight: bold;
}

.single-arc h6 {
	font-size: 0.14rem;
	margin-top: 0.15rem;
	font-weight: bold;
}

.single-arc p {
	margin-top: 0.15rem;
	line-height: 0.26rem;
}

.single-arc a {
	color: #0068AB;
}

.single-arc a:hover {
	color: #000;
}

.single-arc img {
	margin-top: 0.15rem;
	max-width: 100%;
	width: auto;
}

.single-arc iframe {
	display: block;
	margin-top: 0.15rem;
}

/* single-pro */
/* rel */
.rel {
	margin-bottom: 0.3rem;
}

.rel h2 {
	font-size: 0.22rem;
	font-weight: bold;
	border-bottom: 0.01rem solid #f6f6f6;
	padding-bottom: 0.1rem;
	margin-bottom: 0.3rem;
}

/* rel */
.rel-pro-ul {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}

.rel-pro-ul li {
	box-sizing: border-box;
	width: 50%;
	padding: 0.1rem;
}

.rel-pro-ul .list-item-text {
	padding: 0.15rem;
	text-align: center;
	background: #f6f6f6;
	border: 0.01rem solid #f1f1f1;
}

/* rel */
/* list-solution */
.list-sol-ul li {
	margin-bottom: 0.3rem;
	transition: 0.4s;
}

.list-sol-ul li:hover {
	transform: translateY(-0.1rem);
}

.list-sol-ul .list-item-text {
	padding: 0.15rem;
	background: #f6f6f6;
}

.list-sol-ul .list-item-text h3 {
	font-size: 0.17rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.list-sol-ul .list-item-text p {
	color: #797979;
	margin: 0.15rem 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* list-solution */
/* list-case */
.list-case-ul .list-item-text {
	padding: 0.15rem;
}

.list-case-ul .list-item-text h3 {
	font-size: 0.17rem;
}

.list-case-ul .list-item-text p {
	margin: 0.1rem 0;
	color: #797979;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.list-case-ul li:nth-child(n+2) {
	border-top: 0.01rem solid #f6f6f6;
	margin-top: 0.3rem;
	padding-top: 0.3rem;
}

/* list-case */
/* list-blog */
.list-blog-ul li {
	margin-bottom: 0.3rem;
	background: #f6f6f6;
	padding: 0.15rem;
}

.list-blog-ul li h3 {
	font-size: 0.17rem;
	margin: 0.1rem 0;
	position: relative;
	padding-left: 0.1rem;
}

.list-blog-ul li h3::before {
	content: "";
	width: 0.05rem;
	height: 0.15rem;
	display: block;
	background: #0068AB;
	position: absolute;
	left: 0;
	top: 0.05rem;
}

.list-blog-ul li p {
	margin: 0.15rem 0;
	color: #797979;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* list-blog */
/* single-blog */
.single-content-title {
	font-size: 0.22rem;
	position: relative;
	color: #0068AB;
	font-weight: bold;
	border-bottom: 0.01rem solid #f6f6f6;
	margin-bottom: 0.3rem;
}

.single-content-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0.9rem;
	height: 0.02rem;
	background: #0068AB;
}

.single-title {
	border-bottom: 0.01rem solid #f6f6f6;
	padding-bottom: 0.15rem;
}

.single-title h1 {
	font-size: 0.26rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
}

.tags {
	margin: 0.15rem 0;
}

.tags a {
	margin-right: 0.1rem;
}

.prenext {
	border-top: 0.01rem solid #f6f6f6;
	border-bottom: 0.01rem solid #f6f6f6;
	margin: 0.15rem 0;
}

.prenext p {
	margin: 0.15rem 0;
}

.prenext span {
	font-weight: bold;
}

/* single-blog */
/* 404 */
.page404 {
	text-align: center;
	padding: 1rem 0;
	border-top: 0.01rem solid #f6f6f6;
}

.page404 h1 {
	font-weight: bold;
	font-size: 1rem;
	color: #0068AB;
	font-weight: bold;
	margin-bottom: 0.3rem;
}

.languages {
	margin-left: 10px;
}
.language-item {
	display: flex;
	align-items: center;
}
.language-icon {
	width: 20px;
	height: 16px;
	object-fit: contain;
	margin-right: 5px;
}

/* 404 */
/* pc style */
@media screen and (min-width: 768px) {
	html {
		font-size: 625%;
	}

	.container {
		width: 7.6rem;
		margin: 0 auto;
	}

	/* reset */
	/* tool bar */
	.tool-bar {
		right: 5px;
		bottom: 200px;
		z-index: 99;
	}

	.tool-item {
		position: relative;
		width: 80px;
		height: 64px;
		margin-bottom: 1px;
	}

	.tool-item-cap {
		border-radius: 4px;
	}

	.tool-item-cap:hover {
		background: #0068AB;
	}

	.tool-item-cap .fa {
		margin-top: 10px;
		font-size: 24px;
	}

	.tool-item-name {
		font-size: 13px
	}

	.tool-qrcode {
		top: 0;
		right: 80px;
		padding: 10px 10px 1px;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
		border-radius: 4px;
	}

	.tool-qrcode .wechat-qrcode {
		margin-bottom: 10px;
	}

	.tool-qrcode .wechat-qrcode .qrcode {
		height: 128px;
		width: 128px;
		border: 1px solid #eaeaea;
		border-radius: 4px;
		padding: 3px;
		margin-bottom: 4px;
	}

	.tool-qrcode .qrcode img {
		height: 120px;
		width: 120px
	}

	.tool-qrcode .qrcode-name {
		margin-bottom: 10px;
		font-size: 13px;
		color: #666;
	}

	.tool-tel {
		top: 0;
		width: 280px;
		height: 64px;
		border-radius: 4px;
		line-height: 64px;
		font-size: 28px;
	}

	.tool-tel .fa {
		margin-right: 20px;
	}

	/* end tool bar */
	/* header */
	.header {
		padding: 0.3rem 0;
	}

	.logo-tel {
		margin-left: 0.6rem;
	}

	.logo-tel p {
		font-weight: bold;
		font-size: 0.15rem;
	}

	.logo-tel a {
		color: #0068AB;
		font-weight: bold;
		font-size: 0.3rem;
		line-height: 0.3rem;
	}

	.logo-tel a:hover {
		color: #222;
	}

	/* header */
	/* layout */
	.section {
		padding: 0.8rem 0;
	}

	.ind-case-ul li {
		width: 49%;
	}

	/* ind-case */
	/* ind-blog */
	.ind-blog-ul li {
		width: 49%;
	}

	/* ind-blog */
	/* footer */
	.footer-item {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.foot {
		box-sizing: border-box;
		width: 49%;
	}

	.foot:nth-child(3),
	.foot:nth-child(4) {
		margin: 0.3rem 0;
	}

	/* footer */
	/* layout */
	/* list-solution */
	.list-sol-ul {
		display: flex;
		/* justify-content: space-between; */
		flex-wrap: wrap;
	}

	.list-sol-ul li {
		box-sizing: border-box;
		width: 50%;
		padding: 0.1rem;
	}

	/* list-solution */
	/* list-case */
	.list-case-ul .list-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.list-case-ul .list-item-img {
		width: 30%;
	}

	.list-case-ul .list-item-text {
		width: 70%;
		padding-left: 0.3rem;
	}

	/* list-case */
}

@media screen and (min-width: 1200px) {
	html {
		font-size: 625%;
	}

	.container {
		width: 11.7rem;
	}

	/* reset */
	/* header */
	.navbar {
		display: flex;
		align-items: center;
	}

	.nav-menu {
		display: flex;
	}

	.nav-menu-child-child {
		display: none;
		width: 2rem;
		background: #f6f6f6;
		box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, .1);
		z-index: 99;
	}

	.nav-menu-child-child>li {
		display: block;
	}

	.nav-menu-child-child>li:nth-child(n+2) {
		border-top: 0.01rem solid rgba(0, 0, 0, .1);
	}

	.nav-menu-child-child>li>a {
		display: block;
		width: 100%;
		text-align: center;
		padding: 0.1rem 0;
	}

	.nav-menu-child-child>li>a:hover {
		background: #0068AB;
		color: #fff;
	}

	.nav-menu>li {
		position: relative;
		display: inline-block;
	}

	.nav-menu>li>a {
		font-size: 0.15rem;
		font-weight: 500;
		display: block;
		padding: 0.15rem;
	}

	.nav-menu-child>li {
		position: relative;
	}

	.nav-menu-child>li:nth-child(n+2) {
		border-top: 0.01rem solid rgba(0, 0, 0, .1);
	}

	.nav-menu-child>li:hover .nav-menu-child-child {
		display: block;
		position: absolute;
		left: 100%;
		top: 0;
	}

	.nav-menu-child>li>a {
		display: block;
		text-align: center;
		padding: 0.1rem 0.05rem;
	}

	.nav-menu-child>li>a:hover {
		background: #0068AB;
		color: #fff;
	}

	.nav-menu>li:hover .nav-menu-child {
		display: block;
		position: absolute;
		z-index: 99;
		width: 120%;
		left: 0;
		background: #f6f6f6;
		box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, .1);
	}

	/* header */
	/* layout */
	/* ind-pro */
	.ind-pro-item {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}

	.ind-pro-list {
		box-sizing: border-box;
		width: 80%;
	}

	.ind-pro-nav {
		box-sizing: border-box;
		width: 20%;
		padding-right: 0.3rem;
	}

	.ind-pro-ul li {
		width: 24%;
	}

	/* ind-pro */
	/* ind-about */
	.ind-about-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.ind-about-img {
		box-sizing: border-box;
		width: 40%;
	}

	.ind-about-text {
		box-sizing: border-box;
		width: 60%;
		padding: 0.3rem;
	}

	/* ind-about */
	/* ind-case */
	.ind-case-ul li {
		width: 24%;
	}

	/* ind-case */
	/* footer */
	.foot {
		width: 24%;
	}

	.foot:nth-child(3),
	.foot:nth-child(4) {
		margin: 0;
	}

	/* footer */
	/* layout */
	/* index-product */
	.index-pro-ul li {
		width: 25%;
	}

	/* index-product */
	/* list-product */
	.page-item {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}

	.page-content {
		box-sizing: border-box;
		width: 75%;
	}

	.sidebar {
		box-sizing: border-box;
		width: 25%;
		padding-right: 0.3rem;
		margin-top: 0;
	}

	.list-pro-ul li {
		width: 33.33%;
	}

	/* list-product */
	/* single-pro */
	.toppro {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.toppro-img {
		width: 45%;
	}

	.toppro-text {
		width: 55%;
		padding: 0.3rem 0.3rem 0.6rem 0.3rem;
	}

	/* single-pro */
	/* rel */
	.rel-pro-ul li {
		width: 25%;
	}

	/* rel */
	/* list-solution */
	.list-sol-ul li {
		width: 33.33%;
	}

	/* list-solution */
}

@media screen and (min-width: 1400px) {
	html {
		font-size: 625%;
	}

	.container {
		width: 13.7rem;
		margin: 0 auto;
	}

	/* reset */

}

/* m style */
@media screen and (max-width: 1200px) {

	.m-menu-open,
	.m-menu-close {
		width: 0.3rem;
		height: 0.3rem;
		line-height: 0.3rem;
		font-size: 0.3rem;
	}

	.m-menu-open {
		display: inline-block;
	}

	.m-nav-show .m-menu-open {
		display: none;
	}

	.m-nav-show .m-menu-close {
		display: inline-block;
	}

	.nav-menu {
		display: none;
	}

	.nav-menu>li>a {
		display: block;
		background: #fff;
		padding: 0.1rem;
	}

	.m-nav-show .nav-menu {
		display: block;
		position: absolute;
		z-index: 111;
		top: 15%;
		right: 0;
		width: 100%;
	}

	.m-nav-show .nav-menu li {
		display: block;
		border-top: 0.01rem solid #f0f0f0;
		text-align: center;
	}

	/* tool bar */
	.tool-bar {
		bottom: 0;
		z-index: 10;
		width: 100%;
		font-size: 0.16rem;
	}

	.tool-item {
		float: left;
		width: 25%;
		height: 0.8rem;
	}

	.tool-item-cap .fa {
		margin-top: 0.2rem;
		font-size: 0.3rem;
	}

	.tool-item-name {
		margin-top: 0.1rem;
		font-size: 0.18rem;
	}

	.tool-qrcode {
		bottom: 100%;
		left: 0;
		width: 100%;
		padding: 0.4rem 0 0.2rem;
	}

	.tool-qrcode .wechat-qrcode {
		display: inline-block;
		margin: 0 0.4rem;
	}

	.tool-qrcode .wechat-qrcode .qrcode {
		width: 2.08rem;
		height: 2.08rem;
		padding: 0.04rem;
	}

	.tool-qrcode .qrcode img {
		height: 2rem;
		width: 2rem;
	}

	.tool-tel {
		top: -100%;
		width: 100%;
		height: 1rem;
		line-height: 1rem;

	}

	.tool-tel a {
		font-size: 0.3rem;
		color: #fff;
	}

	/* end tool bar */
}

@media screen and (max-width: 768px) {
	.container {
		margin-left: 0.15rem;
		margin-right: 0.15rem;
	}

	/* reset */
	/* header */
	/* tool bar */
	.tool-bar {
		left: 0;
		bottom: 0;
		width: 100%;
		border-top: 0.03rem solid #0068AB;
	}

	.tool-item {
		float: left;
		width: 25%;
	}

	.tool-item .fa {
		font-size: 0.18rem;
		margin-top: 0.18rem;
	}

	/* end tool bar */
	/* top */
	.top-left {
		display: none;
	}

	.top-right {
		width: 100%;
		text-align: center;
	}

	/* top */
	/* header */
	.header {
		padding: 0.15rem 0;
	}

	.logo-tel {
		display: none;
	}

	/* header */
	/* layout */
	.section {
		padding: 0.3rem 0;
	}

	/* footer */
	.foot {
		margin-bottom: 0.3rem;
	}

	/* footer */
	/* layout */
	/* single-pro */
	.toppro {
		padding-top: 0.3rem;
	}

	.single-table {
		overflow-x: auto;
		width: 100%;
	}

	/* single-pro */
}

/* FootyAnalytics home redesign */
body {
	background: #fafafa;
	color: #1a202c;
	font-family: Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.fa-header {
	background: #fff;
	border-bottom: 0.01rem solid #e8ecf2;
	position: sticky;
	top: 0;
	z-index: 20;
}

.fa-header-inner {
	min-height: 0.9rem;
}

.fa-brand {
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-size: 0.44rem;
	font-weight: 700;
	color: #131d32;
	letter-spacing: 0;
}

.fa-navbar {
	flex: 1;
	padding: 0 0.6rem;
}

.fa-nav-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
}

.fa-nav-menu > li {
	position: relative;
	padding: 0.28rem 0;
}

.fa-nav-menu > li > a {
	font-size: 0.2rem;
	font-weight: 600;
	color: #1d2739;
	padding-bottom: 0.1rem;
	border-bottom: 0.03rem solid transparent;
}

.fa-nav-menu > li:hover > a,
.fa-nav-menu > li.active > a {
	color: #0056b3;
	border-bottom-color: #0056b3;
}

.fa-nav-menu-child {
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 2rem;
	background: #fff;
	border: 0.01rem solid #e5eaf0;
	border-radius: 0.08rem;
	box-shadow: 0 0.06rem 0.2rem rgba(10, 27, 54, 0.08);
	display: none;
	padding: 0.08rem 0;
}

.fa-nav-menu > li:hover > .fa-nav-menu-child {
	display: block;
}

.fa-nav-menu-child > li > a {
	display: block;
	padding: 0.1rem 0.16rem;
	font-size: 0.18rem;
}

.fa-header-tools {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 0.12rem;
}

.fa-header-search {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.08rem;
}

.fa-header-search input {
	position: absolute;
	top: 50%;
	right: 0.46rem;
	z-index: 30;
	width: 0;
	height: 0.38rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #f8fbff;
	color: #17243c;
	font-size: 0.14rem;
	opacity: 0;
	outline: none;
	pointer-events: none;
	transform: translateY(-50%);
	transition: width 0.2s ease, padding 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.fa-header-search.active input,
.fa-header-search:focus-within input {
	width: 2.2rem;
	padding: 0 0.14rem;
	border: 0.01rem solid #d4dde9;
	opacity: 1;
	pointer-events: auto;
}

.fa-tool-link {
	width: 0.38rem;
	height: 0.38rem;
	border-radius: 50%;
	border: 0.01rem solid #d4dde9;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #2d3a53;
}

.fa-tool-link:hover {
	background: #eff5ff;
	border-color: #c4d7fa;
	color: #0056b3;
}

.fa-languages {
	display: flex;
	gap: 0.1rem;
	margin-left: 0.08rem;
}

.fa-languages a {
	font-size: 0.14rem;
	color: #51607a;
}

.fa-languages a.active {
	color: #0056b3;
	font-weight: 600;
}

.fa-main {
	min-height: 8rem;
}

.fa-home {
	padding-bottom: 0.6rem;
}

.fa-home-main-title {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.fa-crumb-bar {
	background: #fff;
	border-bottom: 0.01rem solid #e7ebf1;
	margin-bottom: 0.42rem;
}

.fa-crumb-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 0.74rem;
}

.fa-breadcrumb {
	display: flex;
	align-items: center;
	gap: 0.1rem;
	font-size: 0.16rem;
	color: #6a7489;
}

.fa-breadcrumb a {
	color: #4c5a76;
}

.fa-update-time {
	font-size: 0.16rem;
	color: #6f7a8f;
}

.fa-section {
	padding: 0.2rem 0 0.4rem;
}

.fa-section + .fa-section {
	border-top: 0.01rem solid #e5ebf3;
}

.fa-section-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.2rem;
	margin-bottom: 0.22rem;
}

.fa-eyebrow {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 0.22rem;
	color: #1d2a44;
	margin-bottom: 0.04rem;
}

.fa-section-header h2 {
	font-size: 0.5rem;
	line-height: 1.15;
	font-weight: 800;
	color: #13213a;
	padding-left: 0.14rem;
	border-left: 0.05rem solid #d4af37;
}

.fa-more-link {
	color: #0056b3;
	font-weight: 600;
	font-size: 0.17rem;
	white-space: nowrap;
}

.fa-prediction-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.1rem;
}

.fa-prediction-card {
	display: grid;
	gap: 0.06rem;
	min-height: 0.92rem;
	padding: 0.12rem 0.14rem;
	background: #fff;
	border: 0.01rem solid #dfe7f1;
	border-radius: 0.06rem;
}

.fa-prediction-card h3 {
	min-width: 0;
	margin: 0;
}

.fa-prediction-card h3 a {
	display: block;
	overflow: hidden;
	color: #13213a;
	font-size: 0.18rem;
	font-weight: 800;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fa-prediction-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.06rem 0.1rem;
	color: #60708b;
	font-size: 0.12rem;
	line-height: 1.2;
}

.fa-prediction-card p {
	display: -webkit-box;
	overflow: hidden;
	color: #5f6f8a;
	font-size: 0.13rem;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fa-match-grid {
	display: grid;
	gap: 0.14rem;
}

.fa-match-row {
	background: #fff;
	border: 0.01rem solid #e2e8f0;
	border-radius: 0.08rem;
	display: grid;
	grid-template-columns: 1.4rem 1fr 3.2rem 1.35rem;
	align-items: center;
	padding: 0.24rem;
	column-gap: 0.2rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fa-match-row:hover,
.fa-review-card:hover,
.fa-editor-item:hover {
	transform: translateY(-0.03rem);
	box-shadow: 0 0.12rem 0.32rem rgba(15, 33, 64, 0.08);
}

.fa-live-badge {
	display: inline-block;
	background: #fed7d7;
	color: #c53030;
	font-size: 0.12rem;
	font-weight: 700;
	padding: 0.02rem 0.08rem;
	border-radius: 99px;
	margin-bottom: 0.08rem;
}

.fa-match-time strong {
	display: block;
	font-size: 0.42rem;
	color: #17263f;
	line-height: 1.1;
}

.fa-match-time p {
	font-size: 0.15rem;
	color: #7a8396;
	margin-top: 0.04rem;
}

.fa-match-teams {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.2rem;
}

.fa-team {
	display: flex;
	align-items: center;
	gap: 0.12rem;
}

.fa-team h3 {
	font-size: 0.28rem;
	font-weight: 700;
	color: #1a2740;
}

.fa-team p {
	font-size: 0.15rem;
	color: #78839a;
	margin-top: 0.02rem;
}

.fa-team-logo {
	width: 0.56rem;
	height: 0.56rem;
	border-radius: 50%;
	background: #0c5fc5;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.15rem;
	font-weight: 700;
	box-shadow: inset 0 0 0 0.03rem rgba(255, 255, 255, 0.4);
}

.fa-team-logo-red {
	background: #cf2e2e;
}

.fa-team-logo-img {
	background: #fff;
	object-fit: contain;
	padding: 0.03rem;
	border: 0.01rem solid #dce5f2;
}

.fa-list-title .fa-team-logo,
.fa-history-table .fa-team-logo,
.fa-review-score .fa-team-logo {
	width: 0.34rem;
	height: 0.34rem;
	font-size: 0.1rem;
	vertical-align: middle;
	margin: 0 0.06rem;
}

.fa-team-logo-yellow {
	background: #c98d10;
}

.fa-team-logo-dark {
	background: #111f45;
}

.fa-vs {
	font-size: 0.26rem;
	color: #96a2b8;
	font-weight: 700;
}

.fa-match-prob {
	display: grid;
	gap: 0.08rem;
}

.fa-match-prob > div span {
	font-size: 0.15rem;
	color: #4f5d78;
	display: inline-block;
	margin-bottom: 0.03rem;
}

.fa-match-prob > div i {
	display: block;
	height: 0.08rem;
	background: #0056b3;
	border-radius: 99px;
}

.fa-match-prob > div i.draw {
	background: #8ea2bc;
}

.fa-match-prob > div i.away {
	background: #d4af37;
}

.fa-fav-link {
	font-size: 0.16rem;
	color: #55627d;
	display: inline-flex;
	align-items: center;
	gap: 0.06rem;
	justify-self: end;
}

.fa-fav-link:hover {
	color: #0056b3;
}

.fa-center-link {
	text-align: center;
	margin-top: 0.18rem;
}

.fa-center-link a {
	font-size: 0.17rem;
	font-weight: 600;
	color: #5f6d89;
}

.fa-load-more a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.5rem;
	height: 0.42rem;
	padding: 0 0.22rem;
	border: 0.01rem solid #dbe5f1;
	border-radius: 99px;
	background: #fff;
	color: #0056b3;
	box-shadow: 0 0.06rem 0.18rem rgba(15, 33, 64, 0.06);
}

.fa-review-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.2rem;
}

.fa-review-card {
	background: #fff;
	border: 0.01rem solid #e2e8f0;
	border-radius: 0.08rem;
	padding: 0.18rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fa-review-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.14rem;
	color: #73809b;
	margin-bottom: 0.12rem;
}

.fa-review-score {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 0.1rem;
	margin-bottom: 0.12rem;
}

.fa-review-score > div {
	text-align: center;
}

.fa-review-score strong {
	font-size: 0.2rem;
	color: #1a2740;
}

.fa-review-score p {
	font-size: 0.15rem;
	color: #76839d;
	margin-top: 0.02rem;
}

.fa-review-score em {
	font-style: normal;
	font-size: 0.56rem;
	font-weight: 800;
	color: #15213a;
	line-height: 1;
}

.fa-review-card > p {
	font-size: 0.14rem;
	color: #66738e;
	margin-bottom: 0.14rem;
}

.fa-recap-link {
	display: inline-flex;
	align-items: center;
	gap: 0.06rem;
	color: #1c2a44;
	font-size: 0.16rem;
	font-weight: 600;
}

.fa-editor-list {
	display: grid;
	gap: 0.16rem;
}

.fa-editor-item {
	background: #fff;
	border: 0.01rem solid #e2e8f0;
	border-radius: 0.08rem;
	padding: 0.2rem;
	display: grid;
	grid-template-columns: 2rem 1fr;
	gap: 0.24rem;
	align-items: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fa-editor-cover {
	height: 1.32rem;
	border-radius: 0.08rem;
	background: linear-gradient(180deg, #f2f4f8, #ecf0f5);
	position: relative;
	display: block;
	overflow: hidden;
}

.fa-editor-cover::before,
.fa-editor-cover::after {
	content: "";
	position: absolute;
	left: 0.18rem;
	right: 0.18rem;
	height: 0.09rem;
	border-radius: 0.05rem;
	background: #dfe5ee;
}

.fa-editor-cover::before {
	top: 0.38rem;
}

.fa-editor-cover::after {
	top: 0.6rem;
	right: 0.5rem;
}

.fa-editor-cover.has-image::before,
.fa-editor-cover.has-image::after {
	display: none;
}

.fa-editor-cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fa-editor-category {
	font-size: 0.15rem;
	font-weight: 700;
	color: #0056b3;
}

.fa-editor-content h3 {
	margin-top: 0.05rem;
}

.fa-editor-content h3 a {
	font-size: 0.39rem;
	line-height: 1.22;
	font-weight: 800;
	color: #14223c;
}

.fa-editor-content h3 a:hover {
	color: #0056b3;
}

.fa-editor-content p {
	font-size: 0.18rem;
	color: #66738d;
	margin-top: 0.06rem;
}

.fa-tag-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.08rem;
	margin-top: 0.1rem;
}

.fa-tag-row a {
	font-size: 0.14rem;
	color: #28548b;
	background: #ebf8ff;
	border-radius: 99px;
	padding: 0.03rem 0.1rem;
}

.fa-reading-time {
	margin-top: 0.08rem;
	font-size: 0.15rem;
	color: #5f6f8a;
}

.fa-footer {
	background: linear-gradient(180deg, #101e36, #13284b);
	color: #dbe6f7;
	padding-top: 0.44rem;
}

.fa-footer-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1.15fr;
	gap: 0.2rem;
	padding-bottom: 0.28rem;
}

.fa-foot-col h2,
.fa-foot-brand h3 {
	font-size: 0.28rem;
	color: #fff;
	margin-bottom: 0.1rem;
	font-weight: 700;
}

.fa-foot-brand h3 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 0.48rem;
}

.fa-footer-ul li {
	margin-bottom: 0.08rem;
}

.fa-footer-ul a {
	color: #d3dcf0;
	font-size: 0.17rem;
}

.fa-footer-ul a:hover {
	color: #fff;
}

.fa-foot-brand p {
	color: #b6c5df;
	font-size: 0.16rem;
	line-height: 1.7;
}

.fa-social-links {
	display: flex;
	gap: 0.08rem;
	margin-top: 0.14rem;
}

.fa-social-links a {
	width: 0.34rem;
	height: 0.34rem;
	border-radius: 50%;
	border: 0.01rem solid rgba(219, 230, 247, 0.35);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #dbe6f7;
}

.fa-social-links a:hover {
	background: rgba(255, 255, 255, 0.1);
}

.fa-footer-bottom {
	border-top: 0.01rem solid rgba(219, 230, 247, 0.2);
	padding: 0.16rem 0 0.22rem;
	font-size: 0.14rem;
	color: #b9c7de;
}

.tool-bar {
	display: none;
}

@media screen and (max-width: 1200px) {
	.fa-header-inner {
		flex-wrap: wrap;
		padding: 0.14rem 0;
		gap: 0.12rem;
	}

	.fa-navbar {
		order: 3;
		flex-basis: 100%;
		padding: 0;
	}

	.fa-nav-menu {
		justify-content: flex-start;
		gap: 0.22rem;
		flex-wrap: wrap;
	}

	.fa-match-row {
		grid-template-columns: 1fr;
		gap: 0.14rem;
	}

	.fa-fav-link {
		justify-self: start;
	}

	.fa-review-grid {
		grid-template-columns: 1fr;
	}

	.fa-footer-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 768px) {
	.fa-crumb-inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 0.12rem 0;
		gap: 0.06rem;
	}

	.fa-section-header {
		flex-direction: column;
	}

	.fa-prediction-grid {
		grid-template-columns: 1fr;
	}

	.fa-section-header h2 {
		font-size: 0.36rem;
	}

	.fa-team h3 {
		font-size: 0.22rem;
	}

	.fa-editor-item {
		grid-template-columns: 1fr;
	}

	.fa-editor-content h3 a {
		font-size: 0.28rem;
	}

	.fa-footer-grid {
		grid-template-columns: 1fr;
	}
}

/* FootyAnalytics scale tuning */
.fa-header-inner {
	min-height: 0.72rem;
}

.fa-brand {
	font-size: 0.32rem;
}

.fa-navbar {
	padding: 0 0.32rem;
}

.fa-nav-menu {
	gap: 0.22rem;
}

.fa-nav-menu > li {
	padding: 0.2rem 0;
}

.fa-nav-menu > li > a {
	font-size: 0.15rem;
}

.fa-tool-link {
	width: 0.3rem;
	height: 0.3rem;
}

.fa-crumb-inner {
	min-height: 0.56rem;
}

.fa-breadcrumb,
.fa-update-time {
	font-size: 0.14rem;
}

.fa-section {
	padding: 0.16rem 0 0.28rem;
}

.fa-section-header {
	margin-bottom: 0.16rem;
}

.fa-eyebrow {
	font-size: 0.16rem;
}

.fa-section-header h2 {
	font-size: 0.34rem;
}

.fa-more-link,
.fa-fav-link,
.fa-center-link a,
.fa-recap-link {
	font-size: 0.14rem;
}

.fa-match-row {
	padding: 0.16rem;
}

.fa-match-time strong {
	font-size: 0.3rem;
}

.fa-match-time p,
.fa-team p,
.fa-match-prob > div span {
	font-size: 0.13rem;
}

.fa-team h3 {
	font-size: 0.2rem;
}

.fa-team-logo {
	width: 0.44rem;
	height: 0.44rem;
	font-size: 0.12rem;
}

.fa-vs {
	font-size: 0.2rem;
}

.fa-review-score em {
	font-size: 0.38rem;
}

.fa-review-score strong {
	font-size: 0.16rem;
}

.fa-review-score p,
.fa-review-card > p,
.fa-review-meta {
	font-size: 0.13rem;
}

.fa-editor-item {
	grid-template-columns: 1.6rem 1fr;
	padding: 0.14rem;
}

.fa-editor-cover {
	height: 1.08rem;
}

.fa-editor-category,
.fa-reading-time {
	font-size: 0.13rem;
}

.fa-editor-content h3 a {
	font-size: 0.28rem;
}

.fa-editor-content p {
	font-size: 0.15rem;
}

.fa-tag-row a {
	font-size: 0.12rem;
}

.fa-foot-col h2,
.fa-foot-brand h3 {
	font-size: 0.22rem;
}

.fa-foot-brand h3 {
	font-size: 0.34rem;
}

.fa-footer-ul a,
.fa-foot-brand p {
	font-size: 0.14rem;
}

/* FootyAnalytics compact layout refinement */
.fa-main {
	min-height: 0;
}

.fa-header-inner {
	min-height: 0.6rem;
}

.fa-brand {
	font-size: 0.28rem;
	line-height: 1;
}

.fa-nav-menu > li {
	padding: 0.16rem 0;
}

.fa-nav-menu > li > a {
	font-size: 0.14rem;
	padding-bottom: 0.07rem;
}

.fa-tool-link {
	width: 0.28rem;
	height: 0.28rem;
	font-size: 0.13rem;
}

.fa-crumb-bar {
	margin-bottom: 0.22rem;
}

.fa-crumb-inner {
	min-height: 0.48rem;
}

.fa-breadcrumb,
.fa-update-time {
	font-size: 0.13rem;
}

.fa-home {
	padding-bottom: 0.32rem;
}

.fa-section {
	padding: 0.12rem 0 0.22rem;
}

.fa-section-header {
	align-items: center;
	margin-bottom: 0.12rem;
}

.fa-eyebrow {
	font-size: 0.13rem;
	margin-bottom: 0.02rem;
}

.fa-section-header h2 {
	font-size: 0.28rem;
	line-height: 1.18;
	padding-left: 0.1rem;
	border-left-width: 0.035rem;
}

.fa-more-link {
	font-size: 0.13rem;
}

.fa-match-grid {
	gap: 0.1rem;
}

.fa-match-row {
	grid-template-columns: 1.05rem minmax(3.8rem, 1fr) 2.35rem 1.05rem;
	min-height: 1.12rem;
	padding: 0.13rem 0.16rem;
	column-gap: 0.16rem;
	border-radius: 0.06rem;
}

.fa-live-badge {
	font-size: 0.11rem;
	padding: 0.01rem 0.06rem;
	margin-bottom: 0.05rem;
}

.fa-match-time strong {
	font-size: 0.26rem;
}

.fa-match-time p {
	font-size: 0.12rem;
	margin-top: 0.02rem;
}

.fa-match-teams {
	gap: 0.16rem;
}

.fa-team {
	gap: 0.08rem;
	min-width: 0;
}

.fa-team h3 {
	font-size: 0.18rem;
	line-height: 1.25;
}

.fa-team p {
	font-size: 0.12rem;
	line-height: 1.25;
}

.fa-team-logo {
	width: 0.38rem;
	height: 0.38rem;
	font-size: 0.1rem;
	flex: 0 0 0.38rem;
}

.fa-vs {
	font-size: 0.17rem;
}

.fa-match-prob {
	gap: 0.06rem;
}

.fa-match-prob > div span {
	font-size: 0.12rem;
	margin-bottom: 0.03rem;
}

.fa-match-prob > div i {
	height: 0.055rem;
}

.fa-fav-link,
.fa-center-link a,
.fa-recap-link {
	font-size: 0.12rem;
}

.fa-center-link {
	margin-top: 0.1rem;
}

.fa-review-grid {
	gap: 0.12rem;
}

.fa-review-card {
	min-height: 0;
	padding: 0.13rem 0.16rem;
	border-radius: 0.06rem;
}

.fa-review-score {
	margin: 0.1rem 0;
}

.fa-review-score em {
	font-size: 0.3rem;
}

.fa-review-score strong {
	font-size: 0.15rem;
}

.fa-review-score p,
.fa-review-card > p,
.fa-review-meta {
	font-size: 0.12rem;
}

.fa-editor-list {
	gap: 0.12rem;
}

.fa-editor-item {
	grid-template-columns: 1.25rem 1fr;
	padding: 0.12rem;
	border-radius: 0.06rem;
}

.fa-editor-cover {
	height: 0.86rem;
	border-radius: 0.05rem;
}

.fa-editor-category,
.fa-reading-time {
	font-size: 0.12rem;
}

.fa-editor-content h3 a {
	font-size: 0.2rem;
	line-height: 1.3;
}

.fa-editor-content p {
	font-size: 0.13rem;
	line-height: 1.6;
}

.fa-tag-row {
	gap: 0.06rem;
}

.fa-tag-row a {
	font-size: 0.11rem;
	padding: 0.02rem 0.07rem;
}

@media screen and (max-width: 1200px) {
	.fa-match-row {
		grid-template-columns: 0.95rem 1fr 2.1rem;
	}

	.fa-fav-link {
		grid-column: 2 / 4;
		justify-self: end;
	}
}

@media screen and (max-width: 768px) {
	.fa-section {
		padding: 0.14rem 0 0.2rem;
	}

	.fa-section-header h2 {
		font-size: 0.26rem;
	}

	.fa-match-row {
		grid-template-columns: 1fr;
		padding: 0.14rem;
		gap: 0.12rem;
	}

	.fa-match-teams {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.fa-fav-link {
		grid-column: auto;
		justify-self: start;
	}
}

/* FootyAnalytics 1000px content width and tighter match rows */
@media screen and (min-width: 768px) {
	.container {
		box-sizing: border-box;
		width: calc(100% - 0.32rem);
		max-width: 10rem;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 1200px) {
	.container {
		width: 10rem;
		max-width: 10rem;
	}
}

@media screen and (min-width: 901px) {
	.fa-match-row {
		grid-template-columns: 0.9rem minmax(0, 1fr) 1.75rem 0.82rem;
		min-height: 0.96rem;
		padding: 0.12rem 0.14rem;
		column-gap: 0.12rem;
	}

	.fa-match-teams {
		justify-content: space-between;
		gap: 0.1rem;
		min-width: 0;
	}

	.fa-team {
		flex: 1 1 0;
		min-width: 0;
	}

	.fa-team > div {
		min-width: 0;
	}

	.fa-team h3,
	.fa-team p {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.fa-fav-link {
		grid-column: auto;
		justify-self: end;
		white-space: nowrap;
	}
}

@media screen and (max-width: 900px) {
	.fa-match-row {
		grid-template-columns: 1fr;
	}

	.fa-fav-link {
		grid-column: auto;
		justify-self: start;
	}
}

@media screen and (min-width: 769px) and (max-width: 1050px) {
	.fa-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 768px) {
	.container {
		box-sizing: border-box;
	}
}

/* FootyAnalytics match center, history database and analysis pages */
.fa-scoreboard {
	background: #1a202c;
	color: #fff;
	padding: 0.34rem 0 0.3rem;
}

.fa-score-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.1rem;
	margin-bottom: 0.18rem;
	color: #cbd5e0;
	font-size: 0.13rem;
}

.fa-score-meta span {
	border: 0.01rem solid rgba(255, 255, 255, 0.16);
	border-radius: 99px;
	padding: 0.03rem 0.1rem;
}

.fa-score-main {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 0.28rem;
}

.fa-score-team {
	text-align: center;
}

.fa-score-team .fa-team-logo {
	margin-bottom: 0.1rem;
}

.fa-score-team h1,
.fa-score-team h2 {
	font-size: 0.28rem;
	line-height: 1.25;
	font-weight: 800;
	color: #fff;
}

.fa-score-team p {
	margin-top: 0.04rem;
	font-size: 0.13rem;
	color: #aab7cc;
}

.fa-score-number {
	display: flex;
	align-items: center;
	gap: 0.16rem;
	font-family: Consolas, "Courier New", monospace;
}

.fa-score-number strong {
	font-size: 0.66rem;
	line-height: 1;
	color: #fff;
}

.fa-score-number span {
	font-size: 0.32rem;
	color: #7f8da6;
}

.fa-scorer-list {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 0.2rem;
	margin-top: 0.22rem;
	padding-top: 0.16rem;
	border-top: 0.01rem solid rgba(255, 255, 255, 0.12);
}

.fa-scorer-list strong {
	display: block;
	margin-bottom: 0.06rem;
	color: #f7fafc;
}

.fa-scorer-list li {
	color: #cbd5e0;
	font-size: 0.13rem;
	line-height: 1.7;
}

.fa-score-analysis {
	color: #fff;
	border: 0.01rem solid rgba(255, 255, 255, 0.24);
	border-radius: 0.04rem;
	padding: 0.07rem 0.12rem;
	white-space: nowrap;
}

.fa-score-analysis:hover {
	background: #fff;
	color: #1a202c;
}

.fa-match-tabs {
	background: #fff;
	border-bottom: 0.01rem solid #e6ebf2;
}

.fa-match-tabs .container {
	display: flex;
	gap: 0.24rem;
}

.fa-match-tabs a {
	display: inline-block;
	padding: 0.14rem 0 0.12rem;
	border-bottom: 0.02rem solid transparent;
	font-weight: 700;
	color: #526078;
}

.fa-match-tabs a.active,
.fa-match-tabs a:hover {
	color: #0056b3;
	border-bottom-color: #0056b3;
}

.fa-match-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 2.8rem;
	gap: 0.2rem;
	padding-top: 0.22rem;
	padding-bottom: 0.36rem;
}

.fa-panel {
	background: #fff;
	border: 0.01rem solid #e2e8f0;
	border-radius: 0.08rem;
	padding: 0.2rem;
	margin-bottom: 0.16rem;
}

.fa-panel h2,
.fa-list-head h1,
.fa-season-review h2,
.fa-analysis-head h1,
.fa-takeaways h2,
.fa-chart-widget h2,
.fa-analysis-links h2 {
	font-weight: 800;
	color: #13213a;
}

.fa-panel h2 {
	font-size: 0.22rem;
	margin-bottom: 0.12rem;
}

.fa-lead,
.fa-list-head p,
.fa-analysis-desc {
	font-size: 0.14rem;
	line-height: 1.7;
	color: #5f6f8a;
}

.fa-article-body,
.fa-analysis-body {
	font-size: 0.16rem;
	line-height: 1.75;
	color: #2d3748;
}

.fa-article-body {
	margin-top: 0.12rem;
}

.fa-stat-bars {
	display: grid;
	gap: 0.1rem;
}

.fa-stat-row {
	display: grid;
	grid-template-columns: 0.82rem 1fr 0.46rem;
	align-items: center;
	gap: 0.1rem;
	font-size: 0.13rem;
	color: #4a5872;
}

.fa-stat-row div {
	height: 0.08rem;
	background: #eef2f7;
	border-radius: 99px;
	overflow: hidden;
}

.fa-stat-row i {
	display: block;
	height: 100%;
	background: #0056b3;
	border-radius: 99px;
}

.fa-stat-row i.draw {
	background: #7d8da8;
}

.fa-stat-row i.away {
	background: #d4af37;
}

.fa-mini-chart {
	margin-top: 0.18rem;
	border: 0.01rem solid #e6ebf2;
	border-radius: 0.06rem;
	padding: 0.12rem;
}

.fa-mini-chart svg {
	width: 100%;
	height: auto;
}

.fa-mini-chart line {
	stroke: #e6ebf2;
	stroke-width: 1;
}

.fa-mini-chart rect {
	fill: #0056b3;
	rx: 4;
}

.fa-mini-chart text {
	fill: #4a5872;
	font-size: 13px;
}

.fa-lineup-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.16rem;
}

.fa-lineup-grid h3 {
	font-size: 0.16rem;
	font-weight: 800;
	margin-bottom: 0.08rem;
}

.fa-lineup-grid ol {
	padding-left: 0.18rem;
}

.fa-lineup-grid li {
	list-style: decimal;
	line-height: 1.8;
	color: #526078;
}

.fa-related-list li {
	padding: 0.1rem 0;
	border-bottom: 0.01rem solid #edf2f7;
}

.fa-related-list a {
	font-weight: 700;
	color: #1a2740;
}

.fa-related-list p {
	margin-top: 0.04rem;
	font-size: 0.13rem;
	line-height: 1.6;
	color: #68758c;
}

.fa-list-head {
	padding: 0.14rem 0 0.18rem;
}

.fa-list-head h1 {
	font-size: 0.3rem;
	line-height: 1.25;
	margin: 0.02rem 0 0.06rem;
}

.fa-filter-matrix {
	display: grid;
	gap: 0.08rem;
	background: #fff;
	border: 0.01rem solid #e2e8f0;
	border-radius: 0.08rem;
	padding: 0.14rem;
	margin-bottom: 0.16rem;
}

.fa-filter-matrix div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.08rem;
}

.fa-filter-matrix strong {
	color: #1f2d46;
	margin-right: 0.04rem;
}

.fa-filter-matrix a {
	font-size: 0.13rem;
	color: #526078;
	padding: 0.03rem 0.08rem;
	border-radius: 99px;
}

.fa-filter-matrix a.active,
.fa-filter-matrix a:hover {
	background: #eaf3ff;
	color: #0056b3;
}

.fa-match-list {
	display: grid;
	gap: 0.08rem;
}

.fa-match-list article {
	display: grid;
	grid-template-columns: 1.2rem minmax(0, 1fr) 0.9rem 1rem;
	align-items: center;
	gap: 0.12rem;
	background: #fff;
	border: 0.01rem solid #e2e8f0;
	border-radius: 0.06rem;
	min-height: 0.48rem;
	padding: 0.1rem 0.14rem;
}

.fa-list-time strong,
.fa-list-time span {
	display: block;
}

.fa-list-time strong,
.fa-list-score,
.fa-history-table .score {
	font-family: Consolas, "Courier New", monospace;
	font-weight: 800;
}

.fa-list-time span {
	font-size: 0.12rem;
	color: #718096;
}

.fa-list-title {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 0.08rem;
	font-weight: 700;
	color: #17263f;
}

.fa-list-title span:first-child {
	text-align: right;
}

.fa-list-title em {
	font-style: normal;
	color: #7d8da8;
}

.fa-list-score {
	text-align: center;
	font-size: 0.18rem;
}

.fa-text-link {
	color: #0056b3;
	font-size: 0.13rem;
	text-align: right;
}

.fa-history-table-wrap {
	overflow-x: auto;
	border: 0.01rem solid #e2e8f0;
	border-radius: 0.08rem;
	background: #fff;
}

.fa-history-table {
	width: 100%;
	min-width: 7.2rem;
	margin: 0;
	border: 0;
}

.fa-history-table th,
.fa-history-table td {
	height: 0.48rem;
	padding: 0 0.12rem;
	border: 0;
	border-bottom: 0.01rem solid #edf2f7;
	font-size: 0.13rem;
}

.fa-history-table th {
	position: sticky;
	top: 0;
	z-index: 1;
	background: #f7fafc;
	color: #344054;
	font-weight: 800;
}

.fa-history-table tbody tr:nth-child(even) {
	background: #fbfdff;
}

.fa-history-table .team-home {
	text-align: right;
}

.fa-history-table .team-away {
	text-align: left;
}

.fa-history-table .score {
	font-size: 0.17rem;
	color: #17263f;
	white-space: nowrap;
}

.fa-history-table .score span {
	font-size: 0.11rem;
	color: #8794aa;
	margin: 0 0.04rem;
}

.fa-season-review {
	margin: 0.18rem 0 0.08rem;
	background: #fff;
	border: 0.01rem solid #e2e8f0;
	border-radius: 0.08rem;
	padding: 0.18rem;
}

.fa-season-review h2 {
	font-size: 0.2rem;
	margin-bottom: 0.08rem;
}

.fa-season-review p {
	font-size: 0.14rem;
	line-height: 1.9;
	color: #4f5d78;
}

.fa-analysis-detail .container {
	max-width: 8rem;
}

.fa-analysis-head {
	padding: 0.2rem 0 0.18rem;
}

.fa-author-card {
	display: flex;
	align-items: center;
	gap: 0.1rem;
	margin-bottom: 0.16rem;
}

.fa-author-avatar {
	width: 0.44rem;
	height: 0.44rem;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #13213a;
	color: #fff;
	font-weight: 800;
}

.fa-author-card strong {
	display: block;
	font-size: 0.15rem;
}

.fa-author-card p {
	font-size: 0.12rem;
	color: #6b7890;
}

.fa-author-card em {
	font-style: normal;
	font-size: 0.12rem;
	color: #0056b3;
	background: #eaf3ff;
	border-radius: 99px;
	padding: 0.03rem 0.08rem;
}

.fa-analysis-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.08rem;
	font-size: 0.13rem;
	color: #64748b;
	margin-bottom: 0.1rem;
}

.fa-analysis-head h1 {
	font-size: 0.34rem;
	line-height: 1.25;
	margin-bottom: 0.1rem;
}

.fa-analysis-cover {
	margin-top: 0.16rem;
	border-radius: 0.08rem;
	overflow: hidden;
	border: 0.01rem solid #e2e8f0;
	background: #f4f6f9;
}

.fa-analysis-cover img {
	display: block;
	width: 100%;
	max-height: 3.2rem;
	object-fit: cover;
}

.fa-takeaways,
.fa-chart-widget {
	background: #f4f6f9;
	border: 0.01rem solid #e2e8f0;
	border-radius: 0.08rem;
	padding: 0.18rem;
	margin-bottom: 0.18rem;
}

.fa-takeaways h2,
.fa-chart-widget h2,
.fa-analysis-links h2 {
	font-size: 0.18rem;
	margin-bottom: 0.08rem;
}

.fa-takeaways ul {
	padding-left: 0.18rem;
}

.fa-takeaways li {
	list-style: disc;
	line-height: 1.8;
	color: #3f4b61;
}

.fa-chart-widget {
	background: #fff;
}

.fa-analysis-body {
	max-width: 7.6rem;
	margin: 0 auto;
	background: #fff;
	border: 0.01rem solid #e2e8f0;
	border-radius: 0.08rem;
	padding: 0.24rem;
}

.fa-analysis-body h2,
.fa-analysis-body h3,
.fa-article-body h2,
.fa-article-body h3 {
	font-weight: 800;
	margin-top: 0.18rem;
	margin-bottom: 0.08rem;
	color: #13213a;
}

.fa-analysis-body p,
.fa-article-body p {
	margin-top: 0.12rem;
}

.fa-analysis-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.16rem;
	margin: 0.18rem 0 0.4rem;
}

.fa-analysis-links > div {
	background: #fff;
	border: 0.01rem solid #e2e8f0;
	border-radius: 0.08rem;
	padding: 0.16rem;
}

.fa-analysis-links a,
.fa-analysis-links span {
	display: block;
	margin-top: 0.08rem;
	color: #0056b3;
	font-size: 0.14rem;
}

.fa-floating-actions {
	position: fixed;
	left: calc(50% - 5.7rem);
	top: 2.2rem;
	display: grid;
	gap: 0.08rem;
	z-index: 8;
}

.fa-floating-actions a {
	width: 0.38rem;
	height: 0.38rem;
	border-radius: 50%;
	background: #fff;
	border: 0.01rem solid #dfe7f1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #526078;
	box-shadow: 0 0.06rem 0.18rem rgba(15, 33, 64, 0.08);
}

.fa-simple-page .section {
	max-width: 8rem;
	margin: 0 auto;
}

.fa-search-panel {
	display: flex;
	gap: 0.1rem;
	margin: 0.12rem 0 0.18rem;
}

.fa-search-panel input {
	flex: 1 1 auto;
	min-width: 0;
	height: 0.42rem;
	border: 0.01rem solid #dbe5f1;
	border-radius: 0.06rem;
	padding: 0 0.12rem;
	font-size: 0.15rem;
}

.fa-search-panel button {
	flex: 0 0 auto;
	height: 0.42rem;
	border: 0;
	border-radius: 0.06rem;
	padding: 0 0.18rem;
	background: #0056b3;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

@media screen and (max-width: 1200px) {
	.fa-floating-actions {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	.fa-match-layout,
	.fa-analysis-links,
	.fa-lineup-grid {
		grid-template-columns: 1fr;
	}

	.fa-score-main {
		grid-template-columns: 1fr;
	}

	.fa-score-number {
		justify-content: center;
	}

	.fa-scorer-list {
		align-items: flex-start;
		flex-direction: column;
	}

	.fa-match-list article {
		grid-template-columns: 1fr;
	}

	.fa-list-title span:first-child,
	.fa-text-link {
		text-align: left;
	}
}

@media screen and (max-width: 768px) {
	.fa-score-number strong {
		font-size: 0.48rem;
	}

	.fa-match-tabs .container {
		overflow-x: auto;
	}

	.fa-panel,
	.fa-season-review,
	.fa-analysis-body,
	.fa-takeaways,
	.fa-chart-widget {
		padding: 0.14rem;
	}

	.fa-analysis-head h1,
	.fa-list-head h1 {
		font-size: 0.26rem;
	}
}

/* FootyAnalytics header and match list polish */
.fa-header-inner {
	min-height: 0.5rem;
	padding-top: 0.08rem;
	padding-bottom: 0.08rem;
}

.fa-logo {
	display: flex;
	align-items: center;
	min-width: 1.45rem;
}

.fa-brand {
	display: inline-flex;
	align-items: center;
	max-width: 2rem;
	min-height: 0.36rem;
	line-height: 1;
}

.fa-brand span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fa-brand-logo {
	display: block;
	width: 0.75rem;
	height: 0.75rem;
	max-width: 0.75rem;
	max-height: 0.75rem;
	margin: 0;
	object-fit: contain;
}

.fa-logo img.fa-brand-logo {
	width: 0.75rem !important;
	height: 0.75rem !important;
	max-width: 0.75rem !important;
	max-height: 0.75rem !important;
}

.fa-navbar {
	padding-left: 0.24rem;
	padding-right: 0.24rem;
}

.fa-nav-menu {
	gap: 0.18rem;
}

.fa-nav-menu > li {
	padding-top: 0.12rem;
	padding-bottom: 0.12rem;
}

.fa-header-tools {
	gap: 0.08rem;
}

.fa-crumb-inner {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.14rem;
}

.fa-breadcrumb {
	flex: 1 1 auto;
	min-width: 0;
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fa-breadcrumb a,
.fa-breadcrumb span,
.fa-update-time {
	white-space: nowrap;
}

.fa-update-time {
	flex: 0 0 auto;
}

@media screen and (min-width: 901px) {
	.fa-match-row {
		grid-template-columns: 0.9rem minmax(4.6rem, 1fr) 1.75rem 1rem;
	}

	.fa-match-teams {
		justify-content: center;
		gap: 0.24rem;
	}

	.fa-team {
		flex: 0 1 2rem;
		justify-content: center;
	}

	.fa-team h3 {
		font-size: 0.21rem;
	}

	.fa-team-logo {
		width: 0.46rem;
		height: 0.46rem;
		flex-basis: 0.46rem;
		font-size: 0.115rem;
	}

	.fa-vs {
		font-size: 0.2rem;
	}

	.fa-fav-link {
		justify-self: end;
		font-weight: 600;
		color: #1d4f8f;
	}
}

@media screen and (max-width: 900px) {
	.fa-crumb-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.fa-breadcrumb {
		width: 100%;
	}
}

/* FootyAnalytics homepage category and data layout polish */
.fa-home-category-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 0.08rem;
	margin-bottom: 0.14rem;
}

.fa-home-seo-head {
	padding: 0 0 0.14rem;
}

.fa-home-seo-head h1 {
	font-size: 0.26rem;
	line-height: 1.25;
	font-weight: 800;
	color: #13213a;
	margin-bottom: 0.04rem;
}

.fa-home-seo-head p,
.fa-author-signal {
	font-size: 0.13rem;
	line-height: 1.7;
	color: #66738e;
}

.fa-author-signal {
	margin-top: 0.04rem;
}

.fa-author-signal a {
	color: #0056b3;
	font-weight: 700;
}

.fa-home-category-strip a {
	display: inline-flex;
	align-items: center;
	height: 0.3rem;
	padding: 0 0.12rem;
	border: 0.01rem solid #dbe5f1;
	border-radius: 99px;
	background: #fff;
	color: #29405f;
	font-size: 0.13rem;
	font-weight: 600;
	white-space: nowrap;
}

.fa-home-category-strip a:hover {
	border-color: #0056b3;
	color: #0056b3;
	background: #f3f8ff;
}

.fa-editor-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.12rem;
	margin-top: 0.06rem;
	color: #6b7890;
	font-size: 0.12rem;
}

.fa-editor-meta span {
	display: inline-flex;
	align-items: center;
	gap: 0.04rem;
	white-space: nowrap;
}

.fa-match-title {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.fa-team strong {
	display: block;
	font-size: 0.2rem;
	line-height: 1.25;
	font-weight: 800;
	color: #1a2740;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fa-footer-ul a {
	display: block;
	max-width: 8em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fa-yesterday .fa-review-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.12rem;
}

.fa-yesterday .fa-review-card {
	position: relative;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	height: 1.5rem;
	min-height: 1.5rem;
	padding: 0.12rem 0.14rem 0.34rem;
	border-radius: 0.06rem;
}

.fa-yesterday .fa-review-score {
	grid-template-columns: minmax(0, 1fr) 0.76rem minmax(0, 1fr);
	align-items: center;
	gap: 0.08rem;
	flex: 1 1 auto;
	margin: 0;
}

.fa-yesterday .fa-review-score > div {
	min-width: 0;
}

.fa-yesterday .fa-review-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.03rem;
	text-align: center;
}

.fa-yesterday .fa-review-score .fa-team-logo {
	width: 0.36rem;
	height: 0.36rem;
	margin: 0 auto 0.03rem;
}

.fa-yesterday .fa-review-score strong {
	max-width: 1rem;
	font-size: 0.14rem;
	line-height: 1.25;
}

.fa-yesterday .fa-review-score p {
	max-width: 1rem;
	font-size: 0.1rem;
	line-height: 1.2;
}

.fa-yesterday .fa-review-score em {
	font-size: 0.3rem;
	line-height: 1;
}

.fa-yesterday .fa-review-round,
.fa-yesterday .fa-review-date {
	display: block;
	max-width: 0.76rem;
	overflow: hidden;
	color: #73809b;
	font-size: 0.11rem;
	line-height: 1.15;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fa-yesterday .fa-review-round {
	color: #1d4f8f;
	font-weight: 700;
}

.fa-yesterday .fa-recap-link {
	right: 0.14rem;
	bottom: 0.1rem;
	font-size: 0.12rem;
}

@media screen and (max-width: 900px) {
	.fa-yesterday .fa-review-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 560px) {
	.fa-yesterday .fa-review-grid {
		grid-template-columns: 1fr;
	}
}

.fa-foot-col h2,
.fa-foot-brand h3 {
	white-space: nowrap;
}

@media screen and (min-width: 901px) {
	.fa-match-row {
		grid-template-columns: 0.9rem minmax(0, 1fr) 1.75rem 1rem;
	}

	.fa-match-teams {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 0.34rem minmax(0, 1fr);
		align-items: center;
		gap: 0.16rem;
	}

	.fa-match-teams .fa-team {
		display: grid;
		grid-template-columns: 0.5rem minmax(0, 1fr);
		align-items: center;
		gap: 0.08rem;
		min-width: 0;
	}

	.fa-match-teams .fa-team:first-child {
		grid-template-columns: minmax(0, 1fr) 0.5rem;
	}

	.fa-match-teams .fa-team:first-child .fa-team-logo {
		grid-column: 2;
		grid-row: 1;
	}

	.fa-match-teams .fa-team:first-child > div {
		grid-column: 1;
		grid-row: 1;
		text-align: right;
	}

	.fa-match-teams .fa-team:last-child > div {
		text-align: left;
	}

	.fa-match-teams .fa-team-logo {
		width: 0.5rem;
		height: 0.5rem;
		flex-basis: auto;
		margin: 0;
	}

	.fa-match-teams .fa-team h3,
	.fa-match-teams .fa-team p {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.fa-vs {
		text-align: center;
	}
}

.fa-review-score > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-width: 0;
}

.fa-review-score .fa-team-logo {
	display: block;
	margin: 0 auto 0.06rem;
}

.fa-review-score strong {
	display: block;
	max-width: 0.96rem;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fa-review-score p {
	max-width: 0.96rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (max-width: 900px) {
	.fa-match-teams {
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		align-items: center;
		gap: 0.1rem;
	}

	.fa-match-teams .fa-team {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.fa-match-teams .fa-team h3 {
		max-width: 1.2rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

/* FootyAnalytics homepage and list corrections */
@media screen and (min-width: 901px) {
	.fa-match-row {
		grid-template-columns: 0.9rem minmax(0, 1fr) 1.75rem 1rem;
	}

	.fa-match-teams {
		display: grid;
		position: relative;
		grid-template-columns: minmax(0, 1fr) 0.52rem 0.34rem 0.52rem minmax(0, 1fr);
		align-items: center;
		column-gap: 0.12rem;
	}

	.fa-match-teams .fa-team {
		display: contents;
	}

	.fa-match-teams .fa-team:first-child > div {
		grid-column: 1;
		text-align: right;
	}

	.fa-match-teams .fa-team:first-child .fa-team-logo {
		grid-column: 2;
	}

	.fa-match-teams .fa-team:last-child .fa-team-logo {
		grid-column: 4;
	}

	.fa-match-teams .fa-team:last-child > div {
		grid-column: 5;
		text-align: left;
	}

	.fa-match-teams .fa-team-logo {
		width: 0.52rem;
		height: 0.52rem;
		margin: 0;
		padding: 0.02rem;
	}

	.fa-match-teams .fa-team h3 {
		font-size: 0.2rem;
		line-height: 1.25;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.fa-match-teams .fa-team strong {
		font-size: 0.2rem;
		line-height: 1.25;
	}

	.fa-match-teams .fa-team p {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.fa-review-card {
	position: relative;
	padding-bottom: 0.42rem;
}

.fa-review-score .fa-team-logo {
	width: 0.44rem;
	height: 0.44rem;
	margin-bottom: 0.06rem;
}

.fa-review-score .fa-team-logo-img {
	border: 0;
	padding: 0;
	background: transparent;
}

.fa-recap-link {
	position: absolute;
	right: 0.16rem;
	bottom: 0.14rem;
}

.fa-editor-content {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.fa-editor-meta {
	align-self: flex-end;
	margin-top: auto;
	justify-content: flex-end;
}

.fa-footer {
	padding-top: 0.28rem;
}

.fa-seo-focus {
	padding: 0.22rem 0;
	background: #f4f7fb;
	border-top: 0.01rem solid #dfe7f1;
}

.fa-seo-focus .container {
	display: grid;
	grid-template-columns: 1.7rem minmax(0, 1fr);
	gap: 0.18rem;
	align-items: start;
}

.fa-seo-focus-head h2 {
	margin: 0 0 0.05rem;
	color: #13213a;
	font-size: 0.2rem;
	line-height: 1.25;
}

.fa-seo-focus-head p {
	margin: 0;
	color: #60708b;
	font-size: 0.13rem;
	line-height: 1.55;
}

.fa-seo-focus-links {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.08rem;
}

.fa-seo-focus-links a {
	display: block;
	overflow: hidden;
	padding: 0.08rem 0.1rem;
	color: #22324d;
	font-size: 0.13rem;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #fff;
	border: 0.01rem solid #dfe7f1;
	border-radius: 0.04rem;
}

.fa-seo-focus-links a:hover {
	color: #1769ff;
	border-color: #b9cdf0;
	box-shadow: 0 0.04rem 0.12rem rgba(19, 33, 58, 0.08);
}

.fa-footer-grid {
	gap: 0.28rem;
	padding-bottom: 0.18rem;
}

.fa-foot-col h2,
.fa-foot-brand h3 {
	font-size: 0.2rem;
	margin-bottom: 0.08rem;
}

.fa-foot-brand h3 {
	font-size: 0.3rem;
}

.fa-footer-ul li {
	margin-bottom: 0.045rem;
}

.fa-footer-ul a {
	font-size: 0.13rem;
	line-height: 1.55;
}

.fa-foot-cats .fa-footer-ul a {
	max-width: none;
}

.fa-foot-analysis .fa-footer-ul a {
	max-width: 8em;
}

.fa-foot-brand p {
	font-size: 0.13rem;
	line-height: 1.55;
}

.fa-footer-bottom {
	padding: 0.12rem 0 0.16rem;
	font-size: 0.12rem;
}

.fa-filter-matrix div {
	align-items: flex-start;
}

.fa-filter-matrix strong {
	line-height: 0.26rem;
	white-space: nowrap;
}

.fa-filter-matrix a {
	white-space: nowrap;
}

.fa-match-list article {
	grid-template-columns: 1rem minmax(0, 1fr) 0.75rem 1rem;
}

.fa-list-title {
	grid-template-columns: minmax(0, 1fr) 0.28rem minmax(0, 1fr);
	gap: 0.1rem;
}

.fa-list-title .team-home,
.fa-list-title .team-away {
	display: flex;
	align-items: center;
	gap: 0.08rem;
	min-width: 0;
}

.fa-list-title .team-home {
	justify-content: flex-end;
	text-align: right;
}

.fa-list-title .team-away {
	justify-content: flex-start;
	text-align: left;
}

.fa-list-title strong {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.16rem;
	font-weight: 800;
	color: #10213d;
}

.fa-list-title .fa-team-logo {
	display: inline-flex;
	flex: 0 0 0.42rem;
	width: 0.42rem;
	height: 0.42rem;
	margin: 0;
}

.fa-list-title .fa-team-logo-img {
	border: 0;
	padding: 0.02rem;
	background: #fff;
}

.fa-crumb-inner,
.fa-match-crumb-inner {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}

.fa-breadcrumb,
.fa-match-breadcrumb {
	display: flex;
	align-items: center;
	gap: 0.08rem;
	flex: 1 1 auto;
	min-width: 0;
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fa-breadcrumb a,
.fa-breadcrumb span,
.fa-match-breadcrumb a,
.fa-match-breadcrumb span {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	min-width: 0;
	white-space: nowrap;
}

.fa-breadcrumb span:last-child,
.fa-match-breadcrumb span:last-child {
	display: block;
	flex: 1 1 auto;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fa-match-pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.08rem;
	margin: 0.24rem 0 0.36rem;
}

.fa-match-pager a,
.fa-match-pager span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0.38rem;
	height: 0.36rem;
	padding: 0 0.13rem;
	border: 0.01rem solid #d9e3f2;
	border-radius: 0.06rem;
	background: #fff;
	color: #29405f;
	font-size: 0.13rem;
	font-weight: 700;
	white-space: nowrap;
}

.fa-match-pager a:hover,
.fa-match-page-num.current {
	border-color: #0056b3;
	background: #0056b3;
	color: #fff;
}

.fa-match-pager .disabled {
	color: #9aa8bd;
	background: #f5f7fb;
	cursor: not-allowed;
}

.pagnavi .disabled {
	color: #9aa8bd;
	background: #f5f7fb;
	cursor: not-allowed;
}

@media screen and (max-width: 900px) {
	.fa-match-list article {
		grid-template-columns: 1fr;
	}

	.fa-list-title {
		grid-template-columns: 1fr auto 1fr;
	}

	.fa-crumb-inner,
	.fa-match-crumb-inner {
		flex-direction: row;
		align-items: center;
	}
}

/* FootyAnalytics display completion fixes */
.fa-section-header .fa-eyebrow {
	display: none;
}

.fa-section-header h2 {
	padding-left: 0;
	border-left: 0;
}

@media screen and (min-width: 901px) {
	.fa-match-grid .fa-match-row {
		grid-template-columns: 0.86rem minmax(0, 1fr) 2.2rem;
		column-gap: 0.14rem;
	}

	.fa-match-grid .fa-match-prob {
		display: none;
	}

	.fa-match-grid .fa-fav-link {
		max-width: 2.16rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.fa-match-board {
	display: grid;
	grid-template-columns: minmax(0, 1.72rem) 0.64rem 0.5rem 0.64rem minmax(0, 1.72rem);
	grid-template-rows: auto auto;
	align-items: center;
	justify-items: center;
	justify-content: center;
	column-gap: 0.08rem;
	row-gap: 0.01rem;
	width: 5.56rem;
	max-width: 100%;
	min-width: 0;
	margin: 0 auto;
	color: inherit;
	text-decoration: none;
}

.fa-header::before,
.fa-home::before {
	content: none !important;
	display: none !important;
}

.fa-match-board .fa-match-title {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.fa-match-name {
	display: block;
	grid-row: 1 / 3;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.2rem;
	line-height: 1.25;
	font-weight: 800;
	color: #10213d;
	white-space: nowrap;
}

.fa-match-round {
	grid-column: 3;
	grid-row: 1;
	display: block;
	max-width: 0.8rem;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.115rem;
	line-height: 1.1;
	font-weight: 700;
	color: #7d8da8;
}

.fa-home-name {
	grid-column: 1;
	justify-self: end;
	text-align: right;
}

.fa-away-name {
	grid-column: 5;
	justify-self: start;
	text-align: left;
}

.fa-match-logo {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	grid-row: 1 / 3;
	width: 0.6rem;
	height: 0.6rem;
	margin: 0;
	justify-self: center;
	flex: 0 0 0.6rem;
	font-size: 0.12rem;
	line-height: 1;
	overflow: hidden;
	text-align: center;
	box-shadow: none;
}

.fa-home-logo {
	grid-column: 2;
}

.fa-match-board .fa-vs {
	grid-column: 3;
	grid-row: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 0.5rem;
	height: 0.32rem;
	margin: 0;
	justify-self: center;
	text-align: center;
	font-size: 0.18rem;
	line-height: 1;
	white-space: nowrap;
}

.fa-away-logo {
	grid-column: 4;
}

.fa-match-board img.fa-match-logo {
	display: block;
	padding: 0.02rem;
	border: 0;
	background: transparent;
	box-shadow: none;
	object-fit: contain;
	object-position: center;
}

@media screen and (max-width: 900px) {
	.fa-match-board {
		grid-template-columns: minmax(0, 1fr) 0.56rem minmax(0, 1fr);
		grid-template-rows: auto auto auto;
		column-gap: 0.16rem;
		row-gap: 0.05rem;
		max-width: none;
		width: 100%;
	}

	.fa-home-name {
		grid-column: 1;
		grid-row: 3;
		justify-self: center;
		text-align: center;
	}

	.fa-home-logo {
		grid-column: 1;
		grid-row: 2;
	}

	.fa-match-round {
		grid-column: 2;
		grid-row: 1;
	}

	.fa-match-board .fa-vs {
		grid-column: 2;
		grid-row: 2 / 4;
	}

	.fa-away-logo {
		grid-column: 3;
		grid-row: 2;
	}

	.fa-away-name {
		grid-column: 3;
		grid-row: 3;
		justify-self: center;
		text-align: center;
	}

	.fa-match-logo {
		width: 0.54rem;
		height: 0.54rem;
		flex-basis: 0.54rem;
	}

	.fa-match-board .fa-vs {
		width: 0.52rem;
		height: 0.54rem;
	}
}

.fa-footer-grid {
	grid-template-columns: 1.05fr 1.35fr 1fr 1.45fr;
	align-items: start;
}

.fa-footer-grid > .foot {
	width: auto;
	min-width: 0;
	margin: 0;
}

.fa-footer-ul a {
	max-width: none;
	min-width: 0;
}

.fa-foot-cats .fa-footer-ul a,
.fa-foot-pages .fa-footer-ul a {
	max-width: none;
	overflow: visible;
	text-overflow: clip;
}

.fa-foot-analysis .fa-footer-ul a {
	max-width: 12em;
}

.fa-footer-bottom {
	overflow: visible;
	white-space: normal;
	word-break: break-word;
}

@media screen and (max-width: 768px) {
	.fa-seo-focus .container {
		grid-template-columns: 1fr;
	}

	.fa-seo-focus-links {
		grid-template-columns: 1fr;
	}

	.fa-footer-grid {
		grid-template-columns: 1fr;
	}

	.fa-footer-ul a,
	.fa-foot-cats .fa-footer-ul a,
	.fa-foot-pages .fa-footer-ul a,
	.fa-foot-analysis .fa-footer-ul a {
		max-width: none;
	}
}

/* FootyAnalytics mobile template hardening */
@media screen and (max-width: 768px) {
	html,
	body {
		overflow-x: hidden;
	}

	img,
	video,
	iframe {
		max-width: 100%;
	}

	.fa-header-inner {
		position: relative;
		gap: 0.1rem;
	}

	.fa-brand-logo {
		width: 0.75rem;
		height: 0.75rem;
		max-width: 0.75rem;
		max-height: 0.75rem;
	}

	.fa-logo img.fa-brand-logo {
		width: 0.75rem !important;
		height: 0.75rem !important;
		max-width: 0.75rem !important;
		max-height: 0.75rem !important;
	}

	.fa-navbar {
		display: none;
		width: 100%;
		padding: 0;
		overflow: visible;
	}

	.m-nav-show .fa-navbar {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		z-index: 120;
		background: #fff;
		border: 0.01rem solid #dfe7f1;
		border-radius: 0.08rem;
		box-shadow: 0 0.12rem 0.34rem rgba(15, 33, 64, 0.16);
	}

	.m-nav-show .fa-nav-menu {
		display: block;
		position: static;
		min-width: 0;
		width: 100%;
		background: #fff;
	}

	.m-nav-show .fa-nav-menu > li {
		display: block;
		padding: 0;
		border-top: 0.01rem solid #edf2f7;
		text-align: center;
	}

	.m-nav-show .fa-nav-menu > li:first-child {
		border-top: 0;
	}

	.m-nav-show .fa-nav-menu > li > a {
		display: block;
		padding: 0.14rem 0.12rem;
		background: #fff;
		font-size: 0.16rem;
	}

	.m-nav-show .fa-nav-menu-child,
	.m-nav-show .fa-nav-menu-child-child {
		position: static;
		display: none;
		width: 100%;
		min-width: 0;
		box-shadow: none;
		border: 0;
		background: #f8fafc;
	}

	.fa-header-tools {
		margin-left: auto;
	}

	.fa-header-search.active input,
	.fa-header-search:focus-within input {
		width: 1.72rem;
	}

	.fa-section-header {
		gap: 0.1rem;
	}

	.fa-section-header h2 {
		font-size: 0.24rem;
		line-height: 1.25;
	}

	.fa-more-link {
		font-size: 0.14rem;
	}

	.fa-home-category-strip {
		flex-wrap: wrap;
		overflow: visible;
	}

	.fa-filter-matrix div,
	.fa-match-tabs .container {
		overflow-x: auto;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.fa-filter-matrix div::-webkit-scrollbar,
	.fa-match-tabs .container::-webkit-scrollbar {
		display: none;
	}

	.fa-filter-matrix a,
	.fa-match-tabs a {
		flex: 0 0 auto;
	}

	.fa-match-grid .fa-match-row {
		align-items: stretch;
	}

	.fa-match-time {
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: end;
		gap: 0.04rem 0.1rem;
	}

	.fa-match-time .fa-live-badge {
		grid-column: 1 / 3;
		justify-self: start;
		margin-bottom: 0;
	}

	.fa-match-time strong {
		font-size: 0.28rem;
	}

	.fa-match-time time {
		justify-self: end;
		font-size: 0.13rem;
		color: #5f6f8a;
	}

	.fa-fav-link,
	.fa-recap-link,
	.fa-text-link {
		justify-self: end;
		font-size: 0.13rem;
	}

	.fa-search-panel {
		flex-direction: column;
	}

	.fa-search-panel button {
		width: 100%;
	}

	.fa-review-grid {
		grid-template-columns: 1fr;
	}

	.fa-review-score {
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	}

	.fa-review-score strong,
	.fa-review-score p {
		max-width: 1.28rem;
	}

	.fa-editor-item {
		grid-template-columns: 1fr;
		gap: 0.14rem;
		padding: 0.14rem;
	}

	.fa-editor-cover {
		height: auto;
		aspect-ratio: 16 / 9;
	}

	.fa-editor-content h3 a {
		font-size: 0.22rem;
		line-height: 1.35;
	}

	.fa-editor-content p {
		font-size: 0.14rem;
	}

	.fa-editor-meta {
		align-self: stretch;
		justify-content: flex-start;
	}

	.fa-match-list article {
		gap: 0.1rem;
		padding: 0.12rem;
	}

	.fa-list-title {
		grid-template-columns: minmax(0, 1fr) 0.34rem minmax(0, 1fr);
	}

	.fa-list-title .team-home,
	.fa-list-title .team-away {
		gap: 0.06rem;
	}

	.fa-list-title strong {
		font-size: 0.15rem;
	}

	.fa-history-table-wrap {
		margin-left: -0.02rem;
		margin-right: -0.02rem;
	}

	.fa-analysis-cover img {
		max-height: none;
	}

	.fa-analysis-body,
	.fa-article-body {
		word-break: break-word;
	}

	.fa-analysis-links a,
	.fa-analysis-links span {
		word-break: break-word;
	}
}

/* FootyAnalytics homepage today matches: 2 columns x 6 rows on desktop */
@media screen and (min-width: 901px) {
	.fa-matchday .fa-match-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.09rem 0.1rem;
	}

	.fa-matchday .fa-match-row {
		position: relative;
		grid-template-columns: 0.62rem minmax(0, 1fr);
		min-height: 0.9rem;
		padding: 0.08rem 0.12rem 0.24rem;
		column-gap: 0.08rem;
		align-items: center;
	}

	.fa-matchday .fa-live-badge {
		font-size: 0.1rem;
		padding: 0.01rem 0.05rem;
		margin-bottom: 0.03rem;
	}

	.fa-matchday .fa-match-time strong {
		font-size: 0.2rem;
		line-height: 1.05;
	}

	.fa-matchday .fa-match-time time {
		display: block;
		margin-top: 0.02rem;
		font-size: 0.105rem;
		line-height: 1.1;
		color: #5f6f8a;
		white-space: nowrap;
	}

	.fa-matchday .fa-match-board {
		grid-template-columns: minmax(0, 1.06rem) 0.4rem 0.24rem 0.4rem minmax(0, 1.06rem);
		justify-content: center;
		justify-self: center;
		width: min(3.22rem, 100%);
		column-gap: 0.04rem;
		row-gap: 0;
	}

	.fa-matchday .fa-match-name {
		font-size: 0.145rem;
		line-height: 1.18;
	}

	.fa-matchday .fa-match-round {
		max-width: 0.72rem;
		font-size: 0.105rem;
		line-height: 1;
	}

	.fa-matchday .fa-match-logo {
		width: 0.38rem;
		height: 0.38rem;
		flex-basis: 0.38rem;
		font-size: 0.095rem;
	}

	.fa-matchday .fa-match-board img.fa-match-logo {
		padding: 0.01rem;
	}

	.fa-matchday .fa-match-board .fa-vs {
		width: 0.24rem;
		height: 0.26rem;
		font-size: 0.14rem;
	}

	.fa-matchday .fa-match-grid .fa-fav-link {
		position: absolute;
		right: 0.12rem;
		bottom: 0.08rem;
		max-width: none;
		font-size: 0.105rem;
		line-height: 1.2;
		justify-self: auto;
	}
}
