:root {
  --pd-brand-ink: #171613;
  --pd-brand-paper: #f4f0e8;
  --pd-brand-border: #b8aa8c;
}

.pd-site-banner {
  position: relative;
  z-index: 20;
  width: 100%;
  margin: 0;
  background: var(--pd-brand-ink);
  line-height: 0;
}

.pd-site-banner a,
.pd-site-banner img {
  display: block;
  width: 100%;
}

.pd-site-banner img {
  height: auto;
}

.uicore-header-wrapper,
#uicore-tb-footer {
  display: none !important;
}

.pd-site-footer {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  border-top: 1px solid var(--pd-brand-border);
  background: var(--pd-brand-ink);
  color: var(--pd-brand-paper);
  padding: 1.35rem clamp(1.25rem, 5vw, 4rem);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}

.pd-site-footer p {
  margin: 0;
}

.pd-site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem 1.25rem;
}

.pd-site-footer a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.pd-site-footer a:hover,
.pd-site-footer a:focus-visible {
  color: #ffffff;
}

@media (max-width: 48rem) {
  .pd-site-footer,
  .pd-site-footer nav {
    flex-direction: column;
    justify-content: flex-start;
  }

  .pd-site-footer {
    gap: 0.8rem;
  }

  .pd-site-footer nav {
    align-items: flex-start;
  }
}
