.ifsc-finder {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.ifsc-search-type {
    margin-bottom: 20px;
}

.ifsc-search-type label {
    margin-right: 20px;
}

.ifsc-search-section {
    margin-bottom: 20px;
}

.ifsc-search-section select,
.ifsc-search-section input[type="text"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.ifsc-search-section select:disabled {
    background: #f5f5f5;
}

button {
    padding: 10px 20px;
    margin-right: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button[type="submit"] {
    background: #0073aa;
    color: #fff;
}

button#ifsc-reset {
    background: #d63638;
    color: #fff;
}

.ifsc-result {
    margin-top: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-left: 4px solid #0073aa;
}