skore_area_bottom sk_title {
	display: flex;
}

sk_title_wrap {
	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 9px;
	height: min-content;
	display: flex;
	display: grid;
	grid-auto-flow: row;
	gap: 12px;
}


skore_area_bottom .bottom_title {
	/* color: white; */
	/* align-self: center; */
	width: auto !important;
}

skore_area_bottom .bottom_title sk_title_wrap {
	margin-left: 0;
	margin-bottom: var(--bottom_titles_margin);
}

/* shared items */

.bottom_title.player_title card_img card_pic {
	width: 46px;
	height: 66px;
	border-radius: 10px;
	margin-left: 20px;
}


.bottom_title.player_title.goal title_content {
	/* gap: 0px; */
}

/* end of shared items */

.bottom_title team_logo {
	display: flex;
	height: 100%;
	/* justify-self: center; */
	align-items: center;
	/* margin: 0px 16px; */
	/* margin-left: 10px; */
}

.bottom_title team_logo img {
	/* width: 89px; */
	height: 89px;
	object-fit: contain;
	/* background: red; */
	margin-left: 10px;
}

.bottom_title team_logo img[src=''] {
	display: none;
}

.bottom_title [template] {
	/* display: none; */
}


.bottom_title bottom_title_header {
	display: flex;
	height: 47px;
	min-height: 47px;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	justify-content: center;
	align-items: center;
	width: min-content;
	white-space: nowrap;
	padding: 0 47px;
	/* gap: 30px; */
}

/* .bottom_title card_block {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: flex-end;
	flex-grow: 1;
	margin-left: 20px;
	margin-right: -20px;
}

.bottom_title card_pic {
} */

/* refs */


sk_title persons{
	display: flex;
	display: grid;
	grid-auto-flow: row;
	flex-direction: column;
	gap:8px;
}

sk_title person{
	display: flex;
	display: grid;
	grid-auto-flow: column;
	height: 59px;
	gap: 9px;
	font-size: 34.82px;
	font-weight: bold;
}

sk_title person.header{
	height: 45px;
	font-size: 42.85px;
}

sk_title person.header name{

}

sk_title person photo{
	display: flex;
	height: 45px;
	width: 66px;
}

body[src=""] sk_title person photo{
  display: none;
}

sk_title person photo img{
	height: 100%;
	width: 100%;
	object-fit: contain;
	background-color: var(--bg-color3);
	padding: 2px;
	border-radius: var(--radius_small);
}

sk_title person name{
	display: flex;
	border-radius: var(--radius_big);
	background: var(--bg-color2);
	color: var(--text-color-inverted);
	height: 100%;
	min-width: 305px;
	border-radius: var(--radius_small);
	justify-content: flex-start;
	padding: 0 calc(var(--radius_small) + 2px);
}


sk_title person name {
	display: flex;
	display: grid;
	grid-auto-flow: column;
	align-items: center;
	justify-content: flex-start;
	gap: 11px;
}

sk_title person firstname {

}

sk_title person lastname {

}


/* /refs  */

.bottom_title.info card_block card_pic {
	display: none;
}

.bottom_title.var sk_title_wrap {
	min-width: max-content;
	/* padding-left:0px; */
}


