/*NC Live Center Extension CSS*/
/*Begin extension CSS 4809, Multisport scoreboard renderer*/
.nc-sc-advanced-rendered {
  margin-bottom: 30px;
  position:relative;
  z-index:2;
}

.nc-sc-advanced-header {
  color: #fff;
  position: relative;
  font-size: 18px;
}

.resp-table {
  color: #cc0066;
  font-size: 50px;
}
.nc-sc-textarea-container {
  color: #fff;
  text-align: justify;
  padding: 10px 30px;
}

@media screen and (min-width: 768px) {
  .nc-sc-advanced-header.toggled .nc-sc-team-image {
    height: 60px;
    max-width: 100%;
    display: block;
  }

  .nc-sc-advanced-header.toggled .nc-sc-team-name {
    vertical-align: bottom;
  }

  .nc-sc-advanced-header.toggled .nc-sc-team-scores {
    line-height: 70px;
    height: 76px;
  }
  .nc-sc-advanced-header.toggled .nc-sc-team-scores-resp {
    line-height: 70px;
    height: 76px;
  }

  .nc-sc-advanced-header.toggled .nc-sc-team1-header,
  .nc-sc-advanced-header.toggled .nc-sc-team2-header {
    height: unset;
  }
}

.nc-sc-team1-header {
  padding-left: 5px;
  width: 35%;
  text-align: left;
  background: #fff;
  height: 40px;
}

.nc-sc-team2-header {
  padding-right: 5px;
  text-align: right;
  background: #fff;
  width: 35%;
  height: 40px;
  vertical-align: top;
}

.nc-sc-team1-header,
.nc-sc-team2-header {
  display: none;
}

.nc-sc-team1-header-mobile,
.nc-sc-team2-header-mobile {
  display: inline-block;
  width: 35%;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 2px;
}

.nc-sc-team1-header-mobile {
  text-align: left;
}
.nc-sc-team2-header-mobile {
  text-align: right;
}

.nc-sc-team-image-container-mobile {
}

.nc-sc-team-image-mobile {
  height: 30px;
  max-width: 100px;
}

.nc-sc-team-name-mobile {
  color: #888888;
  padding-top: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.nc-sc-team-scores {
  width: 30%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  height: 76px;
  line-height: 70px;
  color: #fff;
  font-size: 25px;
  background: #333;
}
.nc-sc-team-scores-resp {
  width: 30%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  height: 71px;
  line-height: 70px;
  font-size: 21px;
  background: #333;
}
.nc-sc-team1-score {
  display: inline-block;
  font-weight: bold;
}

.nc-sc-score-space {
  display: inline-block;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.nc-sc-team2-score {
  display: inline-block;
  font-weight: bold;
}

.nc-sc-team-image-container {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top;
  max-width: 35%;
}

.nc-sc-team-image {
  height: 30px;
  max-width: 100px;
  display: inline-block;
}

.nc-sc-team-name {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  line-height: 40px;
  color: #888888;

  width: 65%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}

.nc-sc-advanced-toggle-1 {
  cursor: pointer;
  color: #14b0e6;
  line-height: 20px;
  text-align: center;
  background: #333;
  font-size: 14px;
  margin-top: -5px;
}

.nc-sc-advanced-content {
  background: #333;
}

.nc-sc-advanced-table {
  padding: 10px;
  padding-top: 0;
  background: #333;
}
.nc-sc-advanced-table table {
  min-width: 250px;
  font-size: 15px;
  margin: auto;
}

.nc-sc-advanced-table thead {
  border-bottom: 1px solid #bbbbbb;
}

.nc-sc-advanced-table th {
  color: #bbbbbb;
  font-weight: normal;
}

.nc-sc-advanced-table td {
  color: #fff;
}

.nc-sc-advanced-table th,
.nc-sc-advanced-table td {
  padding-left: 5px;
  padding-right: 5px;
}

.nc-sc-full-toggle {
  cursor: pointer;
  text-align: center;
  border-top: 1px dotted #909090;
  color: #14b0e6;
  margin-left: 15px;
  margin-right: 15px;
}

.nc-sc-team1-full,
.nc-sc-team2-full,
.nc-sc-team2-full-mobile {
  display: none;
  width: 50%;
  vertical-align: top;
  padding: 10px;
}

.nc-sc-team1-full.toggled,
.nc-sc-team2-full-mobile.toggled {
  display: block;
  width: 100%;
}

.nc-sc-team1-full.toggled table,
.nc-sc-team2-full.toggled table,
.nc-sc-team2-full-mobile table {
  text-align: left;
  width: 100%;
}

.nc-sc-team1-full.toggled table th,
.nc-sc-team2-full.toggled table th,
.nc-sc-team2-full-mobile table th {
  text-align: left;
}

.nc-sc-team1-full table,
.nc-sc-team2-full table,
.nc-sc-team2-full-mobile table {
  font-size: 15px;
}

.nc-sc-team2-full table {
  text-align: right;
}

.nc-sc-team2-full table th {
  text-align: right;
  width: 100%;
}

.nc-sc-team1-full table {
  text-align: left;
}

.nc-sc-team1-full table td,
.nc-sc-team2-full table td,
.nc-sc-team2-full-mobile table td {
  color: #fff;
  font-weight: normal;
}

.nc-sc-team1-full table th,
.nc-sc-team2-full table th,
.nc-sc-team2-full-mobile table th {
  color: #bbbbbb;
  font-weight: normal;
}

.nc-sc-team1-full table th,
.nc-sc-team1-full table td,
.nc-sc-team2-full table td,
.nc-sc-team2-full table th,
.nc-sc-team2-full-mobile table td,
.nc-sc-team2-full-mobile table th {
  padding-left: 5px;
  padding-right: 5px;
}

.nc-sc-team-name-full {
  display: none;
  color: #fff;
  padding-left: 13px;
  font-size: 17px;
}

.nc-sc-team-name-full.toggled {
  display: block;
}

@media screen and (min-width: 480px) {
  .nc-sc-team-scores {
    line-height: 40px;
    height: 40px;
    font-size: 25px;
    width: 20%;
  }

  .nc-sc-team-scores-resp {
    line-height: 40px;
    height: 40px;
    font-size: 22px;
    width: 20%;
  }

  .nc-sc-team1-header,
  .nc-sc-team2-header {
    display: inline-block;
    width: 40%;
  }

  .nc-sc-team1-header-mobile,
  .nc-sc-team2-header-mobile {
    display: none;
  }

  .nc-sc-team-name-full,
  .nc-sc-team-name-full.toggled {
    display: none;
  }

  .nc-sc-team1-full.toggled,
  .nc-sc-team2-full.toggled {
    width: 50%;
    display: inline-block;
  }

  .nc-sc-team2-full-mobile.toggled {
    display: none;
  }

  .nc-sc-team1-full.toggled table {
    text-align: left;
    width: 100%;
  }
  .nc-sc-team2-full.toggled table {
    text-align: right;
    float: right;
    width: 100%;
  }

  .nc-sc-team1-full.toggled table th {
    text-align: left;
  }

  .nc-sc-team2-full.toggled table th {
    text-align: right;
  }

  .nc-sc-advanced-toggle-1 {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .hide-on-mobile{
      display:none;
  }
  .align-left{
      text-align:left;
  }
}

.chevron::before {
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: inline-block;
  height: 10px;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 10px;
  margin: 8px;
}

.chevron.down:before {
  top: 0;
  transform: rotate(135deg);
}
/*End extension CSS 4809, Multisport scoreboard renderer*/

/*Begin extension CSS 4810, Football scoreboard renderer*/
.scorecard-container {
  background-color: transparent;
  padding: 10px;
  margin-top: 15px;
}

.scoreboard-container-style {
  display: flex;
  justify-content: space-between;
}

.nc-team-image {
  max-width: 100px;
  max-height: 100px;
}

.score-list {
  display: flex;
  justify-content: center;
}

.score-icon {
  background: #333;
  font-size: 34px;
  color: white;
  width: 80px;
  height: 80px;
  margin: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.description {
  text-align: center;
  font-weight: 700;
  text-align: center;
  color: #de4a14;
  margin: 0 0 12px 0;
}

.team {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-mobile-list {
  display: none;
}

.team-mobile {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 450px) {
  .score-icon {
    height: 50px;
  }

  .scorer-name,
  .score-point,
  .scorer-time {
    font-size: 11px;
  }

  .scoreboard-container-style {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .team {
    display: none;
  }

  .team-mobile-list {
    display: flex;
    justify-content: space-between;
  }
}

.scorecard-container .scorer-name {
  font-style: italic;
}

.scorecard-container .score-point {
  font-weight: 500;
  padding-right: 5px;
}

.scorecard-container .scorer-time {
  padding-left: 5px;
  font-style: italic;
}

.scorers {
  margin: 10px 0;
}

.flash-now {
  animation-name: flash;
  animation-timing-function: ease-out;
  animation-duration: 2s;
  -webkit-animation-name: flash;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 2s;
}
@-webkit-keyframes flash {
  from {
    background: #43ac6a;
  }
  to {
    background: #333;
  }
}
@keyframes flash {
  0% {
    background: #43ac6a;
  }
  100% {
    background: #333;
  }
}
/*End extension CSS 4810, Football scoreboard renderer*/

/*Begin extension CSS 7042, STV News 2022 Theme (Demo)*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body {
    background-color: transparent !important;
    margin-top: 0;
}

.lc-feed-container{
    max-width: 1000px;
}

.ncpost-icon-container {
    position: absolute;
    bottom: -1rem;
    right: 1rem;
}

.ncpost-icon-container svg {
    width: 2rem;
}

.ncpost-avatar-container {
    display:none;
}

.ncpost-avatar-container img {
    width: 100%;
    border-radius: 100%;
}

.ncpost-container {
    position: relative;
    margin-bottom: 2rem !important;
}

.ncpost-container .ncpost-breaking{
    background-color: #00b0ff;
    color: white;
}

.ncpost-container .ncpost-header {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 1rem !important;
    margin-bottom: 1rem;
}

.ncpost-container .ncpost-header .ncpost-byline {
    text-align: left;
    margin-bottom: 3px;
}

.ncpost-container .ncpost-header .ncpost-timestamp {
    font-size: 0.875rem;
    opacity: 0.7;
}

.ncpost-container .ncpost-header svg {
    display: none !important;
}

.posts-view .ncpost-container .ncpost-header {
    padding-left: 1rem !important;
    margin-bottom: 20px;
}

.ncpost-container .ncpost-link{
    background: #fafafa;
    padding: 1.25rem;
    border: 0;
}

.ncpost-container .ncpost-link img{
    margin: 0 0 0 2rem;
    display: none;
}

.ncpost-container .ncpost-link.sublink{
    margin: 1rem;
}

.ncpost-container .ncpost-link.sublink a{
    color: #00b0ff;
    font-weight: 500;
    text-decoration: none;
}

.ncpost-container .ncpost-link.sublink .ncpost-link-desc{
    font-size: 14px;
    line-height: 1.3;
}

.ncpost-container .ncpost-link.sublink .ncpost-link-site{
    margin-top: 10px;
    margin-bottom: 10px;
}

@media(min-width:600px){
.ncpost-container .ncpost-link.sublink{
    margin: 1.5rem;
}

.ncpost-container .ncpost-link img{
    display: block;
}
}

.lc-default-theme .lc-feed-container .ncpost-container .ncpost-header {
    padding: 0 1rem 0 1rem;
    margin-bottom: 0;
    margin-top: 1rem;
}

.ncpost-container .ncpost-header .ncpost-timestamp,
.ncpost-container .ncpost-header .ncpost-byline {
    color: var(--dark-grey);
}

.ncpost-container .ncpost-header .ncpost-byline {
    font-weight: 700;
}




:root {
    --dark-grey: #212121;
    --med-grey: #dde7ec;
    --light-grey: #edf2f5;
    --link: #008dcc;
}

.ncpost-content a {
    color: var(--link) !important;
    text-underline-offset: 0.2rem;
}

/* Scoreboard */

.score-icon {
    background: var(--dark-grey);
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
}

.team {
    font-size: 0.875rem;

}

.description {
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-top: 0.25rem;
    color: var(--dark-grey);
}

.nc-team-image {
    width: 3rem !important;
    margin-bottom: 0.5rem;
}

.scorecard-container .scorer-name {
    font-weight: 700;
    font-style: normal;

}

.scorecard-container .scorer-time {
    font-weight: 400;
    font-style: normal;
}

/* Theme */

.lc-default-theme .ncpost-list-container {
    max-width: 1020px;
}

.lc-default-theme .ncpost-list-post {
    padding: 0 !important;
}

.lc-default-theme .lc-feed-container {
    padding: 0 !important;
}

.lc-default-theme .lc-feed-container .ncpost-container {
    border-width: 0;
    padding: 0 0 3rem;
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-radius: 0.25rem !important;
    box-shadow: 0 1px 1px rgba(237, 242, 245, .7);
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    border: solid 1px var(--med-grey) !important;
    border-bottom-width: 2px;
}

.lc-default-theme .ncpost-list-post .ncpost-title,
div[role="heading"] {
    padding: 1rem;
}

.lc-default-theme .lc-feed-container .ncpost-container .ncpost-title {
    font-size: 1.2rem;
    line-height: 1.35;
    margin: 0;
}

.lc-default-theme .lc-feed-container .ncpost-container .ncpost-title.ncpost-breaking {
    margin-bottom: 1.5rem;
}

.ncpost-content p,
.ncpost-content blockquote,
.ncpost-content ul {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.ncpost-content > p:first-child,
.ncpost-content > blockquote:first-child,
.ncpost-content > ul:first-child {
    margin-top: 0;
}

.lc-default-theme .ncpost-list-post .ncpost-container .ncpost-image {
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
    padding: 0;
}

.lc-default-theme .ncpost-list-post .ncpost-image-byline {
    margin: 0 0 1.5rem 0 !important;
    padding: 0 !important;
}

div.ncpost-image-byline{
    line-height: 1.5;
}

.lc-default-theme .ncpost-list-post .ncpost-image-byline-description {
    background-color: var(--light-grey);
    display: block;
    text-align: left;
    margin: 0 0 1rem;
    padding: 0.5rem 1rem;
}

.lc-default-theme .ncpost-twitter-container {
    margin: 1.5rem 0.5rem;
    padding-top: 0;
}

.lc-default-theme .ncpost-twitter-container:first-child{
    margin-top: 0;
}

.ncpost-container .ncpost-image-byline .ncpost-image-byline-description {
    color: var(--dark-grey);
    margin: 0;

}

.ncpost-content {
    line-height: 1.5;
    position: relative;
}

.ncpost-content:first-child{
    padding-top: 20px;
}

.key-events-container {
    background-color: var(--light-grey);
    border-radius: 0.5rem;
    padding: 0.1rem 1rem;
    margin-bottom: 2rem;
}

.ncpost-channelcontent-container .key-events-container .key-events {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    margin: 1rem 0 !important;
    padding-left: 1.2rem !important;
    position: relative;
    font-weight: 600;
}

.ncpost-channelcontent-container .key-events-container .key-events::before {
    position: absolute;
    background-color: var(--link);
    width: 0.5rem;
    content: '' !important;
    top: 0.35rem;
    height: 0.5rem;
    border-radius: 100%;
}

@media(min-width: 620px){
.ncpost-channelcontent-container .key-events-container .key-events::before{
    top: 0.55rem;
}
}

.ncpost-channelcontent-container .key-events-container .key-events a {
    /* display: block; */
    color: var(--link);
    margin-left: 0;
    margin-top: 0.25rem;
    position: relative;
    display: inline-flex;
    text-underline-offset: 0.2rem;
    font-weight: 400;
    font-size: 15px;
}

.ncpost-channelcontent-container .key-events-container .key-events a::after {
    position: absolute;
    border-right: 2px solid var(--link);
    border-bottom: 2px solid var(--link);
    width: 0.35rem;
    content: '';
    top: 0.5rem;
    height: 0.35rem;
    transform: rotate(-45deg);
    right: -0.75rem;
    transition: all 0.2s ease-in-out;
}

.ncpost-image-byline {
    position: relative;
    margin-bottom: 1rem;
}

.ncpost-image-byline-source {
    position: absolute;
    right: 0;
    top: -24px;
    padding: 0.2rem;
    line-height: 1.5;
    background-color: rgba(0, 0, 0, 0.7);
}

.ncpost-channelcontent-container .key-events-container .key-events a:hover::after {
    right: -1rem;
}

.ncpost-channelcontent-container:empty{
    display: none;
}

.ncpost-countdown-wrapper {
    text-align: center;
}

.ncpost-countdown-time {
    font-size: 2rem;
    display: block;
    text-align: center !important;
}

.ncpost-countdown-title {
    text-align: center;
    display: block;
}

.ncpost-countdown-element {
    margin-bottom: 1rem;
    background-color: var(--link);
    padding: 1rem;
    color: #fff;
    font-size: 1rem;
    border-radius: 0.5rem;
    font-weight: normal;
    display: block;
}

.ncpost-youtube-embed{
    margin-bottom: 1.5rem;
aspect-ratio: 16/9;
}

.lc-feed-container .lc-load-more{
    margin-bottom: 2rem;
    background-color: #00b0ff;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    transition: 200ms;
}

.lc-default-theme .lc-feed-container .ncpost-pinned .ncpost-container{
    background: #ffffff;
    border-left: 5px solid #00b0ff !important;
}

@media(hover:hover){
    .lc-feed-container .lc-load-more:hover{
        background-color: #34c0ff;
    }
}

@media (min-width: 600px) {

    .ncpost-content p,
    .ncpost-content blockquote,
    .ncpost-content ul {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
    }

    .lc-default-theme .ncpost-list-post .ncpost-image-byline {
        margin: 0 0 2rem;
        padding: 0.75rem 1.5rem;
    }

    .lc-default-theme .lc-feed-container .ncpost-container .ncpost-title {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        font-size: 1.4rem;
        line-height: 1.35;
    }

    .ncpost-avatar-container{
        left: 1.5rem;
    }

    .ncpost-container .ncpost-header{
        padding-left: 1.5rem !important;
    }

}
/*End extension CSS 7042, STV News 2022 Theme (Demo)*/

/*Begin extension CSS 7048, Icon Renderer*/
.icons-container {
	 padding: 20px 0;
}
 .icons-container .icon-header {
	 display: flex;
	 justify-content: space-between;
	 border: 1px solid #E9E9E9;
	 border-radius: 4px 4px 0 0;
	 padding: 5px 10px;
}
 .icons-container .icon-header .icon-selectors {
	 display: flex;
}
 .icons-container .icon-header .icon-selectors .selector {
	 margin-right: 7px;
	 padding: 6px;
	 display: flex;
	 align-items: center;
	 cursor: pointer;
}
 .icons-container .icon-header .icon-selectors .selector svg {
	 width: 16px;
	 height: 16px;
	 fill: #919191;
}
 .icons-container .icon-header .icon-selectors .active-section svg {
	 fill: #0085FF;
}
 .icons-container .icon-header .add-icon {
	 display: flex;
	 align-items: center;
	 cursor: pointer;
}
 .icons-container .icon-header .add-icon label {
	 margin: 0;
	 display: flex;
	 align-items: center;
}
 .icons-container .icon-header .add-icon svg {
	 fill: #919191;
}
 .icons-container .icon-content {
	 max-height: 95px;
	 overflow-x: hidden;
	 overflow-y: auto;
	 padding: 6px;
	 border: 1px solid #E9E9E9;
	 border-top: none;
}
 .icons-container .icon-content svg {
	 width: 22px;
	 height: 22px;
}
 .icons-container .icon-content .icon-separator {
	 font-weight: 900;
	 font-size: 13px;
	 margin-left: 8px;
	 margin-top: 4px;
	 color: #8b8b8b;
}
 .icons-container .icon-content .icons-group {
	 display: flex;
	 flex-wrap: wrap;
}
 .icons-container .icon-content .icons-group .icon {
	 cursor: pointer;
}
 .icons-container .icon-content .icons-group div {
	 padding: 6px;
	 display: flex;
	 align-items: center;
	 margin: 4px;
}
 .icons-container .icon-content .icons-group .selected-icon {
	 background-color: #ededed;
	 border-radius: 5px;
}
 .icons-container .icon-footer {
	 display: flex;
	 padding: 10px;
	 border: 1px solid #E9E9E9;
	 border-radius: 0 0 4px 4px;
	 color: #686868;
}
 .icons-container .icon-footer .icon-property {
	 display: flex;
	 align-items: center;
}
 .icons-container .icon-footer span {
	 font-size: 14px;
	 display: inline-block;
	 margin-right: 3px;
}
 .icons-container .icon-footer input {
	 border: 0;
	 font-size: 14px;
}
 .icons-container .icon-footer input:focus-visible {
	 outline: none;
}
 .icons-container .icon-footer select {
	 border: 0;
	 font-size: 14px;
}
 .icons-container .icon-footer select:focus-visible {
	 outline: none;
}
/*End extension CSS 7048, Icon Renderer*/

/*Begin extension CSS 7050, Header with Avatar*/

/*End extension CSS 7050, Header with Avatar*/

/*Begin extension CSS 7079, Avatar Renderer*/

/*End extension CSS 7079, Avatar Renderer*/

/*Begin extension CSS 7202, Key event renderer*/
.ncpost-channelcontent-container {
    margin-bottom: 30px;
}

.ncpost-channelcontent-container .key-events-container .key-events {
    display: flex;
    margin: 5px 0;
    padding-left: 22px;
    position: relative;
}

.ncpost-channelcontent-container .key-events-container .key-events a {
    margin-left: 4px;
}

.ncpost-channelcontent-container .key-events-container .key-events::before {
    content: "•";
    display: block;
    position: absolute;
    left: 0;
}

.ncpost-linked {
    position: relative
}

.ncpost-linked-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer
}
/*End extension CSS 7202, Key event renderer*/

/*Begin extension CSS 16234, 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 16234, Link card 2.0*/


.nc-lc-extensions-css{ display: block }