/* ------------------------------------------------------------------------- *
 *  Author + Reading Time Line
/* ------------------------------------------------------------------------- */
.cn_post_author_reading_line {
  align-items: center;
  color: var(--neutral-700);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  line-height: 20px;
  margin-top: 10px;
  padding: 0;
}

.cn_post_author_reading_line_text {
  color: var(--neutral-700);
}

.cn_post_author_reading_line_authors {
  color: var(--neutral-700);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.cn_post_author_reading_line_author {
  font-family: "Montserrat", sans-serif;
  color: var(--neutral-700);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.cn_post_author_reading_line_author:hover {
  color: var(--primary-600);
  text-decoration: none;
}

.cn_post_author_popup_wrap {
  display: inline-block;
  position: relative;
}

.cn_post_author_popup_wrap > a.cn_post_author_popup_trigger {
  color: inherit;
  text-decoration: none;
}

.cn_post_author_popup_wrap > a.cn_post_author_popup_trigger:hover {
  color: var(--primary-600);
  text-decoration: none;
}

.cn_author_hover_popup {
  background: var(--neutral-50);
  border: 1px solid var(--neutral-300);
  border-radius: 8px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  left: -12px;
  width: 380px;
  max-width: 380px;
  min-width: 380px;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: absolute;
  bottom: calc(100% + 14px);
  top: auto;
  transform: translateY(-8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  visibility: hidden;
  z-index: 40;
}

.cn_post_author_popup_wrap.cn_popup_open .cn_author_hover_popup {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

@media only screen and (min-width: 992px) {
  .cn_post_author_popup_wrap:hover .cn_author_hover_popup,
  .cn_post_author_popup_wrap:focus-within .cn_author_hover_popup,
  .cn_post_author_popup_wrap.cn_popup_open .cn_author_hover_popup {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }
}

.cn_post_author_popup_wrap.cn_popup_force_hidden .cn_author_hover_popup {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  visibility: hidden;
}

.cn_author_hover_popup_close {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--neutral-700);
  cursor: pointer;
  display: inline-flex;
  font-size: 20px;
  height: 20px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
}

.cn_author_hover_popup .sidebar_author_box {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  gap: 20px;
  max-width: 100%;
  padding: 0;
}

.cn_author_hover_popup .sidebar_author_box .author_header {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding-right: 28px;
  width: 100%;
}

.cn_author_hover_popup .sidebar_author_box .author_avatar {
  border-radius: 10px;
  height: 80px;
  min-width: 80px;
  overflow: hidden;
  width: 80px;
}

.cn_author_hover_popup .sidebar_author_box .author_avatar a,
.cn_author_hover_popup .sidebar_author_box .author_avatar img,
.cn_author_hover_popup .sidebar_author_box .author_avatar picture {
  border-radius: 10px;
  display: block;
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

.cn_author_hover_popup .sidebar_author_box .author_info {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
}

.cn_author_hover_popup .sidebar_author_box .author_name strong {
  color: var(--neutral-900, #0f172a);
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  line-height: 24px;
  vertical-align: middle;
}

.cn_author_hover_popup .sidebar_author_box .author_position span {
  color: var(--neutral-900, #0f172a);
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}

.cn_author_hover_popup .sidebar_author_box .author_description span {
  color: var(--neutral-900, #0f172a);
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.cn_author_hover_popup .sidebar_author_box .author_footer {
  align-items: flex-end;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}

.cn_author_popup_backdrop {
  background: rgba(15, 23, 42, 0.45);
  inset: 0;
  position: fixed;
  z-index: 2147483000;
}

body.cn_author_popup_mobile_open {
  overflow: hidden;
}

.cn_author_hover_popup .sidebar_author_box .author_social_networks {
  align-items: center;
  display: flex;
  gap: 10px;
}

.cn_author_hover_popup .sidebar_author_box a,
.cn_author_hover_popup .sidebar_author_box a:visited,
.cn_author_hover_popup .sidebar_author_box a:focus,
.cn_author_hover_popup .sidebar_author_box a:active {
  border-bottom: none !important;
  text-decoration: none;
}

.cn_author_hover_popup .sidebar_author_box .author_social_networks a {
  align-items: center;
  background-color: rgba(99, 102, 241, 0.05);
  border-radius: 8px;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.cn_author_hover_popup .sidebar_author_box .author_social_networks a:hover {
  background-color: rgba(24, 104, 242, 0.12);
}

.cn_author_hover_popup .sidebar_author_box .author_social_networks a:hover svg path {
  fill: var(--primary-600, #1868f2) !important;
}

.cn_author_hover_popup .sidebar_author_box .author_read_more a,
.cn_author_hover_popup .sidebar_author_box .author_read_more a:visited,
.cn_author_hover_popup .sidebar_author_box .author_read_more a:hover,
.cn_author_hover_popup .sidebar_author_box .author_read_more a:focus,
.cn_author_hover_popup .sidebar_author_box .author_read_more a:active {
  border-bottom: none !important;
  color: var(--neutral-900, #0f172a);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-color: var(--primary-600, #1868f2) !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 2px;
}

.cn_post_author_reading_line .cn_post_author_reading_line_text:first-child,
.cn_post_author_reading_line .cn_post_author_reading_line_authors,
.cn_post_author_reading_line .cn_post_author_reading_line_author {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.cn_post_author_reading_line .cn_post_author_reading_line_author {
  font-weight: 700;
}

.cn_post_author_reading_line .cn_post_author_reading_line_text:last-child {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.cn_post_author_reading_line_sep {
  border-top: 1px solid var(--neutral-700);
  display: inline-block;
  height: 0;
  width: 13px;
}

.cn_post_author_reading_line a,
.cn_post_author_reading_line a:visited,
.cn_post_author_reading_line a:focus,
.cn_post_author_reading_line a:active {
  color: var(--neutral-700);
}

body.jnews-dark-mode .cn_post_author_reading_line {
  color: var(--neutral-50);
}

body.jnews-dark-mode .cn_post_author_reading_line_text {
  color: var(--neutral-50);
}

body.jnews-dark-mode .cn_post_author_reading_line_authors {
  color: var(--neutral-50);
}

body.jnews-dark-mode .cn_post_author_reading_line_author,
body.jnews-dark-mode .cn_post_author_reading_line_author:hover {
  color: var(--neutral-50);
}

body.jnews-dark-mode .cn_post_author_reading_line .cn_post_author_reading_line_author:hover {
  color: var(--primary-300);
  text-decoration: none;
}

body.jnews-dark-mode .cn_author_hover_popup {
  background: var(--neutral-900);
  border-color: var(--neutral-600);
}

body.jnews-dark-mode .cn_author_hover_popup_close {
  color: var(--neutral-50);
}

body.jnews-dark-mode .cn_author_hover_popup .sidebar_author_box .author_name strong,
body.jnews-dark-mode .cn_author_hover_popup .sidebar_author_box .author_description span,
body.jnews-dark-mode .cn_author_hover_popup .sidebar_author_box .author_read_more a {
  color: var(--neutral-50);
}

body.jnews-dark-mode .cn_author_hover_popup .sidebar_author_box .author_read_more a,
body.jnews-dark-mode .cn_author_hover_popup .sidebar_author_box .author_read_more a:visited,
body.jnews-dark-mode .cn_author_hover_popup .sidebar_author_box .author_read_more a:hover,
body.jnews-dark-mode .cn_author_hover_popup .sidebar_author_box .author_read_more a:focus,
body.jnews-dark-mode .cn_author_hover_popup .sidebar_author_box .author_read_more a:active {
  text-decoration-color: var(--primary-300) !important;
  text-decoration-thickness: 1.5px !important;
}

body.jnews-dark-mode .cn_author_hover_popup .sidebar_author_box .author_position span {
  color: var(--neutral-300);
}

body.jnews-dark-mode .cn_author_hover_popup .sidebar_author_box .author_social_networks a:hover svg path {
  fill: var(--primary-300) !important;
}

body.jnews-dark-mode .cn_post_author_reading_line_sep {
  border-top-color: var(--neutral-50);
}

body.jnews-dark-mode .cn_post_author_reading_line a,
body.jnews-dark-mode .cn_post_author_reading_line a:visited,
body.jnews-dark-mode .cn_post_author_reading_line a:focus,
body.jnews-dark-mode .cn_post_author_reading_line a:active {
  color: var(--neutral-50);
}

@media only screen and (max-width: 991px) {
  .cn_post_author_reading_line {
    display: none !important;
  }

  .cn_post_author_popup_wrap {
    position: static;
  }

  .cn_author_hover_popup {
    border-radius: 8px 8px 0 0;
    bottom: 0;
    left: 0;
    margin: 0;
    max-width: 100vw;
    min-width: 100vw;
    padding: 24px;
    position: fixed;
    right: 0;
    top: auto;
    transform: translateY(100%);
    width: 100vw;
    z-index: 2147483001;
  }

  .cn_post_author_popup_wrap.cn_popup_open .cn_author_hover_popup {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .cn_post_author_popup_wrap.cn_popup_force_hidden .cn_author_hover_popup {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    visibility: hidden;
  }

  .cn_author_hover_popup_close {
    right: 16px;
    top: 16px;
  }

  .cn_author_hover_popup .sidebar_author_box {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .cn_author_hover_popup .sidebar_author_box .author_header {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: space-between;
    padding-right: 28px;
    width: 100%;
  }

  .cn_author_hover_popup .sidebar_author_box .author_description span {
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
  }

  .cn_author_hover_popup .sidebar_author_box .author_footer {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
    width: 100%;
  }

  body.jnews-dark-mode .cn_author_popup_backdrop {
    background: #47556933;
  }

  .single .entry-header .jeg_post_meta .jeg_meta_author > a,
  .single .entry-header .jeg_post_meta .jeg_meta_author > a:visited,
  .single .entry-header .jeg_post_meta .jeg_meta_author > a:focus,
  .single .entry-header .jeg_post_meta .jeg_meta_author > a:active,
  .single .entry-header .jeg_post_meta .jeg_meta_author > .cn_post_author_popup_wrap > a.cn_post_author_popup_trigger,
  .single .entry-header .jeg_post_meta .jeg_meta_author > .cn_post_author_popup_wrap > a.cn_post_author_popup_trigger:visited,
  .single .entry-header .jeg_post_meta .jeg_meta_author > .cn_post_author_popup_wrap > a.cn_post_author_popup_trigger:focus,
  .single .entry-header .jeg_post_meta .jeg_meta_author > .cn_post_author_popup_wrap > a.cn_post_author_popup_trigger:active {
    border-bottom: none;
    color: var(--neutral-700);
    text-decoration: none;
  }

  .single .entry-header .jeg_post_meta .jeg_meta_author > a:hover,
  .single .entry-header .jeg_post_meta .jeg_meta_author > a:focus,
  .single .entry-header .jeg_post_meta .jeg_meta_author > a:active,
  .single .entry-header .jeg_post_meta .jeg_meta_author > .cn_post_author_popup_wrap > a.cn_post_author_popup_trigger:hover,
  .single .entry-header .jeg_post_meta .jeg_meta_author > .cn_post_author_popup_wrap > a.cn_post_author_popup_trigger:focus,
  .single .entry-header .jeg_post_meta .jeg_meta_author > .cn_post_author_popup_wrap > a.cn_post_author_popup_trigger:active {
    border-bottom: none !important;
    color: var(--primary-600) !important;
    text-decoration: none !important;
  }

  body.jnews-dark-mode .single .entry-header .jeg_post_meta .jeg_meta_author > a,
  body.jnews-dark-mode .single .entry-header .jeg_post_meta .jeg_meta_author > a:visited,
  body.jnews-dark-mode .single .entry-header .jeg_post_meta .jeg_meta_author > a:focus,
  body.jnews-dark-mode .single .entry-header .jeg_post_meta .jeg_meta_author > a:active,
  body.jnews-dark-mode .single .entry-header .jeg_post_meta .jeg_meta_author > .cn_post_author_popup_wrap > a.cn_post_author_popup_trigger,
  body.jnews-dark-mode .single .entry-header .jeg_post_meta .jeg_meta_author > .cn_post_author_popup_wrap > a.cn_post_author_popup_trigger:visited,
  body.jnews-dark-mode .single .entry-header .jeg_post_meta .jeg_meta_author > .cn_post_author_popup_wrap > a.cn_post_author_popup_trigger:focus,
  body.jnews-dark-mode .single .entry-header .jeg_post_meta .jeg_meta_author > .cn_post_author_popup_wrap > a.cn_post_author_popup_trigger:active {
    border-bottom: none;
    color: var(--neutral-50);
    text-decoration: none;
  }

  body.jnews-dark-mode .single .entry-header .jeg_post_meta .jeg_meta_author > a:hover,
  body.jnews-dark-mode .single .entry-header .jeg_post_meta .jeg_meta_author > a:focus,
  body.jnews-dark-mode .single .entry-header .jeg_post_meta .jeg_meta_author > a:active,
  body.jnews-dark-mode .single .entry-header .jeg_post_meta .jeg_meta_author > .cn_post_author_popup_wrap > a.cn_post_author_popup_trigger:hover,
  body.jnews-dark-mode .single .entry-header .jeg_post_meta .jeg_meta_author > .cn_post_author_popup_wrap > a.cn_post_author_popup_trigger:focus,
  body.jnews-dark-mode .single .entry-header .jeg_post_meta .jeg_meta_author > .cn_post_author_popup_wrap > a.cn_post_author_popup_trigger:active {
    border-bottom: none !important;
    color: var(--primary-300) !important;
    text-decoration: none !important;
  }
}
