/* Match the homepage category badge and compact month/day metadata. */
.sf-sidebar-recent .sf-sidebar-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
  margin: 8px 0 0 90px;
}
.sf-sidebar-recent .sf-sidebar-category {
  justify-self: start;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  padding: 4px 8px;
  border: 1px solid #efd6af;
  border-radius: 4px;
  background: #fff3e1;
  color: #87500c;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.sf-sidebar-recent li .sf-sidebar-meta time {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #666;
  white-space: nowrap;
}
@media (max-width: 1025px) {
  .sf-sidebar-recent .sf-sidebar-meta { margin-left: 28%; }
}
