.component-onair-tile{display:grid;grid-template-columns:var(--full-width-grid-block-template-columns);justify-self:stretch;max-width:100%;min-width:0;overflow:hidden;position:relative;width:auto}.component-onair-tile .tile-container{grid-column-gap:1.6rem;display:grid;grid-column:2;grid-template-columns:minmax(22rem,1fr) minmax(22rem,1fr) -webkit-min-content;grid-template-columns:minmax(22rem,1fr) minmax(22rem,1fr) min-content;max-width:100vw;overflow-x:auto;padding:1rem 0;width:100%}.component-onair-tile .tile-container>*{align-items:center;display:flex;justify-content:flex-start;width:100%}.component-onair-tile .tile-container>*+*{border-left:.1rem solid var(--palette-grey-300);padding-left:1.6rem}.component-onair-tile .tile-container>.full-schedule{justify-content:flex-end}.theme-night .component-onair-tile .tile-container::-webkit-scrollbar{background-color:var(--block-theme-background-color)}.theme-night .component-onair-tile .tile-container::-webkit-scrollbar-thumb{background-color:var(--palette-grey-500)}.component-onair-tile a{cursor:pointer;text-decoration:none}.component-onair-tile .thumb-container{align-items:center;border-radius:50%;display:inline-flex;height:4rem;justify-content:center;min-width:4rem;overflow:hidden}.component-onair-tile .thumb-container a{height:100%;width:100%}.component-onair-tile .thumb-container img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.component-onair-tile figcaption{color:var(--site-theme-foreground-color);display:inline-block;font-size:1.4rem;font-weight:700;overflow:hidden;padding-left:.8rem;text-overflow:ellipsis;white-space:nowrap;width:100%}.component-onair-tile figcaption .eyebrow-like{white-space:nowrap}.component-onair-tile figcaption time{font-weight:400;padding-left:.5rem;white-space:nowrap}.component-onair-tile figcaption .show-title{display:inline-block;display:block;margin-top:.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}