.slotmaru-home-portal.slotmaru-polish-home.main-contentbox-wrap {
	margin-bottom: 16px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.slotmaru-site-focus-cards.slotmaru-home-portal.main-contentbox-wrap {
	margin: 24px 0 16px;
}

.slotmaru-site-focus-cards .slotmaru-polish-home__cards {
	margin-top: 0;
}

.slotmaru-polish-home__hero {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
	gap: 14px;
	align-items: stretch;
	padding: 14px;
	border: 1px solid rgba(246, 183, 60, 0.36);
	border-radius: 8px;
	background:
		radial-gradient(circle at 4% 2%, rgba(22, 199, 178, 0.22), transparent 28%),
		linear-gradient(135deg, #061522 0%, #071827 54%, #0b2f3d 100%);
	box-shadow: 0 14px 30px rgba(7, 24, 39, 0.14);
	overflow: hidden;
}

.slotmaru-polish-home__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
		rgba(7, 24, 39, 0.82);
}

.slotmaru-polish-home__eyebrow {
	margin: 0 0 9px;
	color: #16c7b2;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0;
}

.slotmaru-polish-home__copy h2 {
	max-width: 640px;
	margin: 0;
	color: #ffffff;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.28;
	letter-spacing: 0;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.slotmaru-polish-home__lead {
	max-width: 620px;
	margin: 12px 0 0;
	color: rgba(238, 247, 246, 0.86);
	font-size: 15px;
	font-weight: 750;
	line-height: 1.68;
	letter-spacing: 0;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.slotmaru-polish-home__quickline {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 16px;
}

.slotmaru-polish-home__quickline span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 11px;
	border: 1px solid rgba(22, 199, 178, 0.36);
	border-radius: 999px;
	background: rgba(22, 199, 178, 0.1);
	color: #d9fffb;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.25;
}

.slotmaru-polish-home__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.slotmaru-polish-home__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid rgba(246, 183, 60, 0.9);
	border-radius: 8px;
	background: #f6b73c;
	color: #071827 !important;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
	transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease;
}

.slotmaru-polish-home__actions a + a {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff !important;
}

.slotmaru-polish-home__actions a:hover,
.slotmaru-polish-home__actions a:focus {
	border-color: #f8d682 !important;
	background: #ffd06c !important;
	color: #071827 !important;
	box-shadow: none !important;
	transform: none !important;
}

.slotmaru-polish-home__utility {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 10px;
}

.slotmaru-polish-home__utility a {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 11px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.055);
	color: rgba(255, 255, 255, 0.82) !important;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.3;
}

.slotmaru-polish-home__visual {
	position: relative;
	min-width: 0;
	min-height: 302px;
	margin: 0;
	border: 1px solid rgba(246, 183, 60, 0.26);
	border-radius: 8px;
	background: #071827;
	overflow: hidden;
}

.slotmaru-polish-home__visual-image {
	position: absolute;
	inset: 0;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slotmaru-polish-home__visual:after {
	position: absolute;
	inset: 0;
	content: "";
	background:
		linear-gradient(180deg, rgba(7, 24, 39, 0.02), rgba(7, 24, 39, 0.54)),
		linear-gradient(90deg, rgba(7, 24, 39, 0.24), transparent 38%);
	pointer-events: none;
}

.slotmaru-polish-home__visual figcaption {
	position: absolute;
	right: 12px;
	bottom: 12px;
	left: 12px;
	z-index: 1;
	padding: 13px 14px;
	border: 1px solid rgba(246, 183, 60, 0.32);
	border-radius: 8px;
	background: rgba(7, 24, 39, 0.88);
	backdrop-filter: blur(8px);
}

.slotmaru-polish-home__visual figcaption strong,
.slotmaru-polish-home__visual figcaption span {
	display: block;
	letter-spacing: 0;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.slotmaru-polish-home__visual figcaption strong {
	color: #f6c55d;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.35;
}

.slotmaru-polish-home__visual figcaption span {
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 12px;
	font-weight: 750;
	line-height: 1.45;
}

.slotmaru-polish-home__cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 10px;
}

.slotmaru-polish-home__card {
	position: relative;
	display: block;
	min-height: 178px;
	border: 1px solid rgba(7, 24, 39, 0.12);
	border-radius: 8px;
	background: #071827;
	color: #ffffff !important;
	overflow: hidden;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.07);
	transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.slotmaru-polish-home__card:hover,
.slotmaru-polish-home__card:focus {
	border-color: rgba(246, 183, 60, 0.84);
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
	transform: none;
}

.slotmaru-polish-home__card-image {
	position: absolute;
	inset: 0;
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.01);
}

.slotmaru-polish-home__card-image:after {
	position: absolute;
	inset: 0;
	content: "";
	background:
		linear-gradient(180deg, rgba(7, 24, 39, 0.12), rgba(7, 24, 39, 0.82)),
		linear-gradient(90deg, rgba(7, 24, 39, 0.76), rgba(7, 24, 39, 0.08));
}

.slotmaru-polish-home__card-copy {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 178px;
	flex-direction: column;
	justify-content: flex-end;
	padding: 16px;
}

.slotmaru-polish-home__card-copy em,
.slotmaru-polish-home__card-copy strong,
.slotmaru-polish-home__card-copy span {
	display: block;
	letter-spacing: 0;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.slotmaru-polish-home__card-copy em {
	width: fit-content;
	margin-bottom: 8px;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(22, 199, 178, 0.18);
	color: #91fff4 !important;
	font-size: 11px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.2;
}

.slotmaru-polish-home__card:nth-child(2) .slotmaru-polish-home__card-copy em {
	background: rgba(246, 183, 60, 0.18);
	color: #ffe29a !important;
}

.slotmaru-polish-home__card:nth-child(3) .slotmaru-polish-home__card-copy em {
	background: rgba(246, 183, 60, 0.2);
	color: #ffd06c !important;
}

.slotmaru-polish-home__card:nth-child(4) .slotmaru-polish-home__card-copy em {
	background: rgba(22, 199, 178, 0.18);
	color: #91fff4 !important;
}

.slotmaru-polish-home__card-copy strong {
	color: #ffffff !important;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.32;
}

.slotmaru-polish-home__card-copy span {
	margin-top: 7px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	font-weight: 750;
	line-height: 1.48;
}

.slotmaru-polish-home__card:hover .slotmaru-polish-home__card-copy em,
.slotmaru-polish-home__card:focus .slotmaru-polish-home__card-copy em,
.slotmaru-polish-home__card:hover .slotmaru-polish-home__card-copy strong,
.slotmaru-polish-home__card:focus .slotmaru-polish-home__card-copy strong {
	color: #ffffff !important;
}

.slotmaru-home-section-title {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 8px 14px;
	margin: 0 0 12px;
	padding: 0 2px;
}

.slotmaru-home-section-title span {
	display: block;
	flex: 0 0 100%;
	color: #0f766e;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0;
}

.slotmaru-home-section-title h2 {
	margin: 0;
	color: #071827;
	font-size: 23px;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0;
	word-break: keep-all;
}

.slotmaru-home-section-title p {
	flex: 1 1 260px;
	margin: 0;
	color: #667085;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.55;
	text-align: right;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.slotmaru-home-provider-section {
	padding: 16px;
	border: 1px solid #dfe7ef;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.03);
}

.slotmaru-provider-before-safety-banner {
	clear: both;
	width: 100%;
	margin: 24px 0 16px;
}

.slotmaru-provider-before-safety-banner + #main_banner {
	margin-top: 0;
}

.slotmaru-home-provider-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.slotmaru-home-provider-card {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	min-width: 0;
	min-height: 86px;
	padding: 14px;
	border: 1px solid #e3ebf2;
	border-radius: 8px;
	background: #ffffff;
	color: #071827 !important;
	transition: border-color 0.16s ease, background-color 0.16s ease;
}

.slotmaru-home-provider-card:hover,
.slotmaru-home-provider-card:focus {
	border-color: rgba(15, 140, 124, 0.36);
	background: #eef7f6;
	color: #07333a !important;
	box-shadow: none;
	text-decoration: none;
	transform: none;
}

.slotmaru-home-provider-card__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 116px;
	height: 48px;
	border: 1px solid #edf2f7;
	border-radius: 8px;
	background: #ffffff;
}

.slotmaru-home-provider-card__logo img {
	display: block;
	width: auto;
	max-width: 104px;
	height: auto;
	max-height: 36px;
	object-fit: contain;
}

.slotmaru-home-provider-card__logo img[src*="pragmaticplay-logo.svg"] {
	width: 104px;
	max-height: none;
}

.slotmaru-home-provider-card__initial {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: var(--slotmaru-provider-accent, #16c7b2);
	color: #ffffff;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
}

.slotmaru-home-provider-card__copy {
	display: block;
	min-width: 0;
}

.slotmaru-home-provider-card__copy strong,
.slotmaru-home-provider-card__copy em {
	display: block;
	letter-spacing: 0;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.slotmaru-home-provider-card__copy strong {
	color: #071827;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.35;
}

.slotmaru-home-provider-card__copy em {
	margin-top: 5px;
	color: #4b5563;
	font-size: 12px;
	font-style: normal;
	font-weight: 750;
	line-height: 1.5;
}

.slotmaru-home-provider-card__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	height: 30px;
	border-radius: 999px;
	background: #071827;
	color: #f6c55d;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

@media (max-width: 1199px) {
	.slotmaru-polish-home__hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.slotmaru-polish-home__visual {
		min-height: 270px;
	}

	.slotmaru-polish-home__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.slotmaru-home-provider-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.slotmaru-polish-home__hero {
		gap: 10px;
		padding: 10px;
	}

	.slotmaru-polish-home__copy {
		padding: 16px;
	}

	.slotmaru-polish-home__copy h2 {
		font-size: 22px;
		line-height: 1.32;
	}

	.slotmaru-polish-home__lead {
		font-size: 13px;
		line-height: 1.56;
	}

	.slotmaru-polish-home__quickline span {
		min-height: 28px;
		font-size: 11px;
	}

	.slotmaru-polish-home__actions {
		flex-direction: row;
		margin-top: 14px;
	}

	.slotmaru-polish-home__actions a {
		min-height: 38px;
		width: auto;
		flex: 1 1 calc(50% - 4px);
		padding: 0 12px;
	}

	.slotmaru-polish-home__utility {
		display: none;
	}

	.slotmaru-polish-home__visual {
		min-height: 180px;
	}

	.slotmaru-polish-home__visual figcaption {
		right: 9px;
		bottom: 9px;
		left: 9px;
		padding: 10px;
	}

	.slotmaru-polish-home__cards {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
	}

	.slotmaru-home-provider-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.slotmaru-polish-home__card,
	.slotmaru-polish-home__card-copy {
		min-height: 150px;
	}

	.slotmaru-home-section-title {
		display: block;
	}

	.slotmaru-home-section-title h2 {
		font-size: 21px;
	}

	.slotmaru-home-section-title p {
		margin-top: 6px;
		text-align: left;
	}

	.slotmaru-home-provider-section {
		padding: 10px;
	}

	.slotmaru-provider-before-safety-banner {
		margin: 16px 0 10px;
	}

	.slotmaru-home-provider-card {
		grid-template-columns: minmax(0, 1fr);
		align-content: start;
		gap: 7px;
		min-height: 150px;
		padding: 9px;
	}

	.slotmaru-home-provider-card__logo {
		justify-content: center;
		width: 100%;
		height: 44px;
		padding: 0 8px;
	}

	.slotmaru-home-provider-card__logo img {
		max-width: 112px;
		max-height: 30px;
	}

	.slotmaru-home-provider-card__copy strong {
		font-size: 13px;
		line-height: 1.32;
	}

	.slotmaru-home-provider-card__copy em {
		display: -webkit-box;
		margin-top: 4px;
		font-size: 11px;
		line-height: 1.42;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.slotmaru-home-provider-card__more {
		justify-self: flex-start;
		min-width: 42px;
		height: 26px;
		font-size: 11px;
	}
}
