.fm-affiliate-disclosure {
  display: block;
  box-sizing: border-box;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 0.6rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #66717c;
  font-family: inherit;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 1.45;
  text-align: left;
}

.fm-affiliate-disclosure--grouped,
.fm-affiliate-disclosure--embedded {
  width: 100%;
}

.fm-affiliate-disclosure .fm-affiliate-disclosure__affiliate,
.fm-affiliate-disclosure .fm-affiliate-disclosure__price {
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
}

/*
 * Jannah setzt Artikelabsätze über eine ID-Regel auf die normale
 * Beitragsschriftgröße. Diese site-spezifische Regel hält die beiden
 * Hinweisabsätze verlässlich auf der kompakten Containergröße.
 */
#the-post .entry-content .fm-affiliate-disclosure p.fm-affiliate-disclosure__affiliate,
#the-post .entry-content .fm-affiliate-disclosure p.fm-affiliate-disclosure__price {
  font-size: inherit;
  line-height: inherit;
}

.fm-affiliate-disclosure .fm-affiliate-disclosure__price {
  margin-top: 0.25rem;
}

.fm-affiliate-disclosure .fm-affiliate-disclosure__label {
  color: #4f5b66;
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
}

.fm-affiliate-disclosure .fm-affiliate-disclosure__text {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
}

.dark-skin .fm-affiliate-disclosure,
.tie-skin-inverted .fm-affiliate-disclosure {
  color: #aeb6c0;
}

.dark-skin .fm-affiliate-disclosure .fm-affiliate-disclosure__label,
.tie-skin-inverted .fm-affiliate-disclosure .fm-affiliate-disclosure__label {
  color: #c3cad2;
}

.fm-affiliate-group {
  display: block;
  box-sizing: border-box;
  max-width: 100%;
}

.fm-affiliate-group > .fm-affiliate-disclosure {
  margin-bottom: 0.65rem;
}

@media (max-width: 600px) {
  .fm-affiliate-disclosure {
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0;
    font-size: 0.8rem;
  }

  .fm-affiliate-disclosure .fm-affiliate-disclosure__price {
    margin-top: 0.28rem;
  }
}

@media print {
  .fm-affiliate-disclosure {
    background: transparent;
    color: #333;
  }

  .fm-affiliate-disclosure .fm-affiliate-disclosure__label {
    color: #111;
  }
}
