/* ------------------------------------------- */
/* Contact Page Specific Styles */
/* ------------------------------------------- */

/* Styling for the Image Placeholder (Replacing the map) */
.contact-image-placeholder {
    /* Height to make the placeholder look substantial */
    min-height: 250px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Styling for the list of contact details */
.contact-list li {
    padding-bottom: 8px;
    font-size: 0.95rem;
}

/* Ensure form controls look clean (Bootstrap default is usually fine, but good to check) */
.form-control {
    border-radius: 4px;
}