@charset "UTF-8";
.author-info-container {
  margin-top: 20px;
}
.author-info-container .author-name {
  line-height: 20px;
}
.author-info-container .author-name a {
  font-family: Archivo;
  font-weight: 500;
  color: #f33;
  position: relative;
}
.author-info-container .author-name a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #f33;
  transform-origin: bottom left;
  transition: transform 0.4s ease-in-out;
  z-index: 50;
}
.author-info-container .author-name a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.author-info-container .author-name span:first-child {
  font-family: Ivar;
  font-style: italic;
  font-size: 16px;
  color: #321f1fa3;
  display: inline-block;
  margin-right: 4px;
}
@media (min-width: 1024px) {
  .author-info-container {
    margin-top: 0;
  }
  .author-info-container .author-name {
    font-size: 16px;
    line-height: 24px;
  }
}
.story-summary-container {
  margin-top: 15px;
}
.story-summary-container p.story-summary {
  font-family: Ivar;
  color: #321f1fcc;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
  letter-spacing: -0.14px;
}
.story-summary-container p.story-summary span.see-more {
  font-size: 14px;
}
.story-summary-container p.story-summary span.see-more > span:first-child {
  color: #321f1fa3;
  font-family: Ivar;
  display: inline-block;
  margin-right: 5px;
}
.story-summary-container p.story-summary span.see-more .medium-title-m {
  color: #f33;
  font-family: Archivo;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
}
@media (min-width: 1024px) {
  .story-summary-container {
    margin-top: 25px;
  }
  .story-summary-container p.story-summary {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.18px;
    margin-bottom: 30px;
  }
  .story-summary-container p.story-summary span.see-more {
    font-size: 14px;
  }
  .main-content ul {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.18px;
  }
  @media (min-width: 1024px) {
    .main-content ul {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -0.2px;
    }
  }
  .story-summary-container p.story-summary span.see-more > span:first-child {
    margin-right: 5px;
  }
  .story-summary-container p.story-summary span.see-more .medium-title-m {
    font-size: 12px;
  }
}
.story-metadata-container .divider-dotted-thin {
  margin: 25px 0;
}
.story-metadata-container .actions-container {
  margin-top: 0;
  z-index: 0;
}
.story-metadata-container .actions-container .share-icon-container svg path {
  transition: all 0.3s ease;
}
.story-metadata-container .actions-container .share-icon-container:hover svg path {
  fill: #f33;
  fill-opacity: 1;
  transition: all 0.3s ease;
}
.story-metadata-container .actions-container .share-icon-container > button {
  background: transparent;
  border: none;
}
.story-metadata-container .actions-container > span .bookmark-icon-container {
  margin-left: 15px;
  top: 0;
}
.story-metadata-container .actions-container .comment-icon-container .comment-count {
  text-transform: capitalize;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: rgba(50, 31, 31, 0.64);
  display: inline-block;
  margin-left: 0px;
}
.story-metadata-container .actions-container .comment-icon-container svg {
  position: relative;
  overflow: hidden;
  top: 1px;
}
.story-metadata-container .actions-container .comment-icon-container svg .comment-plus-icon {
  transition: all 0.3s ease;
  transform: rotate(45deg) translate(8px) translateY(-18px);
}
.story-metadata-container .actions-container .comment-icon-container:hover .comment-count {
  color: #f33;
  transition: all 0.3s ease;
}
.story-metadata-container .actions-container .comment-icon-container:hover svg > path:first-child {
  stroke: #f33;
  opacity: 1;
  transition: all 0.1s ease;
}
.story-metadata-container .actions-container .comment-icon-container:hover svg .comment-plus-icon {
  animation: commentPlusAnimation 0.4s cubic-bezier(0.23, 0.71, 1, 1.24) forwards;
  -webkit-animation: commentPlusAnimation 0.4s cubic-bezier(0.23, 0.71, 1, 1.24) forwards;
}
.story-metadata {
  font-family: Archivo;
  font-weight: 500;
}
.story-metadata .story-extra-info {
  display: none;
}
.story-metadata .story-extra-info p {
  color: #321f1fcc;
  font-weight: 500;
}
.story-metadata .story-date-container {
  font-size: 12px;
  color: #321f1f8f;
  font-weight: 500;
}
@keyframes commentPlusAnimation {
  0% {
    transform: rotate(45deg) translate(8px) translateY(-18px);
    opacity: 0;
  }
  50% {
    transform: translate(3.35px) translateY(-3.2px) skew(60deg);
    opacity: 0;
  }
  to {
    transform: rotate(0) translate(6px) translateY(4px);
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .story-metadata-container {
    padding-bottom: 30px;
  }
  .story-metadata-container .actions-container .comment-icon-container .comment-count {
    font-size: 15px;
    line-height: 20px;
  }
  .story-metadata {
    font-family: Archivo !important;
    font-weight: 600;
  }
  .story-metadata .story-extra-info {
    display: block;
  }
  .story-metadata .story-extra-info p {
    font-size: 15px;
    line-height: 20px;
  }
  .story-metadata .story-date-container {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.16px;
  }
}
.story-content-section {
  margin-top: 0;
}
.story-content-section .story-content {
  margin-bottom: 50px;
}
.story-content-section .story-content .main-content .main-cms-content-wrapper > p,
.story-content-section .story-content .main-content .main-cms-content-wrapper > span,
.story-content-section .story-content .main-content .main-cms-content-wrapper > .tk-tooltip {
  font-family: Ivar;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.18px;
  font-weight: 400;
}
.story-content-section .story-content .main-content .main-cms-content-wrapper > span:first-child {
  font-family: Reckless Italic;
  letter-spacing: -0.66px;
}
.story-content-section .story-content .main-content .story-note {
  font-family: Ivar;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  color: #321f1f8f;
  margin-bottom: 50px;
}
.story-content-section .story-content .main-content h3 {
  font-family: Ivar;
  font-weight: 700;
  font-style: italic;
}
.story-content-section .story-content .main-content .lead-content {
  font-family: Ivar;
  font-weight: 700 !important;
  font-style: italic;
}
.story-content-section .story-content .main-content ul {
  list-style: disc;
  margin-bottom: 30px;
  margin-left: 20px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.18px;
}
@media (min-width: 1024px) {
  .story-content-section .story-content .main-content ul {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.2px;
  }
}
.story-content-section .story-content .main-content ul li {
  margin-bottom: 10px;
}
.story-content-section .story-content .main-content ul li:last-child {
  margin-bottom: 0;
}
.story-content-section .author-info-container {
  margin: 40px auto;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.story-content-section .author-info-container img {
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.story-content-section .author-info-container p {
  font-family: Archivo;
  font-weight: 400;
  color: #321f1fcc;
  font-size: 12px;
  line-height: 16px;
}
.story-content-section .author-info-container:not(:first-of-type) {
  margin-top: 20px;
}
.story-end-divider.divider-dotted-thin {
  margin-top: 30px;
  margin-bottom: 10px;
}
.main-content p {
  margin-bottom: 30px;
}
.acf-comment-fields {
  display: none !important;
}
#request_section {
  text-align: center;
}
#request_section p {
  margin-bottom: 20px;
}
#request_section button {
  padding: 5px 10px;
}
#request_section a {
  padding: 5px 10px;
  min-width: 70px !important;
}
.comment-panel-container .comment-item-container .comment-item p {
  font-size: 14px;
  line-height: 22px;
  margin: 15px 0;
  word-wrap: break-word;
}
.original-comment .children {
  margin-top: 15px;
  padding-left: 20px;
  border-left: 2px solid rgba(50, 31, 31, 0.1607843137);
}
li.replied-comment,
li.original-comment {
  list-style: none;
}
@media (min-width: 768px) {
  .story-content {
    width: 620px;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .story-content-section {
    margin-top: 0;
  }
  .story-content-section .story-content {
    margin-bottom: 120px;
  }
  .story-content-section .author-info-container {
    margin: 0 auto;
  }
  .story-content-section .story-content .main-content .main-cms-content-wrapper > p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.2px;
  }
  .story-content-section .story-content .main-content .story-note {
    font-size: 18px;
    line-height: 24px;
  }
  .story-content-section .author-info-container p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.16px;
  }
  .story-content-section .author-info-container:not(:first-of-type) {
    margin-top: 30px;
  }
  .story-end-divider.divider-dotted-thin {
    margin-top: 50px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1100px) {
  .story-content-section .story-content {
    width: 50%;
  }
}
.story-title-container .large-title-xl {
  font-family: Reckless Bold Italic;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.96px;
}
.story-title-container a:first-child {
  display: inline-block;
  transform: rotate(-2deg);
}
.story-title-container a:first-child .medium-title-s {
  font-family: Archivo;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  color: #321f1f8f;
  background-color: #321f1f1f;
  padding: 5px 8px;
  font-size: 9px;
  line-height: 12px;
}
@media (min-width: 1024px) {
  .story-title-container a:first-child .medium-title-s {
    font-size: 10px;
    line-height: 14px;
  }
  .story-title-container .large-title-xl {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 50px;
    letter-spacing: -1.68px;
  }
}
.story-hero-section {
  background-color: #eee7e7;
  padding-top: 30px;
}
.story-hero-section .story-hero {
  padding-bottom: 30px;
}
.story-hero-section .story-hero .story-hero-img-container > img {
  position: static;
}
@media (min-width: 768px) {
  .story-hero-section {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .story-hero-section {
    margin-bottom: 10%;
    padding-top: 50px;
  }
  .story-hero-section .story-hero {
    overflow: visible;
  }
  .story-hero-section .story-hero .story-hero-img-container {
    position: relative;
    overflow: visible;
  }
  .story-hero-section .story-hero .story-hero-img-container > img {
    margin-bottom: -10%;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
}
.story-content-section .main-content .main-cms-content-wrapper .pull-quote {
  margin: 40px 0;
  text-align: center;
}
.story-content-section .main-content .main-cms-content-wrapper .pull-quote .pull-quote-divider {
  margin: auto;
}
.story-content-section .main-content .main-cms-content-wrapper .pull-quote .pull-quote-img {
  width: 30px;
  border-radius: 50%;
  object-fit: contain;
}
.story-content-section .main-content .main-cms-content-wrapper .pull-quote p.pull-quote-text {
  font-family: Reckless Italic;
  font-size: 24px;
  letter-spacing: -0.72px;
  line-height: 28px;
  color: #f33;
  font-weight: 600;
  margin: 15px 0 20px;
}
.story-content-section .main-content .main-cms-content-wrapper .pull-quote p.pull-quote-source {
  font-family: Archivo;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  color: #321f1fa3;
}
@media (min-width: 1024px) {
  .story-content-section .main-content .main-cms-content-wrapper .pull-quote p.pull-quote-source {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.24px;
  }
  .story-content-section .main-content .main-cms-content-wrapper .pull-quote {
    margin: 60px 0;
  }
  .story-content-section .main-content .main-cms-content-wrapper .pull-quote p.pull-quote-text {
    font-size: 30px;
    line-height: 32px;
    margin: 15px 0;
    letter-spacing: -0.9px;
  }
}
.story-content-section .main-content .main-cms-content-wrapper .side-note {
  background-color: #321f1f0a;
  padding: 20px;
  margin: 40px 0;
}
.story-content-section .main-content .main-cms-content-wrapper .side-note .side-note-text {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.16px;
  color: #321f1fa3;
  margin-bottom: 0;
}
.story-content-section .main-content .main-cms-content-wrapper .side-note .side-note-text .side-note-hook {
  font-family: Ivar;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #321f1f !important;
  letter-spacing: -0.28px;
}
.story-content-section .main-content .main-cms-content-wrapper .side-note .side-note-text a {
  color: #984040;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: 1px;
  text-underline-position: from-font;
  transition: color 0.5s ease;
}
.story-content-section .main-content .main-cms-content-wrapper .side-note .side-note-text a:hover {
  color: #f33;
  transition: color 0.5s ease;
}
@media (min-width: 1024px) {
  .story-content-section .main-content .main-cms-content-wrapper .side-note .side-note-text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: rgb(50, 31, 31, 0.64);
  }
  .story-content-section .main-content .main-cms-content-wrapper .side-note .side-note-text .side-note-hook {
    font-family: Ivar;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #321f1fa3 !important;
    letter-spacing: -0.54px;
  }
  .story-content-section .side-note {
    margin: 60px 0;
  }
  .story-content-section .side-note .side-note-text {
    font-size: 18px;
    line-height: 24px;
  }
  .story-content-section .side-note .side-note-text .side-note-hook {
    font-family: Ivar;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
  }
  .story-content-section .side-note .side-note-text .side-note-hook > span:last-child {
    color: #321f1f;
    font-weight: 700;
  }
}
.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 .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: rgba(50, 31, 31, 0.56);
  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-content-img .story-content-img-caption-container {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media (min-width: 1100px) {
  .story-content-img {
    margin: 60px 0 60px -130px;
  }
  .story-content-img > img {
    max-width: 880px;
    width: 880px;
  }
  .story-content-img .story-content-img-caption-container {
    width: 880px;
  }
  .story-content-img .story-content-img-caption {
    margin-top: 10px;
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.story-action-items-container {
  display: flex;
  gap: 15px;
}
.round {
  border-radius: 50%;
}
.story-action-item {
  transition: all 0.3s ease-in-out;
  width: 34px;
  height: 34px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #321f1f;
  font-size: 16px;
  border: none;
}
.story-action-item svg path {
  transition: all 0.3s ease;
}
.story-action-item:hover > svg > path {
  transition: all 0.3s ease;
  opacity: 1;
  fill-opacity: 1;
  fill: #f33;
}
.story-action-item img {
  transition: all 0.3s ease-in-out;
  will-change: transform;
}
.story-action-items .action-item {
  width: 34px;
  height: 34px;
  right: 30px;
  bottom: 15px;
  font-size: 16px;
}
.story-content-infographic {
  position: relative;
  margin: 40px 0;
}
.story-content-infographic > img {
  max-width: 100%;
}
.story-content-infographic .story-expandable-img {
  cursor: pointer;
}
.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 {
  font-size: 12px;
  line-height: 16px;
  color: #f33;
  font-weight: 500 !important;
}
@media (min-width: 1024px) {
  .story-content-section .main-content .main-cms-content-wrapper .story-content-infographic .story-content-visual-story-cta span {
    font-size: 16px !important;
    line-height: 22px;
    letter-spacing: 0.16px;
  }
}
.story-content-infographic .story-content-img-caption-container {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.story-content-infographic .story-content-img-caption-container .animated-underline-container {
  position: relative;
}
.story-content-infographic .story-content-img-caption-container .animated-underline-container span {
  margin-left: 0;
}
.story-content-infographic .story-content-img-caption-container .animated-underline-container .animated-underline svg {
  position: relative;
  top: -0.5px;
  scale: 1.3;
}
.story-content-infographic .story-content-img-caption-container .animated-underline-container .animated-underline:after {
  width: 92%;
  bottom: 2px;
}
@media (min-width: 1100px) {
  .story-content-infographic {
    margin: 60px 0 60px -120px;
  }

  .story-content-infographic .story-content-img-caption-container .animated-underline-container .animated-underline:after {
    width: 92%;
    bottom: 2px;
  }
  .story-content-infographic > img {
    max-width: 880px;
    width: 880px;
  }
  .story-content-infographic .story-content-img-caption-container {
    width: 880px;
  }
}
.story-content-section .additional-info {
  color: #984040;
  position: relative;
}
.story-content-section .additional-info svg {
  vertical-align: middle;
  position: relative;
  margin-left: -2px;
  top: -7px;
}
.story-content-section .additional-info svg path {
  fill: #984040;
}
.story-content-section .additional-info:hover {
  color: #f33;
  cursor: pointer;
}
.story-content-section .additional-info:hover svg path {
  fill: #f33;
}
.story-content-section .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 .additional-info .additional-info-tooltip.show {
  visibility: visible;
  opacity: 1;
}
.story-content-section .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 .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;
}
@media (min-width: 1024px) {
  .story-content-section .additional-info .additional-info-tooltip .additional-info-tooltip-title,
  .story-content-section .additional-info .additional-info-tooltip .additional-info-tooltip-description {
    font-size: 14px;
    line-height: 20px;
  }
  .story-content-section .additional-info .additional-info-tooltip:after {
    opacity: 1;
  }
}
@keyframes tooltipFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tk-tooltip {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.tooltip-dropdown {
  display: none;
  position: absolute;
  bottom: 170%;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
  padding-top: 32px;
}
.tooltip--open .tooltip-dropdown {
  animation: tooltipFadeIn 0.15s;
  display: block;
}
.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;
}
.external-link:hover {
  background-image: linear-gradient(0deg, #ff3333 0%, #ff3333 100%);
  color: #f33;
}
.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;
}
.external-link .external-link-tooltip.show {
  visibility: visible;
  opacity: 1;
}
.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;
}
.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;
}
@media (min-width: 1024px) {
  .external-link .external-link-tooltip .external-link-tooltip-title,
  .external-link .external-link-tooltip .external-link-tooltip-description {
    font-size: 14px;
    line-height: 20px;
  }
  .external-link .external-link-tooltip:after {
    opacity: 1;
  }
}
.story-content-expanded-modal {
  text-align: left;
  background-color: #fff;
  padding-right: 0 !important;
}
.story-content-expanded-modal .modal-dialog .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.story-content-expanded-modal .modal-dialog .modal-body.container {
  max-width: 100%;
  background-color: #fff;
}
.story-content-expanded-modal .modal-dialog .modal-body .expanded-caption-container {
  position: relative;
  display: inline-block;
  padding: 20px 15px;
  vertical-align: bottom;
}
.story-content-expanded-modal .modal-dialog .modal-body .expanded-caption-container p {
  font-family: Archivo;
  color: #321f1fa3;
  font-size: 14px;
  line-height: 12px;
}
.story-content-expanded-modal .modal-dialog .modal-body .expanded-caption-container p a {
  color: #f33;
  position: relative;
}
.story-content-expanded-modal .modal-dialog .modal-body .expanded-caption-container p a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #f33;
  transform-origin: bottom left;
  transition: transform 0.4s ease-in-out;
  z-index: 50;
}
.story-content-expanded-modal .modal-dialog .modal-body .expanded-caption-container p a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.story-content-expanded-modal .story-action-items-container.expanded {
  position: fixed;
  bottom: 20px;
  right: 20px;
  flex-direction: row-reverse;
  gap: 20px;
}
body.modal-open {
  padding-right: 0 !important;
}
@media (min-width: 1024px) {
  .story-content-expanded-modal .modal-dialog .modal-body {
    justify-content: flex-start;
  }
  .story-content-expanded-modal .modal-dialog .modal-body .expanded-img-container > img {
    max-height: 100vh;
    max-width: 70vw;
  }
  .story-content-expanded-modal .modal-dialog .modal-body .story-action-items-container.expanded {
    position: fixed;
    top: 20px;
    right: 20px;
    flex-direction: column;
    gap: 20px;
  }
}
.summary-dropdown-container {
  margin-bottom: 60px;
}
.summary-dropdown-container .divider-dotted-thin {
  margin: 15px 0 0;
}
.summary-dropdown-container .summary-dropdown {
  font-family: Archivo;
  font-weight: 500;
  color: #321f1f;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: left;
}
.summary-dropdown-container .summary-dropdown span {
  transition: opacity 0.5s ease;
}
.summary-dropdown-container .summary-dropdown img {
  vertical-align: text-bottom;
  margin-left: 8px;
  transition: all 0.5s ease;
  position: relative;
  top: 1px;
}
.summary-dropdown-container .collapsable-story-summary p {
  font-family: Archivo;
  color: #321f1fb8;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
}
.summary-dropdown-container .collapsable-story-summary p:first-child {
  padding-top: 10px;
}
.summary-dropdown-container .collapsable-story-summary ul {
  list-style-type: '• ';
  transition: opacity 0.7s ease-out;
  padding-top: 20px;
  list-style-position: outside;
  padding-left: 10px;
}
.summary-dropdown-container .collapsable-story-summary ul li {
  font-family: Archivo;
  color: #321f1fb8;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
  text-indent: 3px;
}
.summary-dropdown-container .collapsable-story-summary.show ul {
  transition: opacity 0.7s ease-out;
}
@media (min-width: 1024px) {
  .summary-dropdown-container .collapsable-story-summary ul li,
  .summary-dropdown-container .collapsable-story-summary p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.16px;
  }
  .summary-dropdown-container .summary-dropdown {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.16px;
  }
  .summary-dropdown-container .summary-dropdown img {
    position: relative;
    top: -2px;
  }
}
.story-side-nav-pill {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  gap: 5px;
  left: 50%;
  transform: translate(-50%);
  bottom: 10px;
  top: auto;
  font-family: Archivo;
  font-weight: 500;
  font-size: 9px;
  line-height: 12px;
  color: #321f1f7a;
  text-transform: uppercase;
  z-index: 50;
}
.story-side-nav-pill .story-reading-progress-container {
  border: 1.5px solid rgba(50, 31, 31, 0.1215686275);
  padding: 4px;
  border-radius: 50%;
  background-color: #f7f2f2;
}
.story-side-nav-pill .story-side-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 168px;
  height: 56px;
  border-radius: 150px;
  background-color: #fff;
  border: 1px solid rgba(50, 31, 31, 0.1215686275);
}
.story-side-nav-pill .story-side-nav.mobile-icon {
  height: 56px;
  width: 56px;
}
.story-side-nav-pill .story-side-nav span {
  padding: 16px 0;
}
.story-side-nav-pill .story-side-nav > span {
  transition: all 0.3s ease;
}
.story-side-nav-pill .story-side-nav > span:hover svg g {
  opacity: 1;
  transition: all 0.3s ease;
}
.story-side-nav-pill .story-side-nav > span:hover svg path,
.story-side-nav-pill .story-side-nav > span:hover svg circle,
.story-side-nav-pill .story-side-nav > span:hover svg rect {
  transition: all 0.3s ease;
  stroke: #f33;
}
.story-side-nav-pill .story-reading-progress-pill {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  background-color: #f7f2f2;
  background: radial-gradient(closest-side, #f7f2f2 94%, transparent 96% 100%), conic-gradient(rgba(50, 31, 31, 0.4784313725) 0%, rgba(50, 31, 31, 0.1215686275) 0);
}
.story-side-nav-pill .story-side-nav-comment-icon .comment-icon-container {
  position: relative;
  color: #321f1fa3;
}
.story-side-nav-pill .story-side-nav-comment-icon .comment-icon-container .comment-count {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.story-side-nav-pill .story-side-nav-comment-icon .comment-icon-container:hover .comment-count {
  color: #f33;
  transition: all 0.3s ease;
}
.story-side-nav-pill .story-side-nav-comment-icon .comment-icon-container:hover svg g {
  opacity: 1;
  transition: all 0.3s ease;
}
.story-side-nav-pill .story-side-nav-comment-icon .comment-icon-container:hover svg g path {
  stroke: #f33;
  transition: all 0.3s ease;
}
.story-side-nav-pill .story-progress-bar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.story-side-nav-pill .divider-thin-line {
  height: 45%;
  width: 1px;
  margin: 0;
}
@media (min-width: 1100px) {
  .story-side-nav-pill {
    display: flex;
    flex-direction: column;
    right: 200px;
    top: 120px;
    left: auto;
    transform: translate(0);
  }
  .story-side-nav-pill .story-reading-progress-container {
    border: none;
    background-color: transparent;
  }
  .story-side-nav-pill .story-side-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: auto;
    margin-top: 8px;
  }
  .story-side-nav-pill .story-side-nav.mobile-icon {
    display: none;
  }
  .story-side-nav-pill .story-reading-progress-pill {
    width: 56px;
    height: 56px;
  }
  .story-side-nav-pill .divider-thin-line {
    width: 45%;
    height: 1px;
    margin: 0;
  }
}
.story-content-share-modal {
  overflow: hidden;
}
.story-content-share-modal .modal-dialog {
  max-width: 620px;
  display: flex;
  align-items: center;
  height: 100%;
}
.story-content-share-modal .modal-content {
  background: none;
  border: none;
  height: fit-content;
}
.share-unit {
  padding: 0;
  margin: 50px auto;
  background: #ffffff;
  max-width: 620px;
  border: 1.5px solid rgba(50, 31, 31, 0.1607843137);
  border-radius: 4px;
  font-family: Archivo;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.share-unit.mobile {
  display: none;
}
.share-unit .share-unit-copy {
  position: relative;
}
.share-unit .share-unit-copy .toast-link-copied {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translate(-50%);
}
.share-unit .share-unit-content {
  padding: 10px 15px 15px;
}
.share-unit .share-unit-content p {
  font-size: 12px;
  line-height: 18px;
  color: #321f1fa3;
  margin-bottom: 10px;
  font-weight: 400;
}
.modal-subscription-share-unit {
  font-size: 12px;
  line-height: 16px;
  color: #321f1fa3;
  margin-bottom: 10px;
  font-weight: 400;
  margin-top: 0;
  padding: 1px 10px;
}
.modal-subscription-share-unit a {
  color: #f33;
  border-bottom: solid 1px;
  font-size: 13px;
}
.share-unit .share-unit-content p span,
.share-unit .share-unit-content .share-unit-gift-tab p span,
.share-unit .share-unit-content .share-unit-share-tab p span {
  color: #321f1f;
}
.share-unit .share-unit-content .share-unit-social {
  margin-top: 5px;
  display: flex;
  gap: 5px;
}
.share-unit .share-unit-content .share-unit-social-icon {
  flex: 1;
  background-color: #fff !important;
  border: 1px solid rgba(50, 31, 31, 0.16);
  padding: 8px 10px;
  border-radius: 2px;
}
.share-unit .share-unit-content .share-unit-social-icon.copy {
  background-color: #f33;
}
.share-unit .share-unit-content .share-unit-social-icon.x-app {
  background-color: #000;
}
.share-unit .share-unit-content .share-unit-social-icon.linkedin {
  background-color: #2664ad;
}
.share-unit .share-unit-content .share-unit-social-icon.whatsapp {
  background-color: #2bba1a;
}
.share-unit .share-unit-content .share-unit-social-icon.facebook {
  background-color: #1877f2;
}
.share-unit .share-unit-link span {
  font-weight: 400;
  color: rgba(50, 31, 31, 0.56);
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid rgba(50, 31, 31, 0.1607843137);
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.share-unit .nav-tabs {
  justify-content: center;
  border-radius: 4px;
  border-bottom: none;
}
.share-unit .nav-tabs .nav-item {
  flex: 1;
  font-weight: 500;
}
.share-unit .nav-tabs .nav-item:first-of-type {
  border-top-left-radius: 4px;
}
.share-unit .nav-tabs .nav-item:first-of-type .nav-link {
  border-top-left-radius: 2px;
}
.share-unit .nav-tabs .nav-item:last-of-type {
  border-top-right-radius: 4px;
}
.share-unit .nav-tabs .nav-item:last-of-type .nav-link {
  border-top-right-radius: 2px;
}
.share-unit .nav-tabs .nav-item .nav-link {
  height: 48px;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 14px;
  position: relative;
  border-bottom: 1px solid transparent;
}
.share-unit .nav-tabs .nav-item .nav-link:not(.active) {
  border-bottom: 1px solid rgba(50, 31, 31, 0.1607843137);
  color: #321f1f7a;
}
.share-unit .nav-tabs .nav-item .nav-link.gift-tab span:last-child {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-size: 8px;
  line-height: 12px;
  color: #8042d1e6;
}
.share-unit .nav-tabs .nav-item .nav-link.gift-tab.disabled {
  background-color: #321f1f14;
}
.share-unit .nav-tabs .nav-item .nav-link.gift-tab.disabled span:last-child {
  color: #321f1f7a;
}
.share-unit .nav-tabs .nav-item .nav-link.gift-tab.disabled span:last-child > svg path {
  fill: #321f1f7a;
}
.share-unit .nav-tabs .nav-item .nav-link.gift-tab.active {
  background-color: #8042d11a;
}
.share-unit .nav-tabs .nav-item .nav-link.gift-tab.active:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #8042d1;
}
.share-unit .nav-tabs .nav-item .nav-link.gift-tab.active:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgb(128, 66, 209);
  bottom: -5px;
  left: 49%;
}
.share-unit .nav-tabs .nav-item .nav-link.share-tab.active {
  background-color: #f2dede;
}
.share-unit .nav-tabs .nav-item .nav-link.share-tab.active:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #f33;
}
.share-unit .nav-tabs .nav-item .nav-link.share-tab.active:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ff3333;
  bottom: -5px;
  left: 49%;
}
.share-unit .nav-tabs .nav-item .nav-link.active {
  color: #321f1f;
  background-color: var(--tk-nav-tabs-link-active-bg);
}
.story-content-share-modal .share-unit {
  margin: 0;
}
@media (min-width: 1024px) {
  .share-unit.mobile {
    display: none;
  }
  .share-unit .share-unit-content {
    padding: 20px 30px 30px;
  }
  .share-unit .share-unit-content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .modal-subscription-share-unit {
    font-size: 15px;
    line-height: 22px;
    color: #321f1fa3;
    font-weight: 400;
    margin-top: -11px;
    margin-bottom: 17px;
  }
  .modal-subscription-share-unit a {
    color: #f33;
    border-bottom: solid 1px;
    font-size: 14px;
  }
  .share-unit .share-unit-link span {
    font-size: 16px;
    line-height: 22px;
  }
  .story-content-share-modal .share-unit {
    position: static;
  }
  .story-content-share-modal.show .share-unit {
    position: static;
    margin: 50px 0;
  }
}
.btn-share {
  position: relative;
}
.share-popover {
  display: none;
  font-family: Archivo;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  padding: 20px;
  background: #ffffff;
  box-shadow: -1px 1px 1px #0000001a;
  text-align: left;
  top: 5px;
  right: 45px;
}
.share-popover > span {
  color: #321f1f8f;
}
.share-popover > ul li {
  margin-top: 15px;
}
.share-popover > ul li button,
.share-popover > ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: #321f1fb8;
  font-weight: 500;
  transition: all 0.3s ease;
}
.share-popover > ul li:hover button,
.share-popover > ul li:hover a {
  color: #f33;
  transition: all 0.3s ease;
}
.share-popover > ul li:hover button svg path,
.share-popover > ul li:hover a svg path {
  fill: #f33;
  fill-opacity: 1;
  transition: all 0.3s ease;
}
.story-action-items-container.expanded .share-popover {
  top: 0;
  bottom: auto;
}
@media (min-width: 1024px) {
  .share-popover {
    font-size: 14px;
    line-height: 20px;
  }
}
.share-popover-option.copy {
  position: relative;
}
.share-popover-option.copy .toast-link-copied {
  top: -30%;
  right: 130%;
}
.story-action-item.copy {
  position: relative;
}
.story-action-item.copy .toast-link-copied {
  top: 100%;
  right: 0;
}
.toast-link-copied {
  font-family: Archivo;
  font-weight: 400;
  position: absolute;
  background-color: #321f1f;
  width: max-content;
  color: #fff;
  padding: 8px 10px;
  font-size: 10px;
  line-height: 16px;
  border-radius: 2px;
  display: none;
}
@media (min-width: 1024px) {
  .toast-link-copied {
    font-size: 14px;
    line-height: 20px;
  }
}
.story-credits {
  margin-top: 30px;
}
.story-credits h4 {
  font-family: Archivo;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.story-credits .divider-dotted-thin {
  margin: 10px 0;
}
@media (min-width: 1024px) {
  .story-credits {
    margin-top: 35px;
  }
  .story-credits h4 {
    margin-bottom: 15px;
  }
}
.end-of-story h4,
.end-of-story p {
  font-family: Archivo;
  font-size: 12px;
  line-height: 14px;
  color: #321f1fb8;
  font-weight: 400;
}
.end-of-story h4 a,
.end-of-story p a {
  color: #f33;
}
.end-of-story h4 {
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  color: #321f1f8f;
  letter-spacing: 0.5px;
}
.end-of-story .share-unit {
  margin: 0 auto;
  max-width: inherit;
}
.end-of-story-homepage-section {
  position: static;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .end-of-story-homepage-section {
    margin-top: 90px;
  }
  .end-of-story {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .end-of-story h4 {
    font-size: 10px;
    line-height: 14px;
  }
  .end-of-story p {
    font-size: 16px;
    line-height: 22px;
  }
  .end-of-story .story-credits p {
    letter-spacing: 0.16px;
  }
}
.story-topics {
  text-transform: uppercase;
  margin-top: 30px;
}
.story-topics .story-topics-list span {
  font-family: Archivo;
  font-weight: 500;
  letter-spacing: 0.5px;
  background-color: #eee7e7;
  font-size: 10px;
  line-height: 14px;
  color: #321f1fa3;
  padding: 4px 8px;
  display: inline-block;
  margin-top: 5px;
}
.story-topics .story-topics-list span:hover {
  background-color: #f2dede;
  color: #321f1f;
}
@media (min-width: 1024px) {
  .story-topics {
    margin-top: 35px;
  }
  .story-topics .story-topics-list span {
    font-size: 10px;
    line-height: 14px;
    color: #321f1fa3;
  }
}
.end-of-story-comment-cta-container {
  font-family: Archivo;
  border: 1px solid rgba(50, 31, 31, 0.1215686275);
  border-radius: 2px;
  background-color: #eee7e7;
  padding: 15px;
  text-align: center;
  margin-top: 5px;
}
.end-of-story-comment-cta-container .commented-user-icons {
  display: flex;
  justify-content: center;
}
.end-of-story-comment-cta-container .commented-user-icons .user-icon-letter {
  font-family: Archivo;
  font-weight: 500;
  display: inline-flex;
  position: relative;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  background-color: #e7cfcf;
  color: #321f1fb8;
  border: 1.25px solid rgba(50, 31, 31, 0.2392156863);
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 2px;
  margin-right: 5px;
  justify-content: center;
  align-items: center;
}
.end-of-story-comment-cta-container .commented-user-icons .user-icon-letter:nth-of-type(0) {
  z-index: 3;
}
.end-of-story-comment-cta-container .commented-user-icons .user-icon-letter:nth-of-type(1) {
  z-index: 2;
}
.end-of-story-comment-cta-container .commented-user-icons .user-icon-letter:nth-of-type(2) {
  z-index: 1;
}
.end-of-story-comment-cta-container .commented-user-icons .user-icon-letter:nth-of-type(3) {
  z-index: 0;
}
.end-of-story-comment-cta-container .commented-user-icons .user-icon-letter.img {
  padding: 0;
  border: none;
}
.end-of-story-comment-cta-container .commented-user-icons .user-icon-letter.img img {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  object-fit: contain;
  vertical-align: top;
}
.end-of-story-comment-cta-container h5 {
  font-family: Archivo;
  font-weight: 500;
  color: rgba(50, 31, 31, 0.8);
  font-size: 10px;
  line-height: 12px;
  margin: 5px;
}
.end-of-story-comment-cta-container .btn-primary {
  width: 100%;
  margin-top: 10px;
}
.end-of-story-comment-cta-container .btn-primary svg {
  margin-right: 5px;
  vertical-align: text-bottom;
}
@media (min-width: 1024px) {
  .end-of-story-comment-cta-container h5 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .end-of-story-comment-cta-container .btn-primary {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.16px;
  }
}

.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 {
  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 {
  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 {
  left: -250%;
}
.comment-panel .reply-input-container .input-container .comment-cancel .comment-cancel-confirmation-tooltip:after {
  left: 50%;
}
.comment-panel .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 {
  display: flex;
  align-items: center;
  margin: 0 10px 10px;
  gap: 15px;
}
.comment-panel .comment-form .form-input-container {
  width: 100%;
}
.comment-panel .comment-form.focused {
  border: 1px solid #ff3333;
  min-height: 200px;
  transition: all 0.3s ease-out;
}
.comment-panel .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 {
  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 {
  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 {
    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 .comment-reply-btn,
.comment-panel-container .comment-item-container .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;
  }
}

.divider-thin-line.light {
  background-color: rgba(50, 31, 31, 0.12);
}
@media (min-width: 1024px) {
  .story-content-section .story-content .main-content h3 {
    line-height: 30px;
    letter-spacing: -0.26px;
  }
}

.summary-signup-nudge-v3 .modal-body {
  padding: 30px !important;
  max-width: 540px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
}
.summary-signup-nudge-v3 .modal-body h3 {
  margin-top: 10px;
  color: #321f1f;
  text-align: center;
  font-family: Archivo;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
}
.summary-signup-nudge-v3.modal-body .subtitle {
  margin-top: 5px;
  color: #321f1fcc;
  text-align: center;
  font-family: Archivo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.28px;
  padding: 0;
  padding-bottom: 25px;
}
.summary-signup-nudge-v3 .modal-body .summary-box-email:has(input[type='email']) {
  position: relative;
}
.summary-signup-nudge-v3 .modal-body .summary_box_btn {
  float: right;
  display: inline-flex;
  width: max-content;
  justify-content: end;
  padding: 0 10px;
  left: auto;
  right: 5px;
  top: 13px;
  position: absolute;
}
.summary-signup-nudge-v3 .summary-box-email {
  font-size: 14px;
  line-height: 20px;
  font-family: Archivo;
  letter-spacing: 0.28px;
}
.summary-signup-nudge-v3 .error {
  font-family: Archivo;
}
@media (min-width: 1024px) {
  .summary-signup-nudge-v3 .modal-body {
    padding: 30px 0px !important;
    max-width: 540px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .summary-signup-nudge-v3 .modal-body h3 {
    margin-top: 10px;
    color: #321f1f;
    text-align: center;
    font-family: Archivo;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
  .summary-signup-nudge-v3 .modal-body .subtitle {
    margin-top: 5px;
    color: #321f1fcc;
    text-align: center;
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.16px;
    padding-bottom: 40px;
  }
  .summary-signup-nudge-v3 .summary-box-email {
    font-size: 16px;
    line-height: 22px;
    font-family: Archivo;
    letter-spacing: 0.28px;
  }
}
/* Stciky App Adoption nudge on story page */
.app-adoption-sticky-nudges {
  position: static;
  background-color: #201111;
  text-align: center;
  transition: all 0.3s ease;
}
.app-adoption-sticky-nudges .app-adoption-sticky-nudges-container {
  padding: 12px 0;
}
.app-adoption-sticky-nudges .app-adoption-sticky-nudges-container p {
  font-family: Archivo;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
.app-adoption-sticky-nudges .app-adoption-sticky-nudges-container button {
  color: #f33;
  display: inline-flex;
  align-items: center;
}
.app-adoption-sticky-nudges .app-adoption-sticky-nudges-container a {
  color: #f33;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .app-adoption-sticky-nudges .app-adoption-sticky-nudges-container {
    padding: 15px 0;
  }

  .app-adoption-sticky-nudges .app-adoption-sticky-nudges-container p {
    font-size: 15px;
    line-height: 20px;
  }
}
.app-adoption-sticky-nudges-close-icon {
  float: right;
  display: flex;
  position: relative;
  margin: 5px;
  opacity: 0.36;
  cursor: pointer;
}
/* Start nudges-for-recommend-related-podcast on stody page bottom*/
.nudges-for-recommend-related-podcast {
  border-radius: 2px;
  border: 1px solid rgba(50, 31, 31, 0.12);
  padding: 15px;
  max-width: 620px;
  margin: 50px auto 0px;
}
.nudges-for-recommend-related-podcast {
  padding: 15px;
}
.nudges-for-recommend-related-podcast .recommend-related-podcast-container {
  display: flex;
  gap: 15px;
}
.nudges-for-recommend-related-podcast p {
  color: #321f1fcc;
  font-family: Ivar;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.15px;
  margin-bottom: 0px !important;
}
.nudges-for-recommend-related-podcast span {
  color: #321f1f;
  font-weight: 700;
}
.nudges-for-recommend-related-podcast img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.nudges-for-recommend-related-podcast .solid-line-divider {
  margin: 15px 0;
  height: 1px;
  background-color: #321f1f1f;
}
.divider-dotted-thin {
  width: 100%;
  height: 2px;
  background-image: url(https://the-ken.com/public/wp-content/themes/the-ken/assets/assets_3_0/assets/grey-dot.svg);
  background-position: top;
  background-size: 5px 2px;
  background-repeat: repeat-x;
  margin: 15px 0 !important;
}
.recommend-related-podcast-container .episode-no-time {
  font-size: 9px;
  line-height: 12px;
  font-family: Archivo;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(50, 31, 31, 0.56);
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .nudges-for-recommend-related-podcast {
    padding: 20px;
  }
  .nudges-for-recommend-related-podcast .recommend-related-podcast-container {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .nudges-for-recommend-related-podcast p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.18px;
  }
  .nudges-for-recommend-related-podcast img {
    width: 96px;
    height: 96px;
  }
  .nudges-for-recommend-related-podcast .solid-line-divider,
  .nudges-for-recommend-related-podcast .divider-dotted-thin {
    margin: 20px 0;
  }
}

/* End nudges-for-recommend-related-podcast on stody page bottom*/

.story-side-nav-pill .story-side-nav > span.share-icon-container.gift-icon-container:hover svg path,
.story-metadata-container .actions-container .share-icon-container.gift-icon-container:hover svg path {
  stroke: #f33;
  stroke-opacity: 1;
  fill: none;
}

@media (max-width: 1024px) {
  .story-side-nav-pill .story-side-nav {
    width: 200px;
  }
}

.google-preferred-source-container {
  font-family: Archivo !important;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
  padding: 15px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  background-color: #321f1f0a;
}
.google-preferred-source-container p {
  font-family: Archivo !important;
}
.google-preferred-source-container .side-note-text,
.google-preferred-source-container .side-note-text span span,
.google-preferred-source-container .side-note-text span {
  margin-bottom: 0;
  flex: 1;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.28px;
}

.google-preferred-source-container .side-note-text span span,
.google-preferred-source-container .side-note-text span {
  font-weight: 600;
}
.google-preferred-source-container img {
  width: 115px;
}
.google-preferred-source-container .side-note-text a {
  color: #f33;
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
  min-width: 130px;
  max-width: 200px;
}
@media (min-width: 1024px) {
  .google-preferred-source-container {
    font-family: Archivo !important;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  .google-preferred-source-container .side-note-text,
  .google-preferred-source-container .side-note-text span span,
  .google-preferred-source-container .side-note-text span {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.16px;
  }
  .google-preferred-source-container img {
    width: 130px;
  }
}
