.hq-rental-software-integration, body.page-id-25 > div.wp-site-blocks > div.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained > div > div > div.elementor-element.elementor-widget.elementor-widget-html {
	max-width: unset !important;
}

/* Vehicle Grid */
#hq-smart-vehicle-grid {
    font-family: Source Serif Pro, sans-serif  !important;
}
.hq-elementor-title {
    display: none !important;
 }
.hq-elementor-li {
    list-style: none !important;
}
.hq-list-rent-button > br, .hq-vehicle-content-wrapper > p, .hq-vehicle-content-wrapper > div > p, .list-feature-listing > .hq-elementor-li > br {
	display: none
}
.hq-list-rent-button {
    padding: 10px !important;
    background: #F5C036 !important;
    border-radius: 5px !important;
    color: black !important;
    font-weight: bold !important;
    font-size: 1rem;
		text-decoration: none
}
.hq-list-rent-button:hover {
    text-decoration: none !important;
    transition: 0.25s;
    background: #b48d29 !important;
}
.vehicle-card {
    background-color: white !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.hq-list-label-wrapper-inner {
    justify-content: center !important;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.hq-list-label-wrapper-inner h3 {
    color: #333333 !important;
    font-size: 1rem !important;
}

.hq-list-label-wrapper-inner h3:nth-child(2) {
    font-weight: 300 !important;
}

@media only screen and (max-width: 767px) {
    .vehicle-card {
        width: 100%;
    }
    #hq-smart-vehicle-grid-row {
        display: flex;
        flex-direction: column;
    }
    #hq-smart-vehicle-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        column-gap: 10px;
        row-gap: 30px;
    }
}

.hq-vehicle-content-wrapper {
    padding-bottom: 5px;
}

.vehicle-card > div:nth-child(3) {
    margin-top: auto;
}

.hq-elementor-li .feature-label {
    margin-left: 0 !important;
}

.hq-elementor-li .icon-wrapper i {
    color: #F5C036 !important;
}

.hq-list-image-wrapper {
    width: 100%;
    display: flex;
    align-items: center !important;
    justify-items: center !important;
    overflow: hidden;
    text-align: center;
}

.hq-list-image-wrapper > img {
    height: 200px;
    width: 100%;
    object-fit: contain;
}

.hq-grid-button-wrapper-left h3 {
    color: #333333 !important;
    font-size: 0.5rem !important;
}

.hq-grid-button-wrapper {
    justify-content: center !important;
    margin-top: 10px !important;
}

.vehicle-card > div.hq-vehicle-content-wrapper > div > h3:nth-child(1) {
    font-weight: bold !important;
    color: #333333 !important;
    font-size: 1.25rem !important;
}
/* vehicle grid end */