/* Page-specific styles for /preise */
@media (max-width: 760px) {
  .tablewrap[aria-label="Preistabelle"] {
    overflow: visible;
    border: 0;
  }

  .tablewrap[aria-label="Preistabelle"] .table {
    display: block;
    width: 100%;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .tablewrap[aria-label="Preistabelle"] .table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .tablewrap[aria-label="Preistabelle"] .table tbody,
  .tablewrap[aria-label="Preistabelle"] .table tr,
  .tablewrap[aria-label="Preistabelle"] .table td {
    display: block;
    width: 100%;
  }

  .tablewrap[aria-label="Preistabelle"] .table tbody {
    display: grid;
    gap: 14px;
  }

  .tablewrap[aria-label="Preistabelle"] .table tr {
    padding: 16px;
    border: 1px solid rgba(220, 230, 245, .96);
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 30px rgba(25, 43, 84, .08);
  }

  .tablewrap[aria-label="Preistabelle"] .table td {
    padding: 0 0 10px;
    border: 0;
  }

  .tablewrap[aria-label="Preistabelle"] .table td:last-child {
    padding-bottom: 0;
  }

  .tablewrap[aria-label="Preistabelle"] .table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 3px;
    color: var(--text-strong);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .02em;
  }

  .tablewrap[aria-label="Preistabelle"] .table td[data-label="Leistung"] {
    color: var(--text-strong) !important;
    font-size: 1rem;
  }

  .tablewrap[aria-label="Preistabelle"] .table td[data-label="Preis"] {
    color: var(--blue2) !important;
    font-weight: 850;
  }
}
