
.bulletinwp-bulletins {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bulletinwp-bulletins .bulletinwp-bulletin-item {
	padding: 0 12px;
	position: relative;
	-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.bulletinwp-bulletins .bulletinwp-bulletin-item {
		padding: 12px 24px;
	}
}

.bulletinwp-bulletins .bulletinwp-main-container {
	margin: 0 auto;
}

.bulletinwp-bulletins .bulletinwp-top-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 8px;
}

@media (min-width: 768px) {
	.bulletinwp-bulletins .bulletinwp-top-container {
		margin-bottom: 0;
	}
}

.bulletinwp-bulletins .bulletinwp-left-container {
	position: relative;
	z-index: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.bulletinwp-bulletins .bulletinwp-center-container {
	width: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: visible;
}

.bulletinwp-bulletins .bulletinwp-right-container {
	position: relative;
	z-index: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bulletinwp-bulletins .bulletinwp-bulletin-content-wrapper {
	width: 100%;
}

.bulletinwp-bulletins .bulletinwp-bulletin-content-wrapper p {
	color: currentColor;
}

.bulletinwp-bulletins .bulletinwp-bulletin-content-wrapper p:last-child {
	margin: 0;
}

.bulletinwp-bulletins .bulletinwp-bulletin-content-wrapper a {
	text-decoration: underline;
	color: currentColor;
	border: none;
}

.bulletinwp-bulletins .bulletinwp-bulletin-content-wrapper a:hover {
	text-decoration: none;
}

.bulletinwp-bulletins .bulletinwp-bulletin-content {
	display: none;
}

@media (min-width: 768px) {
	.bulletinwp-bulletins .bulletinwp-bulletin-content {
		display: block;
	}
}

.bulletinwp-bulletins .bulletinwp-bulletin-mobile-content {
	display: block;
}

@media (min-width: 768px) {
	.bulletinwp-bulletins .bulletinwp-bulletin-mobile-content {
		display: none;
	}
}

.bulletinwp-bulletins .bulletinwp-bulletin-admin-edit-link {
	background-color: #fff;
	border: 2px solid #000;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 5px;
	position: absolute;
	right: 10px;
	text-decoration: none;
}

.bulletinwp-bulletins code {
	color: currentColor;
	background-color: rgba(0, 0, 0, .3);
	padding: .3em;
	border-radius: 5px;
}

.bulletinwp-bulletins.bulletinwp-init .bulletinwp-bulletin-item {
	pointer-events: initial;
	opacity: 1;
}

.bulletinwp-bulletins.bulletinwp-placement-top {
	position: relative;
	width: 100%;
	max-width: none;
}

.bulletinwp-bulletins.bulletinwp-placement-top .bulletinwp-bulletin-admin-edit-link {
	top: 100%;
	right: 0;
	z-index: 2;
}

.bulletinwp-bulletins.bulletinwp-placement-top .bulletinwp-bulletin-item {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bulletinwp-bulletins.bulletinwp-placement-top.bulletinwp-top-fixed {
	position: sticky;
	top: 0;
	z-index: 100;
}

.bulletinwp-bulletins.bulletinwp-placement-sticky-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
}

.bulletinwp-bulletins.bulletinwp-placement-sticky-footer .bulletinwp-bulletin-admin-edit-link {
	right: 0;
	bottom: 100%;
}

.bulletinwp-bulletins.bulletinwp-placement-float-bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 0 8px 8px;
	z-index: 1;
}

@media (min-width: 768px) {
	.bulletinwp-bulletins.bulletinwp-placement-float-bottom {
		padding: 0 20px 20px;
		pointer-events: none;
	}
}

.bulletinwp-bulletins.bulletinwp-placement-float-bottom .bulletinwp-bulletin-item {
	padding: 12px;
	border-radius: 8px;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.bulletinwp-bulletins.bulletinwp-placement-float-bottom .bulletinwp-bulletin-admin-edit-link {
	bottom: 100%;
}

.bulletinwp-bulletins.bulletinwp-placement-float-bottom.bulletinwp-init .bulletinwp-bulletin-item {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.bulletinwp-bulletins.bulletinwp-placement-corner {
	position: fixed;
	width: 100%;
	padding: 8px 8px;
	z-index: 100;
}

@media (min-width: 768px) {
	.bulletinwp-bulletins.bulletinwp-placement-corner {
		padding: 20px 20px;
		pointer-events: none;
	}
}

.bulletinwp-bulletins.bulletinwp-placement-corner .bulletinwp-bulletin-item {
	padding: 12px;
	border-radius: 8px;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	margin: 0;
}

.bulletinwp-bulletins.bulletinwp-placement-corner.bulletinwp-init .bulletinwp-bulletin-item {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.bulletinwp-bulletins.bulletinwp-corner-top-left {
	top: 0;
	left: 0;
}

.bulletinwp-bulletins.bulletinwp-corner-top-left .bulletinwp-bulletin-admin-edit-link {
	top: 100%;
	right: 0;
	z-index: 2;
}

.bulletinwp-bulletins.bulletinwp-corner-top-right {
	top: 0;
	right: 0;
}

.bulletinwp-bulletins.bulletinwp-corner-top-right .bulletinwp-bulletin-item {
	margin-left: auto;
	margin-right: 0;
}

.bulletinwp-bulletins.bulletinwp-corner-top-right .bulletinwp-bulletin-admin-edit-link {
	top: 100%;
	right: 0;
	z-index: 2;
}

.bulletinwp-bulletins.bulletinwp-corner-bottom-left {
	bottom: 0;
	left: 0;
}

.bulletinwp-bulletins.bulletinwp-corner-bottom-left .bulletinwp-bulletin-admin-edit-link {
	bottom: 100%;
}

.bulletinwp-bulletins.bulletinwp-corner-bottom-right {
	bottom: 0;
	right: 0;
}

.bulletinwp-bulletins.bulletinwp-corner-bottom-right .bulletinwp-bulletin-item {
	margin-left: auto;
	margin-right: 0;
}

.bulletinwp-bulletins.bulletinwp-corner-bottom-right .bulletinwp-bulletin-admin-edit-link {
	bottom: 100%;
}

.bulletinwp-bulletin-image-wrapper {
	display: block;
}

@media (max-width: 768px) {
	.bulletinwp-bulletin-image-wrapper {
		display: none;
	}
}

.bulletinwp-bulletins[data-placement-location] {
	display: none;
}
