@charset "utf-8";
.promotion_banner_btw{

	/* 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;}
	}

	/* Nintendo Lucky Draw */
	&[data-promotion-theme-code="nintendo2026"]{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(151,9,9);background-image:url("https://seagm-media.seagmcdn.com/promotion/v2/nintendo2026/peach.png?x-oss-process=image/resize,h_368,limit_0"),url("https://seagm-media.seagmcdn.com/promotion/v2/nintendo2026/mario.png?x-oss-process=image/resize,h_420,limit_0"),url("https://seagm-media.seagmcdn.com/promotion/v2/nintendo2026/art_bg1.svg");background-repeat:no-repeat;background-position:-10% 5%,calc(100% - 3em) 15%,center;background-size:auto 220%,auto 250%,cover;	
		&::before{order:9;align-self:center;content:attr(icon);display:block;font-size:1.5em;overflow:hidden;border-radius:100%;background:rgb(255,171,0);color:white;}
		&>span{width:60%;height:70%;margin:auto;color:transparent;background:url('https://seagm-media.seagmcdn.com/promotion/v2/nintendo2026/art_01.png?x-oss-process=image/resize,h_120,limit_0') no-repeat center/contain;}
	}

}