.ccm-page {
	transition: margin-top 200ms;
	--notification-banner-height: 68px;
	--property-page-offset: calc(80px + var(--notification-banner-height));
}
.ccm-page.banner-with-button {
	--notification-banner-height: 112px;
}

@media (min-width: 531px) and (max-width: 767px) {
	.ccm-page {
		--notification-banner-height: 68px;
	}
	.ccm-page.banner-with-button {
		--notification-banner-height: 88px;
	}
}

@media (min-width: 768px) {
	.ccm-page {
		--notification-banner-height: 44px;
		--property-page-offset: calc(115px + var(--notification-banner-height));
	}
	.ccm-page.banner-with-button {
		--notification-banner-height: 64px;
	}
}

.ccm-page.nb-show {
	margin-top: var(--notification-banner-height);
}

.notification_banner ~ .property-page {
	margin-top: var(--property-page-offset) !important;
}

.notification_banner + header {
	top: var(--notification-banner-height) !important;
}

.notification_banner {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	display: none;
	background-color: var(--bs-primary);
	padding: 10px;
}

.notification_banner p {
	line-height: var(--bs-body-line-height);
	color: var(--bs-white);
	margin: 0 10px 0 0;
	font-size: var(--bs-body-font-size);
	display: inline-block;
}

.notification_banner .close-notification-banner {
	color: var(--bs-white);
	display: block;
	width: 49px;
	height: 49px;
	position: absolute;
	top: 0;
	right: 0;
	border-bottom: none;
}

.notification_banner .close-notification-banner:before,
.notification_banner .close-notification-banner:after {
	content: "";
	display: block;
	background-color: #fff;
	width: 20px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
}

.notification_banner .close-notification-banner:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.notification_banner .close-notification-banner:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.notification_banner a:not(.btn) {
	--bs-link-color: #52b053;
	--bs-link-hover-color: #52b053;
}

.notification_banner .btn-success {
	--bs-btn-line-height: var(--bs-body-line-height);
	--bs-btn-bg: #52b053;
	--bs-btn-hover-bg: #52b053;
	--bs-btn-color: #ffffff;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-border-width: 0;
	--bs-btn-box-shadow: none;
	--bs-btn-border-radius: 3px;
	--bs-btn-padding-x: 30px;
	--bs-btn-padding-y: 10px;
}
