.net5s-post-meta-enabled .entry-header .entry-meta.net5s-hide-default-post-meta {
  display: none !important;
}

.net5s-post-meta-bar {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  margin: 12px 0 20px;
  padding: 10px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  color: #4b4b4b;
  font-size: 15px;
  line-height: 1.4;
  box-sizing: border-box;
}

.net5s-post-meta-author,
.net5s-post-meta-date,
.net5s-post-meta-share {
  display: flex;
  align-items: center;
}

.net5s-post-meta-author {
  min-width: 0;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #dadada;
}

.net5s-post-meta-avatar {
  flex: 0 0 auto;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}

.net5s-post-meta-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 !important;
}

.net5s-post-meta-name {
  color: #4b4b4b !important;
  text-decoration: none !important;
  font-weight: 400;
  white-space: nowrap;
}

.net5s-post-meta-name:hover {
  color: #0b55a0 !important;
}

.net5s-post-meta-date {
  gap: 7px;
  white-space: nowrap;
}

.net5s-post-meta-calendar {
  display: inline-flex;
  width: 20px;
  height: 20px;
  color: #666;
}

.net5s-post-meta-calendar svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.net5s-post-meta-date strong {
  font-weight: 400;
}

.net5s-post-meta-share {
  margin-left: auto;
  gap: 12px;
  padding-left: 20px;
}

.net5s-post-meta-share a {
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8a8a8a;
  border-radius: 50%;
  color: #666 !important;
  text-decoration: none !important;
  transition: all .2s ease;
  box-sizing: border-box;
}

.net5s-post-meta-share a:hover {
  color: #0b55a0 !important;
  border-color: #0b55a0;
  transform: translateY(-1px);
}

.net5s-post-meta-share svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

@media (max-width: 849px) {
  .net5s-post-meta-bar {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .net5s-post-meta-author {
    padding-right: 12px;
    margin-right: 12px;
  }

  .net5s-post-meta-share {
    margin-left: 0;
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 549px) {
  .net5s-post-meta-bar {
    align-items: flex-start;
    font-size: 14px;
  }

  .net5s-post-meta-author {
    width: 100%;
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }

  .net5s-post-meta-date {
    width: 100%;
  }

  .net5s-post-meta-avatar {
    width: 42px;
    height: 42px;
  }
}
