* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: var(--color-blue-2);
}

[v-cloak] {
  display: none !important;
}

:host {
  text-align: left;
  width: 100%;
  display: block;
  min-height: 50px;
}

#wrapper {
  width: 100%;
  height: 100%;
}
#wrapper.loaded {
  display: flex;
}

h3 {
  font-size: 2.2rem;
  line-height: 2.7rem;
  margin-bottom: 3rem;
  text-align: left;
}
h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 0.7rem;
  text-align: left;
}

.info {
  text-align: left;
}

.poll-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.poll-progress-bar {
  position: relative;
  background: var(--color-grey-bg);
  border-radius: 5px;
  width: calc(100% - 62px);
  height: 6px;
}

.poll-progress-bar-value {
  background: var(--color-blue-2);
  border-radius: 5px;
  display: block;
  height: 6px;
  width: 0;
}

.poll-progress .value {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  color: var(--color-blue-2);
}

.poll-results-simple-item {
  margin-bottom: 2.8rem;
}

.checkbox,
.radio {
  display: flex;
  margin-bottom: 6px;
}

.total {
  font-weight: bold;
  text-align: left;
}

.italic {
  font-style: italic;
}

.poll-results-image-item {
  display: flex;

  border-bottom: 1px solid var(--color-grey-stroke, #c3c3c3);
  margin-bottom: 2rem;
  padding: 0.5rem 0 1.1rem 0;
}

.poll-results-image-item:last-child {
  border: 0;
}

.poll-results-image-item .value {
  margin-left: auto;
  padding-left: 2rem;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  color: var(--color-blue-2);
  display: inline-flex;
  align-items: center;
}

.poll-image-wrap img {
  width: 140px;
  height: 90px;
  border-radius: 5px;
  object-fit: cover;
}

.poll-image-wrap {
  cursor: pointer;
  padding: 0 2rem;
  font-size: 1.3rem;
}
.num {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2rem;
  display: inline-flex;
  align-items: center;
}

.poll-image-title h6 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-top: 5px;
  margin-bottom: 15px;
}

.poll-image-title > span {
  display: flex;
  align-items: center;
}

user-avatar {
  margin-right: 5px;
}
user-label {
  margin-left: 5px;
}

button {
  background: #4591ff;
  border-radius: 5px;
  width: 16rem;
  height: 4rem;
  text-align: center;
  color: #fff;
  background: var(--color-blue-2);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  border: 0;
  cursor: pointer;
  outline: none;
  margin-top: 3rem;
}

.info {
  margin-bottom: 30px;
}

@media (max-width: 680px) {
  .poll-image-title h6 {
    font-size: 1.4rem;
  }

  .poll-results-image-item .value {
    font-size: 1.6rem;
  }
}

@media (max-width: 560px) {
  .poll-results-image-item {
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }

  .poll-image-wrap img {
    max-width: 90px;
    height: 60px;
  }

  .poll-image-title h6 {
    margin-bottom: 5px;
  }

  .poll-image-title {
    width: 100%;
  }

  .poll-results-image-item .value {
    padding-left: 1rem;
    position: absolute;
    top: 22px;
    right: 0;
  }

  .poll-image-title > span {
    margin: 0 auto;
  }

  .poll-image-wrap {
    padding: 0 1rem;
  }
  h3 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 2rem;
    text-align: left;
  }

  user-avatar {
    display: none;
  }
}
