/* Article-only finish: retain the configured brand image in its original
   colours instead of the site's decorative four-second hue rotation. */
body.uuh58-redesign-single .header .navbar-logo {
  animation: none !important;
  filter: none !important;
}

/* Only paid posts have this purchase control. Keep its size and prominence,
   and compact the surrounding utility bar above the frozen primary nav. */
@media (max-width: 767px) {
  body.uuh58-redesign-single .footer-tabbar:has(.single-pay-tabbar) {
    height: 44px;
    padding-top: 4px;
    padding-bottom: 4px;
    box-shadow: none;
  }

  body.uuh58-redesign-single .footer-tabbar:has(.single-pay-tabbar) .single-action-tabbar {
    height: 36px;
    color: #6c7989;
  }

  body.uuh58-redesign-single .footer-tabbar:has(.single-pay-tabbar) .single-action-tabbar .icon {
    width: 19px;
    height: 19px;
  }

  body.uuh58-redesign-single .footer-tabbar:has(.single-pay-tabbar) .single-pay-tabbar {
    margin-top: 0;
    margin-bottom: 0;
  }
}
