#ib-tools {
    max-width: 600px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
#ib-tools input, #ib-tools select {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
}
#ib-tools button {
    background-color: #005bbb;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
#ib-tools button:hover {
    background-color: #004a99;
}
#ib-tools p {
    font-weight: bold;
    margin-top: 10px;
}
