.pldw {
  margin: 0 auto 0.75em;
  max-width: 980px;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  padding: 0.2em 0;
}

.pldw__text {
  margin: 0 0 0.65em;
  font-family: "PT Sans", sans-serif;
  line-height: 1.5;
  color: #262626;
}

.pldw__btn {
  text-decoration: none;
  display: inline-block;
}

.pldw__btn--primary {
  display: block;
  margin: 0 auto 0.4em;
  max-width: 56ch;
  padding: 0.75em 1em;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #fff !important;
  background: #000;
  border: 1px solid #000;
  transition: background 0.2s ease, transform 0.2s ease;
}

.pldw__btn--primary:link,
.pldw__btn--primary:visited {
  color: #fff !important;
  text-decoration: none !important;
}

.pldw__btn--primary:hover,
.pldw__btn--primary:focus {
  background: #262626;
  color: #fff !important;
  transform: translateY(-1px);
  text-decoration: none !important;
}

.pldw__btn--secondary {
  margin-top: 0;
  padding: 0.42em 0.95em;
  background: #fff;
  border: 1px solid #000;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.75em;
  line-height: 1.5;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  color: #000 !important;
  transition: background 0.2s ease, color 0.2s ease;
}

.pldw__btn--secondary:link,
.pldw__btn--secondary:visited {
  background: #fff;
  color: #000 !important;
  text-decoration: none !important;
}

.pldw__btn--secondary:hover,
.pldw__btn--secondary:focus {
  background: #000;
  color: #fff !important;
  text-decoration: none !important;
}

@media all and (max-width: 599px) {
  .pldw {
    padding: 0.15em 0;
  }

  .pldw__btn--primary {
    padding: 0.68em 0.82em;
    font-size: 0.95em;
  }
}

/* Newsletter CTA at the end of articles ([pl_newsletter_cta]) */
.plnc {
  margin: 1.5em auto 0.75em;
  max-width: 640px;
  padding: 1em 1em 1.25em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}

.plnc__text {
  margin: 0 0 0.65em;
  font-family: "PT Sans", sans-serif;
  line-height: 1.5;
  color: #262626;
}

.plnc__btn {
  margin-bottom: 0;
}
