.ppg-pick-sheet-container { max-width:1000px; margin:30px auto; background:#fff; padding:35px; border-radius:18px; box-shadow:0 2px 14px #eee; }
.ppg-pool-boxes { display:flex; gap:38px; flex-wrap:wrap; margin-bottom:38px; justify-content:center; }
.ppg-pool-box { background:#f2f2f2; border-radius:18px; padding:20px 40px; cursor:pointer; font-size:21px; font-weight:600; box-shadow:0 2px 8px #ddd; transition:all 0.2s; text-align:center; display:flex; flex-direction:column; align-items:center; justify-content:center; border:1.4px solid transparent;}
.ppg-pool-box:hover, .ppg-pool-box.selected { background:#ffe4ec; border:1.4px solid #f6b3d1; }
.ppg-pool-icon { display:block; margin:0 auto 17px; height:60px; }
.ppg-dates { font-size:13px; color:#888; display:block; margin-top:7px; }

#ppg-pool-sheet { margin-top:30px; }
.ppg-match-row { display:flex; gap:22px; margin-bottom:18px; align-items:center; justify-content: space-evenly;}
.ppg-team-option { cursor:pointer; padding:13px 32px; border-radius:7px; border:1.4px solid #e0e0e0; background:#f9f9f9; display:flex; align-items:center; font-size:19px; font-weight:500; transition:all .2s; width: 100%;}
.ppg-team-option img { height:28px; margin-right:10px; }
.ppg-team-option.selected { background:#FFFA71; border:1.4px solid #fab005; position:relative; }
.ppg-team-option.selected:after { content:"✔"; color:#228B22; font-size:23px; font-weight:bold; margin-left:10px; }
.ppg-points-label { font-weight:bold; font-size:18px;}
.ppg-submit-btn { padding:12px 30px; background:#FF0000; color:#fff; border:none; border-radius:10px; font-size:20px; cursor:pointer; margin-top:26px;}

.team-h{
	text-align: center;
	font-weight: 500;
    font-size: 25px;
}
.ppg-parent{
	display: flex;
	align-items: center;
    justify-content: space-between;
    background: #BAFFEF;
    padding: 15px 30px;
	border-radius: 7px;
}

input#ppg-points {
    width: 65px;
    height: 30px;
	border-radius: 7px;
	border: 1px solid #D8D8D8;
}
.red-sub{
	text-align: center;
}