@charset "utf-8";
.promotion_banner_btw{

	/* PUBG Mobile Lucky Draw 2026 */
	&[data-promotion-theme-code="pubg2026"]{display:grid;grid-template-columns:1fr auto;gap:1em;height:7em;padding-inline:1em;box-sizing:border-box;border-radius:1em;overflow:hidden;color:inherit;background:hsl(228 46% 31%) url("https://seagm-media.seagmcdn.com/promotion/v2/pubg2026/banner_bg.jpg?x-oss-process=image/resize,w_960,limit_0") no-repeat bottom center/cover;
		&::before{order:9;align-self:center;content:attr(icon);display:block;font-size:1.5em;overflow:hidden;border-radius:100%;background:rgb(255 228 181);color:black;}
		&>span{width:90%;margin-inline:auto;color:transparent;background-image:url('https://seagm-media.seagmcdn.com/promotion/v2/pubg2026/banner_01.png?x-oss-process=image/resize,w_650,limit_0');background-repeat:no-repeat;background-position:center;background-size:contain;}
	}

	/* Sword of Justice Lucky Draw */
	&[data-promotion-theme-code="soj2026"]{display:grid;grid-template-columns:1fr auto;gap:1em;height:7em;padding-inline:1em;box-sizing:border-box;border-radius:1em;overflow:hidden;color:inherit;background-color:rgb(23 28 35);background-image:url("https://seagm-media.seagmcdn.com/promotion/v2/soj2026/art_01.png?x-oss-process=image/resize,w_576,limit_0/crop,w_576,h_240,y_10,g_north"),url("https://seagm-media.seagmcdn.com/promotion/v2/soj2026/art_bg2.jpg?x-oss-process=image/resize,w_960,limit_0/crop,w_960,h_300,g_center");background-repeat:no-repeat;background-position:var(--inline-end,right) center,center;background-size:60% auto,cover;
		&::before{order:9;align-self:center;content:attr(icon);display:block;font-size:1.5em;overflow:hidden;border-radius:100%;background:#fff;color:black;}
		&>span{width:60%;height:70%;margin-block:auto;color:transparent;background:url('https://seagm-media.seagmcdn.com/promotion/v2/soj2026/banner_01.png?x-oss-process=image/resize,h_240,limit_0') no-repeat center/contain;}
	}

}