/*region TEAM SKATEPRO*/
.team_type {
	top: 6px;
	left: 6px;
	width: 30%;
	max-width: 64px;
}

.team_flag {
	top: 0;
	right: 0;
	width: 26.67%;
	max-width: 40px;
}
/*endregion*/

#result_article, #result_category, #result_brand {
	clear: both;
	margin-bottom: 25px;
}

#result_brand, #result_category {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-auto-rows: minmax(0, 80px);
	grid-gap: 20px;
	align-items: center;
	justify-items: center;
}

@media only screen and (min-width: 40.0625em) {
	#result_brand, #result_category {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media only screen and (min-width: 78.1875em) {
	#result_brand, #result_category {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

#result_brand a {
	text-decoration: none;
	display: grid;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-items: center;
}

#result_brand img {
	max-width: 100px;
	max-height: 80px;
}

#result_category {
	grid-auto-rows: auto;

}

#result_category a {
	text-decoration: none;
	display: grid;
	width: 100%;
	height: 100%;
	grid-template-columns: 37px 1fr;
	grid-auto-rows: min-content;
	grid-gap: 3px 8px;
}

#result_category a > div:first-child {
	grid-row: span 2;
}

#result_category a > div:nth-child(2) {
	font-size: 14px;
}

#result_category a > div:nth-child(3) {
	font-size: 12px;
	color: #bbb;
}

/*.checkbox { position: relative; display: inline-block; margin-right: 10px; top: 4px; height: 18px; width: 18px; border: 1px solid #545454; border-radius: 2px; }
.checkbox > span { color: #4198C5; font-size: 22px; position: absolute; top: -11px; left: -1px; display: none; }
.checkbox.checked > span { display: inline-block; }*/

/*region BLOG*/
.blog_content {
	max-width:530px;
	margin:0 auto;
}
.blog_content p, .blog_content li, .blog_content td {
	line-height: 26px;
	font-size:1rem;
	color:#777;
}
.blog_entry {
	padding: 0 20px 45px 20px;
	position: relative;
}
/* Blog image */
.blog_entry>div:first-child {
	overflow: hidden;
	text-align: center;
}
.blog_entry>div:first-child img {
	min-height: 170px;
	width: auto;
}
/* Blog text */
.blog_entry>div:nth-child(2) {
	padding: 10px 0;
	position: relative;
}
.blog_entry>div:nth-child(2)>div:first-child {
	font-size: 20px;
	color: #313131;
	width: 100%;
	margin-bottom: 5px;
	height: 55px;
	overflow: hidden;
}
.blog_entry>div:nth-child(2)>div:nth-child(2) {
	margin-bottom: 15px;
}
.blog_entry>div:nth-child(2)>div:nth-child(4) {
	position: absolute;
	bottom: 8px;
	right: 15px;
	color: #DDDDDD;
}

.image_text {
	font-size:9px;
	display:inline-block;
	line-height: 14px;
}

.intro_text {
	font-weight: bold;
}
/*endregion*/

/*region ARTICLE*/
.article_content {
	background-color: #FFF;
	padding: 20px;
	border: var(--section-border);
	border-radius: var(--section-border-radius);
	margin-bottom: 25px;
}
.article_content h2 {
	font-size:1.5rem;
}
.article_content h3 {
	font-size:1.25rem;
}
.article_content p:not([class*="font_size_"]), .article_content li, .article_content td {
	font-size:1rem;
	line-height:26px;
}
/*endregion*/

.guide_listing_container {
	background-color: #FFF;
	padding: 20px 10px;
	border: var(--section-border);
	border-radius: var(--section-border-radius);
	margin-bottom: 25px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media only screen and (min-width: 40.0625em) {
	.guide_listing_container {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media only screen and (min-width: 78.1875em) {
	.guide_listing_container {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}