
/** 
    @Common CSS for listing
*/

.wdt-listings-item-container:not(.swiper-wrapper) { width: auto; margin: -10px; }


/** 
    @Type 1 
*/

.wdt-listings-item-wrapper.type1 { display: grid; border: none; justify-items: end; align-items: start; min-height: 450px; align-self: flex-start; overflow: hidden; }
.wdt-listings-item-wrapper.type1 > div { grid-area: 1/-1; display:flex;  flex-direction:column; justify-content:center; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-media-section,
.wdt-listings-item-wrapper.type1 .wdt-listings-item-media-section .wdt-listings-item-image-gallery,
.wdt-listings-item-wrapper.type1 .wdt-listings-item-media-section .wdt-listings-feature-image-holder,
.wdt-listings-item-wrapper.type1 .wdt-listings-item-image-gallery .wdt-listings-feature-image-holder img,
.wdt-listings-item-wrapper.type1 .wdt-listings-image-gallery.swiper-wrapper .swiper-slide img { height: 100%; object-fit: cover; object-position: center; transform: scale(1); transition: var(--wdt-Ad-Transition); }
.wdt-listings-item-wrapper.type1:hover .wdt-listings-item-image-gallery .wdt-listings-feature-image-holder img,
.wdt-listings-item-wrapper.type1:hover .wdt-listings-image-gallery.swiper-wrapper .swiper-slide img { transform: scale(1.1); }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-content-section { position: absolute; top: 20px; right: 20px; bottom: 20px; padding: clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem); /* Min-20 & Max-60 */ width: fit-content; max-width: 580px; background-color: rgba(var(--wdtPrimaryColorRgb), 0.5); backdrop-filter: blur(30px); }
.wdt-listings-item-wrapper.type1 .detail-icon { margin-left: 0; width: clamp(3.4375rem, 3.25rem + 0.9375vw, 4.375rem); /* Min-55 & Max-70 */ height: clamp(3.4375rem, 3.25rem + 0.9375vw, 4.375rem); /* Min-55 & Max-70 */ display: flex; font-size: inherit; color: var(--wdtAccentTxtColor); }
.wdt-listings-item-wrapper.type1 .detail-icon svg { width: inherit; height: inherit; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-content-section > div:not(:last-child) { margin-bottom: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.25rem); /* Min-15 & Max-20 */ }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-content-section > div.wdt-listings-item-excerpt { letter-spacing: var(--wdtLetterSpacing_1X); margin-bottom: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem); /* Min-20 & Max-30 */ }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-content-section h4 { font-size: clamp(1.625rem, 1.4578rem + 0.7643vw, 2.375rem); /* Min-26 & Max-38 */ }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-content-section h4,
.wdt-listings-item-wrapper.type1 .wdt-listings-item-content-section h4 a { color: var(--wdtAccentTxtColor); }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-content-section h4 a:hover { color: rgba(var(--wdtAccentTxtColorRgb), 0.7); }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-content-section .wdt-listings-item-excerpt { color: var(--wdtAccentTxtColor); }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-content-section .wdt-listings-item-button a { font-size: var(--wdtFontSize_Base); font-weight: var(--wdtFontWeight_Ext); padding: 0; color: var(--wdtAccentTxtColor); position: relative; padding-right: 20px; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-content-section .wdt-listings-item-button a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--wdtAccentTxtColor);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M8.1,53.9H4.1v-7.9h3.9V50V53.9z M91.9,46.1c2.2,0,3.9,1.8,3.9,3.9c0,2.2-1.8,3.9-3.9,3.9V50V46.1z M8.1,50v-3.9h83.8V50 v3.9H8.1V50z M49,98.5l-5.6-5.6L86.4,50L43.4,7.1L49,1.5l45.7,45.7c0.7,0.7,1.2,1.7,1.2,2.8s-0.4,2-1.2,2.8L49,98.5z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M8.1,53.9H4.1v-7.9h3.9V50V53.9z M91.9,46.1c2.2,0,3.9,1.8,3.9,3.9c0,2.2-1.8,3.9-3.9,3.9V50V46.1z M8.1,50v-3.9h83.8V50 v3.9H8.1V50z M49,98.5l-5.6-5.6L86.4,50L43.4,7.1L49,1.5l45.7,45.7c0.7,0.7,1.2,1.7,1.2,2.8s-0.4,2-1.2,2.8L49,98.5z'%3E%3C/path%3E%3C/svg%3E");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: var(--wdt-Ad-Transition);
    transition: var(--wdt-Ad-Transition);
}
.wdt-listings-item-wrapper.type1 .wdt-listings-item-content-section .wdt-listings-item-button a:hover:after { 
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section { position: relative; overflow: hidden; display: grid; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section > div { grid-area: 1/-1; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content { align-content: end; padding: 20px; 
    position: relative; background: linear-gradient(45deg, rgba(0,0,0,0.3) 0%, transparent 100%); transition: var(--wdt-Ad-Transition); }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-item-top-section-content > div:not(:last-child) { margin-bottom: 12px; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings--title { margin: 0px; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listing-view-details { display: inline-block; margin: 0px; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-feature-image-holder { display: block; height: 100%; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-feature-image-holder img { display: block;
    height: 100%; object-fit: cover; object-position: center center; transition: var(--wdt-Ad-Transition); }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-featured-item-container span {
  font-size: 12px; color: #ffffff; background-color: #000000; padding: 8px 18px; display: inline-block; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-featured-item-container a { padding: 0px; }
.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-featured-item-container { 
    position: relative; top: 10px; right: 10px; z-index: 1; justify-self: end; align-self: start; display: inline-block; width: fit-content; }

.wdt-listings-item-wrapper.type1 .wdt-listings-item-top-section .wdt-listings-hover-image-icon { position: absolute; top: 20px; left: 20px; margin: 0px; }







/** 
    @Type 2 
*/

.wdt-listings-item-wrapper.type2.wdt-column { margin: 0; padding: 10px; }
.wdt-listings-item-wrapper.type2.wdt-column.swiper-slide{padding:0;}
.wdt-listings-item-wrapper.type2 { display: grid; border: none; justify-items: start; align-items: center; overflow: hidden; }
.wdt-listings-item-wrapper.type2 > div { grid-area: 1/-1; }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-media-section { overflow: hidden; }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-media-section,
.wdt-listings-item-wrapper.type2 .wdt-listings-item-media-section .wdt-listings-item-image-gallery,
.wdt-listings-item-wrapper.type2 .wdt-listings-item-media-section .wdt-listings-feature-image-holder,
.wdt-listings-item-wrapper.type2 .wdt-listings-item-image-gallery .wdt-listings-feature-image-holder img,
.wdt-listings-item-wrapper.type2 .wdt-listings-image-gallery.swiper-wrapper .swiper-slide img { height: 100%; object-fit: cover; object-position: center; transform: scale(1) translateZ(0); transition: var(--wdt-Ad-Transition);  backface-visibility: hidden;}
.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-image-gallery .wdt-listings-feature-image-holder img,
.wdt-listings-item-wrapper.type2:hover .wdt-listings-image-gallery.swiper-wrapper .swiper-slide img { transform: scale(1.1); }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-content-section { padding: clamp(2.5rem, 2rem + 2.5vw, 5rem) clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem); background-color: var(--wdtAccentTxtColor); transition: var(--wdt-Ad-Transition); backface-visibility: hidden; }
.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-content-section { background-color: rgba(var(--wdtPrimaryColorRgb), 0.80); }
.wdt-listings-item-wrapper.type2 .detail-icon { margin-left: 0; width: clamp(3.4375rem, 3.25rem + 0.9375vw, 4.375rem); /* Min-55 & Max-70 */ height: clamp(3.4375rem, 3.25rem + 0.9375vw, 4.375rem); /* Min-55 & Max-70 */ display: flex; font-size: inherit; color: var(--wdtHeadAltColor); transition: var(--wdt-Ad-Transition); }
.wdt-listings-item-wrapper.type2:hover .detail-icon { color: var(--wdtAccentTxtColor); }
.wdt-listings-item-wrapper.type2 .detail-icon svg { width: inherit; height: inherit; }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-content-section > div:not(:last-child) { margin-bottom: clamp(0.9375rem, 0.875rem + 0.3225vw, 2.25rem); /* Min-25 & Max-20 */ }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-content-section > div.wdt-listings-item-excerpt { margin-bottom: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem); /* Min-20 & Max-30 */ }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-content-section .wdt-listings-item-excerpt { color: var(--wdtBodyTxtColor); letter-spacing: var(--wdtLetterSpacing_1X); transition: var(--wdt-Ad-Transition); }
.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-content-section .wdt-listings-item-excerpt { color: var(--wdtAccentTxtColor); }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-content-section h4 { font-size: clamp(1.25rem, 1.1943rem + 0.2548vw, 1.5rem); /* Min-20 & Max-24 */ }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-content-section h4,
.wdt-listings-item-wrapper.type2 .wdt-listings-item-content-section h4 a { color: var(--wdtHeadAltColor); }
.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-content-section h4 a:hover { color: rgba(var(--wdtAccentTxtColorRgb), 0.7); }
.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-content-section h4 a { color: var(--wdtAccentTxtColor); }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-content-section .wdt-listings-item-button a { font-size: var(--wdtFontSize_Base); font-weight: var(--wdtFontWeight_Ext); padding: 0; color: var(--wdtHeadAltColor); position: relative; padding-right: 20px; }
.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-content-section .wdt-listings-item-button a:hover { color: rgba(var(--wdtAccentTxtColorRgb), 0.7); }
.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-content-section .wdt-listings-item-button a { color: var(--wdtAccentTxtColor); }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-content-section .wdt-listings-item-button a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(var(--wdtAccentTxtColorRgb), 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M8.1,53.9H4.1v-7.9h3.9V50V53.9z M91.9,46.1c2.2,0,3.9,1.8,3.9,3.9c0,2.2-1.8,3.9-3.9,3.9V50V46.1z M8.1,50v-3.9h83.8V50 v3.9H8.1V50z M49,98.5l-5.6-5.6L86.4,50L43.4,7.1L49,1.5l45.7,45.7c0.7,0.7,1.2,1.7,1.2,2.8s-0.4,2-1.2,2.8L49,98.5z'%3E%3C/path%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M8.1,53.9H4.1v-7.9h3.9V50V53.9z M91.9,46.1c2.2,0,3.9,1.8,3.9,3.9c0,2.2-1.8,3.9-3.9,3.9V50V46.1z M8.1,50v-3.9h83.8V50 v3.9H8.1V50z M49,98.5l-5.6-5.6L86.4,50L43.4,7.1L49,1.5l45.7,45.7c0.7,0.7,1.2,1.7,1.2,2.8s-0.4,2-1.2,2.8L49,98.5z'%3E%3C/path%3E%3C/svg%3E");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: var(--wdt-Ad-Transition);
    transition: var(--wdt-Ad-Transition);
}
.wdt-listings-item-wrapper.type2 .wdt-listings-item-content-section .wdt-listings-item-button a:hover:after { 
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}



.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-item-top-section-content { display: block;
  position: relative; float: left; width: 100%; padding: 20px 0 0; }

.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings--title { margin: 0px; color: var(--wdtHeadAltColor); }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings--title a { color: inherit; text-decoration: none; }
.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings--title a:hover { color: var(--wdtLinkHoverColor); }

.wdt-listings-item-wrapper.type2 .wdt-listings-taxonomy-container li a { line-height: normal; padding: 0; font-size: 14px; }
.wdt-listings-item-wrapper.type2 .wdt-listings-taxonomy-container li a:before { display: none; }

.wdt-listings-item-wrapper.type2 .wdt-listings-taxonomy-container li a span:first-child:not(:only-child) { margin-right: 5px; }

.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-item-top-section-content > div:not(:last-child) { margin-bottom: 12px; }


.wdt-listings-item-wrapper.type2:not(.has-post-thumbnail) .wdt-listings-item-top-section { padding-top: 40px; }
.wdt-listings-item-wrapper.type2:not(.has-post-thumbnail) .wdt-listings-taxonomy-container { position: static; padding: 10px 30px 0; }
.wdt-listings-item-wrapper.type2:not(.has-post-thumbnail) .wdt-listings-item-bottom-section-content { padding-top: 20px; padding-bottom: 50px; }
.wdt-listings-item-wrapper.type2:not(.has-post-thumbnail) .wdt-listings-item-top-section div.wdt-listings-item-ad-section { right: 30px; }

.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-featured-item-container,
.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-top-section .wdt-listings-featured-item-container {
    left: 0; top: 0; right: auto; background: none; font-size: 0; padding: 0; position: absolute; }

.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-featured-item-container a,
.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-top-section .wdt-listings-featured-item-container a { background: none; }

.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-featured-item-container a {
    display: flex; position: absolute; justify-content: flex-end; right: 0; top: 5px; opacity: 1; }

.wdt-listings-item-wrapper.type2 .wdt-listings-item-top-section .wdt-listings-featured-item-container span {
    font-size: 14px; color: #ffffff; background-color: #000000; padding: 5px 7px; }

.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-top-section .wdt-listings-featured-item-container a { opacity: 0; }

.wdt-listings-item-wrapper.type2:hover .wdt-listings-item-top-section .wdt-listings-featured-item-container a:after { color: #fff; }




.wdt-listings-item-wrapper.type2 .wdt-listings-hover-image-icon { width: 30px; height: 30px; display: block; 
    position: absolute; top: 30px; right: 30px; background: transparent; z-index: 4; opacity: 0; visibility: hidden; 
    cursor: pointer; transition: .3s cubic-bezier(0.4, 0, 1, 1); -webkit-transition: .3s cubic-bezier(0.4, 0, 1, 1); }

.wdt-listings-item-wrapper.type2:hover .wdt-listings-hover-image-icon { opacity: 1; visibility: visible; cursor: pointer; }

.wdt-listings-hover-image-icon .wdt-icon {
    width: 30px; height: 30px; fill: var(--wdtAccentTxtColor); cursor: pointer; transform: scale(.8); -webkit-transform: scale(.8); }

.wdt-listings-hover-image-icon:hover .wdt-icon { transform: scale(.8) rotate(90deg); 
    -webkit-transform: scale(.8) rotate(90deg); fill: var(--wdtLinkHoverColor); }

.wdt-listings-item-wrapper.type2 .wdt-listings-hover-image-icon svg {
    transform: scale(.8); -webkit-transform: scale(.8); transition: .3s cubic-bezier(0, 0, 0.2, 1); 
    -webkit-transition: .3s cubic-bezier(0, 0, 0.2, 1); }

.wdt-listings-item-wrapper.type2 .wdt-listings-hover-image-icon:hover svg {
    transform: scale(.8) rotate(90deg); -webkit-transform: scale(.8) rotate(90deg); }





    

/** 
    @Type 3 
*/

.wdt-listings-item-wrapper.type3 { position: relative; border: none; background: transparent; }

.wdt-listings-item-wrapper.type3 .wdt-listings-item-hover-section { 
    z-index: 1; position: absolute; top: 0; left: 0; white-space: nowrap; padding: 1rem; background: transparent; 
    font-weight: 400; margin-top: -4rem; margin-left: 0; /*opacity: 0; box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.15); */
    width: auto; float: none; pointer-events: none; }

.wdt-listings-item-wrapper.type3:hover .wdt-listings-item-hover-section { opacity: 1; }

.wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container li a span { font-size: 0.8rem; padding: 0px; }
.wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container li a span:before,
.wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container li a span:after { display: none; }

.wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container li a:hover span { color: inherit; }
.wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container li a:before { display: none; }
.wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container li a:hover { box-shadow: none !important; }

.wdt-listings-item-wrapper ul li:not(:first-child) { display: none; }


.wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container li a { color: #000000; background-color: transparent; }


/** 
    @CSS Media Queries
*/

@media (max-width: 1024px){
.wdt-listings-item-wrapper.type2 .wdt-listings-item-content-section{ padding:20px; }

}

@media (min-width: 768px) {

    .wdt-listings-item-wrapper.type3 .wdt-listings-item-title { -webkit-transition: var(--wdt-Ad-Transition); transition: var(--wdt-Ad-Transition);
        margin: 0 0 6px 0; padding: 10px 15px 12px;background-color: #fff; -webkit-clip-path: inset(0 100% 0 0); clip-path: inset(0 100% 0 0); }
    .wdt-listings-item-wrapper.type3 .wdt-listings-taxonomy-container { -webkit-transition: var(--wdt-Ad-Transition); transition: var(--wdt-Ad-Transition);
        margin: 0; padding: 10px 15px 12px; background-color: #fff; width: fit-content; -webkit-clip-path: inset(0 100% 0 0); clip-path: inset(0 100% 0 0); }

    .wdt-listings-item-wrapper.type3:hover .wdt-listings-item-title { -webkit-clip-path: inset(0 0% 0 0); clip-path: inset(0 0% 0 0); }
    .wdt-listings-item-wrapper.type3:hover .wdt-listings-taxonomy-container { -webkit-clip-path: inset(0 0% 0 0); clip-path: inset(0 0% 0 0); }

}

@media (max-width: 767px) {

    .wdt-listings-item-wrapper.type3 .wdt-listings-item-hover-section { padding: 1.2rem 0 0; margin-top: 0; margin-left: 0; 
        transform: none !important; box-shadow: none; position: relative; opacity: 1; width: 100%; }
    
    .wdt-listings-item-wrapper.type3 .wdt-listings-item-hover-section .wdt-listings-item-title { margin: 0 0 10px; }
    .wdt-listings-item-wrapper.type3 { margin-bottom: 24px;}
    .wdt-listings-item-wrapper.type1 .wdt-listings-item-content-section { left: 20px; }

}
@media (max-width: 767px) { 
    .wdt-listings-item-wrapper.type1 .wdt-listings-item-content-section { top: 15px; left: 15px; right: 15px; bottom: 15px; }
    .wdt-listings-container:has(.type1), .wdt-listings-container:has(.type1) .wdt-listings-item-container { display:flex; flex-direction:column; gap:20px; }
 }





/* Ensure the container doesn't cut off the sticky motion */
.wdt-listings-container:has(.type1),
.wdt-listings-container:has(.type1) .wdt-listings-item-container {
    overflow: visible !important;
    height: auto !important;
}

/* Ensure the last slide has a shadow so you can see it arrive on top */
.wdt-listings-item-wrapper.type1 {
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.15) !important;
}


