.header-section {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.header-section__logo {
  text-align: start;
  width: fit-content;
}

.header-section__header-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.single-post .header-section {
  background-color: var(--bk-pearl-c);
}