.uxp-post-layout-author-info {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}

.uxp-post-layout-author-info.is-vertical {
  flex-flow: column;
}

.uxp-post-layout-author-info.is-horizontal {
  flex-flow: row;
}

.uxp-post-layout-author-info.is-vertical .uxp-post-layout-author-details {
  text-align: unset;
  padding: 7px 0px;
}

.uxp-post-layout-author-info.is-horizontal.is-left {
  justify-content: flex-start;
}

.uxp-post-layout-author-info.is-horizontal.is-center {
  justify-content: center;
}

.uxp-post-layout-author-info.is-horizontal.is-right {
  justify-content: flex-end;
}

.uxp-post-layout-author-info.is-horizontal .uxp-post-layout-author-details.is-right {
  text-align: right;
}

.uxp-post-layout-author-info.is-horizontal .uxp-post-layout-author-details.is-left {
  text-align: left;
}

.uxp-post-layout-author-info.is-horizontal .uxp-post-layout-author-details.is-center {
  text-align: center;
}

.uxp-post-layout-author-name {
  margin: 0;
}

.uxp-post-layout-author-bio {
  color: #666;
}

.uxp-post-layout-flex {
  display: flex;
}
