body {
  font-family: Arial, sans-serif;
  text-align: center;
  padding: 20px;
}

h1 {
  margin-bottom: 10px;
}

#dateDisplay {
  font-size: 8px;
  font-weight: normal;
  margin-top: 20px;
  color: #777;
}

.images {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: nowrap;
  margin-top: 20px;
}

.images img {
  width: 48vw;
  height: auto;
  cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.1s ease;
}

.vote-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}

.vote-col {
  width: 48vw;
  text-align: center;
  font-size: 14px;
}

#results {
  margin-top: 20px;
}

.results-header {
  font-size: 14px;
}

.vote-percent {
  font-size: 12px;
}
.selected {
  outline: 4px solid #6EC6C4;
  transform: scale(1.02);
}
.images img {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.dimmed {
  opacity: 0.5;
}

#footer {
  margin-top: 30px;
  text-align: center;
  font-size: 10px;
  color: #777;
}

#footer {
  position: relative;
  margin-top: 40px;
  padding: 20px 0 10px;
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #999;
}

#footer img {
  width: 64px;  /* bumped up from 48px */
  height: auto;
  display: block;
  margin: 0 auto 6px;
  opacity: 0.9;
}
body {
  padding-bottom: 80px;
}
.footer-explainer {
  font-family: Georgia, serif;
  font-size: 11px;
  color: #888;
  margin-bottom: 8px;
  line-height: 1.4;
}
.footer-credit {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 9px;
  color: #aaa;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
body {
  padding-bottom: 40px;
}
#results {
  margin-top: 24px;
  font-family: Georgia, serif;
  font-size: 13px;
  color: #6f6f6f;
  line-height: 1.4;
  letter-spacing: 0.2px;
}

.results-header {
  display: inline-block;
  margin-top: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #8f8f8f;
  font-weight: 600;
}

#reaction {
  margin-top: 16px;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.5;
  color: #2f2f2f;
  letter-spacing: 0.2px;
}
#results,
#reaction {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
/* MOBILE: refine only post-vote text */
@media (max-width: 600px) {

  #results {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
  }

  #reaction {
    margin-top: 6px !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  #results strong,
  #results b,
  #reaction strong,
  #reaction b {
    font-size: inherit !important;
  }

}
/* MOBILE: add space before footer/logo */
@media (max-width: 600px) {

  #footer {
    margin-top: 40px;
  }

}
@media (max-width: 600px) {
  #reaction {
    margin-bottom: 50px !important;
  }
}
/* tighten bottom spacing so name isn't cut off */
@media (max-width: 600px) {

  #footer {
    padding-bottom: 20px;
  }

}
.tagline {
  font-size: 16px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.tagline {
  letter-spacing: 0.2px;
}