.wp-block-sinch-hubs-item-list,
.sinch-hubs-item-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.hubs-product-item {
    padding: 10px 15px;
    width: 25%;
    font-size: 14px;
}
.wp-block-sinch-hubs-item-list .hubs-product-item a {
    text-decoration: none !important;
}
.hubs-product-item .components-button {
    display: inline-block;
    height: auto;
}
.hubs-product-item .hubs-product-item-image {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
body:not(.block-editor-page) .hubs-product-item .hubs-product-item-image::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.hubs-product-item img {
    display: block;
}
body:not(.block-editor-page) .hubs-product-item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
    margin: 0 !important;
}
.hubs-product-item h4 {
    margin: 0;
    color: #333;
    font-size: 14px;
}
.hubs-product-item p {
    margin: 0 !important;
    font-size: 14px !important;
}
.hubs-product-item-description {
    color: #b4b4b4 !important;
}
.hubs-product-item .hubs-product-price {
    color: #e46d33;
    font-weight: 600;
    font-size: 14px;
}
.hubs-product-item .hubs-product-price::before {
    display: inline-block;
    content: 'Cost Price:';
    margin-right: 6px;
    color: #333;
    font-size: 12px !important;
}