/* Blocksy applies a fixed native-select height. Reset it within this form so
   the selected label remains vertically centred and is never clipped. */
.pc-contact-form input:not([type="hidden"]),
.pc-contact-form select {
    box-sizing: border-box !important;
    display: block;
    height: 64px !important;
    line-height: 1.4 !important;
    max-height: 64px !important;
    min-height: 64px !important;
    padding: 0 18px !important;
}

.pc-contact-form select {
    padding-right: 42px !important;
}

.pc-contact-form select option {
    line-height: 1.4;
}
