﻿#risultato-sconto,
#risultatoPrezzoOriginale,
#storia-sconti {
  scroll-margin-top: 110px;
}

.sconto-history {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.sconto-history .card-header {
  border-bottom: 1px solid rgba(15, 23, 42, .08) !important;
}

.sconto-history-table thead th {
  background: #f8fafc;
  color: #64748b;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sconto-history-table tbody td {
  vertical-align: middle;
}

.sconto-history-note {
  display: inline-flex;
  align-items: center;
  max-width: 220px;
  padding: .35rem .6rem;
  border-radius: 999px;
  color: #14532d;
  background: #dcfce7;
  font-weight: 700;
  line-height: 1.1;
}

.sconto-history-note.is-empty {
  color: #64748b;
  background: #f1f5f9;
  font-weight: 600;
}

.sconto-history-actions {
  display: inline-flex;
  justify-content: flex-end;
  gap: .45rem;
}

.sconto-history-actions .btn {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border-radius: 50%;
}

.sconto-history-price {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .sconto-history-table thead {
    display: none;
  }

  .sconto-history-table,
  .sconto-history-table tbody,
  .sconto-history-table tr,
  .sconto-history-table td {
    display: block;
    width: 100%;
  }

  .sconto-history-table tr {
    padding: 1rem;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
  }

  .sconto-history-table td {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .45rem 0;
    border: 0;
  }

  .sconto-history-table td::before {
    content: attr(data-label);
    color: #64748b;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
  }

  .sconto-history-table td.text-end {
    justify-content: flex-end;
  }

  .sconto-history-table td.text-end::before {
    content: "";
  }
}
