/* PyPodcats site overrides on top of the Popular theme. */

/* The footer sits on the brand caramel (surfaceInk). The design system pairs
   its inverse surface with white (text-on-brand), not the theme's grey ink
   ramp, so re-point the ink tokens inside the footer only. */
.g-footer {
  --ink-200: #ffffff;
  --ink-300: rgba(255, 255, 255, 0.88);
  --ink-400: rgba(255, 255, 255, 0.75);
}

/* Links in the footer bottom bar (theme credit) otherwise pick up the global
   blue link color, which lacks contrast on the caramel background. */
.g-footer__bottom a {
  color: rgba(255, 255, 255, 0.88);
}

.g-footer__bottom a:hover {
  color: #ffffff;
}

/* The logo is a transparent PNG whose "PYPODCATS" lettering and microphone
   outline are the same caramel as the footer surface, so those parts vanish
   into the background. Sit it on a white chip so every element reads;
   object-fit keeps the portrait logo from stretching into the theme's square. */
.g-footer__brand img {
  background: #ffffff;
  object-fit: contain;
  padding: 5px;
}
