.meet-editorial-wrap {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  width: calc(100% + 1cm);
  max-width: calc(100% + 1cm);
  margin-right: -1cm;
  box-sizing: border-box;
}

.meet-editorial-head {
  background: #f5f5f5;
  padding: 8px 12px;
  font-weight: 700;
  font-size: 12px;
  border-bottom: 1px solid #d9d9d9;
}

.meet-editorial-body {
  padding: 8px 10px;
}

.meet-editorial-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  padding: 6px 4px 8px 4px;
  border-bottom: 1px solid #eeeeee;
  border-radius: 6px;
  box-sizing: border-box;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.meet-editorial-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.meet-editorial-item:hover {
  background: #f8fbff;
  transform: translateX(3px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.meet-editorial-photo {
  flex: 0 0 auto;
}

.meet-editorial-photo img {
  width: 48px;
  height: 50px;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.meet-editorial-item:hover .meet-editorial-photo img {
  transform: scale(1.04);
  border-color: #b5cbe6;
}

.meet-editorial-text {
  flex: 1;
  font-size: 10px;
  line-height: 0.8;
}

.meet-editorial-text p {
  margin: 0;
  padding: 0;
  line-height: 0.8;
}

.meet-editorial-name {
  font-weight: 700;
}

.meet-editorial-text a {
  text-decoration: none;
}

.meet-editorial-text a:hover {
  text-decoration: underline;
}

.meet-editorial-scopus {
  height: 10px;
  width: 10px;
  vertical-align: middle;
}

.meet-editorial-scopus-text {
  margin-left: 2px;
  font-size: 10px;
}
