/* PeoplActive Ransomware Scorecard Branding */
#peoplactive-scorecard-root {
    max-width: 540px;
    margin: 40px auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    padding: 32px 24px;
    font-family: 'Segoe UI', 'Arial', sans-serif;
}
.peoplactive-scorecard-title {
    color: #0a2540;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.peoplactive-scorecard-desc {
    color: #3b4754;
    font-size: 1.2rem;
    margin-bottom: 18px;
}
.peoplactive-scorecard-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}
.peoplactive-scorecard-form input[type="email"],
.peoplactive-scorecard-form input[type="text"],
.peoplactive-scorecard-form input[type="tel"] {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 18px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    font-size: 1rem;
}
.peoplactive-scorecard-btn {
    background: #2f80ed;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px 28px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
.peoplactive-scorecard-btn:hover {
    background: #1366d6;
}
.peoplactive-scorecard-section {
    margin-bottom: 28px;
}
.peoplactive-scorecard-question {
    font-weight: 500;
    margin-bottom: 8px;
}
.peoplactive-scorecard-radio {
    margin-right: 12px;
}
.peoplactive-scorecard-result {
    background: #f0f8ff;
    border: 1px solid #b6e0fe;
    border-radius: 6px;
    padding: 18px;
    margin-top: 22px;
}

