/*
 * Add top position override hotfix
 * ref: https://delfi-lt-digital.atlassian.net/browse/DD-3518
 * x-ref: https://gitlab.delfi.net/lt/portal/portal-root/-/commit/6cdf43d287c7d6ae44d63545da344c70c3da3488
 */
.banner--tower > div:has(.adform-adbox-floated) {
  top: 0 !important;
}

/* factory fight nav item hover, #DEV-783 */
a.header-menu__item-content--df:hover {
  color: #fff !important;
  background: linear-gradient(274deg, #3B4BED -66.09%, #EAF2FF 248.29%) !important;
}

/* 
 * Delfi TV widget fixes after EAA updates
 * https://gitlab.delfi.net/lt/portal/portal-custom-pages/tv-guide/-/merge_requests/15
 */
.delfi-tv-widget__header > div {
  max-width: 250px !important;
}

@media (max-width: 767.98px) {
  .delfi-tv-widget__header > div {
    max-width: 100% !important;
  }
}

/* FA CSS hacks override */
.fa-icon svg,
.fa-icon path {
  shape-rendering: auto !important;
  text-rendering: auto !important;
  image-rendering: auto !important;
  filter: none !important;
}

