body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortunev2-hero-visual{
  position:relative;
}

body[data-page-key="fortune-hub-v2"] .fortune-hero-story-overlay[hidden]{
  display:none !important;
}

body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay{
  position:absolute;
  inset:16px;
  z-index:3;
  display:block;
  pointer-events:none;
}

body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__item{
  position:absolute;
  width:min(46%, 285px);
  padding:10px 12px 9px;
  border:1px solid rgba(255,255,255,.82);
  border-radius:15px;
  background:linear-gradient(145deg, rgba(255,255,255,.95), rgba(255,249,238,.9));
  box-shadow:0 14px 32px rgba(44,31,17,.22), inset 0 1px 0 rgba(255,255,255,.82);
  color:#2f261d;
  opacity:0;
  transform:translate3d(0,12px,0) scale(.92);
  transition:opacity .26s ease, transform .26s cubic-bezier(.2,.84,.28,1);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
}

body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__item.is-active{
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
}

body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__item.is-front{
  z-index:5;
}

body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__item[data-fortune-hero-story-position="left-low"]{
  left:4%;
  bottom:7%;
}

body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__item[data-fortune-hero-story-position="right-low"]{
  right:4%;
  bottom:12%;
}

body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__item[data-fortune-hero-story-position="center-low"]{
  left:28%;
  bottom:5%;
}

body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__item[data-fortune-hero-story-position="left-mid"]{
  left:5%;
  top:26%;
}

body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__item[data-fortune-hero-story-position="right-mid"]{
  right:5%;
  top:30%;
}

body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__item[data-fortune-hero-story-position="center-mid"]{
  left:30%;
  top:39%;
}

body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:5px;
  margin-bottom:4px;
  color:#9b6a27;
  font-size:11px;
  font-weight:800;
  letter-spacing:.02em;
}

body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__eyebrow::before{
  content:"";
  width:6px;
  height:6px;
  border-radius:999px;
  background:#d9a441;
  box-shadow:0 0 0 4px rgba(217,164,65,.16);
}

body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__item p{
  display:-webkit-box;
  margin:0;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  color:#2d2924;
  font-size:13px;
  font-weight:750;
  line-height:1.42;
}

body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  column-gap:6px;
  row-gap:2px;
  margin-top:6px;
  color:#7b6a58;
  font-size:11px;
  font-weight:700;
}

body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__name{
  display:inline-flex;
  align-items:center;
  gap:4px;
  min-width:0;
  color:#67523b;
  font-size:11px;
  font-weight:800;
}

body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__badge{
  width:14px;
  height:14px;
  filter:drop-shadow(0 1px 2px rgba(132,86,12,0.2));
}

body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__date,
body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__teacher{
  display:inline-flex;
  align-items:center;
  gap:6px;
  white-space:nowrap;
}

body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__date::before,
body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__teacher::before{
  content:"";
  width:4px;
  height:4px;
  border-radius:999px;
  background:rgba(123,106,88,.46);
}

@media (max-width: 720px){
  body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay{
    inset:8px;
  }

  body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__item{
    width:56%;
    max-width:190px;
    padding:7px 9px 6px;
    border-radius:12px;
    box-shadow:0 12px 26px rgba(44,31,17,.22), inset 0 1px 0 rgba(255,255,255,.78);
  }

  body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__item[data-fortune-hero-story-position="left-low"]{
    left:4px;
    bottom:10px;
  }

  body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__item[data-fortune-hero-story-position="right-low"]{
    right:4px;
    bottom:6px;
  }

  body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__item[data-fortune-hero-story-position="center-low"]{
    left:17%;
    bottom:-2px;
  }

  body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__item[data-fortune-hero-story-position="left-mid"]{
    left:4px;
    top:18px;
  }

  body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__item[data-fortune-hero-story-position="right-mid"]{
    right:4px;
    top:30px;
  }

  body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__item[data-fortune-hero-story-position="center-mid"]{
    left:20%;
    top:72px;
  }

  body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__eyebrow{
    margin-bottom:3px;
    font-size:9px;
  }

  body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__item p{
    font-size:11px;
    line-height:1.32;
  }

  body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__meta{
    margin-top:4px;
    column-gap:5px;
    row-gap:1px;
    font-size:9px;
  }

  body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__name{
    gap:3px;
    font-size:9px;
  }

  body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__badge{
    width:12px;
    height:12px;
  }
}

@media (prefers-reduced-motion: reduce){
  body[data-page-key="fortune-hub-v2"].fortune-hero-story-preview-enabled .fortune-hero-story-overlay__item{
    transition:none;
    transform:none;
  }
}
