.elementor-33776 .elementor-element.elementor-element-4904435{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-33776 .elementor-element.elementor-element-63dd7d95{border-radius:20px 20px 20px 20px;}@media(min-width:391px){.elementor-33776 .elementor-element.elementor-element-4904435{--content-width:1100px;}}/* Start custom CSS for container, class: .elementor-element-4904435 *//* Hide entry title */
h1.entry-title {
    display: none;
}
/* Apply border-radius and colour to the form */
#pi-enquiry-container {
    background-color: #F0F0F0;
    border-radius: 15px 15px 15px 15px;
    padding-bottom: 10px;
}
/* Apply border-radius to only the first and last header cells */
#pi-enquiry-container > table > thead th:first-child {
    border-top-left-radius: 20px !important;
    overflow: hidden;
}

#pi-enquiry-container > table > thead th:last-child {
    border-top-right-radius: 20px !important;
}

/* table header display changes */
#pi-enquiry-container > table > thead th {
    background-color: #ff6400 !important;
    color: #222450 !important;
}
/* table display changes */
#pi-enquiry-container .pi-row {
padding: 5px 10px 5px 10px;
}/* End custom CSS */