@charset "UTF-8";
/* mixin per inserire border con i colori di default */
/* mixin per inserire border con i colori di default */
body {
  font-size: 18px !important;
}

.breadcrumbs .breadcrumb:first-child .breadcrumb__name {
  font-weight: 700 !important;
}

.breadcrumbs .breadcrumb .breadcrumb__name {
  text-transform: none !important;
}

@media (max-width: 767px) {
  .section-title-container {
    padding: 0 !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .faqs-title {
    padding-left: 1rem;
  }
}
.guidatv,
.guidatv * {
  font-family: "Roboto Condensed", "AvenirNextCondensed-Medium", "Futura-CondensedMedium", "HelveticaNeue-Thin", "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-stretch: condensed;
}
.guidatv .main-column {
  background-color: #ffffff;
}
.guidatv .section-title-container.justify-center {
  justify-content: center;
}
.guidatv .section-title-container.justify-left {
  justify-content: start;
}
.guidatv .section-title-container {
  display: flex;
  flex-direction: row;
}
.guidatv .section-title-container .breadcrumbs {
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.guidatv .section-title-container .breadcrumbs .breadcrumbs__container {
  border-left: 0 none;
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
}
.guidatv .section-title-container .breadcrumbs .breadcrumb {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  margin-right: 12px;
  flex: 0 0 auto;
}
.guidatv .section-title-container .breadcrumbs .breadcrumb:last-child {
  margin-right: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.guidatv .section-title-container .breadcrumbs .breadcrumb .breadcrumb__logo {
  display: none;
}
.guidatv .section-title-container .breadcrumbs .breadcrumb__link,
.guidatv .section-title-container .breadcrumbs .breadcrumb__name {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 1.25rem;
}
.guidatv .section-title-container .breadcrumbs .breadcrumb:last-child .breadcrumb__link,
.guidatv .section-title-container .breadcrumbs .breadcrumb:last-child .breadcrumb__name {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.guidatv .section-title-container.justify-left .breadcrumbs {
  text-align: left !important;
}

@media (max-width: 768px) {
  .guida-tv-title,
  .guida-tv-subtitle {
    margin-left: 20px;
  }
}
.guida-tv-content .guida-tv-title {
  margin: 0 15px 20px 0px;
  font-size: 1.5rem;
}
.guida-tv-content .channels-section-title {
  margin-top: 2rem;
  font-family: "Roboto Condensed", "AvenirNextCondensed-Medium", "Futura-CondensedMedium", "HelveticaNeue-Thin", "Ubuntu Condensed", "Liberation Sans Narrow", "Franklin Gothic Demi Cond", "Arial Narrow", sans-serif-condensed, Arial, "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-stretch: condensed;
  font-size: 1.5rem;
}
.guida-tv-content .guida-tv-description {
  margin: 0 15px 20px 15px;
}
.guida-tv-content .guida-tv-subtitle {
  margin: 0 15px 15px 0px;
  font-size: 1.1rem;
  color: #6b6b6b;
  font-weight: 400;
}
.guida-tv-content .channel-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px 20px 0px;
  padding: 10px 0;
}
.guida-tv-content .channel-header-row .channel-logo-container {
  display: flex;
  align-items: center;
}
.guida-tv-content .channel-header-row .channel-logo-container img {
  width: auto !important;
  height: auto;
  max-width: 8rem !important;
  max-height: 42px;
  object-fit: contain;
  object-position: left center;
}
@media (max-width: 768px) {
  .guida-tv-content .channel-header-row .channel-logo-container img {
    max-width: 5rem !important;
    max-height: 32px;
  }
}
.guida-tv-content .channel-header-row .channel-schedule-link-container {
  display: flex;
  align-items: center;
}
.guida-tv-content .channel-header-row .channel-schedule-link-container .channel-schedule-link {
  color: #e91701;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}
.guida-tv-content .channel-header-row .channel-schedule-link-container .channel-schedule-link:hover {
  color: rgb(182.2179487179, 17.9871794872, 0.7820512821);
  text-decoration: underline;
}
@media (max-width: 768px) {
  .guida-tv-content .channel-header-row.channel-schedule-page {
    margin: 0 20px 20px 20px;
  }
}
.guida-tv-content .filters .filters-title {
  margin: 0;
}
@media (max-width: 768px) {
  .guida-tv-content .guida-tv-title,
  .guida-tv-content .guida-tv-subtitle {
    margin-left: 20px;
  }
  .guida-tv-content .filters,
  .guida-tv-content .date-selector,
  .guida-tv-content .program-details {
    margin-left: 20px;
    margin-right: 20px;
  }
  .guida-tv-content .search-bar-container {
    padding: 0 20px;
  }
  .guida-tv-content .section-title-container {
    width: calc(100% - 40px);
    box-sizing: border-box;
    padding: 0;
    margin: 0 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .guida-tv-content .section-title-container .breadcrumbs {
    width: 100%;
    margin-bottom: 12px;
  }
  .guida-tv-content .section-title-container .breadcrumbs .breadcrumbs__container {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
  }
  .guida-tv-content .section-title-container .breadcrumbs .breadcrumb,
  .guida-tv-content .section-title-container .breadcrumbs .breadcrumb__link,
  .guida-tv-content .section-title-container .breadcrumbs .breadcrumb__name {
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }
  .guida-tv-content .section-title-container.justify-left {
    align-items: flex-start;
  }
  .guida-tv-content .section-title-container.justify-left .breadcrumbs {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  /*
  .day-content-section a {
    margin-left: 12px !important;
    margin-right: 12px!important;
  } */
  body {
    margin-top: 0px !important;
  }
  /* Prevent horizontal overflow on mobile */
  .header-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  /* Ensure containers don't overflow */
  .container,
  .wrapper-skin-qn,
  .main-content,
  .main-column,
  .guida-tv-content {
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }
}
.footer-info {
  color: lightgray !important;
}

.footer-info a {
  color: lightgray !important;
}
.footer-info a:hover {
  color: white;
  font-weight: bold;
}

.trends-menu-inner {
  max-height: 50px;
}

.header-wrapper {
  width: 1024px;
  margin: auto;
}

.svg-sprite--hidden {
  display: none;
}

.header-wrapper--compact {
  max-width: 600px;
  margin: 0 auto;
}

.svg--mobile-logo {
  height: 30px;
  display: inline-flex;
  align-items: center;
}

.about-nav--no-float {
  float: none;
}

.sidebar-related__link {
  color: #000000;
  text-decoration: none;
}
.sidebar-related__link:hover {
  text-decoration: underline;
}

.chili-sidebar-iframe {
  border: 0;
  width: 100%;
  min-width: 100%;
  display: block;
}

.status-heading--success {
  margin-top: 0;
  color: #28a745;
}

.upgrade-note {
  text-align: center;
  margin-top: 30px;
  color: #6c757d;
}

#faqs .faqs-container {
  border: 1px solid #eeeeee;
}
#faqs .faqs-question {
  display: flex;
}
#faqs input {
  display: none;
}
#faqs label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em;
  cursor: pointer;
  background: #f7f8fa;
  transition: ease 0.5s;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
}
#faqs label:hover {
  background: #eeeeee;
}
#faqs label .toggle-icon {
  border-right: 2px solid #6b6b6b;
  border-bottom: 2px solid #6b6b6b;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  transition: ease 0.5s;
  margin-top: -2.5px;
}
#faqs .content {
  padding: 0.8em 1em;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  max-height: 20em;
  overflow: auto;
}
#faqs input + label + .content {
  display: none;
}
#faqs input:checked + label + .content {
  display: block;
}
#faqs input:checked + label > .toggle-icon {
  transform: rotate(225deg);
  margin-top: 2.5px;
}
#faqs table {
  width: 100%;
}
#faqs table tr {
  line-height: 2em;
}
#faqs table tr > * + * {
  padding-left: 1em;
}

*[id^=div-gpt-ad-] {
  text-align: center;
}
*[id^=div-gpt-ad-] > * {
  margin-right: auto;
  margin-left: auto;
}
*[id^=div-gpt-ad-] iframe {
  margin: 5px 0;
}

#div-gpt-ad-leaderboard-728-or-skin,
#div-gpt-ad-masthead-990,
#div-gpt-ad-50-mobile {
  display: none !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#div-gpt-ad-leaderboard-728-or-skin.sticky,
#div-gpt-ad-masthead-990.sticky,
#div-gpt-ad-50-mobile.sticky {
  position: sticky !important;
  top: 50px;
  z-index: 900;
}

#div-gpt-ad-1739287419494-0 {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#div-gpt-ad-1739287419494-1 {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#div-gpt-ad-1739287419494-2 {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#div-gpt-ad-1739287419494-3 {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#div-gpt-ad-1739287419494-4 {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#div-gpt-ad-1739287419494-5 {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#div-gpt-ad-1739287419494-6 {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#div-gpt-ad-1739287419494-7 {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#div-gpt-ad-1739287419494-8 {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#div-gpt-ad-1739287419494-9 {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#div-gpt-ad-1739287419494-10 {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#div-gpt-ad-leaderboard-728-or-skin {
  min-height: 116px;
}

#div-gpt-ad-videobox-top-300 {
  display: flex !important;
  justify-content: center;
  width: 100%;
  min-height: 300px;
}

#div-gpt-ad-masthead-990 {
  min-height: 260px;
}
#div-gpt-ad-masthead-990 iframe {
  margin-bottom: 24px;
}

#div-gpt-ad-50-mobile {
  min-height: 140px;
  margin-top: 30px;
  padding-top: 10px;
}

amp-ad {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
amp-ad.top {
  margin-top: 100px !important;
}
amp-ad.middle {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

amp-fx-flying-carpet amp-ad {
  margin-top: 50%;
}

#div-video-dm-ad {
  margin-bottom: 20px;
  aspect-ratio: 16/9;
}

#div-video-dm-ad:empty {
  display: none;
}

.gpt-ad-container {
  display: none !important;
}

@media (max-width: 767px) {
  .gpt-ad-container {
    display: block !important;
    min-width: 300px;
    min-height: 270px;
  }
  #div-video-dm-ad {
    margin: 0 15px 20px 15px;
  }
  .program-details > #div-video-dm-ad {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .guidatv .side-column {
    display: block;
    margin: 20px 10px;
  }
}

.program-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  font-size: 0.85rem;
}

.program-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.category-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.category-badge.category-default, .category-badge.category-programma-tv {
  background-color: #7A7A7A;
  color: white;
}
.category-badge.category-film {
  background-color: #B32430;
  color: white;
}
.category-badge.category-sport, .category-badge.category-evento-sportivo {
  background-color: #28A745;
  color: white;
}
.category-badge.category-serie-tv, .category-badge.category-telefilm {
  background-color: #6C43A3;
  color: white;
}
.category-badge.category-talk-show {
  background-color: #DA7A35;
  color: white;
}
.category-badge.category-show {
  background-color: #F28C28;
  color: white;
}
.category-badge.category-documentario, .category-badge.category-documentari {
  background-color: #2BAF9A;
  color: white;
}
.category-badge.category-informazione, .category-badge.category-inchiesta {
  background-color: #004B9B;
  color: white;
}
.category-badge.category-rubrica {
  background-color: #8896A5;
  color: white;
}
.category-badge.category-reality, .category-badge.category-real-tv {
  background-color: #C74264;
  color: white;
}
.category-badge.category-eventi, .category-badge.category-musica, .category-badge.category-concerto, .category-badge.category-evento {
  background-color: #006EC7;
  color: white;
}
.category-badge.category-soap-opera {
  background-color: #F6A8B9;
  color: #333;
}
.category-badge.category-ragazzi, .category-badge.category-bambini, .category-badge.category-cartoni, .category-badge.category-cartoni-animati {
  background-color: #F4D43C;
  color: #333;
}
.category-badge.category-teatro, .category-badge.category-cultura {
  background-color: #d946ef;
  color: white;
}
.category-badge.category-religione {
  background-color: #6366f1;
  color: white;
}
.category-badge.category-attualita, .category-badge.category-cronaca {
  background-color: #dc2626;
  color: white;
}
.category-badge.category-intrattenimento, .category-badge.category-varieta {
  background-color: #D63384;
  color: white;
}
.category-badge.category-meteo {
  background-color: #4DA6FF;
  color: white;
}
.category-badge.category-gioco-a-quiz, .category-badge.category-quiz {
  background-color: #F2C94C;
  color: #333;
}
.category-badge.category-sitcom {
  background-color: #7386FF;
  color: white;
}
.category-badge.category-telenovelas {
  background-color: #C75D8B;
  color: white;
}
.category-badge.category-fiction {
  background-color: #7E2E6A;
  color: white;
}
.category-badge:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.program-year,
.program-duration {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 2px;
  font-size: 15px;
  color: #6b6b6b;
  font-weight: 500;
}
.program-year::before,
.program-duration::before {
  margin-right: 3px;
}

.program-year::before {
  content: "📅";
}

.program-duration::before {
  content: "🕐";
}

.program {
  transition: background-color 0.2s ease;
}
.program:has(.program-image-wrapper), .program:has(.program-time) {
  display: flex;
  align-items: stretch;
}
.program:has(.program-image-wrapper) .program-image-wrapper, .program:has(.program-time) .program-image-wrapper {
  order: 2 !important;
}
.program:has(.program-image-wrapper) .program-info, .program:has(.program-time) .program-info {
  order: 3 !important;
}
.program:hover {
  background-color: #f9f9f9;
}

@media (max-width: 767px) {
  .category-badge {
    font-size: 15px;
    padding: 3px 8px;
  }
  .category-badge .program-categories span, .category-badge .program-year span {
    font-size: 15px !important;
  }
  .program-meta {
    gap: 5px;
  }
}
.guidatv .section-title-container {
  display: flex;
  flex-direction: row;
}
.guidatv .section-title-container .breadcrumbs {
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.guidatv .section-title-container .breadcrumbs .breadcrumbs__container {
  border-left: 0 none;
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  min-width: 0;
}
.guidatv .section-title-container .breadcrumbs .breadcrumb {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  margin-right: 12px;
  flex: 0 0 auto;
}
.guidatv .section-title-container .breadcrumbs .breadcrumb:last-child {
  margin-right: 0;
  flex: 1 1 auto;
  min-width: 0;
  display: inline-flex;
  width: 100%;
}
.guidatv .section-title-container .breadcrumbs .breadcrumb .breadcrumb__logo {
  display: none;
}
.guidatv .section-title-container .breadcrumbs .breadcrumb__link,
.guidatv .section-title-container .breadcrumbs .breadcrumb__name {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 1.25rem;
  max-width: 100%;
  flex: 1 1 auto;
}
.guidatv .section-title-container .breadcrumbs .breadcrumb:last-child .breadcrumb__link,
.guidatv .section-title-container .breadcrumbs .breadcrumb:last-child .breadcrumb__name {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1 1 auto;
  display: block;
}
.guidatv .section-title-container.justify-left .breadcrumbs {
  text-align: left !important;
}

@media (max-width: 768px) {
  .guida-tv-content .section-title-container {
    width: calc(100% - 40px);
    box-sizing: border-box;
    padding: 0;
    margin: 0 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .guida-tv-content .section-title-container .breadcrumbs {
    width: 100%;
    margin-bottom: 12px;
  }
  .guida-tv-content .section-title-container .breadcrumbs .breadcrumbs__container {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    min-width: 0;
  }
  .guida-tv-content .section-title-container .breadcrumbs .breadcrumb,
  .guida-tv-content .section-title-container .breadcrumbs .breadcrumb__link,
  .guida-tv-content .section-title-container .breadcrumbs .breadcrumb__name {
    font-size: 1rem !important;
    line-height: 1.4 !important;
    max-width: 100%;
    flex: 1 1 auto;
  }
  .guida-tv-content .section-title-container .breadcrumbs .breadcrumb:last-child {
    display: inline-flex;
    width: 100%;
  }
  .guida-tv-content .section-title-container .breadcrumbs .breadcrumb:last-child .breadcrumb__link,
  .guida-tv-content .section-title-container .breadcrumbs .breadcrumb:last-child .breadcrumb__name {
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 1 1 auto;
    display: block;
  }
  .guida-tv-content .section-title-container.justify-left {
    align-items: flex-start;
  }
  .guida-tv-content .section-title-container.justify-left .breadcrumbs {
    margin-bottom: 12px;
  }
}
.program-details .program-category {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 600;
  color: #e91701;
  text-transform: uppercase;
}
.program-details .channel-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.program-details .channel-header picture {
  display: inline-flex;
  align-items: center;
}
.program-details .channel-header picture img {
  width: auto;
  height: auto;
  max-height: 42px;
  max-width: 140px;
  object-fit: contain;
  object-position: left center;
}
.program-details .channel-header .channel-name {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
}
.program-details .channel-header .channel-expand {
  margin-left: auto;
  font-size: 0.95rem;
  color: #e91701;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.program-details .channel-header .channel-expand:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .program-details .channel-header {
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .program-details .channel-header picture img {
    max-height: 32px;
    max-width: 110px;
  }
  .program-details .channel-header .channel-name {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 1rem;
    line-height: 1.25;
  }
  .program-details .channel-header .channel-expand {
    width: 100%;
    margin-left: 0;
    margin-top: 4px;
    font-size: 0.85rem;
  }
}
.program-details .program-jump-to-schedule {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
}
.program-details .program-jump-to-schedule a {
  color: #e91701;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
}
.program-details .program-jump-to-schedule a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .program-details .program-jump-to-schedule {
    justify-content: flex-start;
  }
}
.program-details .program-title {
  font-size: 1.75rem;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.6em;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .program-details .program-title {
    margin-bottom: 15px;
  }
}
.program-details .program-detail-image {
  aspect-ratio: 16/9;
  max-width: 100%;
  margin-bottom: 30px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .program-details .program-detail-image {
    max-width: 100%;
    margin-bottom: 20px;
    border-radius: 2px;
  }
}
.program-details .program-detail-image img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover !important;
  object-position: top !important;
}
.program-details .program-detail-image .program-placeholder, .program-details .program-detail-image .placeholder-image {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover !important;
  object-position: center !important;
}
.program-details .program-additional-info {
  font-size: 1rem;
  color: #6b6b6b;
  font-weight: 400;
  margin-bottom: 10px;
}
.program-details .program-additional-info > div {
  margin-bottom: 10px;
}
.program-details .program-description {
  font-family: "Roboto", Helvetica, Arial, sans-serifInter, system-ui, sans-serif;
  font-stretch: normal;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 40px;
  white-space: normal;
  display: block;
  overflow: visible;
  text-overflow: initial;
}
@media (max-width: 767px) {
  .program-details .program-description {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  #jump-to-schedule {
    padding-top: 89px;
  }
}
.correlations {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  color: #6b6b6b;
  font-weight: 300;
  margin-bottom: 10px;
}
.correlations .correlations-article {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-family: AvenirNext, Futura, HelveticaNeue, Ubuntu, "Liberation Sans", "Franklin Gothic Demi", Arial, sans-serif;
  font-stretch: normal;
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 10px;
  clear: both;
}
.correlations .correlations-article img {
  float: left;
  padding: 10px;
  width: 140px;
}
.correlations .correlations-article a {
  color: black;
}
.correlations .correlations-article a > div {
  margin-bottom: 10px;
  padding: 10px;
}

.similar-programs {
  margin: 30px 0;
  padding: 24px 0;
  background-color: #F12D22;
  border-radius: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .similar-programs {
    padding: 20px 0;
    margin: 20px 0;
  }
}
.similar-programs .similar-programs-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 16px;
}
@media (min-width: 1025px) {
  .similar-programs .similar-programs-header {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  .similar-programs .similar-programs-header {
    margin-bottom: 16px;
    padding: 0 16px;
  }
}
.similar-programs .similar-programs-header .carousel-header-content {
  flex: 1;
}
.similar-programs .similar-programs-header .carousel-nav-prev {
  margin-right: 0.8rem;
}
@media (max-width: 768px) {
  .similar-programs .similar-programs-header .similar-programs-nav {
    width: 35px;
    height: 35px;
  }
}
.similar-programs .similar-programs-header .similar-programs-nav {
  position: static;
  transform: none;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  width: 44px;
  height: 44px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.similar-programs .similar-programs-header .similar-programs-nav:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}
.similar-programs .similar-programs-header .similar-programs-nav:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.similar-programs .similar-programs-header .similar-programs-nav svg {
  width: 24px;
  height: 24px;
  stroke-width: 3;
}
.similar-programs .similar-programs-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.3px;
}
@media (max-width: 767px) {
  .similar-programs .similar-programs-title {
    font-size: 1.3rem;
  }
}
.similar-programs .similar-programs-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  margin: 0;
}
.similar-programs .carousel-container {
  position: relative;
  padding: 0 16px;
}
@media (min-width: 1025px) {
  .similar-programs .carousel-container {
    padding: 0 48px;
  }
}
.similar-programs .carousel-nav {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  display: flex;
}
.similar-programs .carousel-nav:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.similar-programs .carousel-track-container {
  overflow-x: hidden;
  scrollbar-width: none;
}
.similar-programs .carousel-track-container::-webkit-scrollbar {
  display: none;
}
.similar-programs .carousel-track {
  display: flex;
  gap: 20px;
  transition: transform 0.3s ease;
  padding: 8px 0;
  align-items: stretch;
}
.similar-programs .similar-program-card {
  flex-shrink: 0;
  background: #FF7C79;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
  align-self: stretch;
  width: calc((100% - 40px) / 3);
}
@media (max-width: 1024px) {
  .similar-programs .similar-program-card {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .similar-programs .similar-program-card {
    width: 100%;
  }
}
.similar-programs .similar-program-card:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.15);
  text-decoration: none;
}
.similar-programs .similar-program-card:hover .similar-program-title {
  color: #ffffff;
}
.similar-programs .similar-program-card:hover .similar-program-image img {
  transform: scale(1.05);
}
.similar-programs .similar-program-image {
  width: 100%;
  max-height: 180px;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .similar-programs .similar-program-image {
    max-height: 200px;
  }
}
.similar-programs .similar-program-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.3s ease;
}
.similar-programs .similar-program-image .similar-program-categories {
  position: absolute;
  bottom: 8px;
  left: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  z-index: 2;
  max-width: calc(100% - 16px);
}
.similar-programs .similar-program-image.similar-program-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
}
.similar-programs .similar-program-image.similar-program-image-placeholder .similar-program-placeholder-icon {
  font-size: 3rem;
  opacity: 0.5;
  color: #ffffff;
}
.similar-programs .similar-program-image.similar-program-image-placeholder .similar-program-placeholder-icon svg {
  width: 48px;
  height: 48px;
  fill: rgba(255, 255, 255, 0.5);
}
.similar-programs .similar-program-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  padding: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.similar-programs .similar-program-time {
  color: #6b6b6b;
  font-size: 1rem;
  font-weight: 600;
}
.similar-programs .similar-program-content {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.similar-programs .similar-program-content .carousel-card-description,
.similar-programs .similar-program-content .similar-program-description {
  color: #ffffff !important;
  font-size: 0.9rem;
  line-height: 1.2;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 3.6em;
}
@media (max-width: 767px) {
  .similar-programs .similar-program-content .carousel-card-description,
  .similar-programs .similar-program-content .similar-program-description {
    font-size: 0.85rem;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    max-height: 3.06em;
  }
}
.similar-programs .similar-program-content .similar-program-channel-logo {
  max-width: 40%;
  height: auto;
}
@media (max-width: 767px) {
  .similar-programs .similar-program-content {
    padding: 12px;
  }
}
.similar-programs .similar-program-station {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
.similar-programs .similar-program-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 10px;
  transition: color 0.2s ease;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: 2.6em;
}
@media (max-width: 767px) {
  .similar-programs .similar-program-title {
    font-size: 1rem;
    height: 2.6em;
  }
}
.similar-programs .similar-program-categories .category-badge {
  font-size: 0.75rem;
  padding: 4px 10px;
  color: #ffffff;
  border-radius: 2px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.similar-programs .similar-program-categories .category-badge.category-default, .similar-programs .similar-program-categories .category-badge.category-programma-tv {
  background-color: #7A7A7A;
}
.similar-programs .similar-program-categories .category-badge.category-film {
  background-color: #B32430;
}
.similar-programs .similar-program-categories .category-badge.category-sport, .similar-programs .similar-program-categories .category-badge.category-evento-sportivo {
  background-color: #28A745;
}
.similar-programs .similar-program-categories .category-badge.category-serie-tv, .similar-programs .similar-program-categories .category-badge.category-telefilm {
  background-color: #6C43A3;
}
.similar-programs .similar-program-categories .category-badge.category-talk-show {
  background-color: #DA7A35;
}
.similar-programs .similar-program-categories .category-badge.category-show {
  background-color: #F28C28;
}
.similar-programs .similar-program-categories .category-badge.category-documentario, .similar-programs .similar-program-categories .category-badge.category-documentari {
  background-color: #2BAF9A;
}
.similar-programs .similar-program-categories .category-badge.category-informazione, .similar-programs .similar-program-categories .category-badge.category-inchiesta {
  background-color: #004B9B;
}
.similar-programs .similar-program-categories .category-badge.category-rubrica {
  background-color: #8896A5;
}
.similar-programs .similar-program-categories .category-badge.category-reality, .similar-programs .similar-program-categories .category-badge.category-real-tv {
  background-color: #C74264;
}
.similar-programs .similar-program-categories .category-badge.category-eventi, .similar-programs .similar-program-categories .category-badge.category-musica, .similar-programs .similar-program-categories .category-badge.category-concerto, .similar-programs .similar-program-categories .category-badge.category-evento {
  background-color: #006EC7;
}
.similar-programs .similar-program-categories .category-badge.category-soap-opera {
  background-color: #F6A8B9;
  color: #333;
}
.similar-programs .similar-program-categories .category-badge.category-ragazzi, .similar-programs .similar-program-categories .category-badge.category-bambini, .similar-programs .similar-program-categories .category-badge.category-cartoni, .similar-programs .similar-program-categories .category-badge.category-cartoni-animati {
  background-color: #F4D43C;
  color: #333;
}
.similar-programs .similar-program-categories .category-badge.category-teatro, .similar-programs .similar-program-categories .category-badge.category-cultura {
  background-color: #d946ef;
}
.similar-programs .similar-program-categories .category-badge.category-religione {
  background-color: #6366f1;
}
.similar-programs .similar-program-categories .category-badge.category-attualita, .similar-programs .similar-program-categories .category-badge.category-cronaca {
  background-color: #dc2626;
}
.similar-programs .similar-program-categories .category-badge.category-intrattenimento, .similar-programs .similar-program-categories .category-badge.category-varieta {
  background-color: #D63384;
}
.similar-programs .similar-program-categories .category-badge.category-meteo {
  background-color: #4DA6FF;
}
.similar-programs .similar-program-categories .category-badge.category-gioco-a-quiz, .similar-programs .similar-program-categories .category-badge.category-quiz {
  background-color: #F2C94C;
  color: #333;
}
.similar-programs .similar-program-categories .category-badge.category-sitcom {
  background-color: #7386FF;
}
.similar-programs .similar-program-categories .category-badge.category-telenovelas {
  background-color: #C75D8B;
}
.similar-programs .similar-program-categories .category-badge.category-fiction {
  background-color: #7E2E6A;
}
.similar-programs .similar-program-meta {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  margin-top: auto;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .similar-programs .similar-program-meta {
    font-size: 0.85rem;
  }
}
.similar-programs .schedule--program-time {
  display: flex;
  align-items: center;
  gap: 5px;
}
.similar-programs .schedule--program-time .schedule--program-icon svg {
  width: 16px;
  height: 16px;
  fill: rgba(255, 255, 255, 0.8);
}
.similar-programs .similar-program-date {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.similar-programs .similar-program-separator {
  margin: 0 6px;
  color: rgba(255, 255, 255, 0.6);
}
.similar-programs .similar-program-duration {
  font-weight: 400;
}
.similar-programs .similar-program-time {
  color: rgba(255, 255, 255, 0.8);
}

.schedule-section-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 30px 0 16px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5e7eb;
  letter-spacing: -0.3px;
}
@media (max-width: 767px) {
  .schedule-section-title {
    font-size: 20px;
    margin: 20px 0 12px 0;
    padding-left: 12px;
  }
}

.channels .channel {
  position: relative;
  display: block;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  border-top: 0 none;
  padding: 0;
}
@media (max-width: 767px) {
  .channels .channel {
    border-right: 0 none;
    border-left: 0 none;
  }
}
.channels .channel .channel-header {
  display: block;
  position: sticky;
  top: 90px;
  padding: 16px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
  border-left: 4px solid #e91701;
  font-size: 1rem;
  z-index: 99;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .channels .channel .channel-header {
    top: 159px;
    padding: 12px 16px;
  }
}
.channels .channel .channel-header:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background: rgba(0, 0, 0, 0.15);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
}
.channels .channel .channel-header:hover {
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
}
.channels .channel .channel-header:hover .channel-expand {
  color: #e91701;
}
.channels .channel .channel-header a {
  display: block;
}
.channels .channel .channel-header a:hover {
  text-decoration: none;
}
.channels .channel .channel-header img {
  object-fit: contain;
  height: 36px;
}
.channels .channel > .channel-date:first-child {
  padding: 12px 20px;
  margin-bottom: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #dddddd;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
}
.channels .channel > .channel-date {
  padding: 12px 20px;
  margin-bottom: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #dddddd;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
}
.channels .channel .day-separator {
  margin: 30px 0 20px 0;
  padding: 0 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
}
@media (max-width: 767px) {
  .channels .channel .day-separator {
    margin: 20px 0 15px 0;
    padding: 0 16px;
  }
}
.channels .channel .day-separator .day-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  padding: 16px 0;
  margin: 0;
  text-transform: none;
  letter-spacing: 0.3px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .channels .channel .day-separator .day-title {
    font-size: 1.1rem;
  }
}
.channels .channel .channel-name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.05rem;
  line-height: normal;
  color: #1a1a1a;
  letter-spacing: 0.5px;
}
.channels .channel .channel-expand {
  float: right;
  line-height: 36px;
  color: #6b6b6b;
  margin-right: 10px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}
@media (max-width: 767px) {
  .channels .channel .channel-expand {
    font-size: 0.75rem;
    line-height: 30px;
  }
}
.channels .channel .programs {
  background-color: #ffffff;
  position: relative;
}
.channels .channel .programs .program {
  display: block;
  position: relative;
  float: none;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  display: grid;
  grid-template-columns: auto 1fr 1fr auto;
  align-items: center;
  min-height: 150px;
  transition: background-color 0.2s ease;
  text-decoration: none;
}
@media (max-width: 767px) {
  .channels .channel .programs .program {
    min-height: 120px;
  }
}
.channels .channel .programs .program:has(.hour.live) {
  border-top: 2px solid #ffd700;
  border-right: 2px solid #ffd700;
  border-bottom: 2px solid #ffd700;
  border-left: 2px solid #ffd700;
}
.channels .channel .programs .program:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}
.channels .channel .programs .program:hover .program-title {
  color: #e91701;
  text-decoration: underline;
}
.channels .channel .programs .program:last-child:not(:has(.hour.live)) {
  border-bottom: none;
}
.channels .channel .programs .program:last-child:has(.hour.live) {
  border-bottom: 2px solid #ffd700;
}
.channels .channel .programs .program .program-image-wrapper {
  order: 2 !important;
}
@media (min-width: 768px) {
  .channels .channel .programs .program .program-image-wrapper {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    order: 2 !important;
    justify-content: center;
    grid-column: 2;
  }
  .channels .channel .programs .program .program-image-wrapper .program-image {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    overflow: hidden;
    border-radius: 2px;
    background-color: #f5f5f5;
    margin-bottom: 8px;
    margin-top: 8px;
    position: relative;
  }
  .channels .channel .programs .program .program-image-wrapper .program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .channels .channel .programs .program .program-image-wrapper .program-image.program-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .channels .channel .programs .program .program-image-wrapper .program-image.program-image-placeholder img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
  .channels .channel .programs .program .program-image-wrapper .program-image .program-image-category {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 6px;
    z-index: 10;
  }
  .channels .channel .programs .program .program-image-wrapper .program-image .program-image-category .program-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  .channels .channel .programs .program .program-image-wrapper .program-image .program-image-category .category-badge {
    font-size: 14px;
    padding: 2px 6px;
    margin: 0;
  }
  .channels .channel .programs .program .program-image-wrapper .program-image-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    min-height: auto;
  }
  .channels .channel .programs .program .program-info {
    order: 3 !important;
  }
}
@media (max-width: 767px) {
  .channels .channel .programs .program .program-image-wrapper {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    order: 2 !important;
  }
  .channels .channel .programs .program .program-image-wrapper .program-image {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    overflow: hidden;
    border-radius: 2px;
    background-color: #f5f5f5;
    position: relative;
  }
  .channels .channel .programs .program .program-image-wrapper .program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .channels .channel .programs .program .program-image-wrapper .program-image.program-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .channels .channel .programs .program .program-image-wrapper .program-image.program-image-placeholder img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
  .channels .channel .programs .program .program-image-wrapper .program-image .program-image-category {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 4px;
    z-index: 10;
  }
  .channels .channel .programs .program .program-image-wrapper .program-image .program-image-category .program-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
  }
  .channels .channel .programs .program .program-image-wrapper .program-image .program-image-category .category-badge {
    font-size: 14px;
    padding: 1px 4px;
    margin: 0;
  }
  .channels .channel .programs .program .program-image-wrapper .program-image-meta {
    display: none;
  }
  .channels .channel .programs .program .program-info {
    order: 3 !important;
  }
}
.channels .channel .programs .program:not(:has(.program-image-wrapper)) .program-image {
  flex-shrink: 0;
  width: 120px;
  aspect-ratio: 16/9;
  height: auto;
  overflow: hidden;
  border-radius: 2px;
  background-color: #f5f5f5;
  order: 3;
}
@media (max-width: 767px) {
  .channels .channel .programs .program:not(:has(.program-image-wrapper)) .program-image {
    width: 90px;
    height: 100%;
  }
}
.channels .channel .programs .program:not(:has(.program-image-wrapper)) .program-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.channels .channel .programs .program .program-time {
  padding: 10px;
  flex-shrink: 0;
  width: 70px;
  text-align: center;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}
@media (max-width: 767px) {
  .channels .channel .programs .program .program-time {
    width: 60px;
    padding: 10px;
    font-size: 18px;
  }
}
.channels .channel .programs .program .program-time .hour {
  line-height: normal;
  vertical-align: top;
}
.channels .channel .programs .program .program-time .hour.live {
  background: linear-gradient(135deg, #ff4444 0%, #e91701 100%);
  color: white;
  font-weight: 600;
  font-size: 0.7rem;
  border-radius: 2px;
  padding: 6px 12px;
  width: auto;
  display: inline-block;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(233, 23, 1, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .channels .channel .programs .program .program-time .hour.live {
    font-size: 0.65rem;
    padding: 5px 10px;
    border-radius: 2px;
  }
}
.channels .channel .programs .program .program-info {
  flex: 1;
  padding: 14px 20px 14px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 60px;
  order: 3 !important;
  gap: 8px;
}
@media (min-width: 768px) {
  .channels .channel .programs .program .program-info {
    order: 3 !important;
  }
}
@media (max-width: 767px) {
  .channels .channel .programs .program .program-info {
    padding: 12px 10px 12px 10px;
    order: 3 !important;
  }
}
.channels .channel .programs .program .program-category {
  font-size: 0.9rem;
  font-weight: 300;
  color: #6b6b6b;
  text-transform: uppercase;
  line-height: normal;
  display: inline-block;
  vertical-align: top;
}
.channels .channel .programs .program .program-rating {
  display: inline-block;
}
.channels .channel .programs .program .program-rating .stars {
  margin-right: 10px;
  font-size: 0.9rem;
  vertical-align: top;
  line-height: normal;
}
.channels .channel .programs .program .program-rating .year {
  margin-right: 10px;
  font-size: 0.9rem;
  line-height: normal;
  vertical-align: top;
}
.channels .channel .programs .program .program-rating .length {
  margin-right: 10px;
  font-size: 0.9rem;
  vertical-align: top;
  line-height: normal;
}
.channels .channel .programs .program .program-rating .imdb {
  margin-right: 10px;
  background-color: #fed500;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 0.9rem;
  font-weight: 700;
  vertical-align: top;
  line-height: normal;
}
.channels .channel .programs .program .program-title {
  clear: both;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  line-height: 1.45;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
@media (max-width: 767px) {
  .channels .channel .programs .program .program-title {
    font-size: 18px;
    font-weight: 600;
  }
}
.channels .channel .programs .program .program-description {
  font-size: 18px;
  color: #374151;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
  display: -webkit-box; /* crea un box flessibile verticale */
  line-clamp: 3; /* numero di righe da mostrare */
  -webkit-line-clamp: 3; /* numero di righe da mostrare */
  -webkit-box-orient: vertical; /* orientamento verticale */
  overflow: hidden; /* nasconde il testo in eccesso */
  text-overflow: ellipsis;
  max-height: 4.8em;
}
@media (max-width: 767px) {
  .channels .channel .programs .program .program-description {
    display: none;
    font-size: 18px;
    line-height: 1.5;
    color: #4b5563;
  }
}
.channels .no-results {
  background-color: #ffffff;
  color: #6b6b6b;
  height: 200px;
  line-height: 200px;
  height: 50vh;
  line-height: 50vh;
  font-size: 0.9rem;
  font-weight: 300;
  text-align: center;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.program-schedule .channels .channel {
  border-top: 1px solid #dddddd;
}
.program-schedule .channels .channel .channel-header {
  top: -1px;
}
@media (max-width: 767px) {
  .program-schedule .channels .channel .channel-header {
    top: 50px;
  }
}
.program-schedule .channels .channel .channel-date {
  margin-bottom: 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: white;
  color: #6b6b6b;
}
.program-schedule .channels .channel .channel-date:first-child {
  border-top: 0;
  padding-top: 15px;
}
.program-schedule .channels .channel .program-image-wrapper .program-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.program-schedule .channels .channel .program-image-wrapper .program-image.program-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.program-schedule .channels .channel .program-image-wrapper .program-image.program-image-placeholder img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
