/* IPL Campaign — Frontend global styles (popup + banner) */
/* Page styles are inlined in page-ipl.php to stay scoped */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=DM+Sans:wght@300;400;500&display=swap');

#ipl-top-banner {
    line-height: 0;
}

#ipl-top-banner img {
    display: block;
    width: 100%;
    object-fit: cover;
}

/* Popup reset — prevent theme interference */
#ipl-popup-overlay *,
#ipl-popup-overlay *::before,
#ipl-popup-overlay *::after {
    box-sizing: border-box;
}
