.widget_recent_entries  .article-dot-container:before {
  width: 13px;
  height: 13px;
}

.widget_recent_entries .article-dot-container:after {
  width: 7px;
  height: 7px;
  left: 7px;
}

div#primary .cs-entry__header-info .article-dot-container:before {
  width: 25px;
  height: 25px;
}

div#primary .cs-entry__header-info .article-dot-container:after {
  width: 16px;
  height: 16px;
  left: 9px;
}

div#primary .cs-entry__header-info .article-live {
  margin-left: 20px;
}
.widget_recent_entries  .article-dot-container:before {
  width: 13px;
  height: 13px;
}

.widget_recent_entries .article-dot-container:after {
  width: 7px;
  height: 7px;
  left: 7px;
}
.cs-posts-area__main.cs-block-posts-layout-standard-type-1.cs-display-column .article-dot-container:before {
  width: 23px;
  height: 23px;
}

.cs-posts-area__main.cs-block-posts-layout-standard-type-1.cs-display-column .article-dot-container:after {
  width: 16px;
  height: 16px;
  left: 9px;
}

.cs-posts-area__main.cs-block-posts-layout-standard-type-1.cs-display-column .article-live {
  margin-left: 19px;
}

.cs-block-posts-layout-horizontal-type-4 .article-dot-container:before {
  width: 25px;
  height: 25px;
}

.cs-block-posts-layout-horizontal-type-4 .article-dot-container:after {
  width: 15px;
  height: 15px;
  left: 13px;
}

.cs-block-posts-layout-horizontal-type-4 .article-live {
  margin-left: 22px;
}

.cnvs-block-posts-layout-large-type-3 .article-dot-container:before {
  width: 25px;
  height: 25px;
}

.cnvs-block-posts-layout-large-type-3 .article-dot-container:after {
  width: 15px;
  height: 15px;
  left: 13px;
}

.cnvs-block-posts-layout-large-type-3 .article-live {
  margin-left: 20px;
}

.cs-posts-area__main.cs-block-posts-layout-tile-type-1.cs-display-column .article-dot-container:before {
  width: 19px;
  height: 19px;
}

.cs-posts-area__main.cs-block-posts-layout-tile-type-1.cs-display-column .article-dot-container:after {
  width: 11px;
  height: 11px;
  left: 9px;
}

.cs-posts-area__main.cs-block-posts-layout-tile-type-1.cs-display-column .article-live {
  margin-left: 20px;
}
.article-live {
  color: #B42600;
  display: inline;
  margin-right: 5px;
  margin-left: 13px;
}
.article-dot-container {
  display: inline;
  position: relative;
  color: transparent;
  pointer-events: none !important;
  user-select: none;
}

.article-dot-container:before {
  #content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  outline: 2px solid #B42600;
  border-radius: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.article-l {
  display: inline-block;
  pointer-events: none !important;
  user-select: none;
}
.article-dot-container:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #B42600;
  border-radius: 100%;
  top: 50%;
  left: 7px;
  transform: translate(-50%, -50%);
  animation: blink-animation 1.5s linear infinite;
  -webkit-animation: blink-animation 1.5s linear infinite;
}
@keyframes blink-animation {
  0%{
	opacity: 1;
  }
  50% {
	opacity: 0.2;
  }
  100%{
	opacity: 1;
  }
}
@-webkit-keyframes blink-animation {
  0%{
	opacity: 1;
  }
  50% {
	opacity: 0.2;
  }
  100%{
	opacity: 1;
  }
}
