/* Slim affiliate disclosure — generic wording, right-aligned, transparent.
 * Works for all networks. Full disclosure (including Amazon Associates
 * required language) lives at /disclosures.html, linked via "Learn more". */

.affiliate-disclosure {
  font-size: 0.6rem;
  color: var(--light, #b8aea3);
  font-style: italic;
  text-align: right;
  padding: 0.35rem 1.25rem;
  margin: 0;
  background: transparent;
  border: none;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.affiliate-disclosure a {
  color: var(--mid, #8a7e72);
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
}
.affiliate-disclosure a:hover { opacity: 0.7; }

/* Dark-background variant: inside .season-shop on season pages */
.season-shop .affiliate-disclosure {
  color: rgba(255, 255, 255, 0.35);
}
.season-shop .affiliate-disclosure a {
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 640px) {
  .affiliate-disclosure { font-size: 0.58rem; padding: 0.3rem 0.75rem; }
}
