.comment-panel .comment-count {
  margin-bottom: 20px;
  font-weight: 600;
}
.comment-panel .comment-count img {
  margin-right: 5px;
}
.comment-panel .comment-content {
  margin-bottom: 20px;
}
.comment-panel .main-comment-input-container .comment-content {
  margin-bottom: 10px;
}
.comment-panel .input-container {
  position: relative;
  text-align: right;
}
.comment-panel .input-container textarea {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: none;
  resize: none;
  outline: none;
  padding: 10px;
  font-size: 12px;
}
.comment-panel .input-container .comment-submit.disabled-loading,
.comment-panel .input-container .inline-comment-submit.disabled-loading {
  background: rgba(50, 31, 31, 0.4784313725);
  border: rgba(50, 31, 31, 0.4784313725);
}
.comment-panel .input-container .comment-submit,
.comment-panel .input-container .comment-cancel,
.comment-panel .input-container .inline-comment-submit {
  font-family: Archivo;
  font-weight: 500;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 14px;
  cursor: pointer;
}
.comment-panel .input-container .comment-cancel {
  display: none;
  color: #321f1fa3;
  vertical-align: text-bottom;
  padding: 0;
  margin: 0;
  position: relative;
}
.comment-panel .input-container .comment-cancel .comment-cancel-confirmation-tooltip {
  visibility: hidden;
  opacity: 0;
  text-align: left;
  min-width: 250px;
  position: absolute;
  background: #321f1f;
  padding: 15px;
  border-radius: 4px;
  left: -200%;
  top: 200%;
  z-index: 100;
  cursor: default;
  text-transform: none;
}
.comment-panel .input-container .comment-cancel .comment-cancel-confirmation-tooltip.show {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.comment-panel .input-container .comment-cancel .comment-cancel-confirmation-tooltip:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 40%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #321f1f transparent;
}
.comment-panel .input-container .comment-cancel .comment-cancel-confirmation-tooltip p {
  color: #ffffff7a;
  margin-bottom: 5px;
}
.comment-panel .input-container .comment-cancel .comment-cancel-confirmation-tooltip span {
  cursor: pointer;
  color: #fff;
  font-family: Archivo;
  font-weight: 500;
}
.comment-panel .reply-input-container .input-container .comment-cancel .comment-cancel-confirmation-tooltip,
.comment-panel .inline-reply-input-container .input-container .comment-cancel .comment-cancel-confirmation-tooltip {
  left: -250%;
}
.comment-panel .reply-input-container .input-container .comment-cancel .comment-cancel-confirmation-tooltip:after,
.comment-panel .inline-reply-input-container .input-container .comment-cancel .comment-cancel-confirmation-tooltip:after {
  left: 50%;
}
.comment-panel .comment-form,
.comment-panel .inline-comment-form {
  border-radius: 2px;
  margin: 10px 0 0;
  border: 1px solid rgba(50, 31, 31, 0.3215686275);
  transition: all 0.3s ease-out;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.comment-panel .comment-form > div:last-child,
.comment-panel .inline-comment-form > div:last-child {
  display: flex;
  align-items: center;
  margin: 0 10px 10px;
  gap: 15px;
}
.comment-panel .comment-form .form-input-container,
.comment-panel .inline-comment-form .form-input-container {
  width: 100%;
}
.comment-panel .comment-form.focused,
.comment-panel .inline-comment-form.focused {
  border: 1px solid #ff3333;
  min-height: 200px;
  transition: all 0.3s ease-out;
}
.comment-panel .comment-form.focused .comment-cancel,
.comment-panel .inline-comment-form.focused .comment-cancel {
  display: inline-block;
}
.comment-panel .comment-paywall-container {
  position: relative;
  pointer-events: none;
}
.comment-panel .comment-paywall-container .comment-form,
.comment-panel .comment-paywall-container .inline-comment-form {
  min-height: 150px;
}
.comment-panel .comment-paywall-container .comment-paywall {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(50, 31, 31, 0.0784313725);
  border: 1px solid rgba(50, 31, 31, 0.3215686275);
  border-radius: 2px;
  text-align: center;
  padding: 20px;
  -webkit-backdrop-filter: blur(2px) grayscale(10);
  backdrop-filter: blur(2px) grayscale(10);
  pointer-events: fill;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.comment-panel .comment-paywall-container .comment-paywall * {
  margin-bottom: 5px;
}
.comment-panel .comment-paywall-container .comment-paywall a {
  font-family: Archivo;
  font-weight: 700;
  text-transform: uppercase;
  color: #f33;
}
.reply-input-container,
.inline-reply-input-container {
  display: none;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .comment-panel .comment-count {
    margin-bottom: 30px;
  }
  .comment-panel .input-container {
    position: relative;
    text-align: right;
  }
  .comment-panel .input-container textarea {
    font-size: 12px;
  }
  .comment-panel .input-container .comment-submit,
  .comment-panel .input-container .comment-cancel,
  .comment-panel .input-container .inline-comment-submit {
    font-size: 10px;
    line-height: 14px;
  }
}
.comment-panel-container .comment-item-container .comment-item {
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0;
  word-wrap: break-word;
}
.comment-panel-container .comment-item-container.added-comment p.comment-item {
  white-space: pre-wrap;
}
.comment-panel-container .comment-item-container .comment-reply-btn,
.comment-panel-container .comment-item-container .comment-reply-link,
.comment-panel-container .comment-item-container .inline-comment-reply-link {
  color: #f33;
  font-family: Archivo;
  font-weight: 600;
}
.comment-panel-container .comment-item-container .replied-comment {
  margin-top: 10px;
  padding-left: 15px;
  border-left: 2px solid rgba(50, 31, 31, 0.1607843137);
}
.comment-panel-container .comment-item-container .comments-empty {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #321f1f7a;
  margin: 15px 0;
}
@media (min-width: 1024px) {
  .comment-panel-container .comment-item-container .comment-item {
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0;
    word-wrap: break-word;
  }
  .comment-panel-container .comment-item-container .comment-reply-btn {
    color: #f33;
    font-family: Archivo;
    font-weight: 500;
  }
  .comment-panel-container .comment-item-container .replied-comment {
    margin-top: 15px;
    padding-left: 20px;
    border-left: 2px solid rgba(50, 31, 31, 0.1607843137);
  }
  .comment-panel-container .comment-item-container .comments-empty {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #321f1f7a;
    margin: 20px 0;
  }
}
.comment-panel-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 380px;
  transform: translate(100%) translateY(0);
  transition: transform 0.3s ease-out;
  z-index: 9999;
  opacity: 1;
}
.comment-panel-container.show {
  visibility: visible;
  opacity: 1;
  transform: translate(0);
}
.comment-panel-container .divider-double-line-grey {
  margin: 20px 0;
}
.comment-panel-container .comment-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  overflow: auto;
  padding: 15px 15px 0;
}
.comment-panel-container .comment-panel .comment-close {
  position: relative;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.comment-panel-container .comment-panel .comment-close > span {
  position: fixed;
  height: 30px;
  width: 30px;
  top: 20px;
  right: 15px;
  padding: 7px 10px;
  border-radius: 50%;
  background-color: #eee7e7;
  vertical-align: middle;
  z-index: 50;
}
.comment-panel-container .comment-panel .toast-comment-posted {
  display: none;
  position: fixed;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  background: #321f1f;
  color: #fff;
  border-radius: 4px;
  padding: 8px 10px;
  margin: 10px;
  line-height: 20px;
  z-index: 100;
}
.comment-panel-container .comment-panel textarea {
  color: #321f1f;
}
.comment-panel-container .comment-panel * {
  font-family: Archivo;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
}
.comment-panel-container .comment-panel .btn.btn-primary {
  color: #fff;
}
.comment-panel-container .comment-panel .comment-terms {
  font-size: 9px;
  line-height: 14px;
  font-weight: 500;
  color: #321f1f7a;
  text-transform: uppercase;
  margin-top: 5px;
}
.comment-panel-container .comment-panel .comment-terms a {
  font-size: 9px;
  line-height: 14px;
  color: #321f1f7a;
  text-decoration: underline;
}
.user-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
}
.user-container .user-icon-container {
  position: relative;
  display: flex;
}
.user-container .user-icon-container .user-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  background-color: #9a8989;
  display: inline-block;
  color: #fff;
  font-family: Archivo;
  font-weight: 500;
  font-size: 16px;
  border-radius: 2px;
}
.user-container .user-icon-container .user-icon.text-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-container .user-icon-container .user-icon > img {
  border-radius: 2px;
}
.user-container .user-icon-container .add-user-icon {
  position: absolute;
  width: 15px;
  height: 15px;
  top: -5px;
  right: -5px;
  cursor: pointer;
}
.user-container .user-full-name {
  position: relative;
}
.user-container .user-full-name > button {
  position: absolute;
  display: none;
  cursor: pointer;
  top: -3px;
}
.user-container .user-full-name > button > img {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.user-container .user-icon-file-input {
  display: none;
}
.user-container .user-icon-file-input-label {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 50;
}
.user-container .user-details .user-full-name > button {
  display: inline;
}
.user-container .user-details .user-full-name > button.editing {
  display: none;
}
.user-container .user-details h4 {
  font-family: Archivo;
  font-weight: 600;
  margin-bottom: 2px;
  line-height: 16px;
}
.user-container .user-details p,
.user-container .user-details span {
  text-transform: uppercase;
  font-size: 8px;
  line-height: 12px;
  color: #321f1fb8;
  font-weight: 600;
}
.user-container .user-details p.user-info,
.user-container .user-details span.user-info {
  font-family: Archivo;
  font-weight: 600;
  color: #321f1fa3;
}
.user-container .user-details p.add-user-info,
.user-container .user-details span.add-user-info {
  font-family: Archivo;
  font-weight: 600;
  color: #f33;
  cursor: pointer;
}
.user-container .user-details span {
  color: #321f1f7a;
}
.user-container .user-details .comment-user-tag {
  font-family: Archivo;
  font-weight: 600;
  background: rgba(50, 31, 31, 0.4784313725);
  color: #fff;
  padding: 2px 4px;
  font-size: 8px;
  line-height: 12px;
  vertical-align: middle;
  border-radius: 2px;
  margin-left: 5px;
}
.edit-user-info-form {
  display: none;
  width: 100%;
  margin: 15px 0;
}
.edit-user-info-form > div {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 5px;
}
.edit-user-info-form > div:first-of-type {
  min-height: 60px;
  justify-content: space-between;
}
.edit-user-info-form > div:first-of-type > div {
  flex: 1;
}
.edit-user-info-form > div .edit-profile-submit,
.edit-user-info-form > div .cancel {
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
.edit-user-info-form > div .edit-profile-submit {
  padding: 5px 10px;
  font-family: Archivo;
  font-weight: 600;
}
.edit-user-info-form > div:last-child {
  align-items: center;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .comment-panel-container {
    width: 100%;
    transform: translate(0) translateY(130%);
  }
  .comment-panel-container .comment-panel {
    padding: 15px 15px 0;
  }
}
@media (min-width: 1024px) {
  .comment-panel-container .divider-double-line-grey {
    margin: 30px 0;
  }
  .comment-panel-container .comment-panel {
    padding: 30px 30px 0;
  }
  .comment-panel-container .comment-panel .comment-close > span {
    padding: 6px 10px;
  }
  .comment-panel-container .comment-panel * {
    font-family: Archivo;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .user-container .user-icon-file-input {
    display: none;
  }
  .user-container .user-icon-file-input-label {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 50;
  }
  .user-container .user-details h4 {
    line-height: 14px;
  }
  .user-container .user-details p,
  .user-container .user-details span {
    font-size: 10px;
    line-height: 14px;
  }
  .user-container .user-details .comment-user-tag {
    padding: 2px 4px;
    font-size: 8px;
    line-height: 12px;
  }
  .user-container .user-details .user-full-name > button {
    display: none;
  }
  .user-container .user-details:hover .user-full-name > button {
    display: inline;
  }
  .user-container .user-details:hover .user-full-name > button.editing {
    display: none;
  }
}
.inline-comment-panel-container .all-inline-comments-wrapper,
.comment-panel-container .all-inline-comments-wrapper {
  padding-bottom: 30px;
  margin-top: -10px;
}
.inline-comment-panel-container .comment-panel-back-btn,
.comment-panel-container .comment-panel-back-btn {
  font-weight: 600;
  color: #f33;
  display: inline-flex;
  align-items: center;
}
.inline-comment-panel-container .first-parent-comment,
.comment-panel-container .first-parent-comment {
  border-left: 4px solid #eee7e7;
  margin-top: -10px;
  padding-top: 9px;
}
.inline-comment-panel-container .highlighted-text-preview,
.comment-panel-container .highlighted-text-preview {
  margin: 20px 0;
  background: #f7f2f2;
  padding: 15px;
  font-family: Ivar;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.14px;
  color: #321f1fb8;
}
.inline-comment-panel-container .highlighted-text-preview *,
.comment-panel-container .highlighted-text-preview * {
  font-family: Ivar;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.14px;
  color: #321f1fb8;
}
.inline-comment-panel-container .highlighted-text-preview span.user-highlighted-text,
.comment-panel-container .highlighted-text-preview span.user-highlighted-text {
  background: rgba(50, 31, 31, 0.1215686275);
  padding: 0.7px 0;
}
.inline-comment-panel-container .highlighted-text-preview a.max-content,
.comment-panel-container .highlighted-text-preview a.max-content {
  position: relative;
  height: 134px;
  display: block;
}
.inline-comment-panel-container .highlighted-text-preview a.max-content:after,
.comment-panel-container .highlighted-text-preview a.max-content:after {
  position: absolute;
  bottom: 0;
  content: '';
  height: 10px;
  width: 100%;
  display: block;
  background: linear-gradient(180deg, rgba(50, 31, 31, 0) 0%, rgb(247, 242, 242) 100%);
}
.inline-comment-panel-container button.view-all-inline-comments-btn,
.comment-panel-container button.view-all-inline-comments-btn {
  color: #321f1f;
  font-weight: 500;
  margin-bottom: 10px;
}
.inline-comment-panel-container button.view-all-inline-comments-btn svg,
.comment-panel-container button.view-all-inline-comments-btn svg {
  transition: transform 0.3s ease-out;
  transform: rotate(180deg);
  position: relative;
  top: -1px;
}
.inline-comment-panel-container button.view-all-inline-comments-btn.collapsed svg,
.comment-panel-container button.view-all-inline-comments-btn.collapsed svg {
  transform: rotate(0);
}
.inline-comment-panel-container .divider-main-inline-comments,
.comment-panel-container .divider-main-inline-comments {
  margin-bottom: 10px;
}
.inline-comment-panel-container .comment-content .inline-comment-actions-container,
.comment-panel-container .comment-content .inline-comment-actions-container {
  display: flex;
  justify-content: space-between;
}
.inline-comment-panel-container .comment-content .inline-comment-actions-container .inline-comment-share-btn,
.comment-panel-container .comment-content .inline-comment-actions-container .inline-comment-share-btn {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.inline-comment-panel-container .comment-content .inline-comment-actions-container .inline-comment-share-btn.loader-overlay:hover,
.comment-panel-container .comment-content .inline-comment-actions-container .inline-comment-share-btn.loader-overlay:hover {
  background-color: transparent;
}
.inline-comment-panel-container .comment-content .inline-comment-actions-container .inline-comment-share-btn,
.comment-panel-container .comment-content .inline-comment-actions-container .inline-comment-share-btn,
.inline-comment-panel-container .comment-content:hover .inline-comment-actions-container .inline-comment-share-btn,
.comment-panel-container .comment-content:hover .inline-comment-actions-container .inline-comment-share-btn {
  opacity: 1;
}
.inline-comment-panel-container .inline-comment-highlighted-item-info,
.comment-panel-container .inline-comment-highlighted-item-info {
  font-size: 8px;
  font-weight: 600;
  color: #321f1f8f;
  text-transform: uppercase;
  padding: 20px 0 15px 10px;
  border-left: 4px solid #eee7e7;
  margin-bottom: 10px;
}
.dark-overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000080;
  z-index: 0;
}
.main-cms-content-wrapper .inline-comment-count-container {
  cursor: pointer;
  position: relative;
  top: -4px;
  display: inline-block;
}
.main-cms-content-wrapper .inline-comment-count-container svg path {
  transition: all 0.3s ease;
}
.main-cms-content-wrapper .inline-comment-count-container .inline-comment-count {
  transition: color 0.3s ease;
  font-family: Archivo;
  font-size: 9px;
  line-height: 130%;
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .main-cms-content-wrapper .inline-comment-count-container .inline-comment-count {
    top: 55%;
  }

  @-moz-document url-prefix() {
    .main-cms-content-wrapper .inline-comment-count-container .inline-comment-count {
      top: 45%;
    }
  }

  .main-cms-content-wrapper .story-content-infographic .inline-comment-count-container .inline-comment-count,
  .main-cms-content-wrapper .story-content-img .inline-comment-count-container .inline-comment-count {
    top: 52%;
  }
  .inline-comment-panel-container .highlighted-text-preview,
  .comment-panel-container .highlighted-text-preview {
    margin: 30px 0 0;
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.16px;
  }
  .inline-comment-panel-container .highlighted-text-preview *,
  .comment-panel-container .highlighted-text-preview * {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.16px;
  }
  .inline-comment-panel-container .highlighted-text-preview span.user-highlighted-text,
  .comment-panel-container .highlighted-text-preview span.user-highlighted-text {
    padding: 1.6px 0;
  }
  .inline-comment-panel-container .highlighted-text-preview:has(img),
  .comment-panel-container .highlighted-text-preview:has(img) {
    padding: 3px;
  }
  .inline-comment-panel-container .highlighted-text-preview:has(img) img,
  .comment-panel-container .highlighted-text-preview:has(img) img {
    display: block;
    margin: auto;
  }
  .inline-comment-panel-container .comment-content .inline-comment-actions-container .inline-comment-share-btn,
  .comment-panel-container .comment-content .inline-comment-actions-container .inline-comment-share-btn {
    opacity: 0;
  }
  .inline-comment-panel-container .comment-content:hover .inline-comment-actions-container .inline-comment-share-btn,
  .comment-panel-container .comment-content:hover .inline-comment-actions-container .inline-comment-share-btn {
    opacity: 1;
  }
}

@-moz-document url-prefix() {
  @media (min-width: 1024px) {
    .main-cms-content-wrapper .inline-comment-count-container .inline-comment-count {
      top: 45%;
    }
  }
}
.inline-selection-page-header-container {
  background-color: #261414;
  padding: 20px 15px;
  transition: all 0.5s ease-out;
}
.inline-selection-page-header-container + .inline-selection-shared-active {
  background-color: #261414;
}
.inline-selection-page-header-container + .inline-selection-shared-active > div {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transform: scaleX(0.9) translateZ(0);
  background-color: #eee7e7;
  transition: all 0.5s ease-out;
}
.inline-selection-page-header-container .divider-dotted-thin.white {
  background-image: url(https://the-ken.com/public/wp-content/themes/the-ken/assets/assets_3_0/assets/divider-dotted-thin-white.svg);
  flex: 0.2;
}
.inline-selection-page-header-container .divider-dotted-thin.mt-15 {
  margin-top: 15px;
}
.inline-selection-page-header-container .share-type-info {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inline-selection-page-header-container .share-type-info p {
  color: #ffffff7a;
  text-align: center;
  font-family: Archivo;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  flex: 1;
}
.inline-selection-page-header-container .scroll-down-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.inline-selection-page-header-container .scroll-down-info div {
  color: var(--white-48, rgba(255, 255, 255, 0.48));
  text-align: center;
  font-family: Archivo;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.inline-selection-page-header-container .inline-selection-page-header-cta-subscribe {
  color: #ffffff8f;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.5607843137);
}
.inline-selection-page-header-container .inline-selection-page-header-cta-subscribe:active,
.inline-selection-page-header-container .inline-selection-page-header-cta-subscribe:hover,
.inline-selection-page-header-container .inline-selection-page-header-cta-subscribe:focus {
  color: #ffffff8f;
  border: 1px solid rgba(255, 255, 255, 0.5607843137) !important;
}
.inline-selection-page-header-container .inline-selection-shared-content.inline-selection-shared-content-highlight span {
  background-color: #f2dc132e;
  border-bottom: 1px solid rgb(242, 220, 19);
}
.inline-selection-page-header-container .inline-selection-shared-content.inline-selection-shared-content-excerpt {
  color: #ffffff7a;
}
.inline-selection-page-header-container .inline-selection-shared-content.inline-selection-shared-content-excerpt span {
  color: #fff;
}
.inline-selection-page-header-container .inline-selection-shared-content.inline-selection-shared-content-comment {
  color: #fff;
  font-family: Archivo;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.inline-selection-page-header-container .inline-selection-shared-content.inline-selection-shared-content-comment span {
  font-weight: 400;
  color: #ffffff8f;
  font-size: 14px;
  line-height: 18px;
}
.inline-selection-page-header-container .inline-selection-shared-content.inline-selection-shared-content-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
}
.inline-selection-page-header-container .the-ken-logo {
  margin-bottom: 50px;
}
.inline-selection-page-header-container .inline-selection-sharer-info {
  max-width: 750px;
  margin: auto;
  color: #fff;
  font-family: Archivo;
  font-size: 14px;
}
.inline-selection-page-header-container .inline-selection-sharer-info .user-icon-container .user-icon.text-icon {
  background-color: #eee7e7;
  color: #321f1f;
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  font-size: 18px;
  line-height: 24px;
}
.inline-selection-page-header-container .inline-selection-sharer-info .user-icon-container .user-icon.img-iconimg {
  height: 40px;
  width: 40px;
  object-fit: contain;
  border-radius: 2px;
}
.inline-selection-page-header-container .inline-selection-sharer-info .user-icon-container .user-icon.premium-duo-subscriber {
  height: 36px;
  width: 36px;
  border: 2px solid #cb9200;
}
.inline-selection-page-header-container .inline-selection-sharer-info .user-icon-container .user-icon.premium-subscriber {
  height: 36px;
  width: 36px;
  border: 2px solid #8042d1;
}
.inline-selection-page-header-container .inline-selection-sharer-info .inline-selection-sharer-attribution-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 15px 0;
}
.inline-selection-page-header-container .inline-selection-sharer-info .inline-selection-sharer-attribution-container .inline-selection-sharer-attribution {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #ffffff8f;
  text-transform: uppercase;
  flex: 1;
}
.inline-selection-page-header-container .inline-selection-sharer-info .inline-selection-sharer-attribution-container .divider-double-line-grey {
  border: 1.5px solid rgba(255, 255, 255, 0.24);
  flex: 0.3;
}
.inline-selection-page-header-container .inline-selection-sharer-info .inline-selection-sharer-custom-message {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #ffffffb8;
}
.inline-selection-page-header-container .inline-selection-shared-content {
  max-width: 750px;
  margin: 30px auto 0;
  padding-bottom: 75px;
  font-family: Ivar;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.22px;
  color: #fff;
}
@media (min-width: 1024px) {
  .inline-selection-page-header-container {
    padding: 50px 50px 20px;
    transition: all 1s ease-out;
  }
  .inline-selection-page-header-container .divider-dotted-thin.white {
    flex: 1.4;
  }
  .inline-selection-page-header-container .share-type-info {
    margin-top: 30px;
  }
  .inline-selection-page-header-container .share-type-info p {
    flex: 2.2;
  }
  .inline-selection-page-header-container .inline-selection-shared-content {
    font-size: 22px;
    line-height: 28px;
  }
  .inline-selection-page-header-container .inline-selection-shared-content .inline-selection-shared-content.inline-selection-shared-content-comment {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
  }
  .inline-selection-page-header-container .inline-selection-shared-content .inline-selection-shared-content.inline-selection-shared-content-comment span {
    font-size: 18px;
    line-height: 24px;
    margin: 5px 0;
  }
  .inline-selection-page-header-container .inline-selection-shared-content.inline-selection-shared-content-img {
    height: 400px;
    object-fit: contain;
  }
  .inline-selection-page-header-container .user-icon-container .user-icon.text-icon {
    height: 50px;
    width: 50px;
    font-size: 22px;
    line-height: 24px;
  }
  .inline-selection-page-header-container .user-icon-container .user-icon.img-icon img {
    height: 50px;
    width: 50px;
  }
  .inline-selection-page-header-container .user-icon-container .inline-selection-sharer-attribution-container .divider-double-line-grey {
    flex: 0.6;
  }
}
.story-content-section .story-content .main-content p {
  position: static !important;
}
.story-content-section .story-content .main-content ::-moz-selection {
  background: rgba(50, 31, 31, 0.1215686275);
}
.story-content-section .story-content .main-content ::selection {
  background: rgba(50, 31, 31, 0.1215686275);
}
.story-content-section .story-content .main-content mark {
  cursor: pointer;
  padding: 3px 0;
  background-color: #f2dc132e !important;
  position: static !important;
  user-select: none;
  -moz-user-select: none;
}
.story-content-section .story-content .main-content mark .inline-selection-popover {
  display: none;
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  right: 0;
  width: max-content;
}

.story-content-section .story-content .main-content .top-highlight-info-pill{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #EEE7E7;
  width: max-content;
  padding: 8px 12px;
  border-radius: 40px;
  font-family: Archivo;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  color: rgba(50, 31, 31, 0.48);
  margin-top: 15px;
}

.story-content-section .story-content .main-content .top-highlight-info-pill img{
  height: 15px;
  object-fit: contain;
}


.img-caption-container .story-action-items-container .share-popover {
  z-index: 2 !important;
}

@-moz-document url-prefix() {
  .story-content-section .story-content .main-content mark .inline-selection-popover {
    /* display: none;
    position: absolute;
    top: calc(0% - 30px);
    z-index: 10;
    left: 0px; */
  }
}
.story-content-section .story-content .main-content mark.selected {
  background: rgba(50, 31, 31, 0.1215686275);
}
@media (min-width: 1024px) {
  .story-content-section .story-content .main-content mark {
    padding: 2.75px 0;
  }
}
@-moz-document url-prefix() {
  @media (min-width: 1024px) {
    .story-content-section .story-content .main-content mark {
      padding: 5px 0;
    }
  }
}

.story-content-section .story-content .main-content mark.top-highlight {
  background-color: rgba(242, 220, 19, 0.40) !important;
  border-bottom: 1px solid #E7D214;
}
.story-content-section .story-content .main-content mark.top-highlight .inline-selection-popover .highlight-icon-highlight-default + .highlight-icon-highlighted,.story-content-section .story-content .main-content mark.top-highlight .inline-selection-popover .highlight-icon-highlight-default + .highlight-icon-unhighlight{
  display: none;
}

.story-content-section .story-content .main-content mark.top-highlight .inline-selection-popover .highlight-icon-highlight-default{
  display: inline;
}

.story-content-section .story-content .main-content mark.top-highlight.highlighted .inline-selection-popover .highlight-icon-highlight-default,.story-content-section .story-content .main-content mark.top-highlight .inline-selection-popover .highlight-icon-highlight-default + .highlight-icon-unhighlight{
  display: none;
}

.story-content-section .story-content .main-content mark.top-highlight.highlighted .inline-selection-popover .highlight-icon-highlighted{
  display: inline;
}

.story-content-section .story-content .main-content mark.top-highlight .inline-selection-popover .inline-selection-popover-highlight-icon:hover .highlight-icon-unhighlight,.story-content-section .story-content .main-content mark.top-highlight.highlighted .inline-selection-popover .inline-selection-popover-highlight-icon:hover .highlight-icon-highlighted,.story-content-section .story-content .main-content mark.top-highlight.highlighted .inline-selection-popover .inline-selection-popover-highlight-icon:hover .highlight-icon-highlight-default{
  display: none;
}

.story-content-section .story-content .main-content mark.top-highlight .inline-selection-popover .inline-selection-popover-highlight-icon:hover .highlight-icon-highlight-default path{
  fill: #f33;
  fill-opacity: 1;
}

.story-content-section .story-content .main-content mark.top-highlight mark .inline-selection-popover .inline-selection-popover-highlight-icon:hover .highlight-icon-unhighlight,.story-content-section .story-content .main-content mark.top-highlight.highlighted .inline-selection-popover .inline-selection-popover-highlight-icon:hover .highlight-icon-unhighlight{
  display: inline;
}


.story-content-section .story-content .main-content mark.top-highlight .inline-selection-popover-pill .inline-selection-popover-top-highlight-info {
  font-family: Archivo;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 9px;
  flex: 2;
}
.story-content-section .story-content .main-content mark.top-highlight .inline-selection-popover-pill {
  width: 156px;
}
.story-content-section .story-content .expanded-img-container {
  position: relative;
}
.story-content-section .story-content .expanded-img-container .inline-selection-popover {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%);
}
.story-content-section .story-content .story-content-infographic .inline-selection-popover,
.story-content-section .story-content .story-content-img .inline-selection-popover {
  right: 0;
  left: auto;
}
.inline-selection-popover {
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.inline-selection-popover .mobile-inline-selection-popover-text-content {
  display: none;
}
.inline-selection-popover.mobile-inline-selection-popover .inline-selection-popover-pill .inline-selection-popover-top-highlight-info {
  font-size: 10px;
}
.inline-selection-popover .inline-selection-popover-pill {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
  width: 156px;
  height: 46px;
  border-radius: 150px;
  background-color: #fff;
  border: 1px solid rgba(50, 31, 31, 0.1215686275);
  box-shadow: 0 2px 4px #0000000d;
}
.inline-selection-popover .inline-selection-popover-pill.mobile-icon {
  height: 46px;
  width: 46px;
}
.inline-selection-popover .inline-selection-popover-pill > button {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.inline-selection-popover .inline-selection-popover-pill .inline-selection-popover-top-highlight-info {
  font-family: Archivo;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 9px;
}
.inline-selection-popover .inline-selection-popover-pill > button {
  transition: all 0.3s ease;
  cursor: pointer;
  line-height: 20px;
}
.inline-selection-popover .inline-selection-popover-pill > button path,
.inline-selection-popover .inline-selection-popover-pill > button rect,
.inline-selection-popover .inline-selection-popover-pill > button circle,
.inline-selection-popover .inline-selection-popover-pill > button g {
  transition: all 0.3s ease;
}
.inline-selection-popover .inline-selection-popover-pill > button.inline-selection-popover-comment-icon:hover svg g,
.inline-selection-popover .inline-selection-popover-pill > button.inline-selection-popover-share-icon:hover svg g {
  opacity: 1;
}
.inline-selection-popover .inline-selection-popover-pill > button.inline-selection-popover-comment-icon:hover svg path,
.inline-selection-popover .inline-selection-popover-pill > button.inline-selection-popover-comment-icon:hover svg rect,
.inline-selection-popover .inline-selection-popover-pill > button.inline-selection-popover-comment-icon:hover svg circle,
.inline-selection-popover .inline-selection-popover-pill > button.inline-selection-popover-share-icon:hover svg path,
.inline-selection-popover .inline-selection-popover-pill > button.inline-selection-popover-share-icon:hover svg rect,
.inline-selection-popover .inline-selection-popover-pill > button.inline-selection-popover-share-icon:hover svg circle {
  stroke: #f33;
  stroke-opacity: 1;
}
.inline-selection-popover .inline-selection-popover-pill > button.inline-selection-popover-share-icon.loader-overlay:hover {
  background: transparent;
}
.inline-selection-popover .inline-selection-popover-pill > button.inline-selection-popover-share-icon.loader-overlay:after {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.inline-selection-popover .inline-selection-popover-highlight-icon:hover .highlight-icon-default path {
  fill: #f33;
  fill-opacity: 1;
}
.inline-selection-popover .divider-thin-line {
  height: 20px;
  width: 1px;
  margin: 0;
  display: block;
}
.user-highlighted-text .highlight-icon-highlighted,
.user-highlighted-text .highlight-icon-unhighlight,
.story-content-infographic .highlight-icon-highlighted,
.story-content-infographic .highlight-icon-unhighlight,
.story-content-img .highlight-icon-highlighted,
.story-content-img .highlight-icon-unhighlight,
.inline-selection-popover.mobile-inline-selection-popover .highlight-icon-highlighted,
.inline-selection-popover.mobile-inline-selection-popover .highlight-icon-unhighlight,
mark .highlight-icon-highlighted,
mark .highlight-icon-unhighlight,
.story-content-expanded-modal .highlight-icon-highlighted,
.story-content-expanded-modal .highlight-icon-unhighlight {
  display: none;
}
.user-highlighted-text.highlighted .highlight-icon-default,
.user-highlighted-text.highlighted .highlight-icon-unhighlight,
.story-content-infographic.highlighted .highlight-icon-default,
.story-content-infographic.highlighted .highlight-icon-unhighlight,
.story-content-img.highlighted .highlight-icon-default,
.story-content-img.highlighted .highlight-icon-unhighlight,
.inline-selection-popover.mobile-inline-selection-popover.highlighted .highlight-icon-default,
.inline-selection-popover.mobile-inline-selection-popover.highlighted .highlight-icon-unhighlight,
mark.highlighted .highlight-icon-default,
mark.highlighted .highlight-icon-unhighlight,
.story-content-expanded-modal.highlighted .highlight-icon-default,
.story-content-expanded-modal.highlighted .highlight-icon-unhighlight {
  display: none;
}
.user-highlighted-text.highlighted .highlight-icon-highlighted,
.story-content-infographic.highlighted .highlight-icon-highlighted,
.story-content-img.highlighted .highlight-icon-highlighted,
.inline-selection-popover.mobile-inline-selection-popover.highlighted .highlight-icon-highlighted,
mark.highlighted .highlight-icon-highlighted,
.story-content-expanded-modal.highlighted .highlight-icon-highlighted {
  display: inline;
}
@media (max-width: 575px) {
  .user-highlighted-text.highlighted .inline-selection-popover-highlight-icon .highlight-icon-unhighlight,
  .story-content-infographic.highlighted .inline-selection-popover-highlight-icon .highlight-icon-unhighlight,
  .story-content-img.highlighted .inline-selection-popover-highlight-icon .highlight-icon-unhighlight,
  .inline-selection-popover.mobile-inline-selection-popover.highlighted .inline-selection-popover-highlight-icon .highlight-icon-unhighlight,
  mark.highlighted .inline-selection-popover-highlight-icon .highlight-icon-unhighlight,
  .story-content-expanded-modal.highlighted .inline-selection-popover-highlight-icon .highlight-icon-unhighlight {
    display: none;
  }
  .user-highlighted-text.highlighted .inline-selection-popover-highlight-icon .highlight-icon-highlighted,
  .story-content-infographic.highlighted .inline-selection-popover-highlight-icon .highlight-icon-highlighted,
  .story-content-img.highlighted .inline-selection-popover-highlight-icon .highlight-icon-highlighted,
  .inline-selection-popover.mobile-inline-selection-popover.highlighted .inline-selection-popover-highlight-icon .highlight-icon-highlighted,
  mark.highlighted .inline-selection-popover-highlight-icon .highlight-icon-highlighted,
  .story-content-expanded-modal.highlighted .inline-selection-popover-highlight-icon .highlight-icon-highlighted {
    display: inline;
  }
}
.user-highlighted-text.highlighted .inline-selection-popover-highlight-icon:hover .highlight-icon-unhighlight,
.story-content-infographic.highlighted .inline-selection-popover-highlight-icon:hover .highlight-icon-unhighlight,
.story-content-img.highlighted .inline-selection-popover-highlight-icon:hover .highlight-icon-unhighlight,
.inline-selection-popover.mobile-inline-selection-popover.highlighted .inline-selection-popover-highlight-icon:hover .highlight-icon-unhighlight,
mark.highlighted .inline-selection-popover-highlight-icon:hover .highlight-icon-unhighlight,
.story-content-expanded-modal.highlighted .inline-selection-popover-highlight-icon:hover .highlight-icon-unhighlight {
  display: inline;
}
.user-highlighted-text.highlighted .inline-selection-popover-highlight-icon:hover .highlight-icon-highlighted,
.story-content-infographic.highlighted .inline-selection-popover-highlight-icon:hover .highlight-icon-highlighted,
.story-content-img.highlighted .inline-selection-popover-highlight-icon:hover .highlight-icon-highlighted,
.inline-selection-popover.mobile-inline-selection-popover.highlighted .inline-selection-popover-highlight-icon:hover .highlight-icon-highlighted,
mark.highlighted .inline-selection-popover-highlight-icon:hover .highlight-icon-highlighted,
.story-content-expanded-modal.highlighted .inline-selection-popover-highlight-icon:hover .highlight-icon-highlighted {
  display: none;
}
mark .inline-selection-popover .inline-selection-popover-highlight-icon .highlight-icon-highlighted {
  display: inline;
}
mark .inline-selection-popover .inline-selection-popover-highlight-icon .highlight-icon-unhighlight {
  display: none;
}
mark .inline-selection-popover .inline-selection-popover-highlight-icon:hover .highlight-icon-highlighted {
  display: none;
}
mark .inline-selection-popover .inline-selection-popover-highlight-icon:hover .highlight-icon-unhighlight {
  display: inline;
}
.inline-selection-share-popover {
  background-color: #fff;
  position: fixed;
  width: 360px;
  padding: 20px;
  z-index: 999;
  cursor: default;
  border-radius: 4px;
  top: 5vh;
  transform: translate(2%);
}
.inline-selection-share-popover .loading-text-animation {
  color: #321f1fa3;
  font-family: Archivo;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  background: #fff9f9;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.inline-selection-share-popover.mobile {
  position: fixed;
  top: 5%;
  left: 2.1%;
}
.inline-selection-share-popover * {
  font-family: Archivo;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}
.inline-selection-share-popover .inline-selection-share-popover-title-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.inline-selection-share-popover .inline-selection-share-popover-title-container .close {
  background: rgba(50, 31, 31, 0.0784313725);
  border-radius: 50%;
  padding: 7px;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.inline-selection-share-popover .inline-selection-share-popover-title-container .close > svg {
  transform: scale(1.3);
}
.inline-selection-share-popover .inline-selection-share-popover-content-container {
  text-align: center;
  position: relative;
}
.inline-selection-share-popover .inline-selection-share-popover-content-container.loader-overlay {
  display: block;
}
.inline-selection-share-popover .inline-selection-share-popover-content-container.loader-overlay:hover {
  background-color: transparent;
}
.inline-selection-share-popover .inline-selection-share-popover-content-container .inline-selection-share-popover-content-title {
  padding: 0 0 10px;
  color: #fff;
  font-size: 9px;
  line-height: 12px;
  display: block;
}
.inline-selection-share-popover .inline-selection-share-popover-content-container .inline-selection-share-popover-content-title * {
  font-size: 9px;
  line-height: 12px;
}
.inline-selection-share-popover .inline-selection-share-popover-content-container .inline-selection-share-popover-content {
  padding: 10px 10px 0;
  background: #321f1f;
  border-radius: 3.5px;
}
.inline-selection-share-popover .inline-selection-share-popover-content-container .inline-selection-share-popover-content > div {
  text-align: left;
  background: #f7f2f2;
  border-radius: 7.111px 7.111px 0 0;
  padding: 34px 13.33px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 235px;
}
.inline-selection-share-popover .inline-selection-share-popover-content-container .inline-selection-share-popover-content > div > p {
  padding-bottom: 15px;
  font-family: Ivar;
  font-size: 14px;
  line-height: 20px;
}
.inline-selection-share-popover .inline-selection-share-popover-content-container .inline-selection-share-popover-content > div > p .user-highlighted-text {
  font-family: Ivar;
  font-size: 14px;
  line-height: 20px;
}
.inline-selection-share-popover .inline-selection-share-popover-content-container .inline-selection-share-popover-content > div > .the-ken-logo {
  display: block;
  text-align: right;
}
.inline-selection-share-popover.comment-selection-popover .inline-selection-share-popover-content-container .inline-selection-share-popover-content > div > p {
  font-family: Archivo;
  font-weight: 400;
  padding-bottom: 20px;
  flex: 1;
}
.inline-selection-share-popover.comment-selection-popover .inline-selection-share-popover-content-container .inline-selection-share-popover-content .inline-selection-share-comment-attribution {
  text-align: left;
}
.inline-selection-share-popover.comment-selection-popover .inline-selection-share-popover-content-container .inline-selection-share-popover-content .inline-selection-share-comment-attribution * {
  font-family: Archivo;
}
.inline-selection-share-popover.comment-selection-popover .inline-selection-share-popover-content-container .inline-selection-share-popover-content .inline-selection-share-comment-attribution .inline-selection-share-comment-user-name {
  color: #321f1fb8;
  font-size: 12px;
  line-height: 16px;
  display: block;
  font-weight: 600;
}
.inline-selection-share-popover.comment-selection-popover .inline-selection-share-popover-content-container .inline-selection-share-popover-content .inline-selection-share-comment-attribution .inline-selection-share-comment-user-occupation {
  color: #321f1f8f;
  font-size: 10px;
  line-height: 12px;
  display: block;
  text-transform: uppercase;
}
.inline-selection-share-popover .inline-selection-share-popover-options-container .social-share-icons {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 10px 0;
}
.inline-selection-share-popover .inline-selection-share-popover-options-container .social-share-icons a {
  padding: 5px 13.5px;
  border-radius: 2px;
  border: 1px solid rgba(50, 31, 31, 0.3215686275);
  cursor: pointer;
  pointer-events: all;
}
.inline-selection-share-popover .inline-selection-share-popover-options-container .social-share-icons a.copy {
  position: relative;
}
.inline-selection-share-popover .inline-selection-share-popover-options-container .social-share-icons .toast-link-copied {
  top: 130%;
  left: 105%;
  transform: translate(-50%);
}
.inline-selection-share-popover .inline-selection-share-popover-custom-message-container {
  text-align: left !important;
}
.inline-selection-share-popover .inline-selection-share-popover-custom-message-container button {
  color: #f33;
  font-weight: 500;
  cursor: pointer;
}
.inline-selection-share-popover .inline-selection-share-popover-custom-message-container button:disabled {
  color: #321f1f7a;
}
.inline-selection-share-popover .inline-selection-share-popover-custom-message-container .inline-selection-share-custom-message-input {
  display: block;
  transition: all 0.3s ease-out;
  height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin: 10px 0 0;
}
.inline-selection-share-popover .inline-selection-share-popover-custom-message-container .inline-selection-share-custom-message-input > textarea {
  resize: none;
  border: none;
  border-radius: 2px;
  background-color: #fff;
  color: #321f1f;
  width: 100%;
  height: 0px;
  display: block;
}
.inline-selection-share-popover .inline-selection-share-popover-custom-message-container .inline-selection-share-custom-message-input > textarea:focus {
  border-color: #f33;
  outline: none;
}
.inline-selection-share-popover .inline-selection-share-popover-custom-message-container .add-message-plus-icon {
  transition: transform 0.3s ease-out;
}
.inline-selection-share-popover .inline-selection-share-popover-custom-message-container.show {
  height: auto;
}
.inline-selection-share-popover .inline-selection-share-popover-custom-message-container.show .inline-selection-share-custom-message-input {
  height: 100px;
}
.inline-selection-share-popover .inline-selection-share-popover-custom-message-container.show textarea {
  border: 1px solid rgba(50, 31, 31, 0.3215686275);
  padding: 10px;
  height: 100%;
}
.inline-selection-share-popover .inline-selection-share-popover-custom-message-container.show textarea:focus {
  border-color: #f33;
  outline: none;
}
.inline-selection-share-popover .inline-selection-share-popover-custom-message-container.show .add-message-plus-icon {
  transform: rotate(45deg);
}
.inline-selection-share-popover .close-icon-timer-bg {
  padding: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background-color: #f33;
  background: radial-gradient(closest-side, #ff3333 90%, transparent 96% 100%), conic-gradient(rgba(50, 31, 31, 0.4784313725) 0%, rgba(50, 31, 31, 0.1215686275) 0);
  transition: all 1s ease;
}
.inline-selection-share-popover .close-icon-timer-bg .close {
  position: relative;
  z-index: 10;
  background: #dfdfdf;
}
.inline-selection-share-popover.disabled .inline-selection-share-popover-options-container .social-share-icons a {
  pointer-events: none;
  cursor: not-allowed;
  background: rgba(50, 31, 31, 0.04);
}
.inline-selection-share-popover.disabled .inline-selection-share-popover-options-container .social-share-icons a svg {
  opacity: 0.56;
}
.inline-selection-share-popover.disabled .inline-selection-share-popover-custom-message-container {
  text-align: left;
}
.inline-selection-share-popover.disabled .inline-selection-share-popover-custom-message-container button,
.inline-selection-share-popover.disabled .inline-selection-share-popover-custom-message-container button * {
  color: #321f1f7a;
}
.inline-selection-share-popover-container.comment-selection-popover {
  position: relative;
}
.inline-selection-share-popover-container.comment-selection-popover .inline-selection-share-popover {
  position: fixed;
  bottom: 10%;
  left: 0;
  right: 0;
  top: auto;
}
.inline-selection-share-popover.copied-text-popover {
  display: none;
}
@media (min-width: 1024px) {
  .inline-selection-share-popover {
    transform: translate(-50%);
    left: 50%;
    top: 10vh;
  }
  .inline-selection-share-popover .loading-text-animation {
    font-family: Archivo;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .inline-selection-share-popover .inline-selection-share-popover-content-container .inline-selection-share-popover-content > div .user-highlighted-text {
    font-family: Ivar;
    font-size: 16px;
    line-height: 22px;
  }
  .inline-selection-share-popover.comment-selection-popover {
    position: absolute;
    top: 10%;
    left: -385px;
    transform: translate(0);
  }
  .inline-selection-share-popover.copied-text-popover {
    position: fixed;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
  }
}
.story-content-section .main-content .main-cms-content-wrapper .additional-info {
  color: #984040;
  position: relative;
}
.story-content-section .main-content .main-cms-content-wrapper .additional-info div {
  display: inline;
}
.story-content-section .main-content .main-cms-content-wrapper .additional-info .tooltip__label {
  background-image: url(https://the-ken.com/public/wp-content/themes/the-ken/assets/assets_3_0/assets/icon-additional-info-icon.png);
  background-position: right top;
  background-size: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
}
.story-content-section .main-content .main-cms-content-wrapper .additional-info svg {
  vertical-align: middle;
  position: relative;
  margin-left: -2px;
  top: -7px;
}
.story-content-section .main-content .main-cms-content-wrapper .additional-info svg path {
  fill: #984040;
}
.story-content-section .main-content .main-cms-content-wrapper .additional-info:hover {
  color: #f33;
  cursor: pointer;
}
.story-content-section .main-content .main-cms-content-wrapper .additional-info:hover svg path {
  fill: #f33;
}
.story-content-section .main-content .main-cms-content-wrapper .additional-info .additional-info-tooltip {
  font-family: Archivo;
  font-weight: 500;
  width: 300px;
  font-size: 12px;
  line-height: 16px;
  background-color: #eee7e7;
  color: #321f1fa3;
  box-shadow: 1px 1px 0 1px #0003;
  padding: 20px;
  border-radius: 2px;
  border: 0px solid #000;
  position: absolute;
  z-index: 1;
}
.story-content-section .main-content .main-cms-content-wrapper .additional-info .additional-info-tooltip.show {
  visibility: visible;
  opacity: 1;
}
.story-content-section .main-content .main-cms-content-wrapper .additional-info .additional-info-tooltip .additional-info-tooltip-title {
  font-size: 14px;
  line-height: 20px;
  color: #321f1f;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
}
.story-content-section .main-content .main-cms-content-wrapper .additional-info .additional-info-tooltip:after {
  content: '';
  position: absolute;
  bottom: -8%;
  left: 50%;
  transform: rotate(45deg);
  margin-left: -5px;
  border-width: 0px;
  border-style: solid;
  border-color: transparent #000 #000 transparent;
  box-shadow: 2px 2px 0 0.2px #0003;
  padding: 0.5rem;
  background: #eee7e7;
  z-index: -1;
  opacity: 0;
}
.dark-story-page .story-content-section .main-content .main-cms-content-wrapper .additional-info {
  color: #f59a9a;
}
.dark-story-page .story-content-section .main-content .main-cms-content-wrapper .additional-info svg path {
  fill: #f59a9a;
}
.dark-story-page .story-content-section .main-content .main-cms-content-wrapper .additional-info .additional-info-tooltip {
  background-color: #1a1010;
  color: #fff;
  box-shadow: 1px 1px 0 1px #ffffff39;
  border: 0px solid rgba(255, 255, 255, 0.222);
}
.dark-story-page .story-content-section .main-content .main-cms-content-wrapper .additional-info .additional-info-tooltip .additional-info-tooltip-title {
  color: #f59a9a;
}
.dark-story-page .story-content-section .main-content .main-cms-content-wrapper .additional-info .additional-info-tooltip:after {
  box-shadow: 2px 2px 0 0.2px #ffffff39;
  background: rgb(26, 16, 16);
}
@media (min-width: 1024px) {
  .story-content-section .main-content .main-cms-content-wrapper .additional-info .additional-info-tooltip .additional-info-tooltip-title,
  .story-content-section .main-content .main-cms-content-wrapper .additional-info .additional-info-tooltip .additional-info-tooltip-description {
    font-size: 14px;
    line-height: 20px;
  }
  .story-content-section .main-content .main-cms-content-wrapper .additional-info .additional-info-tooltip:after {
    opacity: 1;
  }
}
@keyframes tooltipFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.story-content-section .main-content .main-cms-content-wrapper .tk-tooltip {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.story-content-section .main-content .main-cms-content-wrapper .tooltip-dropdown {
  display: none;
  position: absolute;
  bottom: 170%;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
  padding-top: 32px;
}
.story-content-section .main-content .main-cms-content-wrapper .tooltip--open .tooltip-dropdown {
  animation: tooltipFadeIn 0.15s;
  display: block;
}
.story-content-section .main-content .main-cms-content-wrapper .external-link {
  font-family: Ivar;
  position: relative;
  cursor: pointer;
  background-image: linear-gradient(0deg, rgba(50, 31, 31, 0.32) 0%, rgba(50, 31, 31, 0.32) 100%);
  background-size: 100% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  display: inline;
}
.story-content-section .main-content .main-cms-content-wrapper .external-link div {
  display: inline !important;
}
.story-content-section .main-content .main-cms-content-wrapper .external-link:hover {
  background-image: linear-gradient(0deg, #ff3333 0%, #ff3333 100%);
  color: #f33;
}
.story-content-section .main-content .main-cms-content-wrapper .external-link .external-link-tooltip {
  font-family: Archivo;
  font-weight: 500;
  width: 300px;
  font-size: 12px;
  line-height: 16px;
  background-color: #eee7e7;
  color: #321f1fa3;
  box-shadow: 1px 1px 0 1px #0003;
  padding: 20px;
  border-radius: 2px;
  border: 0px solid #000;
  z-index: 1;
}
.story-content-section .main-content .main-cms-content-wrapper .external-link .external-link-tooltip.show {
  visibility: visible;
  opacity: 1;
}
.story-content-section .main-content .main-cms-content-wrapper .external-link .external-link-tooltip .external-link-tooltip-title {
  font-size: 14px;
  line-height: 20px;
  font-family: Archivo;
  font-weight: 600;
  text-decoration: underline;
  color: #f33;
  display: inline-block;
  margin-bottom: 5px;
  background-image: url(https://the-ken.com/public/wp-content/themes/the-ken/assets/assets_3_0/assets/icon-arrow-right-up-line.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
}
.story-content-section .main-content .main-cms-content-wrapper .external-link .external-link-tooltip:after {
  content: '';
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: rotate(45deg);
  margin-left: -5px;
  border-width: 0px;
  border-style: solid;
  border-color: transparent #000 #000 transparent;
  box-shadow: 2px 2px 0 0.2px #0003;
  padding: 0.5rem;
  background: #eee7e7;
  z-index: -1;
  opacity: 0;
}
.dark-story-page .story-content-section .main-content .main-cms-content-wrapper .external-link {
  background-image: linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
}
.dark-story-page .story-content-section .main-content .main-cms-content-wrapper .external-link:hover {
  background-image: linear-gradient(0deg, #ff3333 0%, #ff3333 100%);
  color: #f33;
}
.dark-story-page .story-content-section .main-content .main-cms-content-wrapper .external-link .external-link-tooltip {
  background-color: #1a1010;
  color: #ffffffb8;
  box-shadow: 1px 1px 0 1px #0003;
  border: 0px solid rgba(255, 255, 255, 0.222);
  z-index: 1;
}
.dark-story-page .story-content-section .main-content .main-cms-content-wrapper .external-link .external-link-tooltip .external-link-tooltip-title {
  text-decoration: underline;
  color: #f33;
}
.dark-story-page .story-content-section .main-content .main-cms-content-wrapper .external-link .external-link-tooltip:after {
  content: '';
  background: rgb(26, 16, 16);
}
@media (min-width: 1024px) {
  .story-content-section .main-content .main-cms-content-wrapper .external-link .external-link-tooltip .external-link-tooltip-title,
  .story-content-section .main-content .main-cms-content-wrapper .external-link .external-link-tooltip .external-link-tooltip-description {
    font-size: 14px;
    line-height: 20px;
  }
  .story-content-section .main-content .main-cms-content-wrapper .external-link .external-link-tooltip:after {
    opacity: 1;
  }
}
.story-content-section .main-content .main-cms-content-wrapper .story-content-infographic {
  position: relative;
  margin: 40px 0;
}
.story-content-section .main-content .main-cms-content-wrapper .story-content-infographic > img {
  max-width: 100%;
}
.story-content-section .main-content .main-cms-content-wrapper .story-content-infographic.highlighted > img {
  border: 5px solid rgba(242, 220, 19, 0.32);
}
.story-content-section .main-content .main-cms-content-wrapper .story-content-infographic .story-expandable-img {
  cursor: pointer;
}
.story-content-section .main-content .main-cms-content-wrapper .story-content-infographic .story-content-visual-story-cta {
  font-family: Archivo;
  font-weight: 500;
  text-transform: uppercase;
  color: #f33;
  margin-top: 10px;
  display: inline;
}
.story-content-section .main-content .main-cms-content-wrapper .story-content-infographic .story-content-visual-story-cta span {
  text-transform: none !important;
  color: #f33;
  font-weight: 600 !important;
}


@media (min-width:1024px){
  .story-content-infographic .story-content-img-caption-container .animated-underline-container .animated-underline svg{
    top: 0.5px !important;
  }
}
.story-content-section .main-content .main-cms-content-wrapper .story-content-infographic .story-content-img-caption-container {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  position: relative;
}
.story-content-section .main-content .main-cms-content-wrapper .story-content-infographic .story-content-img-caption-container .img-caption-container {
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.story-content-section .main-content .main-cms-content-wrapper .story-content-infographic .story-content-img-caption-container .animated-underline-container {
  position: relative;
}
.story-content-section .main-content .main-cms-content-wrapper .story-content-infographic .story-content-img-caption-container .animated-underline-container span {
  margin-left: 0;
}

.story-content-section .main-content .main-cms-content-wrapper .story-content-infographic .inline-selection-popover {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.story-content-section .main-content .main-cms-content-wrapper .story-content-infographic:hover .inline-selection-popover {
  opacity: 1;
}
@media (min-width: 1100px) {
  .story-content-section .main-content .main-cms-content-wrapper .story-content-infographic {
    margin: 60px 0 60px -120px;
  }
  .story-content-section .main-content .main-cms-content-wrapper .story-content-infographic > img {
    max-width: 880px;
    width: 880px;
  }
  .story-content-section .main-content .main-cms-content-wrapper .story-content-infographic .story-content-img-caption-container {
    width: 880px;
  }
}
.story-content-section .main-content .main-cms-content-wrapper .story-content-img {
  margin: 40px 0;
  text-align: center;
  max-width: 100%;
  position: relative;
}
.story-content-section .main-content .main-cms-content-wrapper .story-content-img.highlighted > .story-expandable-img {
  border: 5px solid rgba(242, 220, 19, 0.32);
}
.story-content-section .main-content .main-cms-content-wrapper .story-content-img .inline-selection-popover {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.story-content-section .main-content .main-cms-content-wrapper .story-content-img:hover .inline-selection-popover {
  opacity: 1;
}
.story-content-section .main-content .main-cms-content-wrapper .story-content-img .story-expandable-img {
  cursor: pointer;
}
.story-content-section .main-content .main-cms-content-wrapper .story-content-img .story-content-img-caption {
  font-family: Archivo;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #321f1f8f;
  text-align: left;
  margin-top: 5px;
}
.story-content-section .main-content .main-cms-content-wrapper .story-content-img .story-content-img-caption-container {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  position: relative;
}
.story-content-section .main-content .main-cms-content-wrapper .story-content-img .story-content-img-caption-container .img-caption-container {
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.story-content-section .main-content .main-cms-content-wrapper .story-content-img .story-content-img-caption-container .story-content-img-caption {
  margin-bottom: 0;
}

.story-action-items-container ul li{
  list-style: none;
  font-size: 12px;
  line-height: 16px;
  margin-left: 0 !important;
}

.story-content-infographic .story-content-img-caption-container .animated-underline-container .animated-underline svg{
  scale: 1;
  top: 1.5px;
}

@media (min-width:1024px){
  .story-action-items-container ul li{
    list-style: none;
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

.mobile-app .story-content-section .main-content .main-cms-content-wrapper .inline-selection-popover {
  display: none;
}
.mobile-app .story-content-section .main-content .main-cms-content-wrapper .story-content-img {
  margin: 40px 0;
  text-align: center;
  max-width: 100%;
  position: relative;
}
.mobile-app .story-content-section .main-content .main-cms-content-wrapper .story-content-img.highlighted > .story-expandable-img {
  border: 5px solid rgba(242, 220, 19, 0.18);
}
.mobile-app .story-content-section .main-content .main-cms-content-wrapper .story-content-img.top-highlight > .story-expandable-img {
  border: 5px solid rgb(242, 220, 19);
}
.mobile-app .story-content-section .main-content .main-cms-content-wrapper .story-content-img .inline-selection-popover {
  display: block;
  position: static;
}
.mobile-app .story-content-section .main-content .main-cms-content-wrapper .story-content-img .story-expandable-img {
  cursor: pointer;
}
.mobile-app .story-content-section .main-content .main-cms-content-wrapper .story-content-img .story-content-img-caption {
  font-family: Archivo;
  font-weight: 500;
  font-size: 12px !important;
  line-height: 26px !important;
  color: #321f1f8f;
  text-align: left;
  margin-top: 5px;
}
.mobile-app .story-content-section .main-content .main-cms-content-wrapper .story-content-img .story-content-img-caption-container {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  position: relative;
}
.mobile-app .story-content-section .main-content .main-cms-content-wrapper .story-content-img .story-content-img-caption-container .img-caption-container {
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.dark-story-page .story-content-section .main-content .main-cms-content-wrapper .story-content-img .story-content-img-caption {
  color: #ffffffb8 !important;
}
@media (min-width: 1100px) {
  .story-content-section .main-content .main-cms-content-wrapper .story-content-img {
    margin: 60px 0 60px -130px;
  }
  .story-content-section .main-content .main-cms-content-wrapper .story-content-img > img {
    max-width: 880px;
    width: 880px;
  }
  .story-content-section .main-content .main-cms-content-wrapper .story-content-img .story-content-img-caption-container {
    width: 880px;
  }
  .story-content-section .main-content .main-cms-content-wrapper .story-content-img .story-content-img-caption {
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
  }
}
