.slotmaru-freeslot-page {
	background: #fff;
}

.free-slot-hub {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	gap: 16px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.free-slot-overview {
	display: grid;
	gap: 10px;
	padding: 18px;
	background: #f4f4f5;
	border: 0;
	border-radius: 8px;
}

.free-slot-overview__copy {
	min-width: 0;
}

.free-slot-overview__heading {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.free-slot-overview__logo {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 118px;
	height: 46px;
	padding: 6px 10px;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.10);
	border-radius: 8px;
}

.free-slot-overview__logo img {
	display: block;
	width: auto;
	max-width: 98px;
	height: auto;
	max-height: 28px;
	object-fit: contain;
}

.free-slot-overview__logo img[src*="pragmaticplay-logo.svg"] {
	width: 98px;
	max-height: none;
}

.free-slot-overview h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.25;
	color: var(--free-slot-ink);
}

.free-slot-overview p {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
	color: #2f3b4a;
	word-break: keep-all;
}

.free-slot-catalog-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
	gap: 18px;
	align-items: end;
	padding: 0;
}

.free-slot-catalog-head h2 {
	margin: 0;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.25;
	color: var(--free-slot-ink);
}

.free-slot-catalog-head p {
	margin: 6px 0 0;
	font-size: 13px;
	color: var(--free-slot-muted);
}

.free-slot-catalog-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 42px;
	align-items: center;
	min-width: 0;
	border-bottom: 1px solid rgba(15, 23, 42, 0.16);
}

.free-slot-catalog-search label {
	min-width: 0;
	margin: 0;
}

.free-slot-catalog-search input {
	width: 100%;
	min-height: 42px;
	padding: 0 8px;
	font-size: 14px;
	font-weight: 700;
	color: var(--free-slot-ink);
	background: transparent;
	border: 0;
	outline: 0;
}

.free-slot-catalog-search button {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	color: #111827;
	background: transparent;
	border: 0;
	font-size: 18px;
}

.free-slot-provider-nav,
.free-slot-toolbar--categories .free-slot-category-filter {
	width: 100%;
	padding: 10px 14px;
	background: #fbfdff;
	border: 1px solid #e6edf3;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.035);
}

.free-slot-provider-nav {
	flex-wrap: wrap;
	justify-content: flex-start;
	overflow-x: visible;
	overscroll-behavior-inline: contain;
	row-gap: 8px;
	scroll-padding-inline: 14px;
	scrollbar-width: none;
}

.free-slot-provider-nav::-webkit-scrollbar,
.free-slot-toolbar--categories .free-slot-category-filter::-webkit-scrollbar {
	display: none;
}

.free-slot-scroll-frame {
	width: 100%;
}

.free-slot-provider-nav a,
.free-slot-category-filter button {
	flex: 0 0 auto;
	min-height: 34px;
	padding: 8px 14px;
	color: #4b5563;
	background: transparent;
	border: 0;
	border-radius: 7px;
	box-shadow: none;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
	transition: background-color 0.16s ease, color 0.16s ease;
}

.free-slot-provider-nav a:hover,
.free-slot-provider-nav a:focus-visible,
.free-slot-provider-nav a.is-active,
.free-slot-category-filter button:hover,
.free-slot-category-filter button:focus-visible,
.free-slot-category-filter button.is-active {
	color: #fff;
	background: #20242b;
	box-shadow: none;
	transform: none;
}

.free-slot-provider-nav span {
	display: none;
}

.free-slot-toolbar--categories {
	display: block;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.free-slot-toolbar--categories .free-slot-category-filter {
	justify-content: flex-start;
	scrollbar-width: none;
}

.free-slot-section {
	gap: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.free-slot-section__head {
	display: none;
}

.free-slot-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px 12px;
}

.free-slot-card {
	overflow: visible;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.free-slot-card:hover {
	transform: none;
	border-color: transparent;
	box-shadow: none;
}

.free-slot-card__visual {
	min-height: 0;
	overflow: hidden;
	background: #f1f3f5;
	border-radius: 2px;
	box-shadow: none;
}

.free-slot-card__visual::before {
	display: none;
}

.free-slot-card__visual img {
	object-fit: contain;
	filter: none;
}

.free-slot-card:hover .free-slot-card__visual img {
	filter: brightness(1.03);
}

.free-slot-card__badge {
	top: 11px;
	right: -25px;
	left: auto;
	z-index: 3;
	width: 86px;
	height: 22px;
	min-height: 0;
	padding: 0;
	color: #fff;
	background: #f5a623;
	border-radius: 0;
	box-shadow: none;
	font-size: 10px;
	line-height: 22px;
	white-space: nowrap;
	pointer-events: none;
	transform: rotate(45deg);
	transform-origin: center;
}

.free-slot-card__provider {
	display: none;
}

.free-slot-card__body {
	align-items: center;
	gap: 4px;
	padding: 9px 4px 0;
	text-align: center;
}

.free-slot-card__kicker,
.free-slot-card__play {
	display: none;
}

.free-slot-card h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
	color: #1f2933;
}

.free-slot-card p {
	margin: 0;
	font-size: 12px;
	line-height: 1.35;
	color: #555f6d;
}

.free-slot-card__meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 4px;
	width: 100%;
	margin-top: 8px;
}

.free-slot-card--meta-1 .free-slot-card__meta {
	grid-template-columns: minmax(0, 1fr);
}

.free-slot-card--meta-2 .free-slot-card__meta {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.free-slot-card__meta span {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	min-width: 0;
	min-height: 42px;
	padding: 6px 4px;
	background: #f3f5f7;
	border: 1px solid rgba(15, 23, 42, 0.07);
	border-radius: 4px;
	color: #1f2933;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.15;
	text-align: center;
	overflow-wrap: anywhere;
}

.free-slot-card__meta b {
	font-size: 10px;
	font-weight: 800;
	color: #7b8492;
}

.free-slot-category-filter[aria-label="무료슬롯 페이지"] {
	justify-content: flex-end;
	margin-top: 24px;
}

.free-slot-hub--player .free-slot-provider-nav {
	margin-bottom: 2px;
}

.free-slot-hub--player .free-slot-section {
	margin-top: 8px;
}

.free-slot-hub--player .free-slot-section__head {
	display: grid;
}

.free-slot-detail-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	min-width: 0;
}

.free-slot-detail-tags a {
	max-width: 100%;
	padding: 5px 8px;
	font-size: 12px;
	font-weight: 800;
	color: #6b4a08;
	background: #fff6df;
	border-radius: 999px;
	overflow-wrap: anywhere;
	text-decoration: none;
}

.free-slot-detail-tags a:hover,
.free-slot-detail-tags a:focus-visible {
	color: #071525;
	background: #f8c256;
}

.free-slot-hub--player .free-slot-detail-panel {
	grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
}

.free-slot-hub--player .free-slot-detail-tags,
.free-slot-hub--player .free-slot-detail-panel > a {
	grid-column: 2;
}

.free-slot-player__control {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 9px 13px;
	font-size: 13px;
	font-weight: 900;
	color: #071525;
	background: #f8c256;
	border: 0;
	border-radius: 8px;
	white-space: nowrap;
}

.free-slot-related {
	display: grid;
	gap: 14px;
	margin-top: 12px;
}

.free-slot-related__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	min-width: 0;
}

.free-slot-related__head > div {
	min-width: 0;
}

.free-slot-related__head span {
	display: inline-flex;
	width: fit-content;
	padding: 5px 9px;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	color: #6b4a08;
	background: #fff6df;
	border-radius: 999px;
}

.free-slot-related__head h3 {
	margin: 8px 0 0;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.25;
	color: var(--free-slot-ink);
}

.free-slot-related__head p {
	margin: 6px 0 0;
	font-size: 13px;
	line-height: 1.55;
	color: var(--free-slot-muted);
	word-break: keep-all;
}

.free-slot-related__controls {
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
}

.free-slot-related__controls button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 56px;
	min-height: 36px;
	padding: 8px 12px;
	font-size: 13px;
	font-weight: 900;
	color: #fff;
	background: #20242b;
	border: 0;
	border-radius: 8px;
}

.free-slot-related__viewport {
	display: flex;
	gap: 14px;
	min-width: 0;
	padding: 0 0 10px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.free-slot-related__viewport::-webkit-scrollbar {
	display: none;
}

.free-slot-related__viewport .free-slot-card {
	flex: 0 0 min(286px, 78vw);
	scroll-snap-align: start;
}

.free-slot-related__viewport .free-slot-card__visual {
	background: #eef2f5;
}

.free-slot-info-blocks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 8px 0 34px;
}

.free-slot-info-blocks article {
	min-width: 0;
	padding: 16px;
	background: #f8fafc;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 8px;
}

.free-slot-info-blocks h3 {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 900;
	color: var(--free-slot-ink);
}

.free-slot-info-blocks ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.free-slot-info-blocks li {
	position: relative;
	padding-left: 14px;
	font-size: 13px;
	line-height: 1.6;
	color: #334155;
	word-break: keep-all;
}

.free-slot-info-blocks li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.75em;
	width: 5px;
	height: 5px;
	background: var(--free-slot-teal);
	border-radius: 999px;
}

@media (max-width: 1260px) {
	.free-slot-hub {
		padding-right: 18px;
		padding-left: 18px;
	}
}

@media (max-width: 860px) {
	.free-slot-catalog-head,
	.free-slot-info-blocks {
		grid-template-columns: 1fr;
	}

	.free-slot-provider-nav,
	.free-slot-toolbar--categories .free-slot-category-filter {
		overflow-x: auto;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overscroll-behavior-inline: contain;
		scroll-padding-inline: 14px;
		-webkit-overflow-scrolling: touch;
	}

	.free-slot-scroll-frame.is-scrollable {
		position: relative;
		padding-bottom: 7px;
	}

	.free-slot-scroll-frame.is-scrollable::before,
	.free-slot-scroll-frame.is-scrollable::after {
		content: "";
		position: absolute;
		bottom: 1px;
		height: 2px;
		border-radius: 999px;
		pointer-events: none;
	}

	.free-slot-scroll-frame.is-scrollable::before {
		right: 14px;
		left: 14px;
		background: rgba(15, 23, 42, 0.08);
	}

	.free-slot-scroll-frame.is-scrollable::after {
		left: 0;
		width: var(--free-slot-scroll-thumb-width, 42px);
		background: rgba(245, 166, 35, 0.78);
		transform: translateX(var(--free-slot-scroll-thumb-left, 14px));
	}

	.free-slot-category-filter button {
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.free-slot-hub--player .free-slot-detail-tags,
	.free-slot-hub--player .free-slot-detail-panel > a {
		grid-column: auto;
	}

	.free-slot-related__head {
		align-items: start;
		flex-direction: column;
	}

	.free-slot-related__controls {
		width: 100%;
		justify-content: flex-end;
	}
}

@media (max-width: 640px) {
	.free-slot-hub {
		padding-right: 12px;
		padding-left: 12px;
	}

	.free-slot-overview,
	.free-slot-info-blocks article {
		padding: 15px;
	}

	.free-slot-overview__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.free-slot-overview__logo img {
		max-width: 98px;
		max-height: 28px;
	}

	.free-slot-overview h2,
	.free-slot-catalog-head h2 {
		font-size: 21px;
	}

	.free-slot-grid,
	.free-slot-grid--related {
		grid-template-columns: minmax(0, 1fr);
		gap: 22px;
	}

	.free-slot-card h3 {
		font-size: 17px;
	}

	.free-slot-card p {
		font-size: 13px;
	}

	.free-slot-related__head h3 {
		font-size: 21px;
	}

	.free-slot-related__viewport {
		gap: 12px;
	}

	.free-slot-related__viewport .free-slot-card {
		flex-basis: min(360px, 88vw);
	}

	.free-slot-player__control {
		width: 100%;
	}
}
