/* Cobra part hub pages — page-cobra-part-hub.php */

.aor-hub__crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  font-size: 13px;
  color: #757575;
}

.aor-hub__crumbs a {
  color: #757575;
  text-decoration: none;
}

.aor-hub__crumbs a:hover,
.aor-hub__crumbs a:focus {
  color: #1a1a1a;
  text-decoration: underline;
}

/* Not defined in any other stylesheet — scoped so the brands page is unaffected */
.aor-hub .aor-archive-subtitle {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: #757575;
}

.aor-hub__intro {
  max-width: 68ch;
  margin: 24px 0 32px;
  line-height: 1.65;
}

.aor-hub__intro > *:first-child {
  margin-top: 0;
}

.aor-hub__intro > *:last-child {
  margin-bottom: 0;
}

.aor-hub__products {
  margin: 0 0 48px;
}

.aor-hub__empty {
  margin: 24px 0 48px;
}

.aor-hub__compounds {
  margin: 0 0 48px;
}

.aor-hub__compounds h2 {
  margin: 0 0 16px;
  font-size: 20px;
}

.aor-compound-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.aor-compound-table th,
.aor-compound-table td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.aor-compound-table thead th {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #757575;
}

.aor-compound-table tbody th {
  font-weight: 700;
  white-space: nowrap;
}

.aor-hub__links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 48px;
}

.aor-hub__links a {
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #f01128;
  padding-bottom: 2px;
}

@media (max-width: 600px) {
  .aor-compound-table {
    font-size: 13px;
  }

  .aor-compound-table th,
  .aor-compound-table td {
    padding: 10px 8px;
  }
}
