.lso-survey-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #0081C9;
    border-radius: 8px;
    background: #fff;
    font-family: Arial, sans-serif;
}

.lso-progress-bar {
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 10px;
}

.lso-progress-bar-inner {
    background: #0081C9;
    height: 10px;
    width: 0%;
    transition: width 0.3s ease;
}

.lso-survey-step {
    display: none;
}

.lso-survey-step.active {
    display: block;
}

.lso-survey-step h3 {
    margin-bottom: 10px;
    color: #333;
}

.lso-survey-step label {
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
    cursor: pointer;
}

.lso-survey-step input[type="radio"] {
    margin-right: 10px;
}

.lso-survey-buttons {
    margin-top: 20px;
    text-align: center;
}

.lso-survey-buttons button {
    background-color: #0081C9;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.lso-survey-buttons button:disabled {
    background-color: #aaa;
    cursor: not-allowed;
}

.lso-survey-result {
    text-align: center;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #0081C9;
}

.lso-survey-result h3 {
    margin-bottom: 10px;
}

.lso-result-text {
    font-size: 16px;
    margin-bottom: 20px;
}

.lso-result-cta {
    display: inline-block;
    background-color: #0081C9;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 4px;
}
