/* Ko-fi – podpora webu */

.kofi-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1rem;
  background: #ff5e5b;
  color: #fff !important;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 999px;
  text-decoration: none !important;
  border: none;
  box-shadow: 0 4px 14px rgba(255, 94, 91, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}

.kofi-btn:hover {
  background: #ff4541;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 94, 91, 0.45);
  color: #fff !important;
}

.kofi-btn:active {
  transform: translateY(0);
}

.kofi-btn__icon {
  font-size: 1.1rem;
  line-height: 1;
}

/* Plovoucí varianta – pravý dolní roh */
.kofi-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 90;
}

/* CTA pod článkem */
.kofi-article-cta {
  margin-top: 1.5rem;
  padding: 1.25rem 1.5rem;
  background: var(--color-bg-alt, #161b22);
  border: 1px solid var(--color-border, #30363d);
  border-radius: var(--radius, 8px);
  text-align: center;
}

.kofi-article-cta__text {
  margin: 0 0 0.85rem;
  color: var(--color-text, #c9d1d9);
  font-size: 1rem;
  line-height: 1.45;
}

@media (max-width: 480px) {
  .kofi-float {
    right: 0.85rem;
    bottom: 0.85rem;
  }

  .kofi-btn {
    font-size: 0.85rem;
    padding: 0.5rem 0.85rem;
  }
}
