#ugct-test {
    max-width: 600px;
    margin: 22px auto;
    font-family: sans-serif;
    text-align: center;
}

.ugct-step {
    display: none;
}

.ugct-step.active {
    display: block;
}

#ugct-test h2 {
  font-size: 20px;
  margin-bottom: 24px;
  line-height: 1.4;
}

#ugct-test button {
    display: block;
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    border: none;
    background: #fdcc05;
    cursor: pointer;
    font-size: 16px;
}

#ugct-test button:hover {
    background: #ddd;
}

#ugct-test {
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.10);
}

