/* Single editorial */
.editorial-single {
  max-width: 820px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.editorial-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}

.editorial-header {
  margin-bottom: 1rem;
}

.editorial-title {
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  line-height: 1.25;
  margin: 0 0 .5rem;
}

.editorial-meta {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: #666;
  font-size: .95rem;
}

.editorial-author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  vertical-align: middle;
}

.editorial-avatar { display:inline-flex; }

.editorial-dot { opacity: .5; margin: 0 .25rem; }

.editorial-content {
  margin-top: 1rem;
  font-size: 1.05rem;
  line-height: 1.7;
}

.editorial-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.editorial-footer {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-top: 1.25rem;
  border-top: 1px solid #eee;
  padding-top: 1rem;
  color: #666;
  font-size: .95rem;
}

.editorial-share { text-decoration: none; }
.editorial-share:hover { text-decoration: underline; }

/* Widget list */
.editorial-widget-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.editorial-widget-list li {
  margin: .2rem 0;
}
.editorial-widget-list a {
  text-decoration: none;
}
.editorial-widget-list a:hover {
  text-decoration: underline;
}
