

/*
  * Newsletter Banners *
  * ------------------ *
*/

.economy-newsletter-banner {
  padding: 0 20px;
  background-color: #FFFFFF;
}

.economy-newsletter-banner__inner {
  padding: 1em;
  background-color: #FFE900;
  max-width: 34em;
}

.economy-newsletter-banner__inner:empty {
  display: none;
}

.economy-newsletter-banner__inner > *:first-child {
  margin-top: 0;
}

.economy-newsletter-banner__inner > *:last-child {
  margin-bottom: 0;
}

.economy-newsletter-banner ul {
  padding-left: 1em;
}

.economy-newsletter-banner__button {
  background: rgba(0,0,0,0.6);
  color: #FFE900 !important;
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: bold;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  line-height: normal !important;
  padding: 6px 12px;
}

.economy-newsletter-banner__button:hover {
  background: black;
}

.economy-newsletter-banner__button:focus-visible {
  outline: 2px solid white;
}

/*
  * Newsletter Page Banner *
  * ---------------------- *
*/

.economy-newsletter-page-banner {
  left: 0;
  top: 0;
  width: 100%;
  padding: 1em;
  background: black;
  color: white;
  font-family: sans-serif;
}

.economy-newsletter-page-banner:empty {
  display: none;
}

/*
  * Newsletter Page Navigation *
  * ------------------------- **
*/

.economy-newsletter-page-nav  {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #eeeeee;
  font-family: arial, sans-serif;
}

.economy-newsletter-page-nav__title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.economy-newsletter-page-nav__details td {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  vertical-align: top;
}

.economy-newsletter-page-nav__details td:first-child {
  font-weight: bold;
}

.economy-newsletter-page-nav__details td:last-child {
  padding-left: 1em;
}

.economy-newsletter-page-nav__inner {
  max-width: 600px;
  margin: 0 auto;
}

/* 
  * Newsletter body code snippet
*/
.economy-newsletter-code {
  align-items: center;
  background-color: #eeeeee;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.economy-newsletter-code__hint {
  font-family: arial, sans-serif;
  max-width: 600px;
  width: 100%;
}

.economy-newsletter-code__textarea {
  height: 300px;
  max-width: 600px;
  width: 100%;
}
