/* Potential Risk Class widget styles */
.prc-section {
    /* max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    padding: 28px 24px; */
}

.prc-heading {
    margin: 0;
    font-size: 28px;
    line-height: 1.3;
    color: #0b2a4a;
    font-weight: 700;
}

.prc-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.prc-table th,
.prc-table td {
    border: 1px solid #e0e0e0;
    padding: 18px;
    font-size: 15px;
    color: #242424;
    text-align: left;
    vertical-align: middle;
}

.prc-table thead th {
    background: #d9d9d9;
    font-weight: 700;
    text-align: center;
}

.prc-table .prc-side-header {
    background: #f2f9ff;
    font-weight: 400;
    width: 260px;
}

.prc-table .prc-sub-header {
    background: #f6f6f6;
    font-weight: 600;
    text-align: left;
}

.prc-table td {
    height: 80px;
}

.prc-table .prc-cell-active {
    background: #fef4e6;
}

.prc-code {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 8px;
    background: #0b2a4a;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.prc-highlight {
    margin-top: 28px;
    background: #f6f6f6;
    border-radius: 56px;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.prc-badge {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #0b2a4a;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.prc-highlight p {
    margin: 0;
    font-size: 15px;
    color: #5B6369;
}

.prc-note {
    margin-top: 24px;
    font-size: 13px;
    color: #868A8D;
    line-height: 1.6;
    font-weight:400;
}
.riskometer-card{

}
.riskometer-card h3{
    font-size:16px;
}

@media (max-width: 768px) {
    .prc-heading {
        font-size: 26px;
    }

    .prc-table th,
    .prc-table td {
        padding: 14px;
        font-size: 16px;
    }

    .prc-highlight {
        flex-direction: column;
        align-items: flex-start;
    }
}
