header {
  padding: 0;
  border-bottom: 2px solid var(--pico-primary-border);
  background-color: var(--pico-background-color);
  padding-block: 0 !important;
  z-index: 2;
  background-color: var(--pico-background-color);
}

div.prev-next-controls {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1rem;
}

i.bi-me-1 {
  margin-right:0.25rem;
}

.voting-choices {
  display:flex;
  justify-content: space-between;
  margin-bottom:2rem;
}

@media only screen and (max-width: 1100px) {
  .voting-choices {
    display:block;
  }
}

.text-center {
  text-align: center;
}

footer {
  border-top: 2px dotted var(--pico-primary-border);
}


.voting-form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.vote-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  margin-bottom: 0.5rem;
}

#vote-indicator {
  position:fixed;
  top:5px;
  right:5px;
  width:50px;
  height:50px;
  font-size: 2rem;
}

#mobile-voting-controls {
  display:none;
}

#mobile-voting-controls button.secondary .check-indicator {
  display:none;
}

#mobile-voting-controls button .check-indicator {
  display:inline;
  position:absolute;
  top:0px;
  right:5px;
}

@media (max-width: 768px) {
  #mobile-voting-controls {
    display:flex;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    margin:0;
  }
  footer {
    margin-bottom: 3rem;
  }
  kbd {
    display:none;
  }
  #menu-item-username {
    display:none;
  }
}

.vote-details-list li {
  list-style:none;
}

#req-indicator {
  position:absolute;
  top:80px;
  right:0px;
  width:fit-content
}

.cropped img {
  clip-path: inset(18px 18px round 20px);
}