@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    padding: 20px;
    background-color: #f8f9fa;
}

.stats-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.response-item {
    background: white;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.form-check {
    margin-bottom: 10px;
}

.form-check-label {
    font-weight: normal;
    text-decoration: none;
}

.form-check-input:checked + .form-check-label {
    font-weight: normal;
    text-decoration: none;
}

.btn-group {
    margin-left: 10px;
}

.radio-option label,
.checkbox-option label {
    color: #272727cc;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    cursor: pointer;
}

.radio-option .text,
.checkbox-option .text {
    color: #272727cc;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}

.radio-option label.text,
.checkbox-option label.text {
    color: #272727cc !important;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 140%;
    text-decoration: none;
}

.radio-option *,
.checkbox-option * {
    font-weight: 400 !important;
}

.radio-option span,
.checkbox-option span {
    color: #272727cc !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    text-decoration: none !important;
} 