/* Facet Wrappper CSS - Starts */

.facet-card {
    box-shadow: 0 0 10px #efefef;
    padding: 30px;
    background-color: #fff !important;
    border: 1px solid #efefef !important;
    margin: 0;
}
.facet-thumbnail a:hover {
    opacity: .85;
}
.facet-card .facet-title a {
    font-weight: bold;
    color: #000;
		transition: 0.5s;
}
.facet-card .facet-title a:hover {
	color: var(--yellow) !important;
}
.facet-title {
    margin-top: 10px;
}
img.facet-thumb {
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 16 / 9;
}
/* Facet Wrappper CSS - Ends */