/* Дополнительные стили для калькулятора */
.pain-detector-widget {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
}

.pain-detector-widget h3 {
    margin-top: 0;
    text-align: center;
}

.pain-detector-cta {
    text-align: center;
    margin-top: 15px;
}

.pain-detector-cta .btn {
    display: inline-block;
    background: #e74c3c;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s;
}

.pain-detector-cta .btn:hover {
    background: #c0392b;
}