/**
 * Core - Strengthens and extends 42Theme site functionality.
 *
 * @encoding     UTF-8
 * @version      2.0.0
 * @copyright    Copyright (C) 2016 - 2023 42Theme (https://42theme.com). All rights reserved.
 * @license      Private, Internal Software
 * @author       Alexander Khmelnitskiy (info@alexander.khmelnitskiy.ua)
 * @support      support@42theme.com
 **/
.t42-breadcrumbs-con {
  margin: 24px 0;
  padding: 10px 16px;
}
.elementor-widget-t42-item .item-card .link-overlay {
  position: absolute;
}
.elementor-widget-t42-item .item-card .image {
  line-height: 0;
  margin: 0;
  width: 100%;
  min-width: 200px;
  position: relative;
  text-align: center;
}
.elementor-widget-t42-item .item-card .image img {
  max-width: 100%;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.elementor-widget-t42-item .item-card .preview {
  background: #fff;
  color: #1F8447;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
  border: 1px solid;
  padding: 12px 32px;
  position: relative;
  margin-top: 20px;
}
.elementor-widget-t42-item .item-card .preview:hover,
.elementor-widget-t42-item .item-card .preview:focus,
.elementor-widget-t42-item .item-card .preview:active {
  background: #1F8447;
  color: #fff;
  text-decoration: none;
}
