/**
 * Boombar Alert Styles
 * Conditionally loaded when header_boombar_text ACF option is active
 */

.site-boombar {
  width: 100%;
  background-color: #8B4513;
  color: #fff;
  padding: 1.5rem 2rem;
  text-align: center;
}

.site-boombar__content p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}

.site-boombar__content p:last-child {
  margin-bottom: 0;
}

.site-boombar__content a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}

.site-boombar__content a:hover,
.site-boombar__content a:focus {
  text-decoration: none;
  opacity: 0.9;
}

