
#findrisc-form-container {
    background: #f9f8f7;
    padding: 20px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}
#findrisc-form-container h2 {
    color: #959A93;
}
#findrisc-form-container button {
    background: #D6BBB0;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
}
.popup {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.popup-content {
    background: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    color: #333;
}
.popup-content h3 {
    color: #959A93;
}
.popup-content table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}
.popup-content table, th, td {
    border: 1px solid #ccc;
    text-align: center;
}
.popup-content th {
    background: #D6BBB0;
    color: white;
    padding: 5px;
}
.popup-content td {
    padding: 5px;
}
.whatsapp-link {
    background: #25D366;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}
