@charset "UTF-8";
.switch-message {
  display: inline-block;
  position: relative;
  bottom: 13px;
  left: 5px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 35px;
  margin: 0 auto;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: solid var(--lb-border) 1px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 9px;
  bottom: 8px;
  background-color: #f00;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: white;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
  background-color: #2ab934;
}

.on {
  display: none;
}

.on, .off {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input:checked + .slider .on {
  display: block;
  color: #2ab934;
}

input:checked + .slider .off {
  display: none;
  color: red;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#liveblog-posts .img-thumbnail {
  width: 50px;
  height: auto;
  padding: 0px;
  border-radius: 13px;
}
#liveblog-posts .adtext {
  margin-top: 10px;
  margin-bottom: 3px;
}

.btn-copylink {
  position: relative;
  display: none;
  cursor: pointer;
}
.btn-copylink i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  padding: 3px;
  border: 1px solid grey;
  border-radius: 50%;
}
.btn-copylink i > svg {
  width: 17px;
  height: 17px;
  fill: #000;
}

@media (max-width: 768px) {
  .btn-copylink {
    display: inline-block;
  }
}
.tooltiptext {
  visibility: hidden;
  width: 95px;
  background-color: #555 !important;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  top: -3px;
  right: 37px;
  opacity: 0;
  transition: opacity 0.3s;
}

.show {
  visibility: visible;
  opacity: 1;
}

html:has(#liveblog-threads) {
  scroll-padding-top: calc(var(--body-padding-top, 65px) + 0.75rem);
}

#liveblog-threads > [id] {
  scroll-margin-top: calc(var(--body-padding-top, 65px) + 0.75rem);
}

.lb-bookmarked {
  border: solid var(--primary-color) 1px;
  border-radius: 6px;
}

.lb-timestamp {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #8a8a8a;
}
.lb-timestamp.live-color {
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--lb-live);
}

.lb-author {
  align-items: center;
  color: var(--text-color);
}
.lb-author__name {
  font-size: var(--lb-fs-author, 1.0625rem);
  font-family: var(--font-header);
  font-weight: 700;
  line-height: 1.2;
}

.lb-hero-ad {
  margin: 30px auto;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lb-hero-ad iframe {
  min-height: 90px;
}

.lb-container {
  background-color: #333;
}

.lb-hero {
  --lb-hero-paper: #f3ece8;
  --lb-hero-hatch: rgba(26, 26, 26, 0.028);
  --lb-hero-live: var(--lb-live, #c90110);
  color: #000;
  display: block;
  padding: 20px 0;
  background-color: var(--lb-hero-paper);
  background-image: radial-gradient(88% 78% at 10% 0%, color-mix(in srgb, var(--lb-hero-live) 16%, transparent), transparent 62%), repeating-linear-gradient(-12deg, transparent, var(--lb-hero-hatch) 1px, transparent 2px, transparent 7px);
}
.lb-hero a {
  color: #fff;
}
.lb-hero a i {
  vertical-align: middle;
}
.lb-hero p {
  margin: 10px auto;
}
.lb-hero .breadcrumb a {
  color: #000;
}
.lb-hero__share {
  font-size: 24px;
  margin-bottom: 0;
}
.lb-hero__timestamp {
  font-size: 13px;
  display: inline-block;
}
.lb-hero__button {
  display: inline-block;
  color: white;
  background: var(--primary-color);
  padding: 6px 10px;
  letter-spacing: 1.5px;
  border-radius: 10px;
  font-weight: bold;
  margin-right: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.lb-hero h1 {
  color: #000;
  margin-top: 5px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .lb-hero h1 {
    font-size: 28px;
  }
}

.lb-quote {
  display: flex;
  flex: 1;
  margin: 0 0 0 10px;
  padding: 0;
  border-left: solid 5px var(--primary-color);
}
.lb-quote .lb-quote {
  margin-top: 1rem;
  margin-left: 0;
}
.lb-quote .lb-post {
  border: solid transparent 1px;
  box-shadow: none !important;
}
.lb-quote .lb-post__body p:last-of-type {
  margin-bottom: 0;
}

.lb-post:hover .btn-copylink,
.emoji-hover {
  display: inline-block;
}

.lb-post:hover .emoji-hover {
  display: inline-block;
}

.lb-post {
  display: block;
  width: 100%;
  position: relative;
  border: solid var(--lb-border) 1px;
  background: #ffffff;
  border-radius: 6px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.lb-post a {
  color: var(--primary-color);
}
.lb-post__ul {
  color: var(--text-color);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.lb-post__ul li > i {
  vertical-align: middle;
}
.lb-post h2 {
  margin: 10px 0;
}
.lb-post__body {
  color: #000000;
  font-size: var(--lb-fs-body, 22px);
  line-height: var(--post-body-lh);
}
.lb-post__body figure {
  margin: 10px auto;
}
.lb-post__body a {
  color: var(--primary-color);
  text-decoration: underline;
  overflow-wrap: break-word;
}
.lb-post__body a:hover {
  text-decoration: none !important;
}
.lb-post__body img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  margin: 10px 0;
}
.lb-post__body iframe {
  display: block;
  width: 100%;
  vertical-align: middle;
}
.lb-post__body .embed-responsive,
.lb-post__body .fr-video {
  margin: 30px auto;
}
.lb-post__body blockquote {
  background-color: #fff;
  border-radius: 10px;
  border-bottom: 1px solid var(--border-color);
  border-left: none;
  border-top: 1px solid var(--border-color);
  font-family: SourceSansProRegular, Helvetica, sans-serif;
  font-size: 100%;
  font-style: normal;
  margin: 10px 0;
  padding: 10.5px 3.5rem;
  position: relative;
}
.lb-post__body blockquote:before {
  color: #b81f25;
  content: "“";
  font-family: Georgia, serif;
  font-size: 4.5em;
  left: 0.35rem;
  line-height: 1;
  position: absolute;
  top: 0;
}
.lb-post__body blockquote:after {
  bottom: -0.5em;
  color: #b81f25;
  content: "”";
  float: right;
  font-family: Georgia, serif;
  font-size: 4.5em;
  line-height: 1;
  position: absolute;
  right: 0.35rem;
}

.twitter-tweet {
  margin: 10px auto !important;
}
@media (max-width: 768px) {
  .twitter-tweet {
    width: 100% !important;
  }
}

.ec-2020-lb {
  width: 180px;
  margin-left: -5px;
  margin-bottom: 5px;
}

.ec-2020-m {
  width: 114px;
  margin-top: -4px;
}

html[data-bs-theme=dark] #liveblog-main.lb-hero {
  --lb-hero-paper: #1a1414;
  --lb-hero-hatch: rgba(243, 239, 232, 0.04);
  color: #fff;
  background-image: radial-gradient(88% 78% at 10% 0%, color-mix(in srgb, var(--lb-hero-live) 22%, transparent), transparent 62%), repeating-linear-gradient(-12deg, transparent, var(--lb-hero-hatch) 1px, transparent 2px, transparent 7px);
}
html[data-bs-theme=dark] #liveblog-main.lb-hero h1,
html[data-bs-theme=dark] #liveblog-main.lb-hero .lb-hero__timestamp {
  color: #fff;
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.video-wrap {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
  z-index: 100;
  min-height: 225px;
}

.video iframe {
  max-width: 100%;
  max-height: 100%;
}
.video .close {
  display: none;
}
.video.stuck {
  box-sizing: border-box;
  padding: 5px;
  background-color: rgba(125, 125, 125, 0.2);
  border-radius: 10px;
  position: fixed;
  bottom: 150px;
  right: 45px;
  transform: translateY(100%);
  width: 375px;
  animation: fade-in-up 0.25s ease forwards;
}
@media (max-width: 768px) {
  .video.stuck {
    bottom: 75px;
    left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    width: auto;
  }
}
.video.stuck .close {
  display: inline-block;
  position: absolute;
  top: -26px;
  right: 0px;
  cursor: pointer;
  color: black;
  background-color: rgba(125, 125, 125, 0.2);
}
.video.stuck .close:hover {
  color: #808080;
}

.index-story__title {
  font-weight: bold;
  color: #333;
  line-height: 20px;
  margin: 0 0 2px 0;
}
.index-story__contributor, .index-story__contributor-img {
  margin-right: 10px;
}
.index-story__contributor a:hover {
  color: #c90110;
}
.index-story__contributor {
  color: #909090;
  font-size: 84%;
  margin-top: 0;
}
.index-story__contributor a {
  color: #909090;
}
.index-story .img-thumbnail {
  /*overriding bootstrap*/
  background-color: #ddd;
  padding: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 36px;
}

.btn-outline-danger {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.comment-social i > svg {
  width: 20px;
  fill: var(--primary-color);
}
.comment-social i > svg:hover {
  fill: #ffffff;
}
.comment-social:hover > i > svg {
  fill: #ffffff;
}

.thm-slideout {
  position: fixed;
  background-color: #ffffff;
  width: 600px;
  height: 600px;
  bottom: 0;
  right: -600px;
  z-index: 100;
  /* Animation  */
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  padding: 0;
}
@media (max-width: 768px) {
  .thm-slideout {
    width: 375px;
  }
}
.thm-slideout h4 {
  font-weight: bold;
}
.thm-slideout__header {
  padding: 10px;
  position: relative;
}
.thm-slideout__header .close {
  cursor: pointer;
}
.thm-slideout__body {
  padding: 10px;
  overflow: scroll;
  height: 600px;
}
.thm-slideout__tab {
  position: absolute;
  left: -40px;
  height: 200px;
  width: 40px;
  color: white;
  background: var(--primary-color);
  cursor: pointer;
  border-radius: 8px 0 0 8px;
}
@media (max-width: 768px) {
  .thm-slideout__tab {
    position: absolute;
    left: 0;
    top: -40px;
    height: 40px;
    width: 200px;
  }
}
@media (max-width: 768px) {
  .thm-slideout__tab div {
    color: white;
    text-align: center;
    position: relative;
    top: 8px;
    right: 0;
    background: var(--primary-color);
    width: 180px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
.thm-slideout__tab div {
  color: white;
  text-align: center;
  position: relative;
  right: 70px;
  top: 90px;
  background: var(--primary-color);
  width: 180px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}

/* Display slideOut */
.thm-slideout-show {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  right: 0px !important;
}

.lb-list {
  border: solid #e2e2e2 1px;
  border-radius: 6px;
  background-color: white;
}
.lb-list__header {
  border-bottom: inherit;
  position: relative;
}
.lb-list__header .star-box {
  right: 10px;
}
.lb-list__header-title {
  color: var(--primary-color);
  font-weight: bold;
  display: inline-block;
  height: 50px;
  font-size: 21px;
  padding: 12px 10px 0 10px;
}
.lb-list__body {
  margin: 10px;
  display: block;
  clear: both;
  font-size: var(--fs-4);
  font-family: SourceSansProRegular, Helvetica, sans-serif;
  font-weight: bold;
}
.lb-list__body li:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.lb-list__body-title {
  color: #000000;
  font-weight: bold;
}

.lb-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.lb-scrollbar::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.lb-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--primary-color);
}

.timeline {
  --lb-timeline-bg: #fffcf8;
  --lb-timeline-ink: #1a1a1a;
  --lb-timeline-mute: #6b645c;
  --lb-timeline-rule: rgba(26, 26, 26, 0.14);
  --lb-timeline-mark: var(--lb-live, #c90110);
  position: relative;
  color: var(--lb-timeline-ink);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0) 42%), repeating-linear-gradient(-12deg, transparent, rgba(26, 26, 26, 0.028) 1px, transparent 2px, transparent 7px), var(--lb-timeline-bg);
  border: 1px solid var(--lb-timeline-rule);
  border-radius: var(--bs-border-radius-xl, 1rem);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.78) inset, 0 10px 28px rgba(26, 12, 12, 0.1);
  overflow: hidden;
}
.timeline a {
  color: inherit;
}

#liveblog-main .timeline {
  color: var(--lb-timeline-ink);
}
#liveblog-main .timeline a {
  color: inherit;
}

.timeline__mast {
  padding: 0.85rem 1.1rem 0.75rem 1.25rem;
  border-bottom: 1px solid var(--lb-timeline-rule);
}

.timeline__title {
  margin: 0;
  font-family: var(--font-display, inherit);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.timeline-wrapper {
  position: relative;
  max-height: min(42vh, 22rem);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  padding: 0.35rem 0.55rem 0.85rem 0.35rem;
  scrollbar-width: thin;
  scrollbar-color: var(--lb-timeline-mark) transparent;
}
.timeline-wrapper::-webkit-scrollbar {
  width: 6px;
}
.timeline-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.timeline-wrapper::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--lb-timeline-mark);
}
.timeline-wrapper ul,
.timeline-wrapper ol,
.timeline-wrapper li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.timeline-wrapper a:not(.unlinked-thread) {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.timeline-wrapper .timeline-item__jump {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.timeline-wrapper .timeline-item__body a {
  position: relative;
  z-index: 2;
}

.sessions {
  --timeline-gutter: 2.6rem;
  counter-reset: timeline-moment;
  margin: 0;
  padding: 0.35rem 0.4rem 0.15rem;
}

.timeline-item {
  position: relative;
  counter-increment: timeline-moment;
  animation: timeline-rise 0.55s ease both;
}

.timeline-item:nth-child(1) {
  animation-delay: 0.04s;
}

.timeline-item:nth-child(2) {
  animation-delay: 0.08s;
}

.timeline-item:nth-child(3) {
  animation-delay: 0.12s;
}

.timeline-item:nth-child(4) {
  animation-delay: 0.16s;
}

.timeline-item:nth-child(5) {
  animation-delay: 0.2s;
}

.timeline-item:nth-child(6) {
  animation-delay: 0.24s;
}

.timeline-item:nth-child(7) {
  animation-delay: 0.28s;
}

.timeline-item:nth-child(8) {
  animation-delay: 0.32s;
}

.timeline-item:nth-child(9) {
  animation-delay: 0.36s;
}

.timeline-item:nth-child(10) {
  animation-delay: 0.4s;
}

.timeline-item:nth-child(11) {
  animation-delay: 0.44s;
}

.timeline-item:nth-child(12) {
  animation-delay: 0.48s;
}

.timeline-item__inner {
  position: relative;
  display: grid;
  grid-template-columns: var(--timeline-gutter) 1fr;
  column-gap: 0.15rem;
  padding: 0.7rem 0.65rem 0.75rem;
  border-radius: 2px;
  transition: background-color 0.18s ease;
}
.timeline-item__inner::before {
  content: counter(timeline-moment, decimal-leading-zero);
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  margin-top: 0.05rem;
  font-family: var(--font-ui, inherit);
  font-size: 0.68rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  color: var(--lb-timeline-mute);
  line-height: 1.2;
}
.timeline-item__inner::after {
  content: "";
  position: absolute;
  left: calc(var(--timeline-gutter) - 0.55rem);
  top: 0.95rem;
  width: 0.55rem;
  height: 0.55rem;
  border: 1.5px solid var(--lb-timeline-mark);
  border-radius: 50%;
  background: var(--lb-timeline-bg);
  box-shadow: 0 0 0 3px var(--lb-timeline-bg);
  z-index: 1;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.timeline-item:not(:last-child) .timeline-item__inner {
  background-image: linear-gradient(var(--lb-timeline-mark), var(--lb-timeline-mark));
  background-size: 1px calc(100% - 1.2rem);
  background-repeat: no-repeat;
  background-position: calc(var(--timeline-gutter) - 0.3rem) 1.5rem;
}

.timeline-item:first-child .timeline-item__inner::after {
  background: var(--lb-timeline-mark);
}

.timeline-item__time {
  grid-column: 2;
  display: block;
  margin: 0 0 0.2rem;
  font-family: var(--font-ui, inherit);
  font-size: 0.7rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--lb-timeline-mute);
}
.timeline-item__time.live-color {
  color: var(--lb-timeline-mark);
}

.timeline-item__body {
  grid-column: 2;
  font-family: var(--font-article, inherit);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--lb-timeline-ink);
}
.timeline-item__body p {
  margin: 0 0 0.35rem;
  color: inherit;
}
.timeline-item__body p:last-child {
  margin-bottom: 0;
}

.timeline-item:has(.timeline-item__jump):hover .timeline-item__inner,
.timeline-item:has(.timeline-item__jump):focus-within .timeline-item__inner {
  background-color: color-mix(in srgb, var(--lb-timeline-mark) 7%, transparent);
}
.timeline-item:has(.timeline-item__jump):hover .timeline-item__inner::after,
.timeline-item:has(.timeline-item__jump):focus-within .timeline-item__inner::after {
  background: var(--lb-timeline-mark);
  transform: scale(1.15);
}

.timeline-item:has(.timeline-item__jump) .timeline-item__body {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.18em;
  transition: text-decoration-color 0.18s ease;
}

.timeline-item:has(.timeline-item__jump):hover .timeline-item__body,
.timeline-item:has(.timeline-item__jump):focus-within .timeline-item__body {
  text-decoration-color: currentColor;
}

@keyframes timeline-rise {
  from {
    opacity: 0;
    transform: translateY(0.4rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .timeline__mast {
    padding: 0.8rem 0.9rem 0.7rem 1rem;
  }
  .timeline__title {
    font-size: 0.98rem;
  }
  .timeline-wrapper {
    max-height: min(50vh, 18rem);
    padding: 0.2rem 0.35rem 0.75rem 0.15rem;
  }
  .sessions {
    --timeline-gutter: 2.15rem;
    padding: 0.15rem 0.15rem 0;
  }
  .timeline-item__inner {
    padding: 0.65rem 0.45rem 0.7rem 0.25rem;
  }
  .timeline-item__body {
    font-size: 0.9rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .timeline-item {
    animation: none;
  }
}
html[data-bs-theme=dark] #liveblog-timeline .timeline,
html[data-bs-theme=dark] .timeline {
  --lb-timeline-bg: #161513;
  --lb-timeline-ink: #f3efe8;
  --lb-timeline-mute: #a79d93;
  --lb-timeline-rule: rgba(243, 239, 232, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 40%), repeating-linear-gradient(-12deg, transparent, rgba(243, 239, 232, 0.04) 1px, transparent 2px, transparent 7px), var(--lb-timeline-bg);
  box-shadow: none;
}

.emoji-hover {
  position: relative;
  background-color: #fff;
  color: #fff;
  text-align: center;
  display: none;
}

@media (max-width: 768px) {
  .emoji-hover {
    display: flex;
  }
}
.emoji-action {
  padding: 0;
  display: flex;
  align-items: center;
  border-radius: 25px;
  margin: 0 8px;
  position: relative;
  cursor: pointer;
}
.emoji-action i {
  padding: 6px;
  border: 1px solid grey;
  border-radius: 50%;
  display: flex;
}
.emoji-action i > svg {
  fill: #000;
  position: relative;
  width: 16px;
}

.emoji-bar {
  display: flex;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 10px 10px 5px 10px;
  white-space: nowrap;
  z-index: 10;
}

@media (max-width: 768px) {
  .emoji-bar {
    left: -100%;
  }
}
.emoji {
  font-size: 1.5em;
  margin: 0 8px;
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.emoji:hover {
  transform: scale(1.2);
}

.lb-post__emoji:not(:has(.emoji)) {
  display: none;
}

.emoji-results {
  display: flex;
  position: relative;
  z-index: 10;
  border-radius: 10px;
  padding: 10px 0;
}
.emoji-results .emoji {
  color: black;
  font-size: 1em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 4px 6px 0 4px;
  margin: 0 3px;
  border-radius: 10px;
}

:root {
  --lb-border: #d9d9d9;
  --lb-live: #c90110;
}

@media (max-width: 768px) {
  main {
    margin-top: 0;
    padding-top: 0;
  }
  #liveblog-main.iframe {
    margin-top: 0 !important;
  }
}
.lb-card {
  border: 1px solid var(--th-card-border, #e5e5e5);
  border-radius: var(--bs-border-radius);
  overflow: hidden;
  height: 100%;
}
.lb-card .wp-card__title {
  padding: 0 1rem !important;
}
.lb-card .wp-card__author {
  padding: 0 1rem !important;
}
.lb-card .title {
  padding: 12px 14px 14px;
}

.th-color-bg {
  background-color: var(--primary-color) !important;
}

.chevron::before {
  border-style: solid;
  border-width: 4px 4px 0 0;
  content: "";
  display: inline-block;
  height: 12px;
  left: 0;
  position: relative;
  top: 6px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 12px;
}

.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}

.chevron.bottom:before {
  top: 0;
  transform: rotate(135deg);
}

.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}

.live-color {
  color: var(--lb-live);
}

.replay-bg {
  background: #26daba;
}

.live-overlay {
  /*font-family: $font-sans-serif-bold;*/
  font-size: 12px;
  letter-spacing: 1px;
  color: white;
  background: var(--lb-live);
  position: absolute;
  display: block;
  margin: 10px;
  padding: 3px 8px;
  z-index: 1;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 12px;
  white-space: nowrap;
  transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
}

.lb-post .lb-important {
  color: var(--primary-color);
  text-decoration: underline;
  padding: 1rem 0;
  font-weight: bold;
  display: inline-block;
}

.lb-ad {
  /*background-color: #ededed;*/
  /*margin: -20px auto 20px auto;*/
}

.lb-notify {
  padding: 10px 15px;
  position: fixed;
  min-width: 40px;
  min-height: 40px;
  background-color: var(--primary-color);
  color: #FFF;
  text-align: center;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: normal;
  z-index: 999;
}
.lb-notify:hover {
  color: #FFF;
}
.lb-notify__message {
  color: #fff;
}
.lb-notify i {
  color: var(--primary-color);
}
@media only screen and (min-width: 768px) {
  .lb-notify {
    top: 15%;
    left: 38%;
    right: auto;
    border-radius: 3px;
  }
}
@media only screen and (max-width: 768px) {
  .lb-notify {
    bottom: 50px;
    left: 0;
    width: 100%;
    border-radius: 0;
  }
}

.lb-circle {
  position: relative;
  height: 21px;
  width: 22px;
  display: inline-block;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
}

.star-box {
  border-radius: 3px;
  background-color: var(--primary-color);
  width: 20px;
  height: 20px;
  display: block;
  top: 8px;
  position: absolute;
  right: 25px;
}
.star-box .star {
  top: 0;
  left: 2px;
  display: inline-block;
}

.star-icon {
  width: 1em;
  height: auto;
  display: block;
  top: 1.1rem;
  position: absolute;
  right: 10px;
  fill: var(--primary-color);
}

.lb-color-live {
  background-color: white;
}

.lb-hero a {
  color: black;
}

.dot {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 6px;
  display: inline-block;
  position: relative;
}

@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-flicker {
  -webkit-animation: flickerAnimation 1s infinite;
  -moz-animation: flickerAnimation 1s infinite;
  -o-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  height: 1.5em;
  /*opacity: .8;*/
}
.hr-text:before {
  content: "";
  /*background-color: black;*/
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  /*background: linear-gradient(to right, transparent, #818078, transparent);*/
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: black;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
  .hr-text:after {
    background-color: #f3f3f2;
  }
}

.fade-in-color {
  opacity: 1;
  animation: fadeBackground 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}

.fade-in {
  opacity: 1;
  animation-name: fadeBackground;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 2s;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeBackground {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  from {
    background-color: rgba(0, 0, 0, 0.4);
  }
  to {
    background-color: #ffffff;
  }
}
.fr-video {
  position: relative;
  display: block;
  height: 0;
  /*padding: 0;*/
  overflow: hidden;
  padding-bottom: 56.25%;
}
.fr-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.iframe-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1000;
}

.squiggly {
  position: relative;
  height: 20px;
  width: 100%;
  margin-bottom: 1rem;
}

.squiggly::after,
.squiggly::before {
  height: inherit;
  width: inherit;
  background-size: 25px 100%; /* Change this to adjust the size of the squiggly line. */
  content: "";
  position: absolute;
}

.squiggly::before {
  top: -2px;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.4) 35%, transparent 0), linear-gradient(-45deg, rgba(0, 0, 0, 0.4) 35%, transparent 0);
}

.squiggly::after {
  top: 0px;
  background-image: linear-gradient(45deg, white 35%, transparent 0), linear-gradient(-45deg, white 35%, transparent 0);
}

.col {
  margin-bottom: 1rem !important;
}

/*# sourceMappingURL=liveblog.css.map */
