.at-notice-overlay {
	position: fixed;
	inset: 0;
	z-index: 10001;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	background: rgba(0, 0, 0, 0.45);
	box-sizing: border-box;
}

.at-notice-overlay.at-notice-hidden {
	display: none;
}

.at-notice-modal {
	width: 100%;
	max-width: 720px;
	max-height: calc(100vh - 3rem);
	overflow-y: auto;
	padding: 2.5rem 2.75rem;
	background: #f4847a;
	color: #000;
	font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
	line-height: 1.5;
	box-sizing: border-box;
}

.at-notice-modal h2 {
	margin: 0 0 1.5rem;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.2;
}

.at-notice-modal p {
	margin: 0 0 1rem;
	font-size: 1rem;
}

.at-notice-modal p:last-of-type {
	margin-bottom: 2rem;
}

.at-notice-close {
	display: inline-block;
	padding: 0.65rem 1.25rem;
	border: 0;
	background: #2b2b2b;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
}

.at-notice-close:hover,
.at-notice-close:focus {
	background: #000;
	outline: 2px solid #fff;
	outline-offset: 2px;
}

@media (max-width: 600px) {
	.at-notice-modal {
		padding: 1.75rem 1.5rem;
	}

	.at-notice-modal h2 {
		font-size: 1.4rem;
	}
}
