/* Style for the search form */
#find-post-office-form {
    text-align: center;
    margin: 20px 0;
}

/* Style for the label */
label[for="pincode"] {
    font-size: 20px; /* Adjust the font size as needed */
}

#pincode {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

#submit-button {
    padding: 10px 20px;
    background-color: #0073e6;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
}

#submit-button:hover {
    background-color: #005bb7;
}

/* Separator style */
.separator {
    border-top: 1px solid #ccc;
    margin: 20px 0;
}

/* Style for the result tables */
#find-post-office-results {
    margin: 20px 0;
    border-collapse: collapse;
    width: 100%;
}

#find-post-office-results th {
    background-color: #0073e6;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

#find-post-office-results th, #find-post-office-results td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    font-size: 16px;
}

#heading_text{
    color: #000080;
    padding-left: 10px;
    padding-bottom: 5px;
    border-radius: 6px;
}

