/*NC Live Center Extension CSS*/
/*Begin extension CSS 1165, Multisport scoreboard Renderer*/
.nc-sc-advanced-rendered {
  margin-bottom: 10px;
}

.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) {
  .nc-sc-team1-score {
  }
  .;
}

.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 1165, Multisport scoreboard Renderer*/

/*Begin extension CSS 1167, Football scoreboard renderer*/
.scorecard-container {
	background-color: transparent;
	padding: 10px;
	margin-top: 15px;
}

.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; }
}

.scorecard-container .team-name {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	text-align: center;
}

.scorecard-container .team-image {
	text-align: center;
	height: 110px;
}

.scorecard-container .team-image img {
	height: 100px;
	max-width: 180px;
}

.scorecard-container .score-box {
	width: 50%;
	float: left;
}

.scorecard-container .score-icon {
	font-size: 34px;
	line-height: 50px;
	background-color: #333;
	color: #FFF;
	text-align: center;
	width: 90%;
	margin: auto;
	box-shadow: 0 0 16px 2px rgba(0,0,0,.2);
}

.scorecard-container .match-timestamp {
	margin-top: 5px;
	color: #de4a14;
	text-align: center;
	width: 95%;
	margin-left: 2.5%;
	font-weight: 600;
}

.scorecard-container .scorers {
	padding-top: 10px;
	text-align: center;
}

.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;
}

.scorecard-container .match-details-above {
	display: none;
	margin-bottom: 10px;
}



@media screen and  (max-width: 400px) {

	.scorecard-container {
		margin-top: 15px;
	}

	.scorecard-container .score-box {
		width: 30%;
	}

	.scorecard-container .team-image img {
		height: 80px;
		max-width: 160px;
	}

	.scorecard-container .team-image {
		height: 90px;
	}

	.scorecard-container .left-team {
		width: 50%;
	}
	.scorecard-container .right-team {
		width: 50%;
	}

	.scorecard-container .match-details {
		display: none;
	}

	.scorecard-container .match-details-above {
		display: block;
	}

}
/*End extension CSS 1167, Football scoreboard renderer*/

/*Begin extension CSS 18295, Avatar */
.ncpost-avatar-container{width:40px;height:40px;position:absolute;left:15px;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}.lc-feed-container .ncpost-container .ncpost-header svg{display:none!important}.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}.posts-view .ncpost-container .ncpost-header svg{display:none!important}
/*End extension CSS 18295, Avatar */

/*Begin extension CSS 18297, Key Events*/
.ncpost-channelcontent-container{margin-bottom:30px;}.ncpost-channelcontent-container .key-events-container .key-event{display:flex;padding:5px 0;}.ncpost-channelcontent-container .key-events-container .key-event-time{white-space:nowrap;text-align:right;margin-right:10px;color:#a5a5a5;}.ncpost-channelcontent-container .key-events-container .key-event-title{display:flex;justify-content:space-between;position:relative;align-items:center;}.ncpost-channelcontent-container .key-events-container .key-event-title a{margin-left:4px;}.ncpost-channelcontent-container .key-events-container .key-event-title::before{display:flex;width:5px;height:5px;flex-shrink:0;border-radius:10px;background-color:#1b1b1b;content:"";margin-right:10px;}.ncpost-channelcontent-container .key-events-container .key-event #delete-event{display:none !important;}.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title{width:100%;}.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title div:first-child{width:100%;}.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title a{margin-left:4px;pointer-events:none;display:none;}.posts-view .ncpost-channelcontent-container .key-events-container .key-event #delete-event{display:flex !important;align-items:center;justify-content:center;padding:2px;cursor:pointer;}.ncpost-linked{padding-right:35px;position:relative;margin-bottom:30px;}.ncpost-linked .ncpost-container{margin-bottom:0;}.ncpost-linked .ncpost-linked-close{width:30px;height:30px;position:absolute;right:0;top:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;}
/*End extension CSS 18297, Key Events*/

/*Begin extension CSS 18298, Post sorting*/
.ncposts-sorter{display:flex;justify-content:flex-end;align-items:center;margin:20px 0;}.ncposts-sorter .ncpost-toggle-group{display:flex;position:relative;transition:transform 5s ease;}.ncposts-sorter .ncpost-toggle-group .toggle-label{display:flex;align-items:center;justify-content:center;width:60px;height:35px;transition:transform 5s ease;cursor:pointer;}.ncposts-sorter .ncpost-toggle-group .toggle-label.active{background-color:rgba(0,0,0,.05);border-radius:5px;cursor:pointer;}
/*End extension CSS 18298, Post sorting*/

/*Begin extension CSS 18300, Icon library*/
.lc-feed-container .ncpost-list-post,.lc-feed-container .ncpost-pinned-post,.lc-feed-container .ncpost-linked{padding-left:60px;position:relative;}.lc-feed-container .ncpost-list-post .ncpost-container,.lc-feed-container .ncpost-pinned-post .ncpost-container,.lc-feed-container .ncpost-linked .ncpost-container{position:relative;overflow:unset;}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header{display:flex;flex-direction:column-reverse;margin-bottom:20px;padding-right:30px !important;}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header .ncpost-byline,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header .ncpost-byline,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header .ncpost-byline{text-align:left;margin-bottom:4px;}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header .ncpost-timestamp,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header .ncpost-timestamp,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header .ncpost-timestamp{font-size:13px;}.lc-feed-container .ncpost-list-post .ncpost-container .ncpost-header svg,.lc-feed-container .ncpost-pinned-post .ncpost-container .ncpost-header svg,.lc-feed-container .ncpost-linked .ncpost-container .ncpost-header svg{display:none !important;}.lc-feed-container .ncpost-list-post .ncpost-icon-container,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container,.lc-feed-container .ncpost-linked .ncpost-icon-container{width:35px;position:absolute;left:-45px;top:10px;}.lc-feed-container .ncpost-list-post .ncpost-icon-container svg,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container svg,.lc-feed-container .ncpost-linked .ncpost-icon-container svg{width:100%;height:100%;}.lc-feed-container .ncpost-list-post .ncpost-icon-container img,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container img,.lc-feed-container .ncpost-linked .ncpost-icon-container img{width:100%;}@media(max-width:600px){.lc-feed-container .ncpost-list-post,.lc-feed-container .ncpost-pinned-post,.lc-feed-container .ncpost-linked{padding-left:0;}.lc-feed-container .ncpost-list-post .ncpost-icon-container,.lc-feed-container .ncpost-pinned-post .ncpost-icon-container,.lc-feed-container .ncpost-linked .ncpost-icon-container{width:25px;left:unset;right:15px;}}.posts-view .ncpost-list-post,.posts-view .ncpost-pinned-post{padding-left:60px;position:relative;}.posts-view .ncpost-list-post .ncpost-container,.posts-view .ncpost-pinned-post .ncpost-container{overflow:unset;}.posts-view .ncpost-list-post .ncpost-icon-container,.posts-view .ncpost-pinned-post .ncpost-icon-container{width:35px;position:absolute;left:-50px;top:10px;}.posts-view .ncpost-list-post .ncpost-icon-container svg,.posts-view .ncpost-pinned-post .ncpost-icon-container svg{width:100%;height:100%;}.posts-view .ncpost-list-post .ncpost-icon-container img,.posts-view .ncpost-pinned-post .ncpost-icon-container img{width:100%;height:100%;}@media(max-width:600px){.posts-view .ncpost-list-post,.posts-view .ncpost-pinned-post{padding-left:30px;}.posts-view .ncpost-list-post .ncpost-icon-container,.posts-view .ncpost-pinned-post .ncpost-icon-container{width:25px;}}
/*End extension CSS 18300, Icon library*/

/*Begin extension CSS 18302, Image Gallery*/
.ig__highlight-image{text-align:center;background-color:#fbfbfb;min-height:300px;display:flex;justify-content:center;align-items:center;}.ncpost-image-gallery{user-select:none;}.ncpost-image-gallery .ncpost-image-byline{display:flex;align-items:center;justify-content:center;margin-top:10px;}.ncpost-image-gallery .ncpost-image-byline-description{text-align:center;}.arrow-nav{position:absolute;top:200px;width:100%;}.arrow-nav div{padding:8px;cursor:pointer;}.arrow-nav svg{width:12px;}.ig__highlight-image img{max-width:80%;max-height:300px;}.ig__image-descr{text-align:center;margin-top:5px;}.ig__all-images-preview{display:flex;overflow-x:scroll;scroll-behavior:smooth;background-color:#fbfbfb;position:relative;max-width:1000px;user-select:none;}.ig__highlight-image{height:400px;display:flex;align-items:center;justify-content:center;background-color:#f9f9f9;}.ig__highlight-image img{max-width:100%;max-height:400px;}.ig__image-preview-element{display:flex;align-items:center;padding:0 3px;cursor:pointer;}.ig__image-wrapper{width:170px;height:120px;display:flex;align-items:center;justify-content:center;background-color:#ededed;}.ig__all-images-preview{padding-bottom:15px;}.ig__all-images-preview img{max-width:100%;max-height:120px;}.ig__all-images-preview img:hover{opacity:.6;}.ig__all-images-preview::-webkit-scrollbar{height:8px;background-color:#ececec;}.ig__all-images-preview::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.14);border-radius:3px;cursor:pointer;}.ig__buttons-container{position:relative;}.ig__arrow-element{width:18px;height:20px;background:#fbfbfb;position:absolute;bottom:30px;display:flex;align-items:center;justify-content:center;padding-top:2px;cursor:pointer;}.ig__arrow-element i{margin-bottom:1px;}.ig__right{right:27px;}.ig__left{left:27px;}
/*End extension CSS 18302, Image Gallery*/

/*Begin extension CSS 18306, Football*/
.nc-football-scoreboard{background-color:#fff;border-radius:10px;margin:30px 0;padding:30px;font-family:Open Sans;box-shadow:0 2px 10px #0000001a}.nc-football-scoreboard svg{width:20px}.nc-football-scoreboard-team-info{justify-content:space-between;align-items:center;display:flex}.nc-football-scoreboard-team{width:35%;align-items:center;display:flex}.nc-football-scoreboard-team:last-child{justify-content:end}.nc-football-scoreboard-team-image{width:50px;height:50px;background-repeat:no-repeat;background-size:cover}.nc-football-scoreboard-team-name{margin:0 20px;font-size:16px;font-weight:900}.nc-football-scoreboard-scorebox{text-align:center}.nc-football-scoreboard-quarter{text-transform:uppercase;color:#e90052;margin:15px 0 0;font-size:13px;font-weight:700}.nc-football-scoreboard-scores{color:#fff;background-color:#222;padding:15px 10px;font-size:40px;font-weight:900;display:flex}.nc-football-scoreboard-score{width:38px;line-height:1}.nc-football-scoreboard-goals-container{justify-content:center;margin:15px 0;display:flex}.nc-football-scoreboard-separation{width:1px;background-color:#ccc}.nc-football-scoreboard-goals{padding:0 30px}.nc-football-scoreboard-goal{margin:5px 0;display:flex}.nc-football-scoreboard-goal-name{margin-right:5px}.nc-football-scoreboard .game-event-timeline{margin-top:40px;display:flex;position:relative}.nc-football-scoreboard .game-event-timeline .timeline-team-info{padding-right:7px}.nc-football-scoreboard .game-event-timeline .timeline-team-info .team{align-items:center;padding:5.5px 0;display:flex}.nc-football-scoreboard .game-event-timeline .timeline-team-info .team-code{text-transform:uppercase;font-size:12px;font-weight:900}.nc-football-scoreboard .game-event-timeline .timeline-team-info .team-image{width:25px;height:25px;background-color:#ccc;background-position:50%;background-size:cover;margin-right:7px}.nc-football-scoreboard .game-event-timeline .timeline-group{z-index:2;width:100%;align-items:center;display:flex;position:relative}.nc-football-scoreboard .game-event-timeline .timeline-group .hovered-info{visibility:hidden;white-space:nowrap;opacity:0;background-color:#f3f3f3;border-radius:24px;align-items:center;padding:10px 15px;font-weight:900;transition:all .5s;display:flex;position:absolute;left:-24px;box-shadow:0 1px 1px #0000001a}.nc-football-scoreboard .game-event-timeline .timeline-group .hovered-info span{align-items:center;margin-right:5px;display:flex}.nc-football-scoreboard .game-event-timeline .timeline-group .event-mark{cursor:pointer;background-color:#fff;font-size:12px;font-weight:900;position:absolute}.nc-football-scoreboard .game-event-timeline .timeline-group .event-mark:hover .hovered-info{opacity:1;visibility:visible}.nc-football-scoreboard .game-event-timeline .timeline-group svg{width:15px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-above{position:absolute;top:-15px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-above .hovered-info{top:-44px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-below{position:absolute;top:24px}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-below .hovered-info{bottom:-39px}.nc-football-scoreboard .game-event-timeline .line{width:100%;border-bottom:1px solid #ccc;position:absolute;bottom:35px}.nc-football-scoreboard.dark-theme{color:#fff;background-color:#222;padding-top:10px}.nc-football-scoreboard.dark-theme .event-mark{background-color:#222!important}.nc-football-scoreboard.dark-theme .line{border-bottom:1px solid #434343!important}.nc-football-scoreboard.dark-theme .hovered-info{background-color:#000!important}.nc-football-scoreboard.dark-theme .nc-football-scoreboard-separation{background-color:#434343!important}.nc-football-scoreboard.dark-theme .goal{stroke:#eee}
/*End extension CSS 18306, Football*/

/*Begin extension CSS 18308, User Contribution enable*/
.ncpost-user-contribution{margin:15px 0}.ncpost-user-contribution .ncpost-user-comment{padding:15px;background-color:#f7f7f7;border-radius:5px;border-radius:10px 10px 10px 0}.ncpost-user-contribution .ncpost-user-reply{padding:15px;border-radius:10px 10px 0 10px;position:relative;background-color:#d5f3ff;margin-bottom:10px}.ncpost-user-contribution .ncpost-user-reply .ncpost-comment-created{color:#236c8a!important}.ncpost-user-contribution .ncpost-user-reply:last-child{margin-bottom:0}.ncpost-user-contribution .ncpost-user-replies{padding-left:50px;margin-top:10px;position:relative}.ncpost-user-contribution .ncpost-comment-info{display:flex;justify-content:space-between;margin-bottom:5px}.ncpost-user-contribution .ncpost-comment-name{font-weight:700}.ncpost-user-contribution .ncpost-comment-created{color:#a7a7a7;font-size:13px}.ncpost-user-contribution .ncpost-comment-image{margin-top:10px;max-width:230px;border-radius:8px;overflow:hidden}.ncpost-user-contribution .ncpost-comment-image img{width:100%}.ncpost-questions-container{margin-bottom:20px}.ncpost-questions-container .ncpost-user-comment{background-color:#fff;padding:20px;border-radius:10px 10px 10px 0;box-shadow:0 2px 2px rgba(0,0,0,.1)}.ncpost-questions-container .ncpost-user-reply{background-color:#008cba;color:#fff;border-radius:10px 10px 0 10px;margin-bottom:10px}.ncpost-questions-container .ncpost-user-reply .ncpost-comment-created{color:#93e4ff!important}.ncpost-questions-container .ncpost-user-reply:last-child{margin:0}.ncpost-question-container{margin:20px 0}.ncpost-question-container .ncpost-new-comment-toggle{border:1px solid #008cba;padding:10px 15px;border-radius:5px;color:#008cba;font-size:13px}.ncpost-container .ncpost-new-comment-toggle{color:#008cba;font-size:13px}.ncpost-new-comment-panel{position:relative}.ncpost-new-comment-panel input{font-family:inherit;font-size:inherit}.ncpost-new-comment-panel textarea{font-family:inherit;font-size:inherit;resize:none;height:100px}.ncpost-new-comment-panel .ncpost-submit{border-radius:5px;line-height:1.5;padding:10px 15px;font-family:inherit;font-size:13px}.ncpost-new-comment-panel .ncpost-upload-button{cursor:pointer;position:absolute;top:170px;right:10px;border:0;padding:10px;display:inline-flex;align-items:center;justify-content:center;background-color:transparent}.ncpost-new-comment-panel .ncpost-upload-button svg{fill:#909090}.ncpost-new-comment-panel .ncpost-upload-image{margin:15px 0}.ncpost-new-comment-panel .ncpost-upload-image div{width:200px;display:flex}.ncpost-new-comment-panel .ncpost-upload-image div img{width:100%;margin-right:5px}.ncpost-new-comment-panel .ncpost-upload-image div svg{fill:#909090;cursor:pointer}
/*End extension CSS 18308, User Contribution enable*/

/*Begin extension CSS 18309, Powered by NTB*/
.link-for-powered-by::after {
content: url('data:image/svg+xml,<svg width="94" height="50" viewBox="0 0 140 74" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M123.679 46.3646L111.498 34.1834L99.3169 46.3646L111.498 58.5459L123.679 46.3646Z" fill="%23FF5120"/><path d="M126.911 73.949C134.142 73.949 140 68.0907 140 60.8596C140 53.6286 134.142 47.7703 126.911 47.7703V73.949Z" fill="%23FF5120"/><path d="M124.591 73.9481C124.591 66.717 118.732 60.8587 111.501 60.8587C104.27 60.8587 98.4118 66.717 98.4118 73.9481H124.591Z" fill="%23FF5120"/><path d="M126.911 44.9475C134.142 44.9475 140 39.0892 140 31.8581C140 24.6271 134.142 18.7688 126.911 18.7688V44.9475Z" fill="%23FF5120"/><path d="M98.4118 18.7688C98.4118 25.9998 104.27 31.8581 111.501 31.8581C118.732 31.8581 124.591 25.9998 124.591 18.7688H98.4118Z" fill="%23FF5120"/><path d="M94.1196 18.7688H50.134V31.1427H94.1196V18.7688Z" fill="%23FF5120"/><path d="M32.6847 18.7688V50.6801L10.3729 18.7688H0V73.949H12.258V42.202L34.6472 73.9393H44.9427V18.7688H32.6847Z" fill="%23FF5120"/><path d="M78.1881 73.9504V34.1796L65.9301 46.4376V73.9504H78.1881Z" fill="%23FF5120"/><path d="M2.89443 5.06959C3.33191 5.06959 3.68737 4.98774 3.96079 4.82405C4.23422 4.66036 4.43343 4.42927 4.55843 4.13078C4.69123 3.83228 4.75764 3.48564 4.75764 3.09086C4.75764 2.46499 4.6092 1.97873 4.31234 1.63209C4.02329 1.28545 3.55065 1.11213 2.89443 1.11213H0.937463V5.06959H2.89443ZM5.68339 3.09086C5.68339 3.48564 5.6287 3.86598 5.51933 4.23188C5.41777 4.58815 5.25371 4.9059 5.02716 5.18514C4.8006 5.46437 4.51155 5.68584 4.16 5.84953C3.80845 6.00359 3.3866 6.08062 2.89443 6.08062H0.937463V10.2114H0V0.101103H2.89443C3.53503 0.101103 4.05844 0.235907 4.46468 0.505515C4.87873 0.775123 5.18341 1.1362 5.37871 1.58876C5.58183 2.04132 5.68339 2.54202 5.68339 3.09086ZM10.7727 10.3125C10.1945 10.3125 9.65551 10.1873 9.15552 9.93698C8.66335 9.68663 8.22978 9.33517 7.85479 8.88262C7.48762 8.42043 7.19856 7.8764 6.98763 7.25053C6.78452 6.61502 6.68296 5.91693 6.68296 5.15625C6.68296 4.39557 6.78452 3.70229 6.98763 3.07642C7.19856 2.44091 7.48762 1.89688 7.85479 1.44433C8.22978 0.982143 8.66335 0.625875 9.15552 0.375525C9.65551 0.125175 10.1945 0 10.7727 0C11.3429 0 11.8742 0.125175 12.3663 0.375525C12.8663 0.625875 13.2999 0.982143 13.6671 1.44433C14.0343 1.89688 14.3194 2.44091 14.5225 3.07642C14.7334 3.70229 14.8389 4.39557 14.8389 5.15625C14.8389 5.91693 14.7334 6.61502 14.5225 7.25053C14.3194 7.8764 14.0343 8.42043 13.6671 8.88262C13.2999 9.33517 12.8663 9.68663 12.3663 9.93698C11.8742 10.1873 11.3429 10.3125 10.7727 10.3125ZM10.7727 9.30147C11.3586 9.30147 11.8859 9.13297 12.3546 8.79596C12.8234 8.45895 13.1944 7.98232 13.4679 7.36607C13.7413 6.7402 13.878 6.00359 13.878 5.15625C13.878 4.29928 13.7413 3.56268 13.4679 2.94643C13.1944 2.32055 12.8234 1.84393 12.3546 1.51654C11.8859 1.17953 11.3586 1.01103 10.7727 1.01103C10.1789 1.01103 9.64379 1.17953 9.16724 1.51654C8.69851 1.84393 8.32743 2.32055 8.054 2.94643C7.78058 3.56268 7.64386 4.29928 7.64386 5.15625C7.64386 6.00359 7.78058 6.7402 8.054 7.36607C8.32743 7.98232 8.69851 8.45895 9.16724 8.79596C9.64379 9.13297 10.1789 9.30147 10.7727 9.30147ZM18.8645 10.2114H17.8333L15.5248 0.101103H16.5209L18.3489 8.8104L20.3645 0.101103H21.4074L23.4113 8.79596L25.251 0.101103H26.2354L23.9269 10.2114H22.8956L20.8801 1.8343L18.8645 10.2114ZM32.9465 1.11213H28.5052V4.56408H31.8449V5.57511H28.5052V9.20037H32.9465V10.2114H27.5677V0.101103H32.9465V1.11213ZM39.4427 3.09086C39.4427 2.48424 39.2982 2.0028 39.0091 1.64653C38.7201 1.29027 38.2474 1.11213 37.5912 1.11213H35.646V5.06959H37.6029C38.0326 5.06959 38.3802 4.98774 38.6459 4.82405C38.9193 4.66036 39.1185 4.42927 39.2435 4.13078C39.3763 3.83228 39.4427 3.48564 39.4427 3.09086ZM37.5912 0.101103C38.2318 0.101103 38.7552 0.235907 39.1615 0.505515C39.5755 0.775123 39.8841 1.1362 40.0872 1.58876C40.2903 2.03169 40.3919 2.53239 40.3919 3.09086C40.3919 3.48564 40.3372 3.86117 40.2278 4.21744C40.1263 4.5737 39.9622 4.89146 39.7357 5.17069C39.5091 5.44993 39.2201 5.67139 38.8685 5.83508C38.517 5.99877 38.0951 6.08062 37.6029 6.08062H35.646V10.2114H34.7085V0.101103H37.5912ZM38.2709 5.64732L40.5442 10.2114H39.4779L37.2631 5.64732H38.2709ZM47.4112 1.11213H42.9699V4.56408H46.3096V5.57511H42.9699V9.20037H47.4112V10.2114H42.0325V0.101103H47.4112V1.11213ZM51.8805 0.101103C52.7867 0.101103 53.5602 0.308123 54.2008 0.722164C54.8492 1.12658 55.3452 1.70912 55.689 2.4698C56.0405 3.23048 56.2163 4.13559 56.2163 5.18514C56.2163 6.22505 56.0405 7.12053 55.689 7.87159C55.3452 8.62264 54.8492 9.20037 54.2008 9.60478C53.5602 10.0092 52.7867 10.2114 51.8805 10.2114H49.1736V0.101103H51.8805ZM51.8805 9.20037C52.9977 9.20037 53.8414 8.84891 54.4117 8.14601C54.982 7.4431 55.2671 6.45615 55.2671 5.18514C55.2671 3.9045 54.982 2.90791 54.4117 2.19538C53.8414 1.47321 52.9977 1.11213 51.8805 1.11213H50.1111V9.20037H51.8805ZM65.9515 2.84533C65.9515 2.31574 65.807 1.89688 65.5179 1.58876C65.2367 1.27101 64.8148 1.11213 64.2523 1.11213H61.9321V4.56408H64.2875C64.8187 4.56408 65.2289 4.41001 65.5179 4.10189C65.807 3.79377 65.9515 3.37491 65.9515 2.84533ZM60.9946 10.2114V0.101103H64.3344C64.9125 0.101103 65.389 0.221464 65.764 0.462185C66.139 0.702906 66.4163 1.02066 66.596 1.41544C66.7835 1.8006 66.8772 2.22908 66.8772 2.70089C66.8772 3.16308 66.8069 3.55305 66.6663 3.8708C66.5335 4.17892 66.3499 4.42446 66.1156 4.60741C65.889 4.79035 65.639 4.91553 65.3656 4.98293V5.08403C65.6937 5.14181 65.9867 5.2718 66.2445 5.474C66.5023 5.66658 66.7054 5.93137 66.8538 6.26838C67.0022 6.60539 67.0765 7.01462 67.0765 7.49606C67.0765 7.99676 66.9749 8.45413 66.7718 8.86817C66.5687 9.28221 66.2679 9.60959 65.8695 9.85031C65.4789 10.091 64.9984 10.2114 64.4281 10.2114H60.9946ZM61.9321 9.20037H64.3578C64.9203 9.20037 65.3578 9.04631 65.6703 8.73818C65.9906 8.42043 66.1507 7.96788 66.1507 7.38052C66.1507 6.79316 65.9828 6.34541 65.6468 6.03729C65.3187 5.72917 64.8773 5.57511 64.3227 5.57511H61.9321V9.20037ZM73.9571 0.101103H75L72.0001 6.32616V10.2114H71.0626V6.3406L68.0628 0.101103H69.1057L71.5314 5.22847L73.9571 0.101103Z" fill="%23030B0E"/></svg>');
text-decoration: none;
}
/*End extension CSS 18309, Powered by NTB*/

/*Begin extension CSS 18310, Video*/
body {
}
.lc-video-stream {
    position: relative;
    padding-top: 56.25%;
}

.ncpost-content .bunny-video-info {
    display: none;
}
/*End extension CSS 18310, Video*/

/*Begin extension CSS 18313, Gif*/

/*End extension CSS 18313, Gif*/

/*Begin extension CSS 18314, Tags filtering*/
.ncpost-tags{display:flex;align-items:center;justify-content:start;margin-top:15px;}.ncpost-tags .ncpost-tag{display:inline-flex;font-size:14px;padding:10px 13px;border-radius:4px;background-color:#f2f2f2;cursor:pointer;transition:all ease-in-out .3s;margin-right:5px;}.ncpost-tags .ncpost-tag:hover{opacity:.8;}.tags-group{display:flex;align-items:center;justify-content:end;flex-wrap:wrap;margin:15px 0;}.tags-group .filtered-tag{padding:10px 13px;background-color:#f2f2f2;border-radius:4px;}.tags-group .filter-close-selection{margin-left:8px;cursor:pointer;}
/*End extension CSS 18314, Tags filtering*/

/*Begin extension CSS 18315, Theme - Norkon*/
.lc-feed-container{font-family:"Albert Sans",sans-serif;color:#000}.lc-feed-container .lc-load-more{background-color:#111827;color:#fff;border-radius:4px;padding:12px;font-size:15px;font-weight:400;line-height:18px;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.lc-feed-container .lc-load-more:hover{background-color:#111827;opacity:.75}.lc-feed-container .ncpost-new-comment-panel{display:flex;flex-direction:column;gap:10px}.lc-feed-container .ncpost-new-comment-panel .ncpost-upload-button{position:initial;justify-content:end}.lc-feed-container .ncpost-new-comment-panel .inline-button{position:initial;align-items:start}.lc-feed-container .ncpost-new-comment-panel>div{display:flex;flex-direction:column;gap:10px;font-size:16px;line-height:19.2px;color:#000}.lc-feed-container .ncpost-new-comment-panel>div input{box-shadow:none;border:1px solid #e5e7eb;border-radius:4px;padding:10px;margin:0}.lc-feed-container .ncpost-new-comment-panel>div input::placeholder{color:#a7adb8}.lc-feed-container .ncpost-new-comment-panel>div textarea{box-shadow:none;border:1px solid #e5e7eb;border-radius:4px;padding:10px;margin:0}.lc-feed-container .ncpost-new-comment-panel>div textarea::placeholder{color:#a7adb8}.lc-feed-container .ncpost-new-comment-panel .ncpost-submit{border-radius:4px;padding:12px;margin:0;color:#fff;font-size:15px;font-weight:400;line-height:18px;background-color:#111827;align-self:self-end;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.lc-feed-container .ncpost-new-comment-panel .ncpost-submit:hover{opacity:.75}.lc-feed-container .ncpost-new-comment-panel .ncpost-submit b{font-weight:normal}.lc-feed-container .ncpost-new-comment-panel .ncpost-submit i{font-style:normal;display:none}.lc-feed-container .ncpost-channelcontent-container{display:flex;flex-direction:column;gap:30px}.lc-feed-container .ncpost-channelcontent-container .feed-football:empty{display:none}.lc-feed-container .ncpost-channelcontent-container .typing-enabled:has(.typing-container:empty){display:none}.lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container{display:flex;flex-direction:column;gap:11px;margin-bottom:0}.lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container h5{font-size:19px;line-height:22.5px;font-weight:700;color:#000}.lc-feed-container .ncpost-channelcontent-container .ncpost-top-text-container p{margin:0;font-size:16px;line-height:19.2px;font-weight:400;color:#000}.lc-feed-container .ncpost-channelcontent-container .key-events-container{margin:0}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group:last-child .key-event-left-col .key-event-time::after{display:none!important}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-title{color:#000;font-size:16px;line-height:19.2px}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-time{color:#6b7280;font-size:14px;line-height:16.94px;margin:0;text-align:left}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-time::before{width:10px;height:10px;border-radius:50%;content:" ";display:block;background-color:#cfcfcf;position:absolute;left:0;right:auto;top:3px;z-index:99}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-time::after{width:2px;height:60px;content:" ";display:block;background-color:#cfcfcf!important;position:absolute;left:-6px;top:7px;right:auto;z-index:98}@media(max-width:700px){.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event-left-col .key-event-time::after{height:70px}}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event{padding:0;cursor:pointer;color:#6b65eb;font-size:16px;line-height:19.2px;min-width:75px;text-decoration:none;font-weight:400}.lc-feed-container .ncpost-channelcontent-container .key-events-container .key-event-group .key-event:hover{text-decoration:underline}.lc-feed-container .ncpost-channelcontent-container .ncpost-question-container{margin:0}.lc-feed-container .ncpost-channelcontent-container .ncpost-question-container .ncpost-new-comment-toggle{width:100%;text-align:center;border:1px solid #01bbb0;padding:10px 15px;border-radius:5px;color:#01bbb0;font-size:16px;font-weight:700;display:flex;justify-content:center;align-items:center;gap:5px;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.lc-feed-container .ncpost-channelcontent-container .ncpost-question-container .ncpost-new-comment-toggle:hover{opacity:.75}.lc-feed-container .ncpost-channelcontent-container .ncpost-question-container .ncpost-new-comment-toggle:before{content:"";display:block;width:16px;height:16px;background-size:contain;background-color:transparent;background-repeat:no-repeat;background-position:center;background-image:url('data:image/svg+xml,<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 0C8.20833 0 9.32292 0.239583 10.3438 0.71875C11.3646 1.19792 12.1667 1.84375 12.75 2.65625C13.3542 3.46875 13.6562 4.36458 13.6562 5.34375C13.6562 6.30208 13.3542 7.1875 12.75 8C12.1667 8.8125 11.3646 9.45833 10.3438 9.9375C9.32292 10.4167 8.20833 10.6562 7 10.6562C6.20833 10.6562 5.42708 10.5521 4.65625 10.3438C4.03125 10.8438 3.34375 11.2396 2.59375 11.5312C1.86458 11.8021 1.11458 11.9583 0.34375 12C1.01042 11.3125 1.51042 10.6667 1.84375 10.0625C2.05208 9.64583 2.15625 9.29167 2.15625 9C1.59375 8.5625 1.14583 8.02083 0.8125 7.375C0.5 6.72917 0.34375 6.05208 0.34375 5.34375C0.34375 4.36458 0.635417 3.46875 1.21875 2.65625C1.82292 1.84375 2.63542 1.19792 3.65625 0.71875C4.67708 0.239583 5.79167 0 7 0ZM7 9.34375C7.95833 9.34375 8.84375 9.16667 9.65625 8.8125C10.4896 8.4375 11.1458 7.94792 11.625 7.34375C12.1042 6.71875 12.3438 6.05208 12.3438 5.34375C12.3438 4.61458 12.1042 3.94792 11.625 3.34375C11.1458 2.71875 10.4896 2.22917 9.65625 1.875C8.84375 1.52083 7.95833 1.34375 7 1.34375C6.04167 1.34375 5.14583 1.52083 4.3125 1.875C3.5 2.22917 2.85417 2.71875 2.375 3.34375C1.89583 3.94792 1.65625 4.61458 1.65625 5.34375C1.65625 6.05208 1.89583 6.71875 2.375 7.34375C2.85417 7.94792 3.5 8.4375 4.3125 8.8125C5.14583 9.16667 6.04167 9.34375 7 9.34375Z" fill="%2301bbb0"/></svg>')}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter{margin:0}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter>div:first-child{display:none}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter .ncpost-toggle-group{display:flex}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter .ncpost-toggle-group .toggle-label{padding:10px 15px 10px 15px;border:1px solid #e5e7eb;background:#fff;color:#000;font-size:14px;font-weight:400;line-height:16.94px}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter .ncpost-toggle-group .toggle-label:first-child{border-radius:4px 0 0 4px;border-right:0}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter .ncpost-toggle-group .toggle-label:last-child{border-radius:0 4px 4px 0;border-left:0}.lc-feed-container .ncpost-channelcontent-container .ncposts-sorter .ncpost-toggle-group .toggle-label.active{color:#fff;background:#111827;border:0}.lc-feed-container .ncpost-channelcontent-container div:has(.tags-group:empty){display:none}.lc-feed-container .ncpost-channelcontent-container .tags-group{margin:0}.lc-feed-container .ncpost-channelcontent-container .tags-group:empty{display:none}.lc-feed-container .ncpost-channelcontent-container .tags-group .filtered-tag{background-color:#f7f7f7;border:1px solid #e5e7eb;border-radius:5px;padding:10px;color:#000;font-size:15px;font-weight:400;line-height:18px}.lc-feed-container .ncpost-list-post .ncpost-icon-container{top:25px}.lc-feed-container .ncpost-container{display:flex!important;flex-direction:column;gap:10px;background-color:#fff;border-radius:7px;color:#000;font-size:16px;line-height:19.2px;box-shadow:0 4px 10px 0 #00000014;padding:30px}.lc-feed-container .ncpost-container.ncpost-importance-2{border-bottom:0;border-top:6px solid #ff9b70;display:flex!important}.lc-feed-container .ncpost-container.ncpost-importance-3{border-bottom:0;border-top:6px solid #e9006b;display:flex!important}.lc-feed-container .ncpost-container .ncpost-avatar-container{left:30px;border-radius:5px;width:32px;height:32px}.lc-feed-container .ncpost-container .ncpost-header{margin:0}.lc-feed-container .ncpost-container .ncpost-header .ncpost-header-info .ncpost-byline{margin:0;color:#6b7280;font-size:14px;font-style:normal;font-weight:700;line-height:normal}.lc-feed-container .ncpost-container .ncpost-header .ncpost-header-info .ncpost-timestamp{color:#a7adb8;font-size:14px;font-style:normal;font-weight:400;line-height:normal;width:fit-content}.lc-feed-container .ncpost-container .ncpost-header{padding-left:42px!important}.lc-feed-container .ncpost-container .share-icons-container{margin:0}.lc-feed-container .ncpost-container .share-icons-container .share-icons .share-icon svg{fill:#01bbb0}.lc-feed-container .ncpost-container .ncpost-content{display:flex;flex-direction:column;gap:10px}.lc-feed-container .ncpost-container .ncpost-content a{color:#6b65eb}.lc-feed-container .ncpost-container .ncpost-content p{margin:0}.lc-feed-container .ncpost-container .ncpost-content blockquote:not(.tiktok-embed){border-left:5px solid #7c3aed;background:#f9fafb;padding:20px;color:#000;font-size:19px;font-weight:700;margin:0}.lc-feed-container .ncpost-container .ncpost-content blockquote:not(.tiktok-embed) p{margin:0}.lc-feed-container .ncpost-container .ncpost-link-card{gap:0;border-radius:5px;border:0;background:#f9fafb;padding:0;margin:0}.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-image{margin:0;border-radius:5px 0 0 5px}@media(max-width:500px){.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-image{border-radius:5px 5px 0 0}}.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info{display:flex;flex-direction:column;gap:5px;padding:20px}.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-title{margin:0;text-decoration:none;color:#000;font-size:19px;font-weight:700;line-height:normal}.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-site{margin:0;color:#6b7280;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.lc-feed-container .ncpost-container .ncpost-link-card .ncpost-link-card-info .ncpost-link-card-info-description{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal}@media(max-width:500px){.lc-feed-container .ncpost-container .ncpost-link-card{flex-direction:column}.lc-feed-container .ncpost-container .ncpost-link-card img{width:100%;max-height:200px}}.lc-feed-container .ncpost-container .ncpost-title{margin:0;font-weight:700;color:#000;font-size:19px;line-height:22.5px}.lc-feed-container .ncpost-container .ncpost-title.ncpost-breaking{padding:3px 5px;background-color:#fed130;border-radius:3px}.lc-feed-container .ncpost-container .ncpost-tags{gap:10px;margin-top:0}.lc-feed-container .ncpost-container .ncpost-tags .ncpost-tag{background-color:#f7f7f7;border:1px solid #e5e7eb;border-radius:5px;padding:10px;color:#000;font-size:15px;font-weight:400;line-height:18px}.lc-feed-container .ncpost-container .ncpost-image-byline{text-align:left}.lc-feed-container .ncpost-container .ncpost-image-byline .ncpost-image-byline-description{color:#6b7280;font-size:15px;font-weight:400;line-height:18px}.lc-feed-container .ncpost-container .ncpost-comments-container .ncpost-new-comment-toggle{display:flex;align-items:center;gap:5px;color:#01bbb0;font-size:16px;font-weight:700;line-height:19.2px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.lc-feed-container .ncpost-container .ncpost-comments-container .ncpost-new-comment-toggle:hover{opacity:.75}.lc-feed-container .ncpost-container .ncpost-comments-container .ncpost-new-comment-toggle::before{content:"";display:block;width:16px;height:16px;background-size:contain;background-color:transparent;background-repeat:no-repeat;background-position:center;background-image:url('data:image/svg+xml,<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 0C8.20833 0 9.32292 0.239583 10.3438 0.71875C11.3646 1.19792 12.1667 1.84375 12.75 2.65625C13.3542 3.46875 13.6562 4.36458 13.6562 5.34375C13.6562 6.30208 13.3542 7.1875 12.75 8C12.1667 8.8125 11.3646 9.45833 10.3438 9.9375C9.32292 10.4167 8.20833 10.6562 7 10.6562C6.20833 10.6562 5.42708 10.5521 4.65625 10.3438C4.03125 10.8438 3.34375 11.2396 2.59375 11.5312C1.86458 11.8021 1.11458 11.9583 0.34375 12C1.01042 11.3125 1.51042 10.6667 1.84375 10.0625C2.05208 9.64583 2.15625 9.29167 2.15625 9C1.59375 8.5625 1.14583 8.02083 0.8125 7.375C0.5 6.72917 0.34375 6.05208 0.34375 5.34375C0.34375 4.36458 0.635417 3.46875 1.21875 2.65625C1.82292 1.84375 2.63542 1.19792 3.65625 0.71875C4.67708 0.239583 5.79167 0 7 0ZM7 9.34375C7.95833 9.34375 8.84375 9.16667 9.65625 8.8125C10.4896 8.4375 11.1458 7.94792 11.625 7.34375C12.1042 6.71875 12.3438 6.05208 12.3438 5.34375C12.3438 4.61458 12.1042 3.94792 11.625 3.34375C11.1458 2.71875 10.4896 2.22917 9.65625 1.875C8.84375 1.52083 7.95833 1.34375 7 1.34375C6.04167 1.34375 5.14583 1.52083 4.3125 1.875C3.5 2.22917 2.85417 2.71875 2.375 3.34375C1.89583 3.94792 1.65625 4.61458 1.65625 5.34375C1.65625 6.05208 1.89583 6.71875 2.375 7.34375C2.85417 7.94792 3.5 8.4375 4.3125 8.8125C5.14583 9.16667 6.04167 9.34375 7 9.34375Z" fill="%2301bbb0"/></svg>')}.lc-feed-container .ncpost-container .ncpost-user-contribution{padding:0 30px}@media(max-width:500px){.lc-feed-container .ncpost-container .ncpost-user-contribution{padding:0}}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-comment{background-color:#f6f6f6;padding:15px;gap:5px;border-radius:8px 8px 8px 0;font-size:15px;line-height:18px}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-name{font-weight:700}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-created{font-size:12px;line-height:14.4px;color:#6b7280}@media(max-width:500px){.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-replies{padding-left:0}}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply{background-color:#01bbb0;color:#fff;padding:15px;gap:5px;border-radius:8px 8px 0 8px;font-size:15px;line-height:18px}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-name{font-weight:700}.lc-feed-container .ncpost-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-created{font-size:12px;line-height:14.4px;color:#fff!important}.lc-feed-container .ncpost-user-contribution{padding:0 30px}@media(max-width:500px){.lc-feed-container .ncpost-user-contribution{padding:0}}.lc-feed-container .ncpost-user-contribution .ncpost-user-comment{background-color:#fff;padding:15px;gap:5px;border-radius:8px 8px 8px 0;font-size:15px;line-height:18px;box-shadow:0 4px 10px 0 #00000014}.lc-feed-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-name{font-weight:700}.lc-feed-container .ncpost-user-contribution .ncpost-user-comment .ncpost-comment-created{font-size:12px;line-height:14.4px;color:#6b7280}@media(max-width:500px){.lc-feed-container .ncpost-user-contribution .ncpost-user-replies{padding-left:0}}.lc-feed-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply{background-color:#01bbb0;color:#fff;padding:15px;gap:5px;border-radius:8px 8px 0 8px;font-size:15px;line-height:18px}.lc-feed-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-name{font-weight:700}.lc-feed-container .ncpost-user-contribution .ncpost-user-replies .ncpost-user-reply .ncpost-comment-created{font-size:12px;line-height:14.4px;color:#fff!important}.lc-feed-container .ncpost-linked .ncpost-icon-container{top:25px}.lc-feed-container .ncpost-pinned-post .ncpost-container{border-top:6px solid #6b65eb}.lc-feed-container .ncpost-pinned-post .ncpost-icon-container{top:25px}.lc-feed-container .ncpost-importance-0:not(:has(.ncpost-content)){display:none!important}.editor-preview-and-feed .posts-view .ncpost-container .ncpost-avatar-container{top:15px}
/*End extension CSS 18315, Theme - Norkon*/

/*Begin extension CSS 18316, 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 18316, Link Card 2.0*/

/*Begin extension CSS 21184, TOM Custom ExtensionCss*/
/*Temp CSS to handle no darkmode - To delete once darkmode styles are in place */

.lc-feed-container {
    padding: 10px !important;
    border-radius: 5px;
}

.ncpost-content .ncpost-top-text-container{
    margin-top: 10px
}


/* ---- */


/* TOM Custom Styles */
.container-for-powered-by {
    display: none;
}

.lc-feed-container {
    background-color: #fbfbfb;
    padding-left: 0;
    padding-right: 0;
}

/* Shared typography */
.ncpost-channelcontent-container,
.lc-feed-container h3,
.lc-feed-container h4,
.lc-feed-container h5,
.lc-feed-container li,
.ncpost-content p,
.ncpost-title {
    font-family: "Merriweather", serif;
    color: #333 !important;
    line-height: 1.7 !important;
    margin-bottom: 10px !important; 
}

.ncpost-channelcontent-container,
.ncpost-channelcontent-container p,
.ncpost-channelcontent-container ol,
.ncpost-channelcontent-container li {
    font-size: 0.9375rem !important;
    line-height: 1.7 !important;
}


/* Shared heading rhythm */
.lc-feed-container h3,
.lc-feed-container h4,
.lc-feed-container h5 {
    font-weight: 800;
    margin-bottom: 20px;
}

.lc-feed-container h3 { font-size: 1.25rem; }
.lc-feed-container h4 { font-size: 1.15rem; }
.lc-feed-container h5 { font-size: 1.05rem; }


.ncpost-top-text-container ol,
.ncpost-content ol {
    list-style: decimal !important;
    padding-left: 15px !important;
}

.ncpost-top-text-container ul,
.ncpost-content ul {
    list-style: disc !important;
    padding-left: 15px !important;
}


.ncpost-content ncpost-top-text-container li {
    margin-bottom: 0.5rem;
    line-height: 1.56;
}

/* Fixed: missing dot and missing property name */
.ncpost-container.ncpost-importance-3 {
    color: #e63c3c;
}

.lc-feed-container .ncpost-container {
    border-radius: 0;
}


.ncpost-image-byline-source {
    color: #4c4c4c !important;
    padding: 0 0 10px 0 !important;
    display: block;
}

.ncpost-image-byline {
    border-bottom: 1px solid #dedede ;
}
/*End extension CSS 21184, TOM Custom ExtensionCss*/


.nc-lc-extensions-css{ display: block }