/* Top bar — thin strip above header */
.pstl-topbar {
  width: 100%;
  line-height: 1.3;
  font-size: 0.875rem;
  text-align: center;
}

.pstl-topbar__inner {
  padding: 0.45rem 1rem;
}

.pstl-topbar__text {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
}

.pstl-topbar__text:hover {
  text-decoration: underline;
}

/* Same width as Contact us / Sign in: colour only on .container */
.pstl-topbar--boxed {
  background-color: transparent !important;
}

.pstl-topbar--boxed .pstl-topbar__inner.container {
  background-color: inherit;
}

/* Apply configured bg via inline style on outer; boxed copies it onto container */
.pstl-topbar--boxed .pstl-topbar__inner {
  background-color: var(--pstl-topbar-bg, #111);
  border-radius: 0;
}

@media (max-width: 767px) {
  .pstl-topbar {
    font-size: 0.8rem;
  }
  .pstl-topbar__inner {
    padding: 0.4rem 0.75rem;
  }
}
