/*NC Live Center Extension CSS*/
/*Begin extension CSS 16414, Avatar Upload*/
.ncpost-avatar-container {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 20px;
  overflow: hidden;
}
.ncpost-avatar-container .ncpost-avatar-image {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.ncpost-avatar-container .ncpost-avatar-image svg {
  width: 100%;
}
.lc-feed-container .ncpost-container {
  position: relative;
}
.lc-feed-container .ncpost-container .ncpost-header {
  flex-direction: column-reverse;
  margin-bottom: 20px;
  display: flex;
  padding-left: 50px !important;
}
.lc-feed-container .ncpost-container .ncpost-header .ncpost-byline {
  text-align: left;
  margin-bottom: 4px;
}
.lc-feed-container .ncpost-container .ncpost-header .ncpost-timestamp {
  font-size: 13px;
}
.posts-view .ncpost-container {
  position: relative;
}
.posts-view .ncpost-container .ncpost-header {
  flex-direction: column-reverse;
  margin-bottom: 20px;
  display: flex;
  padding-left: 50px !important;
}
.posts-view .ncpost-container .ncpost-header .ncpost-byline {
  text-align: left;
  margin-bottom: 4px;
}
.posts-view .ncpost-container .ncpost-header .ncpost-timestamp {
  font-size: 13px;
}
/*End extension CSS 16414, Avatar Upload*/

/*Begin extension CSS 16416, Link Card 2.0*/
.ncpost-link-card {
    margin: 15px 0;
    border: 1px solid #E1E1E1;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    text-decoration: unset;
    padding: 20px;
}

.ncpost-link-card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 20px;
}

.ncpost-link-card img {
    width: 180px;
    height: 100%;
    object-fit: cover;
}

.ncpost-link-card-info-title {
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 3px;
    color: #222;
}

.ncpost-link-card-info-site {
    color: #1E1E1E;
    font-size: 14px;
    margin-bottom: 10px;
}

.ncpost-link-card-info-description {
    color: #7C7C7C;
    font-weight: 400;
    font-size: 13px;
    text-decoration: unset;
}

/*End extension CSS 16416, Link Card 2.0*/


.nc-lc-extensions-css{ display: block }