.elementor-30439 .elementor-element.elementor-element-7ab28023{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-30439 .elementor-element.elementor-element-191f5b42{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-30439 .elementor-element.elementor-element-4d96496a{--grid-columns:4;}.elementor-30439 .elementor-element.elementor-element-4d96496a .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-30439 .elementor-element.elementor-element-4d96496a .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-30439 .elementor-element.elementor-element-4d96496a .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-30439 .elementor-element.elementor-element-4d96496a .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-30439 .elementor-element.elementor-element-4d96496a .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}.elementor-30439 .elementor-element.elementor-element-4fd5dfe2{--display:flex;--gap:00px 00px;--row-gap:00px;--column-gap:00px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30439 .elementor-element.elementor-element-2a3251c5 > .elementor-widget-container{padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-30439 .elementor-element.elementor-element-4d96496a{--grid-columns:2;}}@media(max-width:767px){.elementor-30439 .elementor-element.elementor-element-4d96496a{--grid-columns:1;}}/* Start custom CSS for html, class: .elementor-element-2a3251c5 *//* Homepage Today On Air stripe */

.ukcr-home-today-section {
  margin: 40px 0;
}

.ukcr-home-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
}

.ukcr-home-section-heading .eyebrow {
  display: block;
  margin: 0 0 4px;
  color: #ef3b3b;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ukcr-home-section-heading h2 {
  margin: 0;
  color: #021220;
  line-height: 1.1;
}

.ukcr-home-section-link {
  color: #021220;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-decoration: none;
  white-space: nowrap;
}

.ukcr-home-section-link:hover {
  color: #ef3b3b;
}

.ukcr-home-today-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 18px;
}

/* Uses the same style language as Featured Shows */
.ukcr-home-today-show {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #ffffff;
}

.ukcr-home-today-show.is-now {
  border-color: #ef3b3b;
  box-shadow: 0 8px 20px rgba(239, 59, 59, 0.14);
}

.ukcr-home-today-image {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  background: #f1f1f1;
}

.ukcr-home-today-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ukcr-home-today-kicker {
  margin-bottom: 3px;
  color: #ef3b3b;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.ukcr-home-today-title {
  margin: 0;
  color: #021220;
  font-weight: 800;
  line-height: 1.15;
}

.ukcr-home-today-title a {
  color: #021220;
  text-decoration: none;
}

.ukcr-home-today-title a:hover {
  color: #ef3b3b;
}

.ukcr-home-today-meta {
  margin-top: 5px;
  color: #666666;
  font-size: 14px;
  line-height: 1.35;
}

.ukcr-home-today-now-label {
  display: inline-block;
  margin-top: 6px;
  background: #ef3b3b;
  color: #ffffff;
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 900px) {
  .ukcr-home-today-strip {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
  }

  .ukcr-home-today-show {
    min-width: 260px;
    scroll-snap-align: start;
  }
}

@media (max-width: 520px) {
  .ukcr-home-section-heading {
    display: block;
  }

  .ukcr-home-section-link {
    display: inline-block;
    margin-top: 10px;
  }
}/* End custom CSS */