.ifsc-lookup-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
}

.ifsc-lookup-container select, 
.ifsc-lookup-container input {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#ifsc-lookup-btn {
    background: #2e3192;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 10px 0;
}

#ifsc-result, 
#branch-contact-info, 
#ifsc-description {
    margin: 20px 0;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 4px;
}

#ifsc-description h1 {
    font-size: 22px;
    color: #2e3192;
    margin-bottom: 15px;
}

#ifsc-description h2 {
    font-size: 18px;
    color: #2e3192;
    margin: 15px 0 10px;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');