/* Preferred Sources CTA box — blogové články tufty.eu (v5)
   Tlačítko je nyní <a> (deeplink) — přidán reset dekorace a barvy odkazu. */
.tufty-preferred-source {
  margin: 40px 0 20px;
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  text-align: center;
}

.tufty-preferred-source h3 {
  margin: 0 0 8px;
}

.tufty-preferred-source p {
  margin: 0 0 16px;
}

.tufty-ps-btn,
.tufty-ps-btn:visited,
.tufty-ps-btn:hover,
.tufty-ps-btn:focus {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 22px;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 24px;
  font-size: 14px;
  font-family: inherit;
  color: #3c4043;
  text-decoration: none;
  cursor: pointer;
  transition: box-shadow 0.15s ease;
}

.tufty-ps-btn:hover {
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3);
}

.tufty-ps-btn svg {
  flex-shrink: 0;
}
