/* Sponsored Content Disclosure Banner
 *
 * FTC guidelines require disclosures to be:
 *   - Clear and conspicuous (visible font size, high contrast)
 *   - Placed before the content it discloses (hence top of article/column)
 *   - Not hidden, small, or ambiguously worded
 */

.sponsored-disclosure {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  background: #fff8e6;
  border: 1px solid #f0c040;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.sponsored-disclosure--column {
  max-width: 1200px;
  margin: 0 auto 1.25rem;
  padding: 0.65rem 2rem;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .sponsored-disclosure--column {
    padding: 0.65rem 1rem;
  }
}

.sponsored-disclosure__badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff;
  background: #c07800;
  padding: 0.2rem 0.55rem;
  border-radius: 3px;
  flex-shrink: 0;
}

.sponsored-disclosure__text {
  color: #5a4000;
}

.sponsored-disclosure__link {
  color: #5a4000;
  text-decoration: underline;
  font-weight: 500;
}

.sponsored-disclosure__link:hover {
  color: #3a2800;
}
