
/*
 * U88 v1.1.0 is intentionally MOBILE-ONLY.
 * There are no desktop/tablet layouts.
 * The only breakpoint below is for very narrow phones.
 */

@media (max-width: 340px){
	.u88-header-top{
		grid-template-columns:48px minmax(0,1fr) 48px;
	}

	.u88-logo img,
	.u88-logo .custom-logo{
		max-width:118px;
	}

	.u88-quick-nav a{
		font-size:9px;
	}

	.u88-hero-copy{
		width:56%;
		padding-left:10px;
	}

	.u88-hero-copy h1{
		font-size:30px;
	}

	.u88-hero-bonus{
		font-size:29px;
	}

	.u88-action{
		font-size:13px;
	}

	.u88-product-grid strong{
		font-size:7px;
	}

	.u88-footer-brand{
		grid-template-columns:95px minmax(0,1fr);
	}

	.u88-footer-brand img{
		width:92px;
	}
}
