/* Slotmaru sidebar new free-slot widget. */
.slotmaru-sidebar-card--new-free-slots .slotmaru-sidebar-card__header::before {
	background: #f59e0b;
}

.slotmaru-sidebar-free-slots {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.slotmaru-sidebar-free-slots__item {
	min-width: 0;
}

.slotmaru-sidebar-free-slots__row {
	display: grid;
	grid-template-columns: minmax(0, 112px) minmax(0, 1fr);
	gap: 9px;
	align-items: center;
	min-width: 0;
	padding: 6px;
	border: 1px solid #e7ecf2;
	border-radius: 8px;
	background: #fff;
}

.slotmaru-sidebar-free-slots__thumb {
	position: relative;
	display: block;
	min-width: 0;
	overflow: hidden;
	border-radius: 6px;
	background: #edf1f5;
	aspect-ratio: 16 / 9;
}

.slotmaru-sidebar-free-slots__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slotmaru-sidebar-free-slots__badge {
	position: absolute;
	top: 5px;
	right: -18px;
	display: block;
	width: 58px;
	height: 16px;
	background: #f59e0b;
	color: #fff;
	font-size: 9px;
	font-weight: 900;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(36deg);
	transform-origin: center;
}

.slotmaru-sidebar-free-slots__copy {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-width: 0;
}

.slotmaru-sidebar-free-slots__title,
.slotmaru-sidebar-free-slots__provider {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.slotmaru-sidebar-free-slots__title {
	display: -webkit-box;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow-wrap: anywhere;
	color: #17202a;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
}

.slotmaru-sidebar-free-slots__title:hover,
.slotmaru-sidebar-free-slots__title:focus {
	color: var(--slotmaru-link-hover, #9d5c11);
}

.slotmaru-sidebar-free-slots__provider {
	margin-top: 3px;
	color: #697585;
	font-size: 12px;
	line-height: 1.25;
}

.slotmaru-sidebar-free-slots__provider:hover,
.slotmaru-sidebar-free-slots__provider:focus {
	color: #334155;
}

.slotmaru-sidebar-free-slots__play {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 25px;
	margin-top: 6px;
	border: 1px solid #f3a51d;
	border-radius: 999px;
	background: #fff;
	color: #68410a;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
}

.slotmaru-sidebar-free-slots__play:hover,
.slotmaru-sidebar-free-slots__play:focus {
	background: #f59e0b;
	color: #fff;
}

.slotmaru-sidebar-free-slots__more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 30px;
	margin-top: 9px;
	border: 0;
	border-radius: 6px;
	background: #f59e0b;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
}

.slotmaru-sidebar-free-slots__more::before {
	margin-right: 5px;
	content: "v";
}

.slotmaru-sidebar-free-slots__more:hover,
.slotmaru-sidebar-free-slots__more:focus {
	background: #d97706;
	color: #fff;
}

@media (max-width: 1199.98px) {
	.slotmaru-sidebar-free-slots__row {
		grid-template-columns: minmax(0, 98px) minmax(0, 1fr);
		gap: 8px;
	}

	.slotmaru-sidebar-free-slots__title {
		font-size: 13px;
	}
}
