/* Paylix Embed Styles - Scoped to avoid conflicts with host page */

/* Only target the Paylix embed container, not the entire page */
[data-paylixecommerce-product],
[data-paylixecommerce-group] {
    background-color: transparent;
    height: 100%;
}

/* If there's a dedicated embed container wrapper */
.paylix-embed-container {
    background-color: transparent;
    height: 100%;
}

.paylix-embed-container #app,
[data-paylixecommerce-product] #app,
[data-paylixecommerce-group] #app {
    height: 100%;
}
