/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 13 2025 | 15:20:57 */
.author-block {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 5px;
  margin: 1.5rem 0 1.5rem 0;
}

.author-avatar {
  width: 64px;
  height: 64px;
}

.author-avatar img {
  width: 64px;
  height: 64px;
  border-radius: 50% !important;
  object-fit: cover;
}

.author-info {
  display: flex;
  flex-direction: column;
}

.author-line {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.author-label {
  font-size: 1rem;
  font-weight: 600;
  color: #6b7280;
}

.author-name {
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
}

.author-updated {
  font-size: 0.875rem;
  color: #6b7280;
}