
/* Patch v2: remove borders & shrink numbers for Special/Consolation */
.sc-two .col-title{
  font-size:16px;           /* smaller title */
  color:#ffcc66;
  letter-spacing:.2px;
}
.sc-two ul{ gap:6px; }      /* tighter vertical gap */
.sc-two li{
  background: transparent;  /* no box */
  border: 0;                /* remove border */
  padding: 0;               /* remove padding */
  min-width: 110px;         /* narrower column */
  text-align: center;
  font-weight: 800;
  font-size: 18px;          /* smaller numbers */
  line-height: 1.2;
}
/* Optional: even smaller on very narrow screens */
@media (max-width: 520px){
  .sc-two li{ font-size:16px; min-width: 96px; }
}
