.wve-wrap {
  width: 100%;
}

.wve-archive-box {
  margin: 0 0 1.75rem;
}

.wve-archive-box h2 {
  margin: 0 0 0.75rem;
}

.wve-table-scroll {
  width: 100%;
  overflow-x: auto;
}

.wve-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  min-width: 0;
}

.wve-table th:nth-child(1),
.wve-table td:nth-child(1) { width: 10%; }

.wve-table th:nth-child(2),
.wve-table td:nth-child(2) { width: 16%; }

.wve-table th:nth-child(3),
.wve-table td:nth-child(3) { width: 31%; }

.wve-table th:nth-child(4),
.wve-table td:nth-child(4) { width: 19%; }

.wve-table th:nth-child(5),
.wve-table td:nth-child(5) { width: 24%; }

.wve-table th,
.wve-table td {
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(0,0,0,.12);
  text-align: left;
  vertical-align: top;
  word-break: break-word;
}

.wve-table thead th {
  font-weight: 700;
}

.wve-admin-beebreed {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: nowrap;
}

.wve-admin-beebreed input {
  min-width: 0;
}

.wve-admin-beebreed input[maxlength="2"] { width: 3.6em; }
.wve-admin-beebreed input[maxlength="1"] { width: 2.8em; }
.wve-admin-beebreed input[maxlength="3"] { width: 4.4em; }
.wve-admin-beebreed input[maxlength="4"] { width: 5.4em; }

@media (max-width: 767px) {
  .wve-table {
    min-width: 0;
    width: 100%;
    border: 0;
    table-layout: auto;
  }

  .wve-table th,
  .wve-table td {
    width: 100% !important;
    max-width: 100%;
  }

  .wve-table thead {
    display: none;
  }

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

  .wve-table tr {
    margin: 0 0 1rem;
    border: 1px solid rgba(0,0,0,.12);
    padding: 0.35rem 0;
  }

  .wve-table td {
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding: 0.6rem 0.875rem;
  }

  .wve-table td:last-child {
    border-bottom: 0;
  }

  .wve-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    margin-bottom: 0.25rem;
  }

  .wve-admin-beebreed {
    flex-wrap: wrap;
  }
}


.wve-entry-hidden {
  display: none;
}

.wve-more-wrap {
  margin-top: 0.9rem;
  text-align: center;
}

.wve-more-button {
  padding: 0.6rem 1rem;
  border: 1px solid rgba(0,0,0,.18);
  background: transparent;
  color: var(--wp--preset--color--primary, var(--wp--preset--color--accent, #2271b1));
  cursor: pointer;
}

.wve-more-button:hover {
  color: #fff;
  opacity: .9;
}

.wve-more-button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

@media (max-width: 767px) {
  .wve-entry-hidden {
    display: none !important;
  }
}

.wve-chart-section {
  margin-top: 1.5rem;
}

.wve-chart-section h3 {
  margin: 0 0 1rem;
}

.wve-chart-layout {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.wve-chart-graphic {
  flex: 0 0 220px;
  max-width: 220px;
}

.wve-chart-svg {
  display: block;
  width: 100%;
  height: auto;
}

.wve-chart-total-label {
  font-size: 11px;
  fill: rgba(0,0,0,.6);
}

.wve-chart-total-value {
  font-size: 22px;
  font-weight: 700;
  fill: currentColor;
}

.wve-chart-legend {
  flex: 1 1 260px;
}

.wve-chart-legend ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wve-chart-legend li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.wve-chart-swatch {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 999px;
  flex: 0 0 0.9rem;
}

.wve-chart-label {
  font-weight: 600;
}

.wve-chart-meta {
  margin-left: auto;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .wve-chart-layout {
    align-items: stretch;
  }

  .wve-chart-graphic {
    margin: 0 auto;
  }

  .wve-chart-legend li {
    align-items: flex-start;
  }

  .wve-chart-meta {
    margin-left: 0;
  }
}
