/* zaborpodkluch.by — reviews/header alignment patch */
@media (min-width: 1024px) {
  header .zpk-header-phone-hide {
    display: none !important;
  }

  header .zpk-header-menu-link {
    font-weight: 800 !important;
    letter-spacing: -0.01em !important;
    color: #111827 !important;
    padding: 10px 13px !important;
    border-radius: 999px !important;
    transition: background-color .18s ease, color .18s ease, transform .18s ease !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  header .zpk-header-menu-link:hover {
    background: rgba(245, 158, 11, .14) !important;
    color: #92400e !important;
    transform: translateY(-1px) !important;
  }

  .zpk-reviews-section .zpk-review-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }

  .zpk-reviews-section .zpk-review-author {
    margin-top: auto !important;
    padding-top: 18px !important;
    min-height: 54px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }

  .zpk-reviews-section .zpk-review-author > * {
    margin-top: 0 !important;
  }
}
