/*
Theme Name: Houzez Child
Theme URI: https://themeforest.net/item/houzez-real-estate-wordpress-theme/15752549
Description: Child theme for Houzez
Author: Your Name
Author URI: https://yourwebsite.com
Template: houzez
Version: 1.0.0
*/

/* Add your custom CSS below */
.item-wrap-v1 .item-footer {
    padding: 10px;
    border-left: 1px solid #dce0e0;
    border-right: 1px solid #dce0e0;
    border-bottom: 1px solid #dce0e0;
}

.item-wrap-v1 .item-buttons-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 5px;
}

.item-wrap-v1 .btn-item {
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    top: auto;
}

.item-wrap-v1 ul.item-tools-right {
    left: 85% !important;
    right: 20px !important;
}