/* LSN Blank Public CSS Styles */
.lsn-message-bar img { max-width: inherit !important; max-height: inherit !important; }
.lsn-message-bar a, .lsn-message-bar a:visited { color: inherit; text-decoration: none; }
.lsn-message-bar a:hover { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }

/* LSN Message Bar content settings */
.lsn-message-bar .lsn-message-bar-bg { min-height: 150px; background-repeat: no-repeat; }
.lsn-message-bar .lsn-message-bar-wrap { display: flex; justify-content: space-between; align-items: center; text-align: center; margin: 0 auto; min-height: 150px; }
.lsn-message-bar .lsn-message-bar-content-wrap { display: flex; flex: 3; flex-wrap: wrap; align-items: center; line-height: 1.2; font-size: 25px; }
.lsn-message-bar .lsn-message-bar-cta-button { font-size: 80%; text-transform: capitalize; margin: 6px 0; padding: 4px 10px; background-color: transparent; border-radius: 0; border: 1px solid #fff; font-family: Oswald, Arial, Helvetica, sans-serif; display: inline-block; }
.lsn-message-bar .lsn-message-bar-headline { font-family: Oswald, Arial, Helvetica, sans-serif; font-size: 100%; font-weight: 300; display: block; }
.lsn-message-bar .lsn-message-bar-prefix { white-space: nowrap; text-transform: capitalize; font-weight: bold; font-style: italic; font-family: Oswald, Arial, Helvetica, sans-serif; }
.lsn-message-bar-link { cursor: pointer; }

/* LSN Message Bar image settings */
.lsn-message-bar .lsn-message-bar-image-left-wrap,
.lsn-message-bar .lsn-message-bar-image-right-wrap { display: none; max-height: 150px; }
@media screen and (min-width: 480px) {
	.lsn-message-bar .lsn-message-bar-image-left-wrap { display: block; flex: 1;  }
}
@media screen and (min-width: 768px) {
	.lsn-message-bar .lsn-message-bar-image-right-wrap { display: block; flex: 1;  }
}

/* LSN Message Bar countdown timer */
.lsn-message-bar-countdown-timer { display: flex; justify-content: space-evenly; font-family: Oswald, Arial, Helvetica, sans-serif; }
.lsn-message-bar-countdown-timer > div { margin: 0 5px; color: #fff; text-align: center; background-color: rgba(30, 30, 30, 0.65); padding: 4px 0 8px 0; min-width: 50px; border-radius: 5px; font-size: 25px; line-height: 1.2; }
.lsn-message-bar-countdown-timer > div span { display: block; font-size: 12px; color: #bbb; margin-left: 0; }
