@media screen and (width <= 1155px) {
  .ctf-plugin-custom-form .container .step[data-step="1"] .option-row {
    gap: 1rem;
  }

  .ctf-plugin-custom-form .container .step[data-step="1"] .option-card {
    width: 100%;
    max-width: 100%;
    padding: 1.5rem;
  }
}

@media screen and (width <= 912px) {
  .ctf-plugin-custom-form .container .step[data-step="1"] .option-card {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (width <= 800px) {
  .ctf-plugin-custom-form .container {
    flex: 1;
    flex-direction: column;
  }
}
