.glmc__safeandsecure {
	font-size: 10px;
	margin: 10px 0 3px;
	text-align: center;
}

.glmc__experts,
.glmc__verified {
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.glmc__verified {
	background-image: url(/wp-content/themes/glm-theme/brands/kasinoviidakko/img/icon-verifioidut.svg);
	padding-left: 23px;
	margin-right: 10px;
}

.glmc__experts {
	background-image: url(/wp-content/themes/glm-theme/brands/kasinoviidakko/img/icon-ammattilaisten.svg);
	padding-left: 23px;
}

.glmc__container {
	border-collapse: separate;
	border-spacing: 0 10px;
}

.glmc thead {
	display: none;
}

.glmc tbody {
	counter-reset: toplist;
}

.glmc__item {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	position: relative;
	font-weight: 700;
	width: calc(100vw - 15px - 15px);
}

.glmc__item td {
	padding: 10px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}

.glmc__ribbon {
	position: absolute;
	left: -8px;
	top: 4px;
	padding: 0 7px;
	font-size: 12px;
	color: #000;
	background-color: #ffe34d;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2);
	line-height: 1.6;
	white-space: nowrap;
}

.glmc__ribbon:not(:empty)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	border-width: 4px;
	border-style: solid;
	border-color: #666 #666 transparent transparent;
}

.glmc__brand {
	text-align: center;
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	border-top: 1px solid #dedede;
	position: relative;
}

.glmc__brand:before {
	counter-increment: toplist;
	content: counter(toplist);
	font-size: 12px;
	position: absolute;
	top: 40px;
	left: -15px;
	height: 30px;
	width: 30px;
	color: #000;
	border-radius: 50%;
	z-index: 8;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(/wp-content/themes/glm-theme/brands/kasinoviidakko/img/icon-star.svg);
}

.glmc__brand--logo {
	height: 100px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 100px;
}

.glmc__brand--logo a {
	display: flex;
	margin-bottom: 20px;
}

.glmc__brand--logo img {
	height: 30px;
}

.glmc__bullets {
	background-color: #fff;
}

.glmc__bullets ul {
	padding: 0 10px;
	margin: 0;
	list-style: none;
}

.glmc__bullets li {
	position: relative;
	padding-left: 20px;
	font-size: 12px;
}

.glmc__bullets li:before {
	content: '';
	width: 14px;
	height: 12px;
	position: absolute;
	background-image: url(/wp-content/themes/glm-theme/brands/kasinoviidakko/img/icon-star.svg);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.glmc__bonus {
	text-align: center;
	border-top: 1px solid #e4e1e1;
	display: flex;
	align-items: center;
	background-color: #fff;
}

.glmc__bonus--1 {
	flex: 1;
	padding-right: 10px;
	font-size: 14px;
}

.glmc__bonus--2 {
	flex: 1;
	border-left: 1px solid #dedede;
	padding-left: 10px;
	font-size: 12px;
}

.glmc__bonus--2:empty {
	display: none;
}

.glmc__rating {
	position: absolute;
	top: 62px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
}

.glmc__rating--inner {
	height: 20px;
	width: 102px;
	margin-bottom: 5px;
}

.glmc__rating--inner span,
.glmc__rating--inner::before {
	display: block;
	height: 20px;
}

.glmc__rating--inner span {
	position: relative;
	top: -20px;
	width: 100%;
}

.glmc__rating--inner::before {
	content: "";
	background: url(/wp-content/themes/glm-theme/brands/kasinoviidakko/img/rating-stars-inactive.svg);
	background-size: 102px;
}

.glmc__rating--inner span::before {
	content: "";
	background: url(/wp-content/themes/glm-theme/brands/kasinoviidakko/img/rating-stars-active.svg);
	background-size: 102px;
	height: 20px;
	display: block;
}

.glmc__rating a {
	text-decoration: underline;
}

.glmc__cta {
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	border-bottom: 1px solid #dedede;
	flex: 1;
	display: flex;
}

.glmc__cta--button {
	background-color: var(--color-accent-darker);
	border-radius: 5px;
	padding: 5px;
	color: #fff;
	display: block;
	font-size: 12px;
	text-align: center;
	margin-top: auto;
	width: 100%;
}

.glmc__show-more {
	text-align: center;
	font-size: 18px;
	color: #0266c2;
	cursor: pointer;
	padding: 25px;
	background: #fff;
	font-weight: 700;
	border: 1px solid #e4e1e1;
}

.glmc__more-button--hide {
	display: none !important;
}

@media only screen and (min-width: 750px) {
	.glmc__safeandsecure {
		font-size: 16px;
	}

	.glmc__container {
		border-collapse: collapse;
		width: 100%;
	}

	#glmc thead {
		display: table-header-group;
	}

	#glmc th {
		background-color: var(--color-secondary-3);
		color: #fff;
		padding: 8px 0;
	}

	#glmc .glmc__item {
		display: table-row;
		border-bottom: 1px solid #dedede;
	}

	#glmc .glmc__item td {
		display: table-cell;
		padding: 20px 10px;
		vertical-align: middle;
		border: none;
		border-radius: 0;
	}

	#glmc .glmc__brand {
		width: 170px;
	}

	#glmc .glmc__brand--logo {
		height: auto;
	}

	#glmc .glmc__brand--logo a {
		margin: 0;
	}

	#glmc .glmc__bullets {
		width: 30%;
	}

	#glmc .glmc__bonus--1 {
		padding: 0;
	}

	#glmc .glmc__bonus--2 {
		border: none;
		padding: 0;
	}

	#glmc .glmc__rating {
		position: static;
		width: auto;
		text-align: center;
		background-color: #fff;
		max-width: 160px;
	}

	#glmc .glmc__rating--inner {
		margin: 0 auto 10px;
	}

	#glmc .glmc__cta {
		width: 215px;
	}

	#glmc .glmc__cta--button {
		padding: 10px;
	}

	#glmc .glmc__show-more {
		border: none;
		border-radius: 0 0 10px 10px;
	}
}

/* SLIDER */
.glmc__slider {
	-ms-overflow-style: none;
	scrollbar-width: none;
	margin: 0 auto 20px -20px;
	font-size: 12px;
	overflow-x: auto;
	padding-left: 20px;
	cursor: grab;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.glmc__slider tbody {
	display: flex;
}

.glmc__slider .glmc__item {
	max-width: 310px;
	margin-right: 15px;
}