/* stylelint-disable selector-class-pattern, custom-property-pattern */

.p-header {
  box-shadow: var(--w153-th-shadow-default);
  position: fixed;
  z-index: 500;
  inset: 0 0 auto 0;
}

.p-header__child-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  transition: var(--w153-th-transition-default);
}

.p-header__logo {
  display: flex;
  align-items: center;
}

.p-header__logo-img {
  display: block;
  height: 100%;
  max-height: 90%;
  transition: var(--w153-th-transition-default);
}
