.ads-manager-slot { display: block; width: 100%; min-width: 0; overflow: hidden; text-align: center; }
.ads-manager-label { display: block; margin-bottom: 4px; color: #8f9ab8; font: 500 10px/1.2 "Space Grotesk", sans-serif; letter-spacing: .02em; text-align: center; }
.ads-manager-reserved { box-sizing: border-box; display: grid; width: min(100%, 970px); min-height: 90px; margin-inline: auto; place-items: center; overflow: hidden; border-radius: 4px; background: rgba(22,27,48,.28); transition: opacity .2s ease; }
.ads-manager-reserved > .adsbygoogle { width: 100%; height: 100%; max-width: 100%; max-height: 100%; }
.ads-manager-slot--below-game-stage .ads-manager-reserved,
.ads-manager-slot--home-load-more .ads-manager-reserved { min-height: min(250px, 25.773vw); }
.ads-manager-slot--sidebar-play-next .ads-manager-reserved,
.ads-manager-slot--play-next-after-ten .ads-manager-reserved,
.ads-manager-slot--mobile-related-grid .ads-manager-reserved,
.ads-manager-slot--game-details-rectangle .ads-manager-reserved { width: min(100%, 300px); min-height: 250px; }
.ads-manager-slot.is-blocked .ads-manager-reserved,
.ads-manager-slot.is-unfilled .ads-manager-reserved { opacity: .2; }
.ads-manager-slot.is-filled .ads-manager-reserved { background: transparent; }
.ads-manager-slot.is-preview .ads-manager-reserved { border: 1px solid rgba(125,132,174,.24); background: #111425; opacity: 1; }
.ads-manager-preview-label { align-self: end; justify-self: end; margin: 0 10px 9px 0; color: #a7afca; font: 600 10px/1.2 "Space Grotesk", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.ads-manager-play-next-item { grid-column: 1 / -1; }
.ads-manager-mobile-related-item { display: flex; grid-column: 1 / -1; justify-content: center; width: 100%; min-width: 0; margin-block: 8px 6px; }
.ads-manager-slot--mobile-related-grid { width: min(100%, 300px); margin-inline: auto; }
.sybo-game-info-grid:not(:has(.sybo-details-ad)) { grid-template-columns: minmax(0, 1fr); }
@media (min-width: 1001px) {
	.ads-manager-slot--below-game-stage .ads-manager-reserved,
	.ads-manager-slot--home-load-more:not(.ads-manager-home-load-more-item) .ads-manager-reserved { width: min(100%, 970px); height: 90px; min-height: 90px; max-height: 90px; }
	.ads-manager-slot--sidebar-play-next .ads-manager-reserved,
	.ads-manager-slot--play-next-after-ten .ads-manager-reserved,
	.ads-manager-slot--game-details-rectangle .ads-manager-reserved,
	.ads-manager-slot--home-load-more.ads-manager-home-load-more-item .ads-manager-reserved { width: min(100%, 300px); height: auto; min-height: 0; max-height: 250px; aspect-ratio: 6 / 5; }
}
@media (max-width: 1000px) {
	.ads-manager-slot--sidebar-play-next,
	.ads-manager-slot--play-next-after-ten { display: none; }
}
@media (max-width: 760px) {
	.ads-manager-slot--below-game-stage .ads-manager-reserved,
	.ads-manager-slot--home-load-more .ads-manager-reserved { width: min(100%, 320px); min-height: 100px; }
	.ads-manager-slot--game-details-rectangle .ads-manager-reserved { width: min(100%, 300px); min-height: 250px; }
	.ads-manager-slot--mobile-related-grid .ads-manager-reserved { width: min(100%, 300px); height: 250px; min-height: 250px; max-height: 250px; aspect-ratio: 6 / 5; }
}
@media (min-width: 768px) {
	.ads-manager-mobile-related-item,
	.ads-manager-slot--mobile-related-grid { display: none !important; }
}
@media (prefers-reduced-motion: reduce) { .ads-manager-reserved { transition: none; } }
