/**
 * SUMOshop Standard v1.10
 * Copyright 2018 SUMOshop http://www.sumoshop.dk
 * All rights reserved
 */
ul.list-standard li {
	clear: both;
}

.list-standard-image, .list-standard-title, .list-standard-excerpt {
	display: block;
}

.list-standard li>a {
	text-decoration: none;
}

.list-standard-image {
	float: left;
	max-width: calc(1200px * 1/5 - 0px * 2);
	max-width: calc(var(--basic-full) * var(--basic-columnwidth) - var(--basic-margin) * 2);
	margin-right: 20px;
}

.list-standard-title {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.list-standard-excerpt {
	line-height: 160%;
	max-width: calc(1200px - (1200px * 1/5) - 0px * 2);
	max-width: calc(var(--basic-full) - (var(--basic-full) * var(--basic-columnwidth)) - var(--basic-margin) * 2);
}

a:hover .list-standard-excerpt {
	color: #24292e;
	color: var(--basic-color);
}

.list-standard li>a:after {
	content: "";
	display: block;
	clear: both;
}