/**
 * AdLab Offers Styles
 *
 * @package AdLab_Offers
 */

/* TODO: Add styles for offers display */

/* Collection banner
   ========================================================================== */

/*
 * The creative is a fixed-width mobile banner dropped into a full-width loop
 * item, so it needs centring in its slot rather than sitting flush left. The
 * width cap itself is set inline from the placement's own size.
 */
.adlab-collection-banner {
    margin-left: auto;
    margin-right: auto;
    justify-self: center;
    text-align: center;
}

.adlab-collection-banner img,
.adlab-collection-banner iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
