/* Newsroom articles: one editorial column, with typography doing the work. */
.newsroom-article{padding:78px 24px 0;color:#253142}
.newsroom-article__header{max-width:940px;margin:0 auto 68px;text-align:center}
.newsroom-article__category{display:inline-block;color:var(--primary);font-size:14px;font-weight:600;margin-bottom:22px}
.newsroom-article__header h1{font-size:44px;font-weight:700;line-height:1.38;letter-spacing:-.035em;text-wrap:balance;margin:0}
html[lang=ko] .newsroom-article__header h1{white-space:pre-line}
.newsroom-article__subtitle{max-width:740px;margin:24px auto 22px;font-size:20px;line-height:1.7;color:#586270;letter-spacing:-.015em;text-wrap:balance}
.newsroom-article__header h1+time{margin-top:24px}
.newsroom-article__header time{display:block;font-size:14px;line-height:1.5;color:#727b87;font-variant-numeric:tabular-nums}
.newsroom-article__body{max-width:760px;margin:auto;font-size:18px;line-height:1.95;letter-spacing:-.01em}
.newsroom-article__body p{margin:0 0 24px}
.newsroom-article__body .newsroom-article__lead{font-size:20px;line-height:1.85;color:#172538;font-weight:550;margin-bottom:40px}
.newsroom-article__section{margin-top:52px}
.newsroom-article__section h2{font-size:27px;line-height:1.5;letter-spacing:-.025em;font-weight:700;margin:0 0 22px;color:#172538;text-wrap:balance}
.newsroom-article__body .newsroom-article__closing{margin-top:42px;margin-bottom:0}
.newsroom-article__end{max-width:808px;margin:58px auto 84px;padding:0 24px}
.newsroom-article__related{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:30px 0;border-top:1px solid #e8ebef}
.newsroom-article__related h2{margin:0 0 2px;font-size:15px;font-weight:600;color:#647083}
.newsroom-article__related .text-link{font-size:16px;line-height:1.65;gap:14px;font-weight:500}
.newsroom-article__related .icon{flex-shrink:0;width:17px;height:17px}
.newsroom-article__back{margin-top:28px;text-align:center}
.newsroom-article__back .text-link{font-size:15px}
html[lang=en] .newsroom-article{word-break:keep-all;overflow-wrap:normal}
html[lang=en] .newsroom-article__header h1{letter-spacing:-.025em}
html[lang=ja] .newsroom-article,html[lang=zh-Hans] .newsroom-article{word-break:normal;overflow-wrap:anywhere}
@media(max-width:760px){
 .newsroom-article{padding-top:46px}
 .newsroom-article__header{margin-bottom:44px}
 .newsroom-article__header h1{font-size:34px;line-height:1.42;letter-spacing:-.035em}
 .newsroom-article__subtitle{font-size:18px;line-height:1.75;margin-top:20px;margin-bottom:20px}
 .newsroom-article__body{font-size:18px;line-height:1.95}
 .newsroom-article__body .newsroom-article__lead{font-size:19px;line-height:1.85;margin-bottom:32px}
 .newsroom-article__section{margin-top:42px}
 .newsroom-article__section h2{font-size:25px;line-height:1.5;margin-bottom:20px}
 .newsroom-article__end{margin-top:42px;margin-bottom:58px}
}
@media(max-width:460px){
 .newsroom-article{padding:34px 24px 0}
 .newsroom-article__category{font-size:13px;margin-bottom:18px}
 .newsroom-article__header h1{font-size:30px;line-height:1.45;letter-spacing:-.035em}
 .newsroom-article__subtitle{font-size:17px;margin-top:18px}
 .newsroom-article__header h1+time{margin-top:18px}
 .newsroom-article__header time{font-size:13px}
 .newsroom-article__body{font-size:17px;line-height:1.95}
 .newsroom-article__body .newsroom-article__lead{font-size:18px;line-height:1.9}
 .newsroom-article__section h2{font-size:23px}
 .newsroom-article__related .text-link{font-size:15px}
}
