﻿.body-copy ul + *,.body-copy ol + *, .simple-copy ul + *,.simple-copy ol + * {margin-top:20px}
ul:not([class]):not([role]),ol:not([class]):not([role]) {margin-left: 20px; list-style-type: initial;}

/* Accessibility quick fixes */
.subtitle, .tag {
    opacity: 1 !important;
}

.hero-play[tabindex='0']:focus-visible {
    background: var(--char--100);
}

/* Digital engagement banner */
#esw-channelmenu, #esw-fab {
  z-index: 13!important;
}

.embedded-service .channelmenu_ctas > li {
  margin: 0;
}

@media (min-width: 768px) {
  #esw-channelmenu {
    margin-bottom: 5px;
  }
  #esw-fab, .embeddedServiceSidebarMinimizedFabDefaultUI button {
    width: 75px;
    height: 75px;
  }
  .embedded-service .fab div[class="icon_fab_container"] > img.esw-custom_icon,
  .embeddedServiceSidebarMinimizedFabDefaultUI button.fab {
    transform: scale(1.3)!important;
  }
}