/*
 * WLK-9892 — WD promo ribbon banner ("TakeWalks is now WalksDevour").
 * Blog twin of the main site's <PromoBanner>: full-width strip at the very
 * top of the page (above the site header), CMS-driven colors via inline
 * style, one centered text line.
 */

.wd-promo-banner {
  position: relative;
  width: 100%;
}

.wd-promo-banner__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.wd-promo-banner__link:hover,
.wd-promo-banner__link:focus {
  color: inherit;
  text-decoration: none;
}

.wd-promo-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 48px;
  text-align: center;
  font-family: "Season Sans", Inter, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.wd-promo-banner__close {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}
