.my-texas-county {
  margin-top: 20px;
  border-top: 4px solid var(--gold);
}

.my-texas-county[hidden] { display: none; }

.my-texas-county__head {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}

.my-texas-county__head h3 { margin-bottom: 4px; }
.my-texas-county__name { margin: 0; color: var(--muted); font-weight: 750; }
.my-texas-county__intro { max-width: 800px; margin: 0 0 24px; color: var(--muted); }

.my-texas-county-pending {
  display: inline-flex;
  flex: none;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  color: var(--navy-900);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.my-texas-county-pending--verified {
  border-color: var(--gold);
  box-shadow: inset 0 0 0 1px var(--gold);
}

.my-texas-county-groups { display: grid; gap: 24px; }
.my-texas-county-group { padding-top: 20px; border-top: 1px solid var(--line); }
.my-texas-county-group:first-child { padding-top: 0; border-top: 0; }

.my-texas-county-group__head {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 14px;
}

.my-texas-county-group h4 {
  margin: 0 0 4px;
  color: var(--navy-900);
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
}

.my-texas-county-group__head p { max-width: 700px; margin: 0; color: var(--muted); font-size: .88rem; }
.my-texas-local-officials { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; }

.my-texas-county-match-label {
  margin: 18px 0 8px;
  color: var(--navy-900);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.my-texas-county-group__head + .my-texas-county-match-label { margin-top: 0; }

.my-texas-local-official {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 16px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.my-texas-local-official--yours {
  border: 2px solid var(--gold);
  box-shadow: inset 4px 0 0 var(--gold);
}

.my-texas-local-official__role {
  color: var(--red);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.my-texas-local-official strong {
  overflow-wrap: anywhere;
  color: var(--navy-900);
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.15;
}

.my-texas-local-official a {
  width: fit-content;
  margin-top: 3px;
  color: var(--navy-800);
  font-size: .78rem;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.my-texas-county__freshness { margin: 20px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }

@media (max-width: 760px) {
  .my-texas-county__head,
  .my-texas-county-group__head { flex-direction: column; }
  .my-texas-county-pending { align-self: flex-start; }
  .my-texas-local-officials { grid-template-columns: 1fr; }
}
