@charset "utf-8";
/* CSS for Cookie Table Privacy Page - GW audio design Site Version 2.9.5 */

#cookie-types { scroll-margin-top: 6rem; }

.cookie-table-wrap { margin: 1rem 0 2rem; }

.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,1px,1px);
  white-space: nowrap; border: 0;
}

.cookie-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.90rem;
  line-height: 1.5;
}

.cookie-table thead th {
  border-bottom: 2px solid currentColor;
  font-weight: 600;
  padding: 0.9rem 0.6rem;
  vertical-align: bottom;
}

.cookie-table td,
.cookie-table th[scope="row"] {
  padding: 0.9rem 0.6rem;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  vertical-align: top;
}

.cookie-table td:nth-child(3) {
  max-width: 58ch;
}

.cookie-table tbody tr:nth-child(odd) td,
.cookie-table tbody tr:nth-child(odd) th[scope="row"] {
  background: rgba(0,0,0,0.025);
}

.cookie-table tbody tr:focus-within {
  outline: 2px solid rgba(0,0,0,0.35);
  outline-offset: -2px;
}

@media (max-width: 640px) {
  .cookie-table td:nth-child(2),
  .cookie-table th:nth-child(2) {
    width: 9rem;
  }
  .cookie-table td:nth-child(3) {
    max-width: none;
  }
}

@media (prefers-color-scheme: dark) {
  .cookie-table thead th { border-bottom-color: rgba(255,255,255,0.4); }
  .cookie-table td,
  .cookie-table th[scope="row"] { border-bottom-color: rgba(255,255,255,0.18); }
  .cookie-table tbody tr:nth-child(odd) td,
  .cookie-table tbody tr:nth-child(odd) th[scope="row"] {
    background: rgba(255,255,255,0.04);
  }
}

#cookie-types .cookie-table,
#cookie-types .cookie-table caption,
#cookie-types .cookie-table thead th,
#cookie-types .cookie-table tbody th,
#cookie-types .cookie-table td {
  font: inherit !important;
  line-height: inherit !important;
  color: inherit !important; 
}