/* Tile fills its grid cell completely */
.emega-category-tile {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
}

/* Responsive image wrapper — 5:4 ratio like Amazon */
.emega-category-figure {
    position: relative;
    width: 100% !important;
    padding-top: 80%;         
    overflow: hidden;
    margin: 0;
} 

/* Image fills 100% width AND height of wrapper */
.emega-category-figure img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

/* Title under image */
.emega-category-title {
    width: 100% !important;
    display: block;
    margin-top: 0 !important;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #111;
    text-align: left !important;
    white-space: normal;
    overflow-wrap: break-word;
}

/* Remove underline */
.emega-category-tile-link,
.emega-category-tile-link:hover {
    text-decoration: none !important;
    color: inherit;
}
