.gtranslate-notice-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
}

.gtranslate-notice-modal[hidden] {
	display: none !important;
}

.gtranslate-notice-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 24, 39, 0.55);
}

.gtranslate-notice-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 32rem);
	max-height: calc(100vh - 2.5rem);
	overflow: auto;
	padding: 1.5rem 1.5rem 1.25rem;
	border-radius: 0.5rem;
	background: #fff;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
	color: #111827;
	font-family: Roboto, system-ui, -apple-system, sans-serif;
}

.gtranslate-notice-modal__text {
	margin: 0 0 1.25rem;
	font-size: 1rem;
	line-height: 1.55;
}

.gtranslate-notice-modal__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.65rem 1.25rem;
	border: 0;
	border-radius: 0.25rem;
	background: #5999aa;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	cursor: pointer;
}

.gtranslate-notice-modal__button:hover,
.gtranslate-notice-modal__button:focus {
	background: #90cfe1;
	outline: none;
}

body.gtranslate-notice-open {
	overflow: hidden;
}
