img[src*="payment_logos_uBuUPGUsnz.webp"] {
  display: none !important;
}
/* === Historia zamówień – styl Eterna Giovinezza === */
.order-history-wrapper {
  margin-top: 25px;
}

.order-history-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.order-history-wrapper thead {
  background-color: #f9f7f6;
}

.order-history-wrapper th {
  text-align: center;
  padding: 14px 10px;
  font-weight: 600;
  color: #7b6b55;
  font-size: 14px;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #eee;
}

.order-history-wrapper td {
  text-align: center;
  padding: 14px 10px;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
  border-bottom: 1px solid #f0f0f0;
}

.order-history-wrapper tr:hover {
  background-color: #faf8f6;
  transition: background 0.2s ease;
}

.order-history-wrapper .label {
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
}

.order-actions a {
  display: inline-block;
  background: #d2b79e;
  color: #fff;
  padding: 6px 16px;
  border-radius: 25px;
  font-size: 13px;
  margin: 2px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.order-actions a:hover {
  background: #bba285;
  color: #fff;
}

@media (max-width: 768px) {
  .order-history-wrapper table {
    font-size: 13px;
  }

  .order-actions a {
    padding: 5px 10px;
    font-size: 12px;
  }
}
/* Ukrycie duplikatu zgody Przelewy24 (pierwszy checkbox) */
.przelewy24-repayment__additional-information {
    display: none !important;
}