.property-item-list.small .item-contact-actions {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    width: 100%;
}

.property-item-list.small .item-contact-actions .item-contact-action {
    align-items: center;
    background-color: transparent;
    border: 1px solid var(--thm-color-primary);
    border-radius: 4px;
    color: var(--thm-color-primary);
    display: flex;
    font-size: 12px;
    justify-content: center;
    line-height: 20px;
    margin-bottom: 5px;
    min-width: 0;
    padding: 4px 6px;
    width: 100%;
}

.property-item-list.small .item-contact-actions .item-contact-action:hover,
.property-item-list.small .item-contact-actions .item-contact-action:focus {
    background-color: var(--thm-color-primary);
    color: var(--thm-color-white) !important;
}

.property-item-list.small .item-contact-actions .item-contact-action:hover i,
.property-item-list.small .item-contact-actions .item-contact-action:hover span,
.property-item-list.small .item-contact-actions .item-contact-action:focus i,
.property-item-list.small .item-contact-actions .item-contact-action:focus span {
    color: var(--thm-color-white) !important;
}

.property-item-list.small .item-contact-actions .item-contact-action i {
    margin-right: 5px;
}

.property-item-list.small .item-contact-actions .item-contact-action-mobile-image {
    display: none;
}

@media (min-width: 768px) {
    .property-item-list.small {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .property-item-list.small .item-contact-actions {
        flex-direction: row;
        justify-content: center;
    }

    .property-item-list.small .item-contact-actions .item-contact-action {
        flex: 0 0 60px;
        font-size: 22px;
        height: 60px;
        line-height: 1;
        margin-bottom: 0;
        margin-right: 10px;
        padding: 0;
        width: 60px;
    }

    .property-item-list.small .item-contact-actions .item-contact-action:last-child {
        margin-right: 0;
    }

    .property-item-list.small .item-contact-actions .item-contact-action i {
        margin-right: 0;
    }

    .property-item-list.small .item-contact-actions .item-contact-action span {
        display: none;
    }

    .property-item-list.small .item-contact-actions .item-contact-action-sms {
        order: 1;
    }

    .property-item-list.small .item-contact-actions .item-contact-action-show {
        flex-basis: 90px;
        order: 2;
        width: 90px;
    }

    .property-item-list.small .item-contact-actions .item-contact-action-show i {
        display: none;
    }

    .property-item-list.small .item-contact-actions .item-contact-action-show span {
        display: inline;
        font-size: 14px;
    }

    .property-item-list.small .item-contact-actions .item-contact-action-phone {
        order: 3;
    }

    .property-item-list.small .item-contact-actions .item-contact-action-sms i,
    .property-item-list.small .item-contact-actions .item-contact-action-phone i {
        display: none;
    }

    .property-item-list.small .item-contact-actions .item-contact-action-mobile-image {
        display: block;
        height: 58px;
        object-fit: contain;
        width: 58px;
    }
}
