/**
 * PHWIN Slots landing — deltas on phwin-home (slots.html banners & 16:10 game tiles).
 */

/* Shell unified in assets/css/phwin-site-shell.css */

#main-content.fp-phwin-slots {
	background-color: transparent;
}

.fp-phwin-slots .slot-banner {
	border-radius: 12px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.fp-phwin-slots .hotgames-img {
	border-radius: 25px;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.fp-phwin-slots .section-card-dark {
	border: 1px solid rgba(82, 82, 82, 0.6);
}
