/* Static ornate Om emblem for the Thought for the Day card.
   This file intentionally removes the previous moving glow/corona treatment.
   The Om must appear as a crisp static picture, like the approved reference. */

.home-premium-shell .home-daily-quote-card {
  position: relative !important;
  overflow: hidden !important;
}

.home-premium-shell .home-daily-quote-card::before,
.home-premium-shell .home-daily-quote-card::after,
.home-premium-shell .home-daily-quote-card__icon::before,
.home-premium-shell .home-daily-quote-card__icon::after {
  content: none !important;
  display: none !important;
  animation: none !important;
  background: none !important;
  filter: none !important;
  box-shadow: none !important;
}

.home-premium-shell .home-daily-quote-card__icon {
  width: 92px !important;
  height: 92px !important;
  min-width: 92px !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 2 !important;
  animation: none !important;
}

.home-premium-shell .home-daily-quote-card__icon .om-sun-artwork,
.home-premium-shell .home-daily-quote-card__icon .om-sun-svg,
.home-premium-shell .home-daily-quote-card__icon .om-sun-premium {
  width: 92px !important;
  height: 92px !important;
  max-width: 92px !important;
  max-height: 92px !important;
  display: block !important;
  object-fit: contain !important;
  position: relative !important;
  z-index: 2 !important;
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
  filter:
    drop-shadow(0 1px 1px rgba(255, 255, 255, 0.78))
    drop-shadow(0 4px 8px rgba(15, 23, 42, 0.16)) !important;
}

.home-premium-shell .home-daily-quote-card__copy {
  position: relative !important;
  z-index: 2 !important;
}

.home-premium-shell .home-daily-quote-card__kicker {
  text-shadow: none !important;
}

.home-premium-shell .home-daily-quote-card__copy p {
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.82),
    0 0 10px rgba(255, 255, 255, 0.36) !important;
}

/* Desktop alignment: reserve exactly the space occupied by the emblem.
   The mobile composition below is intentionally unchanged. */
@media (min-width: 431px) {
  .home-premium-shell .home-daily-quote-wrap {
    margin-inline: auto !important;
  }

  .home-premium-shell .home-daily-quote-card,
  .home-premium-shell .home-daily-quote-card[data-banking-insight-theme] {
    grid-template-columns: 72px minmax(0, 1fr) auto !important;
    column-gap: 20px !important;
    align-items: center !important;
  }

  .home-premium-shell .home-daily-quote-card__icon {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
  }

  .home-premium-shell .home-daily-quote-card__icon .om-sun-artwork,
  .home-premium-shell .home-daily-quote-card__icon .om-sun-svg,
  .home-premium-shell .home-daily-quote-card__icon .om-sun-premium {
    width: 72px !important;
    height: 72px !important;
    max-width: 72px !important;
    max-height: 72px !important;
  }

  .home-premium-shell .home-daily-quote-card__copy {
    min-width: 0 !important;
    padding-inline-start: 0 !important;
  }
}

@media (max-width: 430px) {
  .home-premium-shell .home-daily-quote-card,
  .home-premium-shell .home-daily-quote-card[data-banking-insight-theme] {
    grid-template-columns: 102px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: center !important;
    padding: 15px 13px !important;
  }

  .home-premium-shell .home-daily-quote-card__icon {
    width: 96px !important;
    height: 96px !important;
    min-width: 96px !important;
  }

  .home-premium-shell .home-daily-quote-card__icon .om-sun-artwork,
  .home-premium-shell .home-daily-quote-card__icon .om-sun-svg,
  .home-premium-shell .home-daily-quote-card__icon .om-sun-premium {
    width: 96px !important;
    height: 96px !important;
    max-width: 96px !important;
    max-height: 96px !important;
  }
}

@media (max-width: 380px) {
  .home-premium-shell .home-daily-quote-card,
  .home-premium-shell .home-daily-quote-card[data-banking-insight-theme] {
    grid-template-columns: 88px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 14px 12px !important;
  }

  .home-premium-shell .home-daily-quote-card__icon {
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
  }

  .home-premium-shell .home-daily-quote-card__icon .om-sun-artwork,
  .home-premium-shell .home-daily-quote-card__icon .om-sun-svg,
  .home-premium-shell .home-daily-quote-card__icon .om-sun-premium {
    width: 82px !important;
    height: 82px !important;
    max-width: 82px !important;
    max-height: 82px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-premium-shell .home-daily-quote-card__icon,
  .home-premium-shell .home-daily-quote-card__icon * {
    animation: none !important;
    transition: none !important;
  }
}

/* Keep the Sky.png atmosphere permanently static across all routes.
   This disables only decorative cloud drift layers; hero media remains untouched. */
.skyCloudLayer,
.cloudLayerNear,
.cloudLayerFar,
[class*="cloudLayerNear"],
[class*="cloudLayerFar"],
[style*="driftCloud"] {
  animation: none !important;
  transform: none !important;
  will-change: auto !important;
}
