.avm-vote-wrap {
  max-width: 680px;
  margin: 0 auto;
  padding: 24px 16px;
}

.avm-vote-title {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.4;
}

.avm-vote-description,
.avm-vote-message {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.8;
}

.avm-vote-form {
  margin: 0;
}

.avm-vote-options {
  display: grid;
  gap: 12px;
}

.avm-vote-option {
  display: block;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  padding: 14px 16px;
  cursor: pointer;
}

.avm-vote-option input[type="radio"] {
  margin-right: 8px;
}

.avm-vote-option-label {
  line-height: 1.7;
}

.avm-vote-submit-wrap {
  margin-top: 24px;
}

.avm-vote-submit {
  display: inline-block;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  background: #111;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.avm-vote-submit:hover {
  opacity: 0.9;
}

@media (max-width: 767px) {
  .avm-vote-wrap {
    padding: 20px 12px;
  }

  .avm-vote-title {
    font-size: 24px;
  }

  .avm-vote-description,
  .avm-vote-message,
  .avm-vote-option-label {
    font-size: 15px;
  }

  .avm-vote-submit {
    width: 100%;
    min-height: 48px;
  }
}

.avm-vote-complete {
  text-align: center;
}

.avm-vote-thanks-message {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.9;
}

.avm-vote-thanks-message p {
  margin: 0 0 1em;
}

.avm-vote-thanks-message a {
  text-decoration: underline;
}
