@layer base {
	img[src*="burst-wink.svg"] {
		display: inline !important;
	}

	.burst-reporting-wizard-gutter {
		@apply px-4 md:pl-10 md:pr-12;
	}

	@apply font-normal leading-normal box-border m-0 -ml-5 text-base text-text-black font-sans max-md:-ml-[9px] antialiased leading-6;
	/* font-variant-numeric: tabular-nums; */

	*,
	*::before,
	*::after {
		/* Tailwind does not have box-sizing: inherit class */
		box-sizing: inherit;
	}

	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	ol,
	ul {
		@apply m-0 p-0 text-base text-text-black ;
	}

	img {
		@apply max-w-full h-auto;
	}


	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		@apply leading-normal tracking-normal;
	}

	.burst-h0 {
		@apply font-bold tracking-[0.025rem] text-5xl;
	}

	h1,
	.burst-h1 {
		@apply text-4xl font-medium leading-normal tracking-[0.025rem];
	}

	h2,
	.burst-h2 {
		@apply text-2xl font-bold tracking-[0.025rem];
	}

	h3,
	.burst-h3 {
		@apply text-xl font-semibold tracking-[0.0125rem];
	}

	h4,
	.burst-h4 {
		@apply text-lg font-semibold tracking-[0.0125rem];
	}

	h5,
	.burst-h5 {
		@apply text-base font-semibold tracking-[0.1px];
	}

	h6,
	.burst-h6 {
		@apply text-base font-normal tracking-[0.1px];
	}

	p {
		@apply text-base font-normal leading-normal text-text-black;
	}

	a {
		@apply text-base text-text-black;
	}

	.burst-notice-hook-element {
		@apply hidden;
	}

	.burst-divider {
		@apply w-px h-[1.3rem] bg-divider;
	}

	.mainwp-ui .burst {
		margin-left: 0 !important;
	}

	/* Responsive adjustment */
	body.dashboard-default-theme {
		.burst-statistics-wrapper {
			background: #f0f0f1 !important;
			color: #151615;
		}
	}
}
