/* RCS AU TV Board 2 responsive scaler (16:9) v6.1.0 */
.rcs-au-tv2-scale{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  display: block;
}
.rcs-au-tv2-scale .rcs-au-tv2-canvas{
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rcs-au-tv2-scale .rcs-au-tv2-canvas table{
  border-collapse: collapse;
  margin-bottom: 5px !important;
}
/* Guard: last row bottom padding to 5px */
.rcs-au-tv2-scale .rcs-au-tv2-canvas table tr:last-child > td,
.rcs-au-tv2-scale .rcs-au-tv2-canvas table tr:last-child > th{
  padding-bottom: 5px !important;
}

/* Extra specificity for program & standings blocks */
.rcs-au-tv2-scale .rcs-au-tv2-canvas .program table,
.rcs-au-tv2-scale .rcs-au-tv2-canvas .standings table{ margin-bottom: 5px !important; }
