:root { 
    --whisky-24-hours-tasting-packs-theme01: #c1282e;  /* titles, banner titles, cta */
    --whisky-24-hours-tasting-packs-theme02: #df6830; /* subtitle */
    --whisky-24-hours-tasting-packs-theme03: #363b24;  
    --whisky-24-hours-tasting-packs-theme04: #fc9b00;  

  	--whisky-24-hours-tasting-packs-dark: #000000;
	--whisky-24-hours-tasting-packs-light: #FFFFFF;
}

/* Shared */
.whisky-24-hours-tasting-packs { max-width: 1900px; margin: 0 auto; }
.whisky-24-hours-tasting-packs .fc-header__title { color: var(--whisky-24-hours-tasting-packs-theme01); }
.whisky-24-hours-tasting-packs .fc-header__subtitle { color: var(--whisky-24-hours-tasting-packs-theme02); }
.whisky-24-hours-tasting-packs .fc-divider { display: none; }
.whisky-24-hours-tasting-packs .fc-content__copy a { color: var(--whisky-24-hours-tasting-packs-theme01); }
.whisky-24-hours-tasting-packs .fc-content__copy a:hover { color: var(--whisky-24-hours-tasting-packs-theme02); }

/* Intro Panel */
.whisky-24-hours-tasting-packs__panel-440007 .fc-layout__content { max-width: 1900px; padding: 0; }

/* Banners */
.whisky-24-hours-tasting-packs .twe-banner__tag {
  color: var(--whisky-24-hours-tasting-packs-theme01);
  border-color: var(--whisky-24-hours-tasting-packs-theme01);
}
.whisky-24-hours-tasting-packs .twe-banner__tag:hover {
  color: var(--whisky-24-hours-tasting-packs-theme02);
  border-color: var(--whisky-24-hours-tasting-packs-theme02);
}
.whisky-24-hours-tasting-packs .twe-banner__title { color: var(--whisky-24-hours-tasting-packs-theme01); }
.whisky-24-hours-tasting-packs .twe-banner__link { color: var(--whisky-24-hours-tasting-packs-theme01); }
.whisky-24-hours-tasting-packs .twe-banner__link:hover .twe-banner__title { color: var(--whisky-24-hours-tasting-packs-theme02); }

/* Panel 1 - Banner Row (XXL) - later replaced by content panel 100 */
  /*
  .whisky-24-hours-tasting-packs__panel-440001 { padding-top: 0; }
  .whisky-24-hours-tasting-packs__panel-440001 .twe-banner__picture source,
  .whisky-24-hours-tasting-packs__panel-440001 .twe-banner__picture img { aspect-ratio: 1/1; }
  @media (min-width: 768px) {
    .whisky-24-hours-tasting-packs__panel-440001 .twe-banner__picture source,
    .whisky-24-hours-tasting-packs__panel-440001 .twe-banner__picture img { aspect-ratio: 16/6; }
  }
  .whisky-24-hours-tasting-packs__panel-440001 .twe-banner-grid { padding: 0; }
  .whisky-24-hours-tasting-packs__panel-440001 .twe-banner__tags { justify-content: center; }
  .whisky-24-hours-tasting-packs__panel-440001 .twe-banner-grid { padding-top: 0; padding-bottom: 0; }
  .whisky-24-hours-tasting-packs__panel-440001 .twe-banner { padding-bottom: 0; }
  .whisky-24-hours-tasting-packs__panel-440001 .twe-banner__copy { max-width: 940px; }
  */

/* Panel 2 */
@media(min-width:960px){
    .whisky-24-hours-tasting-packs__panel-440006 { padding-top: 30px; }
}
.whisky-24-hours-tasting-packs__panel-440006 .fc-divider { display: block; }
.whisky-24-hours-tasting-packs__panel-440006 .fc-layout__content { max-width: 1200px; }
.whisky-24-hours-tasting-packs__panel-440006 .cta-button { 
  background-color: var(--whisky-24-hours-tasting-packs-theme01); 
  border: 1px solid var(--whisky-24-hours-tasting-packs-theme01); 
  color: var(--whisky-24-hours-tasting-packs-light); }
.whisky-24-hours-tasting-packs__panel-440006 .cta-button:hover { 
  background-color: transparent; 
  border: 1px solid var(--whisky-24-hours-tasting-packs-theme01); 
  color: var(--whisky-24-hours-tasting-packs-theme01); 
}

/* Panel 5 - We Are Whisky */
.whisky-24-hours-tasting-packs__panel-440005 { background-color: var(--whisky-24-hours-tasting-packs-theme03); }
.whisky-24-hours-tasting-packs__panel-440005 .fc-header__image {
    width: 100%;
    max-width: 420px;
    padding: 10px 20px 0 20px;
    margin-bottom: 20px;
}
.whisky-24-hours-tasting-packs__panel-440005 .fc-content__copy { color: var(--whisky-24-hours-tasting-packs-light); }
.whisky-24-hours-tasting-packs__panel-440005 .fc-divider { display: block; background-image: url(/media/rtwe/uploads/featurecore/assets/440/701.svg?v=638490386892100000); }
.whisky-24-hours-tasting-packs__panel-440005 .cta-button { 
  background-color: var(--whisky-24-hours-tasting-packs-theme04); 
  border: 1px solid var(--whisky-24-hours-tasting-packs-theme04); 
  color: var(--whisky-24-hours-tasting-packs-light); 
}
.whisky-24-hours-tasting-packs__panel-440005 .cta-button:hover { 
  background-color: transparent; 
  border: 1px solid var(--whisky-24-hours-tasting-packs-theme04); 
  color: var(--whisky-24-hours-tasting-packs-light); 
}