.story-detail,.story-detail__header{display:flex;flex-direction:column}.story-detail__header{align-items:center;gap:3rem;padding:3rem 1.6rem;background-color:var(--color-black-100)}.story-detail__thumbnail{position:relative;width:100%;max-width:72rem;aspect-ratio:16/9;background-color:var(--color-surface-gray)}.story-detail__meta{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:72rem}.story-detail__content-wrapper{display:flex;flex-direction:column;gap:6rem;padding:6rem 1.6rem 12rem;background-color:var(--color-white-100)}.story-detail__body{display:flex;flex-direction:column;gap:4rem;width:100%;max-width:80rem;margin:0 auto}.story-detail__content{width:100%;color:var(--color-black);font-size:1.6rem;line-height:2.4rem}.story-detail__content h1,.story-detail__content h2,.story-detail__content h3,.story-detail__content h4,.story-detail__content h5,.story-detail__content h6{margin-bottom:1.6rem;font-weight:600;color:var(--color-gray-900)}.story-detail__content p{margin-bottom:1.6rem}.story-detail__content img{max-width:100%;height:auto;margin:2rem 0}.story-detail__content ol,.story-detail__content ul{margin-bottom:1.6rem;padding-left:2rem}.story-detail__content li{margin-bottom:.8rem}.story-detail__content a{color:var(--color-blue-600);text-decoration:underline}.story-detail__tags{width:100%}.story-detail__divider{width:100%;max-width:80rem;margin:0 auto;border-color:var(--color-border-gray)}.story-detail__cta{width:100%;max-width:80rem;margin:0 auto;padding:0}.story-detail__cta>div{max-width:100%;padding:0}.story-detail__cta .cta-banner-gradient{padding:3rem}@media (min-width:800px){.story-detail__header{padding:6rem 4rem}.story-detail__content-wrapper{padding:6rem 4rem 12rem}}