/*
Theme Name: Listivo Child
Theme URI: https://listivotheme.com/
Author: TangibleDesign
Author URI: https://tangibledesign.net/
Description: Listivo
Template: listivo
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: listivo
*/

.listivoCards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 45%;
}
.listivoCards img {
  max-height: 40px;
  width: auto;
}

.listivoCards a {
  margin-left: 5px;
  margin-right: 5px;
}
.listivoCards a:nth-of-type(3) {
  margin-left: 0;
  margin-right: 0;
}
.listivoCards a:nth-of-type(6) img {
  max-height: 30px;
}
.listivoCards a:nth-of-type(7) img {
  max-height: 40px;
}
.listivoCards--white {
  background: #fff !important;
}

.listivoCards--white .listivo-copyrights__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.listivoCards--white .listivo-copyrights__container p {
  color: #055891;
}
.small-text-notification {
  pointer-events: none !important;
  display: block;
  font-size: 10px;
  margin-top: 5px;
}
.listivo-menu-v2__items > .listivo-menu-v2__item {
  margin-left: var(--e-global-size-6);
}

.listivo-menu-v2__items > .listivo-menu-v2__item::before {
  left: -8px;
}
.listivo-listing-card-v4__bottom {
  padding: var(--e-global-size-6) 12px;
}

.listivo-listing-card-v4__name {
  font-size: 18px;
  line-height: 22px;
}
.listivo-listing-card-v4__icons {
  margin-top: 0;
}
