    .single-listing #wrapper .service {
        padding-bottom: 65px;
    }

/* Align category select with address field styling */
.form-field-tax-listing_category-container select#tax-listing_category {
    height: 51px;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #fff;
    font-size: 15px;
    color: #333 !important;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 22px center;
    cursor: pointer;
    line-height: 1.2;
}

.form-field-tax-listing_category-container select#tax-listing_category option {
    color: #333;
    padding: 10px;
}

.form-field-tax-listing_category-container select#tax-listing_category:focus {
    border-color: #66676b;
    outline: none;
}

@media (max-width: 991px) {
    .form-field-tax-listing_category-container select#tax-listing_category {
        background-position: right 10px center;
    }
}