.clinbacto-form {
    background: #f9f9f9;
    padding: 20px;
    max-width: 600px;
    border-radius: 8px;
}

.clinbacto-form label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

.clinbacto-form select {
    width: 100%;
    padding: 6px;
}

.clinbacto-form button {
    margin-top: 15px;
    background: #1e88e5;
    color: #fff;
    border: none;
    padding: 10px;
    width: 100%;
    cursor: pointer;
}

.clinbacto-result {
    margin-top: 20px;
    background: #e3f2fd;
    padding: 15px;
    border-radius: 6px;
}
