#glmc {
	max-width: 340px;
	margin: 5px auto 20px;
	position: relative;
}

#glmc p {
	font-size: 14px;
}

/* casino-tab */
.glmc__tabs {
	background-color: #f7f8fa;
	border-radius: 8px;
	margin: 0px auto 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 1px solid rgba(20, 20, 20, 0.2);
}

.glmc__tab {
	flex-grow: 1;
	cursor: pointer;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 3px;
	transition: background 0.2s linear;
	border-radius: 6px;
}

.glmc__tab:hover {
	background: rgba(76, 35, 102, 0.15);
}

.glmc__tab:active,
.glmc__tab.active {
	color: #280830 !important;
	background: #fff;
	box-shadow: 0px 1px 3px rgba(20, 20, 20, 0.2);
	font-weight: 700;
}

.glmc__tab:nth-child(2) {
	justify-content: center;
	background-color: rgba(248, 211, 73, 0.5);
}

.glmc__tab:nth-child(2) p:before {
	content: "\62";
	font-family: "icons";
	display: inline-block;
	font-size: 24px;
	vertical-align: middle;
	margin-top: 2px;
}

.glmc__tab:nth-child(2) p {
	padding-left: 3px;
}

.glmc__tab p {
	margin: 0;
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: center;
	color: #4c2366;
	padding: 5px 10px;
}

/* filters */
.glmc__filters {
	border: 1px solid #4c2366;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	margin-bottom: 20px;
	color: #4c2366;
	cursor: pointer;
}

.filter-icon,
.filter-icon:before,
.filter-icon:after {
	display: block;
	height: 2px;
	background-color: #4c2366;
	position: relative;
	border-radius: 1px;
}

.filter-icon {
	width: 10px;
	margin-right: 10px;
}

.filter-icon:before {
	content: "";
	width: 14px;
	top: -4px;
}

.filter-icon:after {
	content: "";
	width: 8px;
	top: 2px;
}

.glmc__filters--icon-only {
	width: 48px;
	padding: 0;
}

.glmc__filters--icon-only .filter-icon {
	margin-right: 0;
}

.glmc--collapsed-filter-icon .glmc__tabs {
	flex-wrap: nowrap;
	overflow: hidden;
}

.glmc--collapsed-filter-icon .glmc__tab p {
	white-space: nowrap;
	font-size: 13px;
	padding: 5px;
}

.glmc__filters-wrap {
	margin: -18px 0 20px;
	border-radius: 8px;
	background-color: #f7f8fa;
	border: 1px solid rgba(20, 20, 20, 0.2);
	padding: 10px;
	color: #59595a;
	display: none;
}

.glmc__filters-wrap--open {
	display: block;
}

.glmc__filter-types {
	margin: 5px 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.glmc__filter-type {
	width: calc(50% - 5px);
	height: 40px;
	border: 1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	border-radius: 20px;
	cursor: pointer;
	transition: background-color 0.2s, color 0.2s;
}

.glmc__show-all .glmc__filter-type,
.glmc__filter-type.active {
	background-color: #280830;
	color: #fff;
}

.lightning2-icon:before {
	content: "\62";
	font-family: "icons";
	font-size: 24px;
	margin: 4px 8px 0 0;
	display: block;
}

.glmc__select {
	padding: 5px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin: 7px 0 15px;
}

.glmc__select select {
	width: 100%;
	border: none;
	color: #59595a;
	outline: none;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}

.glmc__checkboxes {
	display: flex;
	margin: 10px 0;
}

.glmc__checkbox {
	position: relative;
	padding-left: 35px;
	margin-left: 35px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.glmc__checkbox:first-of-type {
	margin-left: 0;
}

/* Hide the browser's default checkbox */
.glmc__checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.glmc__checkbox:hover input~.checkmark {
	border: 2px solid #4c2366;
}

/* When the checkbox is checked, add a blue background */
.glmc__checkbox input:checked~.checkmark {
	background-color: #4c2366;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.glmc__checkbox input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.glmc__checkbox .checkmark:after {
	left: 8px;
	top: 4px;
	width: 7px;
	height: 11px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.glmc__filters-bottom {
	border-top: 1px solid #ddd;
	padding: 10px 10px 0 20px;
	margin: 0 -10px;
}

.glmc__filters-left {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.glmc__filters-close {
	display: none;
}

.glmc__filters-empty {
	color: #4c2366;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}

.glmc__filters-submit {
	height: 40px;
	border: none;
	background-color: #4c2366;
	color: #fbd85f;
	font-weight: 700;
	padding: 0 15px;
	border-radius: 5px;
	cursor: pointer;
}

.glmc__filters-submit:hover {
	background-color: #280830;
	text-decoration: underline;
}

.glmc__item--filtered {
	display: none !important;
}

.glmc__no-results {
	text-align: center;
	padding: 30px 10px;
	color: #59595a;
	font-size: 16px;
}

.glmc__container {
	counter-reset: top-list;
	font-size: 14px;
}

/* casino-item */
.glmc__item::before {
	counter-increment: top-list;
	content: counter(top-list) ".";
	color: #fff;
	position: absolute;
	top: 6px;
	left: 6px;
	font-weight: 700;
	font-size: 11px;
	opacity: 0.7;
}

.glmc__item {
	background: #280830;
	overflow: hidden;
	position: relative;
	margin: 0 auto 8px auto;
	line-height: 12px;
	border-radius: 12px;
}

/*.glmc__item:last-of-type {
    opacity: 0.1;
    height: 42px;
    border-radius: 12px 12px 0 0;
    margin-bottom: 50px;
}*/
.glmc__item--hide {
	display: none;
}

.glmc__item-container {
	padding: 8px;
}

.glmc__item-content {
	border-radius: 48px 5px 5px;
	overflow: hidden;
	margin-bottom: 8px;
}

.glmc__brand {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 48px;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}

.glmc__brand-logo img {
	display: flex;
	max-width: 140px;
	max-height: 30px;
}

.glmc__logo-ribbon {
	display: none;
}

.glmc__brand-info {
	text-align: center;
}

.glmc__ribbon span {
	display: inline-block;
	min-width: 88px;
	padding: 8px 12px;
	background: #1051bf;
	border-radius: 100px;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.glmc__all-info {
	background-color: #280830;
}

.glmc__bullets {
	padding: 10px 0 10px 10px;
	background-color: #f7f8fa;
	border-radius: 0 0 5px 5px;
}

.glmc__show-all .glmc__bullets {
	border-radius: 0;
}

.glmc__bullets ul {
	margin: 0;
	padding: 0;
}

.glmc__bullets li {
	list-style: none;
	display: flex;
	align-items: center;
}

.glmc__bullets li:before {
	content: "\62";
	font-family: "icons";
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	color: #4c2366;
	margin-top: 2px;
}

.glmc__bullets span {
	color: #280830;
	font-size: 12px;
	display: block;
}

.glmc__slider-item .glmc__bullets {
	max-width: 100%;
	box-sizing: border-box;
	overflow-wrap: break-word;
}

.glmc__slider-item .glmc__bullets li {
	min-width: 0;
	gap: 6px;
}

.glmc__slider-item .glmc__bullets span {
	flex: 1;
	min-width: 0;
	overflow-wrap: break-word;
}

.glmc__info {
	height: 0;
	transition: height 0.25s ease-in;
	visibility: hidden;
	interpolate-size: allow-keywords;
	background-color: #f7f8fa;
	border-radius: 0 0 5px 5px;
}

.glmc__show-all .glmc__info {
	height: auto;
	visibility: visible;
}

.glmc__info-grids {
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	text-align: center;
	background-color: #ddd;
	gap: 1px;
	border-top: 1px solid #ddd;
	margin: 0 10px;
}

.glmc__info-grid {
	background-color: #f7f8fa;
	padding: 10px 15px;
}

.lightning-icon {
	width: 30px;
	height: 30px;
	background-color: #fbd85f;
	border-radius: 50%;
	display: flex;
	align-items: center;
	margin: 0 auto 5px;
}

.lightning-icon:before {
	content: "\62";
	font-family: "icons";
	font-size: 24px;
	margin-top: 4px;
}

.glmc__info-grid--inactive {
	opacity: 0.35;
}

.glmc__info-grid--inactive .lightning-icon {
	background-color: #ccc;
}

.glmc__info-row {
	display: flex;
	border-top: 1px solid #ddd;
	line-height: 1.3;
	padding: 10px 0;
	margin: 0 10px;
}

.glmc__info-title {
	width: 40%;
	margin-right: 10px;
	font-weight: 700;
}

.glmc__info-text {
	flex: 1;
}

.glmc__cta {
	padding: 10px 0;
}

.glmc__cta-button {
	display: flex;
	background: #f8d349;
	justify-content: center;
	color: #280830;
	font-size: 16px;
	border-radius: 8px;
	padding: 10px 0;
	line-height: 20px;
	text-decoration: none;
	font-weight: 700;
}

.glmc__cta-button:hover,
.glmc__cta-button:active {
	background-color: #fbd85f;
	color: #232323;
	text-decoration: underline;
}

.glmc__bottom-buttons {
	display: flex;
	justify-content: space-around;
	padding: 7px 0 0;
	color: #fbd85f;
	font-weight: 700;
}

.glmc__bottom-buttons a {
	color: #fbd85f;
}

.glmc__bottom-more {
	display: flex;
	cursor: pointer;
}

.glmc__bottom-more--icon:before {
	content: "\6e";
	font-family: "icons";
	font-size: 20px;
	color: #fbd85f;
	padding: 1px 5px 0 0;
	display: block;
}

.glmc__show-all .glmc__bottom-more--icon:before {
	content: "\6d";
}

/* show more */
.glmc__more-button--hide {
	display: none !important;
}

.glmc__show-more {
	box-shadow: inset 0 -10px 10px -10px #e2dee2;
	border-top: 8px solid #e2dee2;
	border-right: 8px solid #e2dee2;
	border-left: 8px solid #e2dee2;
	border-radius: 12px 12px 0 0;
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	height: 42px;
}

.glmc__more-button {
	display: block;
	margin: auto;
	padding: 10px 20px;
	background: #4c2366;
	border: 1px solid #280830;
	border-radius: 8px;
	font-family: Arial;
	font-size: 16px;
	color: #f8d349;
	cursor: pointer;
	letter-spacing: -0.02em;
	line-height: 20px;
	font-weight: 700;
	position: absolute;
	bottom: -20px;
}

.glmc__more-button:hover,
.glmc__more-button:active {
	text-decoration: underline;
}

/* SLIDER STYLES */
.glmc__slider {
	margin: 0 auto 20px auto;
	font-size: 12px;
	overflow-x: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.glmc__slider::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.glmc__slider {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.glmc__slider-container {
	display: flex;
	cursor: grab;
	width: fit-content;
}

.glmc__slider li {
	background-position: 0 7px;
}

/* Slider - Best casino template */
.glmc__slider-item-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
}

.glmc__best-casino {
	width: 270px;
	margin-right: 10px;
	padding: 8px;
	flex-shrink: 0;
	background: #280830;
	color: #fff;
	border: 1px solid #280830;
	border-radius: 8px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.glmc__best-icon {
	position: absolute;
	top: 10px;
}

.glmc__best-icon img {
	height: 35px;
	width: 40px;
}

.glmc__title {
	text-align: center;
	line-height: 20px;
	padding: 0 10px 8px 35px;
}

.glmc__title p {
	font-size: 18px;
	color: #fff;
	margin: 0;
	font-weight: 900;
}

.glmc__title span {
	font-size: 16px;
}

.glmc__best-casino .glmc__brand,
.glmc__best-casino .glmc__bullets {
	border-radius: 5px;
}

.glmc__best-casino .glmc__bullets {
	margin-bottom: 8px;
	height: auto;
}

.glmc__description {
	background: linear-gradient(180deg,
			rgba(255, 255, 255, 0.2) 0%,
			rgba(255, 255, 255, 0.08) 100%);
	border-radius: 8px;
	margin: 8px 0;
}

.glmc__description p {
	font-weight: 600;
	text-align: center;
	margin: 15px 0 10px;
	color: #f8d349;
}

.glmc__brand--tall {
	height: 216px !important;
}

/* 
Desktop stylings
*/
@media only screen and (min-width: 660px) {
	#glmc {
		max-width: unset;
		margin: 5px 0 20px;
	}

	.glmc__header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 20px;
	}

	.glmc__tabs {
		margin: 0;
		flex: 1;
		margin-right: 10px;
	}

	.glmc__filters {
		margin: 0;
		padding: 0 20px;
		height: 48px;
	}

	.glmc__filters--icon-only {
		width: 48px;
		padding: 0;
		flex-shrink: 0;
	}

	.glmc__filters-wrap {
		margin-top: -13px;
	}

	.glmc__filter-type {
		width: calc(25% - 10px);
	}

	.glmc__selects {
		display: flex;
		justify-content: space-between;
	}

	.glmc__selects label {
		width: calc(50% - 8px);
	}

	.glmc__filters-bottom {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 20px;
	}

	.glmc__filters-close {
		display: flex;
		align-items: center;
		color: #4c2366;
		font-weight: 700;
		text-decoration: underline;
		cursor: pointer;
		position: relative;
	}

	.glmc__filters-close:hover {
		background-color: #ddd;
		height: 40px;
		padding: 0 10px;
		border-radius: 5px;
		margin-left: -10px;
	}

	.glmc__close-icon {
		width: 16px;
		height: 16px;
		margin-left: 10px;
	}

	.glmc__close-icon:before,
	.glmc__close-icon:after {
		position: absolute;
		content: ' ';
		height: 16px;
		width: 2px;
		background-color: #4c2366;
	}

	.glmc__close-icon:before {
		transform: rotate(45deg);
	}

	.glmc__close-icon:after {
		transform: rotate(-45deg);
	}

	.glmc__filters-empty {
		margin-right: 20px;
		cursor: pointer;
	}

	.glmc__filters-empty:hover {
		background-color: #ddd;
		height: 40px;
		padding: 0 10px;
		border-radius: 5px;
		margin-right: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.glmc__filters-submit {
		padding: 0 35px;
	}

	.glmc__item-content {
		display: flex;
		justify-content: space-between;
		margin-bottom: 0;
	}

	#glmc .glmc__brand {
		width: 140px;
		height: 100px;
		border-bottom: none;
		border-radius: 5px;
		margin-right: 8px;
	}

	.glmc__logo-ribbon {
		display: block;
		margin-top: 15px;
	}

	.glmc__ribbon span {
		padding: 4px 12px;
	}

	#glmc .glmc__brand-logo {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 5px;
	}

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

	.glmc__info-ribbon {
		display: none;
	}

	.glmc__all-info {
		flex: 1;
	}

	.glmc__bullets {
		height: 72px;
		display: flex;
		align-items: center;
		padding: 5px;
	}

	.glmc__show-all .glmc__bullets {
		border-radius: 5px 5px 0 0;
	}

	#glmc .glmc__bullets ul li {
		margin-bottom: 7px;
		padding: 0;
	}

	#glmc .glmc__bullets ul li:last-child {
		margin-bottom: 0;
	}

	.glmc__info-grids {
		display: flex;
	}

	.glmc__info-grid {
		flex: 1;
	}

	.glmc__info-title {
		width: 25%;
	}

	.glmc__bottom-review {
		position: absolute;
		top: 35px;
		right: 20px;
	}

	.glmc__bottom {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.glmc__bottom-buttons a {
		color: #4c2366;
	}

	#glmc .glmc__cta {
		flex: 1;
		padding-bottom: 0;
	}

	.glmc__bottom-more {
		padding: 0 10px;
		margin: 0 10px;
		align-items: center;
	}

	.glmc__bottom-more:hover {
		background-color: #4c2366;
		height: 40px;
		border-radius: 5px;
		align-items: center;
		justify-content: center;
	}

	.glmc__bottom-more--icon:before {
		padding-top: 3px;
	}

	.glmc__show-more {
		box-shadow: unset;
		border: none;
		margin-bottom: 0;
	}

	.glmc__more-button {
		position: static;
	}
}
