qstat {
	display: flex;
}

qstat_wrap {
	display: flex;
	flex-direction: column;
	background-image: url(../assets/images/hb2_t_ref_bg.png);
	background-repeat: no-repeat;
	background-color: var(--bg-color);
	background-position: right top;
	border-radius: var(--radius_big);
	padding: 9px 7px;
	height: min-content;
	display: flex;
	gap: 12px;
	padding-bottom: 14px;
	max-width: 510px;
	min-width: 470px;
	border-radius: 16px;
	margin-bottom: 29px;
}

qstat_header_title {
	display: flex;
	flex-grow: 1;
	align-content: center;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 9px 0;
	flex-direction: column;
}

qstat_col {
	display: flex;
	width: 100px;
	/* height: 100px; */
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 34px;
}

qstat_row {
	display: flex;
	width: 500px;
	justify-content: center;
	align-items: center;
	width: 100%;
}

qstat_row_header {
	flex-grow: 1;
	display: flex;
	text-transform: uppercase;
	font-size: 29px;
	justify-content: center;
	border-radius: var(--radius_small);
	background-color: var(--bg-color2);
	color: var(--text-color-inverted);
	padding: 2px;
}

qstat .home-logo,
qstat .away-logo {
	--width: 100%;
	width: var(--width);
	height: var(--width);
	object-fit: contain;
}

qstat_header {
    display:flex;
    text-transform: uppercase;
    font-size: 41px;
    font-weight: 700;
    /* background-color: #ffffff45; */
    /* margin: -40px 0; */
    /* --vpd: -20px; */
    /* margin: var(--vpd) 0; */
    margin-bottom: -8px;
    margin-top: -5px;
    /* background-color: var(--bg-color2); */
    /* border-radius: var(--radius_mid); */
}
qstat_header::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 50px;
	/* margin:40px 0; */
}

qstat_header qstat_col {
	margin: calc(0px - var(--vpd)) 0;
	height: 90px;
}

qstat_header_text {
	display: flex;
}

qstat_sub_header {
	display: flex;
	font-size: 21px;
	margin-top: 7px;
}
