.su-card--question {
  width: 375px;
  max-width: 375px;
  min-height: 700px;
  padding: 44px 40px 40px;
  border-radius: 12px;
  margin: 0 auto;
  background-color: rgba(30, 27, 35, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.su-card--question .su-back {
  top: 20px;
  left: 20px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}

.su-card--question .su-logo {
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
}

.su-card--question .su-question {
  margin-top: 102px;
  margin-bottom: 56px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  max-width: 290px;
}

.su-card--question .su-options {
  max-width: 100%;
  gap: 14px;
}

.su-card--question .su-options form {
  width: 100%;
}

.su-card--question .su-option {
  min-height: 42px;
  padding: 10px 8px;
  border-width: 1px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  background: #000;
  color: var(--su-white);
}

.su-card--question .su-option:hover,
.su-card--question .su-option:focus {
  background: rgba(56, 255, 98, 0.14);
  border-color: rgba(56, 255, 98, 0.95);
  color: var(--su-white);
}

@media (max-width: 600px) {
  .su-card--question {
    width: 90%;
    max-width: 375px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 370px) {
  .su-card--question {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }
}
