/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./template-parts/vote-card/assets/sass/vote-card.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
.vote-card {
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  opacity: 1;
  transition: opacity 0.3s;
}
@media all and (min-width: 1024px) {
  .vote-card {
    padding: 40px;
  }
}
.vote-card__errors {
  background-color: #D4351C;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  font-weight: 600;
  display: none;
  color: #FFFFFF;
}
@media all and (min-width: 1024px) {
  .vote-card__errors {
    margin-bottom: 40px;
  }
}
.vote-card__errors--show {
  display: block;
}
.vote-card__top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vote-card__header {
  display: flex;
  gap: 10px;
}
@media all and (min-width: 1024px) {
  .vote-card__header {
    gap: 30px;
  }
}
.vote-card__header-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #676D8D;
  border-radius: 8px;
  flex-shrink: 0;
  fill: #FFFFFF;
}
@media all and (min-width: 1024px) {
  .vote-card__header-icon {
    width: 80px;
    height: 80px;
  }
}
.vote-card__header-icon svg {
  width: 24px;
}
.vote-card__header-text {
  flex: 1;
  align-self: center;
}
.vote-card__heading {
  margin-bottom: 0;
}
.vote-card__instructions--desktop {
  display: none;
}
@media all and (min-width: 1024px) {
  .vote-card__instructions--desktop {
    display: block;
  }
}
@media all and (min-width: 1024px) {
  .vote-card__instructions--mobile {
    display: none;
  }
}
.vote-card__status--desktop {
  display: none;
}
@media all and (min-width: 1024px) {
  .vote-card__status--desktop {
    display: block;
  }
}
@media all and (min-width: 1024px) {
  .vote-card__status--mobile {
    display: none;
  }
}
.vote-card__dates {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #ABBEF3;
  line-height: 1.4;
}
.vote-card__dates.background-color-white {
  border-color: #E0E7F6;
}
.vote-card__dates--desktop {
  display: none;
}
@media all and (min-width: 1024px) {
  .vote-card__dates--desktop {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.vote-card__dates--mobile {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media all and (min-width: 1024px) {
  .vote-card__dates--mobile {
    display: none;
  }
}
.vote-card__dates--mobile .vote-card__date {
  display: none;
  flex: 1;
}
.vote-card__dates--mobile .vote-card__date:first-child {
  display: block;
}
.vote-card__dates .caps {
  margin-bottom: 0;
  color: #676D8D;
}
.vote-card__date {
  font-weight: 600;
}
.vote-card__option-count {
  text-align: end;
  font-weight: 600;
}
.vote-card__date-instructions {
  width: 100%;
}
.vote-card__dates-list {
  display: flex;
  gap: 80px;
}
.vote-card__date-divider {
  width: 100%;
  height: 1px;
  border: none;
}
.vote-card__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.vote-card__options {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media all and (min-width: 1024px) {
  .vote-card__options {
    gap: 20px;
  }
}
.vote-card__option {
  display: flex;
  gap: 10px;
}
@media all and (min-width: 1024px) {
  .vote-card__option {
    gap: 20px;
  }
}
.vote-card__option .vote-card__option-checkbox:has(input:checked) .vote-card__option-checkbox-label-text {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.vote-card__option .vote-card__option-checkbox:has(input:checked) .vote-card__option-checkbox-label-text--select {
  opacity: 0;
}
.vote-card__option .vote-card__option-checkbox:has(input:checked) .vote-card__option-checkbox-label-text--selected {
  opacity: 1;
}
@media all and (max-width: 1023px) {
  .vote-card__option .vote-card__option-checkbox {
    padding: 0;
    border: none;
  }
}
@media all and (max-width: 1023px) {
  .vote-card__option .vote-card__option-checkbox-label {
    display: none;
  }
}
.vote-card__option--amendment .vote-card__option-details {
  align-self: flex-start;
}
.vote-card__option-divider {
  width: 100%;
  height: 1px;
  border: none;
  margin: 0;
}
.vote-card__option-image {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media all and (min-width: 1024px) {
  .vote-card__option-image {
    width: 95px;
    height: 95px;
  }
}
.vote-card__option-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vote-card__option-details {
  flex: 1;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.vote-card__option-details a {
  text-decoration: none;
}
.vote-card__option-checkbox {
  align-self: center;
  overflow: hidden;
  cursor: pointer;
  padding: 10px;
  border: 1px solid var(--input-border-colour);
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  transition: background-color 0.25s, border-color 0.25s, color 0.25s;
}
.vote-card__option-checkbox input {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.vote-card__option-checkbox:has(input:focus) {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}
.vote-card__option-checkbox:has(input:checked) {
  background-color: #121736;
  border-color: #121736;
  color: #FFFFFF;
}
.vote-card__option-checkbox:has(input:checked) .vote-card__option-checkbox-icon {
  border-color: var(--background-color);
}
.vote-card__option-checkbox:has(input:checked) .vote-card__option-checkbox-icon svg {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.25s 0.15s;
}
.vote-card__option-checkbox-icon {
  width: 28px;
  height: 28px;
  border: 1px solid var(--input-border-colour);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.25s;
}
.vote-card__option-checkbox-icon svg {
  width: 14px;
  fill: none;
  stroke: var(--input-text-colour);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 17;
  stroke-dashoffset: 17;
  transition: stroke-dashoffset 0.25s;
}
.vote-card__option-checkbox-label {
  display: block;
  position: relative;
  font-weight: 600;
  transition: width 0.25s;
}
.vote-card__option-checkbox-label-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
}
.vote-card__option-checkbox-label-text--selected {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
}
.vote-card__amendment-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media all and (min-width: 1024px) {
  .vote-card__amendment-options {
    flex-direction: row;
    gap: 30px;
  }
}
.vote-card__amendment-options .vote-card__option-checkbox {
  width: 100%;
}
@media all and (min-width: 1024px) {
  .vote-card__amendment-options .vote-card__option-checkbox {
    width: auto;
  }
}
.vote-card__page-and-section {
  width: 60px;
  min-height: 60px;
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 600;
}
@media all and (min-width: 1024px) {
  .vote-card__page-and-section {
    width: 80px;
    min-height: 80px;
    padding: 10px;
  }
}
.vote-card--loading {
  opacity: 0.5;
  pointer-events: none !important;
}

/*# sourceMappingURL=template-part-vote-card.65fb85cc2391f4031918.css.map*/