@media (max-width: 767px) {
  [data-station="cards"] .command-stream-content > div > section {
    background: rgba(8, 5, 15, 0.74) !important;
    box-shadow: inset 0 0 54px rgba(103, 232, 249, 0.045), inset 0 -46px 64px rgba(168, 85, 247, 0.055) !important;
  }

  [data-station="cards"] .command-stream-content > div > section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background:
      radial-gradient(circle at 50% 17%, rgba(103, 232, 249, 0.15), transparent 31%),
      radial-gradient(circle at 18% 48%, rgba(192, 132, 252, 0.10), transparent 31%),
      radial-gradient(circle at 82% 52%, rgba(132, 255, 0, 0.08), transparent 30%);
  }

  [data-station="cards"] button[class*="opacity-38"] {
    opacity: 0.66 !important;
    filter: none !important;
  }

  [data-station="cards"] button[class*="opacity-38"] img {
    filter: brightness(1.02) saturate(1.04) contrast(1.03) !important;
  }

  [data-station="cards"] button[class*="opacity-45"] {
    opacity: 0.58 !important;
  }

  [data-station="cards"] button[class*="opacity-45"] img {
    filter: brightness(0.90) saturate(0.98) !important;
  }

  [data-station="cards"] .cofp-card-spotlight {
    opacity: 0.18 !important;
  }

  [data-station="cards"] a[aria-label^="View "] > div:first-child {
    opacity: 0.92 !important;
  }

  [data-station="cards"] a[aria-label^="View "] img {
    filter: brightness(1.04) saturate(1.05) contrast(1.02);
  }
}
