.bicc-ifsc-finder {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}
.bicc-ifsc-finder select, .bicc-ifsc-finder input[type="text"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.bicc-ifsc-finder button {
    background: #0073aa;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.bicc-results-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.bicc-results-table th, .bicc-results-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}
@media (max-width: 600px) {
    .bicc-ifsc-finder {
        padding: 10px;
    }
}