body {
 background:#f2f2f2;
}
.cp-form__header {
 max-width:600px;
 margin:0 auto;
 margin-top:50px;
 background:#f2f2f2;
 padding: 0 24px;
padding-bottom: 24px;
}
.cp-form__title {
 font-size:28px;
 font-weight:500;
 color:#000;
}
.cp-form__desc {
 font-size:16px;
 color:#333;
 margin: 24px 0 36px;
}
/* smartcapture custom */
td {
 vertical-align: top;
}
table.stylingblock-content-wrapper{
 max-width: 600px;
}
table.stylingblock-content-wrapper:has(.cp-form__header) + table.stylingblock-content-wrapper {
 padding: 0 24px;
}
.smartcapture-submit-button-wrapper {
 margin-top:24px;
}
.smartcapture-submit-button-wrapper .sc-button {
 padding: 14px 20px;
 width: 200px;
}

.smartcapture-content-wrapper input[type="text"], .smartcapture-content-wrapper input[type="email"]{
 width:100% !important;
}
.layout .fuelux input[type="text"]#Inquiry_Content__c {
 max-height:100px;
 height:100px !important;
}


@media (max-width:768px){

.smartcapture-content-wrapper .smartcapture-submit-button-wrapper {
 text-align:center;
}

}