.spin-wheel-container {
    /* border: 2px solid #4f46e5; */
    border-radius: 12px;
    padding: 24px;
    /* max-width: 420px; */
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.1);
}

.spin-wheel-container h3 {
    margin-top: 0;
    color: #1f2937;
    text-align: center;
}

.spin-wheel-container form {
    margin-bottom: 16px;
}

.spin-wheel-messages {
    min-height: 32px;
    margin-bottom: 16px;
}

.spin-wheel-results {
    margin-top: 24px;
}

.spin-wheel-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.spin-wheel-results li {
    border-bottom: 1px solid #e5e7eb;
    padding: 8px 0;
}