/**
 * PHWIN Promotions landing — deltas on phwin-home (promotions.html table sizing, tbl-vip).
 */

/* Shell unified in assets/css/phwin-site-shell.css */

#main-content.fp-phwin-promos {
	background-color: transparent;
}

.fp-phwin-promos .promo-img {
	border-radius: 12px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.fp-phwin-promos .tbl {
	font-size: 0.8rem;
}

.fp-phwin-promos .tbl th,
.fp-phwin-promos .tbl td {
	padding: 0.5rem 0.45rem;
}

.fp-phwin-promos .tbl th {
	font-weight: 600;
}

@media (min-width: 768px) {
	.fp-phwin-promos .tbl {
		font-size: 0.9rem;
	}
}

.fp-phwin-promos .tbl-vip {
	min-width: 720px;
}
