
.sgsp-wrapper {
    max-width: 400px;
    margin: 40px auto;
    font-family: Arial, sans-serif;
}

.sgsp-card {
    background: linear-gradient(135deg, #ff00cc, #cc00ff);
    color: white;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.sgsp-card h3 {
    margin: 0 0 10px;
}

#sgsp-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

#sgsp-form button {
    width: 100%;
    padding: 10px;
    background: #ff00cc;
    border: none;
    color: white;
    cursor: pointer;
}
