/* ============================================================
   Doke — Pricing reset 2026: štítek „Férová cena"
   Vloženo: květen 2026 (po skončení akce „Velký třesk cen")
   Místo: /user/documents/upload/css/doke-ferova-cena.css
   ============================================================ */

.doke-fair-price-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  background-color: #1E1E1E;
  color: #FEF9F8;
  font-family: 'effra', 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 22px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
}

/* Pseudo-element s negative margin = anuluje trailing letter-spacing po posledním písmenu.
   Standardní CSS pattern pro optické vystředění uppercase textu s letter-spacing. */
.doke-fair-price-tag::after {
  content: "";
  margin-left: -0.18em;
}

/* Listing cards — lehce menší */
.product .doke-fair-price-tag,
.products-block .doke-fair-price-tag {
  margin-left: 8px;
  font-size: 10px;
  padding: 4px 9px;
  letter-spacing: 0.14em;
}
.product .doke-fair-price-tag::after,
.products-block .doke-fair-price-tag::after {
  margin-left: -0.14em;
}

/* ──────────────────────────────────────────────────────────────
   Block pod cenou na produktovce
   ────────────────────────────────────────────────────────────── */
.doke-fair-price-block {
  background-color: #FEF9F8;
  border-left: 3px solid #1E1E1E;
  padding: 14px 18px;
  margin: 18px 0 16px 0;
  font-family: 'effra', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: #1E1E1E;
  border-radius: 2px;
}
.doke-fair-price-block p {
  margin: 0;
}
.doke-fair-price-block strong {
  font-weight: 600;
}
.doke-fair-price-block .doke-fair-price-link {
  color: #1E1E1E;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  margin-left: 4px;
  white-space: nowrap;
}
.doke-fair-price-block .doke-fair-price-link:hover {
  text-decoration: none;
}

/* Mobile — block je teď child .p-detail-inner-header (vedle DokeClub badge). */
@media (max-width: 767px) {
  .doke-fair-price-block {
    width: 100%;
    flex-basis: 100%;
    margin-top: 12px;
    margin-bottom: 4px;
  }
}
