#ifsc-finder-container {
    max-width: 700px;
    margin: 30px auto;
    padding: 30px;
    background: #b2eaff; /* You can change to #ffffff if you want white */
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}

#ifsc-finder-form select,
#ifsc-finder-form input[type="text"],
#ifsc-finder-form button {
    display: block;
    width: 100%;
    max-width: 450px;
    margin-bottom: 14px;
    padding: 10px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 6px;
}

#ifsc-finder-form button {
    background-color: #007bff;
    color: white;
    font-weight: bold;
    cursor: pointer;
    border: none;
}

#ifsc-finder-form button:hover {
    background-color: #0056b3;
}

#ifsc-details-table {
    width: 100%;
    max-width: 600px;
    border-collapse: collapse;
    margin-top: 20px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

#ifsc-details-table th,
#ifsc-details-table td {
    padding: 10px 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

#ifsc-details-table th {
    background: #f2f2f2;
    font-weight: bold;
    width: 180px;
}

@ifsc-error {
    color: red;
    margin-top: 10px;
    font-size: 1.05em;
}
