body {
    font-family: Arial, sans-serif;
}

.ssp-card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.ssp-button {
    background: #2c3e50;
    color: #fff;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
}

.ssp-button:hover {
    background: #34495e;
}