/* Wrapper spacing */
.cf7-pdp-wrapper {
    display: block;
    width: 100%;
}

/* Input base styling safety */
.cf7-pdp-place,
.cf7-pdp-datetime {
    width: 100%;
    box-sizing: border-box;
}

/* Prevent browser autocomplete yellow bg issue */
.cf7-pdp-place:-webkit-autofill,
.cf7-pdp-datetime:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* Ensure Google dropdown appears above everything */
.pac-container {
    z-index: 9999 !important;
}

/* Optional: better focus state */
.cf7-pdp-place:focus,
.cf7-pdp-datetime:focus {
    outline: none;
}

/* Fix CF7 validation message spacing */
.wpcf7-not-valid-tip {
    margin-top: 5px;
}
