/* Contact page: custom column widths and float directions */
body.page-template-page-contact-php .contentWrap.twoCols {
    overflow: hidden;
}

body.page-template-page-contact-php .contentWrap.twoCols .col {
    float: right !important;
    width: 65% !important;
    padding: 0;
    margin: 0;
}

body.page-template-page-contact-php .contentWrap.twoCols .col.last {
    float: left !important;
    width: 35% !important;
    padding: 0;
    margin: 0;
}

/* Contact page: h3 alignment overrides
   Overrides Customizer rule: .contentWrap .section h3 { text-align: center }
   - Form column (.col): keep centered (for "Send us an email")
   - Info columns (.col.last): left-align (for office names like "Main Office", "Portland, OR") */
body.page-template-page-contact-php .contentWrap.twoCols .col.last h3 {
    text-align: left !important;
}
