.st-post-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--wp--preset--spacing--50);

  @media (min-width: 782px) {
    flex-direction: row;
    gap: var(--wp--preset--spacing--60);
  }
}

.st-post-header p {
  margin: 0;
}

.st-post-header__author {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--40);
}

.st-post-header__author__avatar {
  width: 56px;
  height: 56px;
}

.st-post-header__author__avatar img {
  height: 100%;
  width: 100%;

  object-fit: contain;
}

.st-post-header__author__details__name {
  color: var(--wp--preset--color--black);
  font-family: var(--wp--preset--font-family--atma);
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.st-post-header__author__details__title {
  color: var(--wp--preset--color--black);
  font-family: var(--wp--preset--font-family--abeezee);
  font-size: 18px;
  font-weight: 400;
  line-height: 155.55%;
}

.st-post-header__category {
  border-radius: 8px;
  border: 2px solid #000;
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--40);

  color: var(--wp--preset--color--black);
  font-family: var(--wp--preset--font-family--atma);
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.st-post-header__date {
  color: var(--wp--preset--color--black);
  font-family: var(--wp--preset--font-family--abeezee);
  font-size: 18px;
  font-weight: 400;
  line-height: 155.55%;
}
