.sd-author-box{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 12px 14px;
  margin: 14px 0;
}

.sd-author-inner{
  display: flex;
  align-items: center;
  gap: 12px;
}

.sd-author-avatar-wrap{
  flex: 0 0 auto;
  line-height: 0;
}

.sd-author-avatar{
  border-radius: 10px; /* πιο "τετραγωνάκι" όπως στο screenshot */
  display: block;
}

.sd-author-text{
  flex: 1 1 auto;
  min-width: 0;
}

.sd-author-name{
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sd-author-link{
  text-decoration: none;
}

.sd-author-link:hover .sd-author-name{
  text-decoration: underline;
}

/* Force Author Box left aligned inside PostX/Ultimate Post column */
.ultp-column-wrapper .sd-author-box{
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
  display: block !important;
  width: fit-content; /* ή βάλε 100% αν το θες full-width */
}

/* ensure the inner content is left too */
.ultp-column-wrapper .sd-author-box .sd-author-inner{
  justify-content: flex-start !important;
}
