<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sortd-liveblog-main-container {
  width: 100%;
  display: inline-block;
  border-left: 1px solid #ddd;
}

#custom-editors-container {
width: 98%;
background: #ccc;
padding: 1% 1%;
margin: 1% 0%;
border-radius: 10px;
}

.editor-liveblog-common {
padding: 10px 0 80px;
border-bottom: 2px dashed #ffffff;
margin-bottom: 20px;
}

.custom-live-titleclass {
width: 100% !important;
border: none !important;
border-bottom: 1px solid #ddd !important;
display: inline-block !important;
margin-bottom: 20px;
height: 40px;
border-radius: 5px !important;
padding: 10px;
}

.custom-editor-textarea {
width: 100%;
border: none;
border-radius: 5px;
border-bottom: 1px solid #ddd;
display: inline-block;
margin-bottom: 20px;
height: 140px;
padding: 10px;
}

/* .custom_editor_images{

} */

.image-preview {
width: 30%;
}

.remove-editor-btn {
background: #d70000;
color: #fff;
border: none;
padding: 4px 10px;
border-radius: 4px;
float: right;
}
.blog-content-card{
border:1px solid #ddd;
padding:10px;
width: 95%;
float: right;
position: relative;
margin: 10px 0 10px 0;
}
h2.entry-title {
font-size: 1.2em;
font-weight: bold;
border-bottom: 1px dashed #ddd;
padding: 5px 0px 10px;
margin: 0px;
}.liveblog-imgcls {
width: 100%;
height: auto;
display: inline-block;
margin: 0px 0 14px 0;
border-radius: 10px;
} 
.blog-content-card 
.entry-liveblog-content{
font-size:1em;
}
.indiv-card-date{
font-size:0.7em;
opacity:0.7;
padding: 5px 0px;
margin-bottom: 0px;
}
.sortd-liveblog-indicator{
width: 100%;
  display: inline-block;
  background: #F54F23;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
span.sortd-liveblog-indicator-dot {
  width: 16px;
  height: 16px;
  float: left;
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  margin: 8px 8px 8px 0px;
  animation: blink 1s linear infinite;
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
.sortd-liveblog-indicator-text{
  float: left;
  margin: 3px 0 0 3px;
  text-transform: uppercase;
}
.sortd-liveblog-indicator-incontent{
width: 16px;
  height: 16px;
  background: #a9a9a9;
  display: inline-block;
  position: absolute;
  border-radius: 32px;
  left: -6.4%;
  top: 2%;
}

/* .web-stories-list {
  display: none;
} */</pre></body></html>