/**
 * PHWIN Fishing landing — deltas on top of phwin-home.css (hero, hotgames, marquee, typography).
 */

/* Shell + typography unified in assets/css/phwin-site-shell.css */

#main-content.fp-phwin-fishing {
	background-color: transparent;
}

.fp-phwin-fishing .heading-orange {
	color: #fe4200;
}

.fp-phwin-fishing .promo-img {
	border-radius: 12px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.fp-phwin-fishing .hotgames-img {
	border-radius: 25px;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.fp-phwin-fishing .section-card-dark {
	border: 1px solid rgba(82, 82, 82, 0.6);
}
