.leader-single .modal-description,
.judge-single .modal-description,
.thumb .modal-description {
  display: none;
}

a.leader-single a.judge-single,
a.thumb {
  color: #666666;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-content {
  position: relative;
  background: white;
  padding: 20px;
  max-width: 600px;
  width: 90%;
  border-radius: 8px;
  box-sizing: border-box;
}

#modal-image {
  margin: 0 16px 0 0;
}
#modal-name {
  font-size: 28px;
  font-weight: bold;
}
#modal-name span {
  font-size: 18px;
  font-weight: 400;
  display: block;
}
.modal-content img {
  width: 128px;
  height: auto;
  min-width: 128px;
  min-height: auto;
  border-radius: 8px;
}

body.modal-open {
  overflow: hidden;
}

body.modal-open .progress-wrap {
  z-index: 0;
}

.modal-close {
  cursor: pointer;
  font-size: 64px;
  position: absolute;
  top: -40px;
  right: -6px;
  color: #fff;
}

#modal-description {
  max-height: 50vh;
  overflow-y: auto;
  padding: 1rem;
  margin: 1rem 0;
  background: #f5f5f5;
  border-radius: 4px;
}

#modal-description p {
  line-height: 1.4;
}

#modal-position {
  line-height: 1.4;
  margin: 0;
}
