/* AdvancedPostCounter */

.af-apc {
  margin-top: 6px;
  font-size: 0.95em;
  line-height: 1.2;
}

.af-apc-label {
  font-weight: 700;
  opacity: 0.9;
}

.af-apc-count {
  font-weight: 700;
}

/* postsactivity */

.af-apc-activity-page {
  width: 100%;
}

.af-apc-activity-page .tborder {
  width: 100% !important;
}

.af-apc-filters select,
.af-apc-filters input[type="text"] {
  vertical-align: middle;
}
/* postsactivity sort links + avatars */

.af-apc-avatar{
  border-radius: 8px;
  max-width: 30px;
  max-height: 30px;
  display: inline-block;
}

.af-apc-sortlink{
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.af-apc-sortlink.is-active{
  text-decoration: underline;
}

.af-apc-sort-arrow{
  font-size: 0.9em;
  opacity: 0.9;
}
