.loyalty-points-history tbody {
  display: block;
  max-height: 500px;
  overflow-y: auto;
  width: 100%;
}

.loyalty-points-history thead,
.loyalty-points-history tfoot {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.loyalty-points-history tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.loyalty-points-history thead tr th {
  background: #f9f9f7;
  padding: 5px 10px;
  border-bottom: 1px solid #e1e1e1;
}

.loyalty-points-history tbody tr {
  border-bottom: 1px solid #e1e1e1;
}
.loyalty-points-history tbody tr td {
  padding: 10px 5px;
}
/* .loyalty-points-history tbody .loyalty-points-history-row-action-type-reward_exchange {
  background: #fdf7ef;
}
.loyalty-points-history tbody .loyalty-points-history-row-action-type-review {
  background: #f9f2e9;
}
.loyalty-points-history tbody .loyalty-points-history-row-action-type-order_completed {
  background: #f5e7d5;
}
.loyalty-points-history tbody .loyalty-points-history-row-action-type-monthly_orders {
  background: #ebdcc9;
}
.loyalty-points-history tbody .loyalty-points-history-row-action-type-newsletter_signup {
  background: #fbcd93;
} */

.product-type-simple .loyalty-free-counter-wrap-all-wrapper,
.product-type-variable .loyalty-free-counter-wrap-all-variant {
  display: flex;
  padding: 20px 28px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  border: 2px solid #f7d7bb;
  background: #f9f9f7;
  margin-bottom: 25px;
}
.loyalty-free-counter-wrap-all p {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.6px;
  margin-bottom: 0;
  white-space: break-spaces;
}
.loyalty-free-counter-wrap-all p strong {
  font-weight: 600;
}
.loyalty-free-counter-wrap-all p a,
.loyalty-free-counter-wrap-all p span {
  color: #f37a20;
}
.loyalty-free-counter-wrap-all .loyalty-free-regulamin-btn-wrap a {
  margin-top: 10px;
  color: #000;
  font-family: 'DM Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.loyalty-free-counter-text span {
  color: #f37a20;
}
.woocommerce-order-received .club-discount-info {
  display: none !important;
}
.message_club {
  display: none !important;
}
#checkout-form .message_club {
  display: flex !important;
}

.loyalty_program_lp_faq {
  padding: 48px 0;
}

.loyalty_program_lp .accordion .accordion-item .accordion-header .accordion-button::after {
  position: absolute;
  right: 0;
  top: auto;
}
@media (min-width: 992px) {
  #loyalty-rewards-redeemed-splide .splide__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 24px;
  }
}
#loyalty_program_lp_reset_date {
  .loyalty-reset-date-info {
    text-align: center;
    padding: 48px;
  }
}
