.wpbdp-grid>* {
    grid-column: span 6 / span 6;
}
.wpbdp-grid>.wpbdp-pagination {
    grid-column: span 12 / span 12;
}

.wpbdp-listing-excerpt {
    border-bottom: 1px solid lightgrey !important;
    padding: 0 0 20px;
    display: flex;
    flex-direction: column;
}

.wpbdp-listing .listing-title {
    border: none;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.wpbdp-listing .listing-title a {
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

.wpbdp-listing a:not(.wpbdp-button) {
    text-decoration: none;
}

.wpbdp-listing .wpbdp-button {
    padding: 0.74375em 0.775em 0.68125em;
}

.wpbdp-listing .listing-thumbnail {
    padding: 5px;
    float: none;
    margin: auto;
}

.wpbdp-listing .listing-thumbnail img {
    width: 175px;
}

.wpbdp-listing .listing-details {
    margin-left: 0;
}

.wpbdp-listing .listing-details.wpbdp-no-thumb {
    margin-left: 0;
}

.wpbdp-listing .address-info .address-label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.wpbdp-listing .wpbdp-field {
    margin: 4px 0;
}

.wpbdp-listing .wpbdp-field-type-textarea label,
.wpbdp-listing .wpbdp-field-type-textarea .field-label {
    display: block;
}

.wpbdp-view-show_listing h3 {
    font-size: 28px;
}

.wpbdp-listing-excerpt .excerpt-content {
    display: flex;
    gap: 20px;
    flex-direction: column-reverse;
}

.wpbdp-listing-excerpt .listing-actions {
    margin-top:auto;
    padding-top: 15px;
}

 .listing-actions>a {
     margin-left: 0;
}

