.card-frame:hover .card-content, .card-frame:active .card-content {
  transform: none;
}

.card-content {
  transition: none;
  transform: none;
  transform-style: flat;
  aspect-ratio: auto;
}

.front, .back {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  padding: 0;
}

table,
thead,
tbody,
th,
td,
tr {
  display: block;
  border: none !important;
  border-left: none !important;
  border-right: none !important;
  border-collapse: collapse !important;
}

table {
  padding: 0;
  margin-bottom: 0.5rem;
}

.price-list-caption {
  margin-top: 1.25rem;
}

tr {
  border-collapse: collapse !important;
  border-bottom: 0.125rem solid #ABABC0 !important;
}

tr:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
