/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.product-list {
    display: grid;
    gap: 10px;
}

.product-list-item {
    display: flex;
    padding: 16px;
    background-color: #ffffff;
    align-items: center;
    justify-content: space-between;
}

.product-list-item a {
    flex: 1;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}

.product-list-item-thumbnail {
    flex: 0 0 80px;
    height: 80px;
}

.product-list-item-thumbnail img {
    display: block;
}

.product-list-item-content {
    flex: 1;
}

.product-list-item-content h5,
.product-list-item-content p {
    margin: 0;
}

.machines-count-icon,
.machines-count-verhuur-icon {
    display: inline-block;
}

.machines-offerte-link {
    text-decoration: none !important;
    color: #fff;
    display: flex;
    gap: 5px;
    align-items: center;
}

.machines-offerte-link .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.machines-count,
.machines-count-verhuur {
    background-color: #c2473b;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
}