* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background-color: #fff;
  margin: 0;
  padding: 33px 0;
  font: 14px/1.4 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #555;
  touch-action: manipulation;
}
img,
svg {
  max-width: 100%;
}
h1 {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  margin: 0 0 22px 0;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}
h2 {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  letter-spacing: 0.01em;
  font-weight: normal;
  color: #636363;
  font-size: 14px;
  margin: -11px 0 33px 0;
  line-height: 1.6;
}
h3 {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 15px 0;
  padding-top: 0;
  line-height: 1.2;
  font-size: 12px;
  color: #333;
}
.nowrap {
  white-space: nowrap;
}
.footnotes {
  margin-bottom: 20px;
}
.footnotes h4 {
  margin: 2px 0 7px 0;
  color: #666;
  font-size: 11px;
}
.footnotes p,
.footer p {
  margin: 2px 0 0 0;
  font-size: 12px;
  line-height: 1.7;
  color: #808080;
}
.footer p {
  font-style: italic;
}
.footer p em {
  font-style: normal;
}
.footnotes p strong {
  color: #666;
}
a,
a:link,
a:visited {
  color: #4774CC;
  text-decoration: none;
}
a:hover,
a:active {
  color: #bccae5;
}
.graphic-wrapper {
  position: relative;
}
.graphic {
  position: relative;
  margin-bottom: 11px;
}
.graphic::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.graphic img {
  max-width: 100%;
  height: auto;
}
.key {
  margin: -11px 0 33px 0;
  padding: 0;
  list-style-type: none;
}
.key .key-item {
  display: inline-block;
  margin: 0 18px 0 0;
  padding: 0;
  line-height: 15px;
}
.key .key-item b {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  float: left;
}
.key .key-item label {
  white-space: nowrap;
  font-size: 12px;
  color: #666;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
svg {
  overflow: hidden;
}
.axis {
  font-family: 'NPRSans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  fill: #999;
}
.axis path,
.axis line {
  fill: none;
  stroke: #ccc;
  shape-rendering: crispEdges;
}
.axis.y path {
  display: none;
}
.axis.y .tick line {
  display: none;
}
.grid path {
  display: none;
}
.grid .tick {
  stroke: #eee;
  color: #eee;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.grid.y g:first-child line {
  display: none;
}
.zero-line {
  stroke: #666;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
line,
rect {
  shape-rendering: crispEdges;
}
.bars rect {
  fill: #17807E;
}
.labels {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
.labels li {
  position: absolute;
  text-align: right;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
  display: table;
  -webkit-font-smoothing: antialiased;
}
.labels li span {
  display: table-cell;
  vertical-align: middle;
}
.value text {
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
}
.value text.in {
  fill: #fff;
}
.value text.out {
  fill: #636363;
}
body.hp {
  padding-top: 0;
  padding-bottom: 10px;
}
body.childlink {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
img:not([alt]) {
  outline: 3px solid red;
}
[role="img"] img:not([alt]) {
  outline: none;
}
.sr-only {
  opacity: 0;
  position: absolute;
  left: -1000px;
  clip: inset(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}
.key {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.key .block {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: dashed 2px #ccc;
  margin-right: 5px;
}
h2 {
  text-align: center;
  font-size: 20px;
  color: #000;
  margin-top: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.items-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.person-item {
  padding: 10px 6px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Center children horizontally */
  width: 160px;
  min-height: 220px;
  position: relative;
  justify-content: space-between;
}
.votingStage .person-item {
  min-height: 230px;
  margin-bottom: 14px;
}
.person-item-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Center all text elements */
  width: 100%;
}
a,
a:link,
a:visited {
  color: #555;
  cursor: pointer;
}
.name {
  font-weight: bold;
  color: #000;
  font-size: 15px;
}
.name,
.position {
  text-align: center;
}
img:not([alt]) {
  outline: none;
}
img {
  width: 100px;
  height: 84px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
  outline: 4px dashed #b5b5b5;
  outline-offset: 2px;
  filter: grayscale(35%);
  opacity: 0.85;
  position: relative;
}
img:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background: #00ff00;
  border-radius: 50%;
  border: 2px solid #fff;
}
img.no-confirm {
  outline: none;
  opacity: 1;
  filter: none;
}
img.no-confirm:after {
  display: none;
}
img {
  width: 100px;
  height: 84px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
}
.dropdown {
  display: block;
  margin: 0 auto;
  margin-top: 14px;
  margin-bottom: 30px;
  background-color: white;
  padding: 4px 3px;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #ccc;
  z-index: 99;
  position: relative;
  color: gray;
}
hr {
  max-width: 650px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer,
.footnotes {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
.footer summary,
.footnotes summary {
  margin: 2px 0 0 0;
  font-size: 12px;
  line-height: 1.7;
  color: #808080;
  font-style: italic;
}
.updates {
  text-align: center;
  margin-bottom: 30px;
}
.updates p {
  margin: 4px 0px;
}
.photo-wrapper {
  margin-bottom: 8px;
  margin-top: auto;
}
.name {
  font-weight: bold;
  color: #000;
  font-size: 16px;
  margin-bottom: 2px;
  /* Add max height and ellipsis for long names */
  max-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.position {
  text-align: center;
  /* Add max height and ellipsis for long positions */
  max-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 2px;
}
.status-label {
  margin-top: auto;
  /* Push to bottom */
  margin-bottom: 4px;
  /* Reduced to make room for senate vote */
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
/* Status colors */
.Announced {
  background-color: #E5E7EB;
  color: #374151;
}
.Commitee-approved {
  background-color: #FEF3C7;
  color: #92400E;
}
.Confirmed {
  background-color: #D1FAE5;
  color: #065F46;
}
.Rejected {
  background-color: #FEE2E2;
  color: #991B1B;
}
.Withdrawn {
  background-color: #FEE2E2;
  color: #991B1B;
}
img.Rejected,
img.Withdrawn {
  background-color: #FEE2E2;
  border: 1px solid #fff;
  outline: 5px solid #d26363;
}
img.Commitee-approved {
  background-color: #FEF3C7;
  border: 1px solid #fff;
  outline: 5px solid #dac25a;
}
img.Confirmed {
  background-color: #FEE2E2;
  border: 1px solid #fff;
  outline: 5px solid #37a161;
}
.hidden {
  opacity: 0;
}
@media screen and (max-width: 810px) {
  .person-item {
    width: 120px;
    min-height: 240px;
    /* Slightly shorter on mobile */
  }
  .senate-vote {
    font-size: 11px;
  }
  .name {
    font-size: 14px;
    max-height: 35px;
  }
  .position {
    font-size: 13px;
    max-height: 52px;
  }
  .status-label {
    font-size: 11px;
    padding: 2px 6px;
  }
}
