/* Tranbao Affiliate – frontend fixes to avoid theme conflicts */

/* Scope all resets inside eluvity plugin wrapper to avoid leaking styles */
/* Reset list style for plugin lists */
.eluvity-store-template ul,
.eluvity-store-template li,
.tranbao-deals-wrap ul,
.tranbao-deals-wrap li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Generic flex row for list items containing logo + text */
.eluvity-store-template li,
.tranbao-deals-wrap li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 12px 0;
}

/* Limit logo size */
.eluvity-store-template img,
.tranbao-deals-wrap img {
    max-width: 90px;
    height: auto;
    object-fit: contain;
}

/* Ensure popular stores block images scale */
.popular-stores__img {
    max-width: 72px;
    height: auto;
    object-fit: contain;
}
