/* ==================================================
   MCKARP – HODNOCENÍ OBCHODU+
   ================================================== */

#hodnoceniobchodu .vote-wrap:not(.admin-response .vote-wrap),
.id--51 main .vote-wrap:not(.admin-response .vote-wrap),
.template-14.id--51 .rate-wrapper:not(.admin-response .vote-wrap) {
  background-color: #fafaff !important;
  border: 5px solid #1235ff !important;
  border-radius: 20px !important;
}

#hodnoceniobchodu .shop-stat-all a {
  background-color: #0856cb !important;
  color: #ffffff !important;
  border-radius: 20px !important;
}

#hodnoceniobchodu .shop-stat-all a:hover {
  background-color: #09ff00 !important;
  color: #ffffff !important;
}

.stars .star.is-active:hover,
.stars .star.star-half:before,
.stars .star.star-on:before,
.icon-starHalf-before,
.icon-starOn-before,
.product-ratings .icon-starOff-before:hover,
.product-ratings .star-off:hover,
.star.star-half,
.star.star-on,
.rate-average,
.tursky-apollo .rate-wrapper.unveil-wrapper .rate-list .stars span.star-off::before {
  color: #ecb900 !important;
}


/* ==================================================
   MCKARP – HORNÍ KONTAKT
   ================================================== */

@media (min-width: 992px) {
  .top-navigation-contacts {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
  }

  .top-navigation-contacts a.project-phone,
  .top-navigation-contacts a.project-email {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .top-navigation-contacts a.project-phone span,
  .top-navigation-contacts a.project-email span {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline !important;
  }

  .mck-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 28px;
  }

  .mck-photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
  }

  .mck-text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    white-space: nowrap;
  }

  .mck-text .mck-line2 {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .mck-text a {
    color: inherit;
    text-decoration: none;
  }
}


/* ==================================================
   MCKARP – REGISTRACE DO VĚRNOSTNÍHO PROGRAMU
   ================================================== */

@media (min-width: 769px) {
  .mckarp-registration-wrap {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 25px auto 45px;
    background: #fff;
    border: 1px solid #e3e6eb;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .06);
    box-sizing: border-box;
  }

  .mckarp-registration-form {
    width: 52%;
    padding: 38px 42px;
    box-sizing: border-box;
    background: #fff;
  }

  .mckarp-registration-benefits {
    width: 48%;
    min-width: 0;
    background: #f7f9fc;
    overflow: hidden;
  }

  .mckarp-registration-benefits img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .mckarp-registration-form input {
    max-width: 100%;
    box-sizing: border-box;
  }

  .mckarp-registration-form .btn-primary {
    min-height: 52px;
    padding: 14px 28px;
    background: #1768d4;
    border-color: #1768d4;
    color: #fff;
    font-weight: 700;
  }
}

@media (max-width: 768px) {
  .mckarp-registration-wrap {
    display: flex;
    flex-direction: column;
    width: calc(100% - 24px);
    margin: 18px auto 30px;
    border: 1px solid #e3e6eb;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
  }

  .mckarp-registration-form {
    width: 100%;
    padding: 24px 18px;
    box-sizing: border-box;
  }

  .mckarp-registration-benefits,
  .mckarp-registration-benefits img {
    display: block;
    width: 100%;
    height: auto;
  }

  .mckarp-registration-form input {
    max-width: 100%;
    box-sizing: border-box;
  }

  .mckarp-registration-form .btn-primary {
    width: 100%;
    min-height: 52px;
    margin-top: 10px;
  }
}
