.lestin-icon-theme{
   width: 28px;
   height: 24px;
   position: relative;
   background: url("images/icon-theme.png");
   background-size: contain;
   background-repeat: no-repeat;
   display: inline-block;
} 

.elementor-element-wrapper.elementor-element--promotion{
   display: none;
}

/* Listing item category styles (child theme override for plugin template) */
.gva-listing-category .content-inner{
   padding: 4px 0;
}
.gva-listing-category .cat-list{
   list-style: none;
   margin: 0;
   padding: 0;
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 12px;
}
.gva-listing-category .cat-list-item{
   display: block;
}
.gva-listing-category .cat-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 18px;
    border-radius: 6px;
    background: #f5f6f7;
    text-decoration: none;
    color: #1a1a1a;
    transition: background .15s ease, color .15s ease, transform .08s ease;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.gva-listing-category .cat-item:hover{
   background: #eceff1;
   transform: translateY(-2px);
}
.gva-listing-category .cat-name{
   font-weight: 600;
}
.gva-listing-category .cat-icon{
   width: 48px;
   height: 48px;
   object-fit: cover;
   border-radius: 50%;
}