/* A16: ordinary reservation CTAs inherit all metrics and states from .button.
   Header compact, secondary, text links and filters remain separate families. */
.button--reservation {
  align-self: center;
  flex-shrink: 0;
  white-space: nowrap;
}

.button--reservation svg {
  flex-shrink: 0;
}

.lang-ru .button--reservation {
  max-width: 100%;
  padding-inline: clamp(16px, 1.5vw, 22px);
}

.button--reservation:focus-visible {
  outline: 2px solid var(--color-gold-light);
  outline-offset: 4px;
}

/* Keep the approved filled-gold skin in Akce and Tankové pivo. */
.button--reservation-filled {
  color: #05120b;
  background: #ebb667;
  border-color: #ebb667;
}

.button--reservation-filled::before,
.button--reservation-filled::after {
  content: none;
}

.button--reservation-filled:hover {
  color: #05120b;
  background: #f3c985;
  border-color: #f3c985;
}

@media (prefers-reduced-motion: reduce) {
  .button--reservation,
  .button--reservation::after {
    transition: none;
  }
}

@media (max-width: 479px) {
  .lang-ru .button--reservation {
    gap: 8px;
    padding-inline: 14px;
    font-size: 13px;
    line-height: 1.2;
  }
}
