.woty-vote__content {
  padding: 10px;
  padding-bottom: 40px !important;
}
@media (min-width: 960px) {
  .woty-vote__content {
    padding: 20px;
  }
}

@media (min-width: 660px) {
  .woty-vote-header {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 0.8fr 1.7fr 1fr;
    min-height: 0;
  }
}

@media (min-width: 660px) {
  .woty-vote-header__mobile {
    display: none;
  }
}

.woty-vote-header__bg {
  display: none;
}
@media (min-width: 660px) {
  .woty-vote-header__bg {
    grid-column: 1 / 2;
    grid-row-start: 1;
    grid-row-end: 3;
    display: block;
    background-image: url(/components/feature/whiskyoftheyear/nominate/assets/application/images/header__bg.jpg?v=28082019);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }
}

.woty-vote-header__logo {
  display: none;
}
@media (min-width: 660px) {
  .woty-vote-header__logo {
    grid-column: 1 / 2;
    grid-row-start: 2;
    grid-row-end: 4;
    display: block;
    width: 30%;
    max-width: 387px;
    margin: 0 auto;
    z-index: 2;
  }
}

.woty-vote-content {
  max-width: 768px;
  margin: 0 auto 20px;
  text-align: center;
}

.woty-vote-content__title {
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: none;
  text-transform: uppercase;
  line-height: 1.25;
  color: #562345;
}

.woty-vote-content__subtitle {
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: none;
  text-transform: uppercase;
  line-height: 1.75;
  color: #a29165;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

.woty-vote-content__notification {
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-transform: none;
  display: inline-block;
  margin-top: 20px;
  padding: 5px 10px;
  background-color: #562345;
  color: #FFFFFF;
}
@media (min-width: 960px) {
  .woty-vote-content__notification {
    padding: 10px 20px;
  }
}

.woty-vote-content__box {
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-transform: none;
  text-transform: uppercase;
  color: #a29165;
  border: 1px solid #a29165;
  padding: 10px 20px;
  margin: 40px 0;
  display: inline-block;
}

.woty-vote-content__copy {
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-transform: none;
  margin-top: 20px;
}

.woty-vote-content__button {
  background-color: #a29165;
  color: #FFFFFF;
  transition: background-color 0.1s ease-in;
  margin-bottom: 20px;
}
.woty-vote-content__button:hover {
  background-color: #847650;
}

.woty-vote-content__image {
  margin: 20px auto;
  max-width: 400px;
  width: 100%;
}

.woty-vote-thankyou {
  padding: 10px;
  display: none;
  max-width: 768px;
  margin: 20px auto;
  background-color: #f0f0f0;
}
@media (min-width: 960px) {
  .woty-vote-thankyou {
    padding: 20px;
  }
}

.woty-vote-thankyou__message {
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0.1em;
  text-align: center;
  color: #562345;
}

.woty-vote-message {
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-transform: none;
  color: #562345;
  text-align: center;
}

.woty-vote-form {
  max-width: 960px;
  margin: 0 auto;
}

.woty-vote-form__header {
  margin-bottom: 20px;
  text-align: center;
}

.woty-vote-form__title {
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: none;
  text-transform: uppercase;
  color: #562345;
}

.woty-vote-form__intro {
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-transform: none;
  margin-top: 10px;
}

.woty-vote-form__subtitle {
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 10px;
  text-align: center;
  color: #562345;
}

.woty-vote-form__details {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 20px 0 40px;
}

.woty-vote-form__label {
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-transform: none;
  text-align: center;
  margin-bottom: 10px;
}

.woty-vote-form__name {
  padding: 0 5px;
  height: 40px;
  border: 1px solid #562345;
  border-radius: 0;
  font-size: 16px;
  margin: 0 0 5px;
  text-align: center;
}
@media (min-width: 960px) {
  .woty-vote-form__name {
    padding: 0 10px;
  }
}

.woty-vote-form__button {
  background-color: #a29165;
  color: #FFFFFF;
  transition: background-color 0.1s ease-in;
}
.woty-vote-form__button:hover {
  background-color: #847650;
}

.woty-vote-form__button-container {
  width: 100%;
  text-align: center;
}
@media (min-width: 660px) {
  .woty-vote-form__button-container {
    width: auto;
  }
}

.woty-vote-form__disclaimer {
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-transform: none;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
@media (min-width: 960px) {
  .woty-vote-form__disclaimer {
    margin-top: 20px;
  }
}

.woty-vote-form__subtext {
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-transform: none;
  margin-bottom: 20px;
  text-align: center;
}

.woty-vote-products {
  margin-bottom: 20px;
}

.woty-vote-products__controls {
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #562345;
}
@media (min-width: 960px) {
  .woty-vote-products__controls {
    padding: 20px;
  }
}

.woty-vote-products__title {
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: none;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
}

.woty-vote-products__title--alt {
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: none;
  text-transform: uppercase;
  text-align: center;
  color: #333333;
  padding-top: 20px;
}

.woty-vote-products__container {
  width: 100%;
  margin: 0 auto 20px;
  -webkit-overflow-scrolling: touch;
  background-color: #f0f0f0;
}

.woty-vote-products__list {
  padding: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media (min-width: 960px) {
  .woty-vote-products__list {
    padding: 10px;
  }
}

.woty-vote-products__item {
  padding: 5px;
  width: 16.66666%;
}

.woty-vote-products__radio {
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  opacity: 0;
}

.woty-vote-products__label {
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #FFFFFF;
  padding: 10px 0;
  width: 100%;
  display: inline-block;
  transition: background-color 0.1s ease-in, color 0.1s ease-in;
}
@media (min-width: 450px) {
  .woty-vote-products__label {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .woty-vote-products__label {
    font-size: 40px;
    padding: 40px 0;
  }
}
.woty-vote-products__label:hover {
  cursor: pointer;
  background-color: #ccc19a;
  color: #FFFFFF;
}

.woty-vote-products__input {
  position: relative;
  width: 100%;
}

.woty-vote-products__input .woty-vote-products__radio:checked + .woty-vote-products__label {
  background-color: #BBAC78;
  color: #FFFFFF;
}
