.esg-site-notice[hidden] {
	display: none;
}

.esg-site-notice {
	font-family: inherit;
	position: fixed;
	z-index: 99999;
}

.esg-site-notice__backdrop {
	background: rgba(15, 23, 42, 0.46);
	inset: 0;
	position: fixed;
}

.esg-site-notice__panel {
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 8px;
	box-shadow: 0 18px 60px rgba(15, 23, 42, 0.22);
	color: #1f2937;
	max-height: min(86vh, 760px);
	overflow: auto;
	position: relative;
	width: min(var(--esg-notice-width, 525px), calc(100vw - 28px));
}

.esg-site-notice--drawer.esg-site-notice--bottom-right {
	bottom: 18px;
	right: 18px;
}

.esg-site-notice--drawer.esg-site-notice--bottom-left {
	bottom: 18px;
	left: 18px;
}

.esg-site-notice--drawer.esg-site-notice--center,
.esg-site-notice--popup {
	inset: 0;
}

.esg-site-notice--drawer.esg-site-notice--center {
	align-items: center;
	display: flex;
	justify-content: center;
	pointer-events: none;
}

.esg-site-notice--drawer.esg-site-notice--center .esg-site-notice__panel {
	pointer-events: auto;
}

.esg-site-notice--popup {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 18px;
}

.esg-site-notice__close {
	align-items: center;
	appearance: none;
	-webkit-appearance: none;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(15, 23, 42, 0.16);
	border-radius: 999px;
	box-shadow: none;
	color: #111827;
	cursor: pointer;
	display: grid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0;
	height: 34px;
	justify-content: center;
	line-height: 0;
	margin: 0;
	min-height: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	text-align: center;
	text-decoration: none;
	top: 10px;
	width: 34px;
	z-index: 2;
}

.esg-site-notice__close::before,
.esg-site-notice__close::after {
	background: currentColor;
	border-radius: 2px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 16px;
}

.esg-site-notice__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.esg-site-notice__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.esg-site-notice__close:focus,
.esg-site-notice__close:hover {
	background: #fff;
	border-color: rgba(15, 23, 42, 0.22);
	color: #111827;
	outline: none;
}

.esg-site-notice__image {
	display: block;
}

.esg-site-notice__image img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.esg-site-notice--image-only .esg-site-notice__panel {
	background: transparent;
}

.esg-site-notice--image-only .esg-site-notice__image img {
	aspect-ratio: auto;
	border-radius: 8px;
	object-fit: contain;
}

.esg-site-notice__body {
	padding: 22px;
}

.esg-site-notice__body h2 {
	font-size: 22px;
	line-height: 1.2;
	margin: 0 42px 10px 0;
}

.esg-site-notice__content {
	font-size: 15px;
	line-height: 1.55;
}

.esg-site-notice__content > *:first-child {
	margin-top: 0;
}

.esg-site-notice__content > *:last-child {
	margin-bottom: 0;
}

@media (max-width: 600px) {
	.esg-site-notice--drawer.esg-site-notice--bottom-right,
	.esg-site-notice--drawer.esg-site-notice--bottom-left {
		bottom: 12px;
		left: 12px;
		right: 12px;
	}

	.esg-site-notice__panel {
		width: 100%;
	}
}
