:root{
--lt-red:#d71920;
--lt-red-dark:#b51219;
--lt-black:#111;
--lt-ink:#1f1f1f;
--lt-muted:#666;
--lt-soft:#f5f5f5;
--lt-line:#e5e5e5;
--lt-white:#fff;
--lt-max:1180px;
--lt-radius:2px;
--lt-shadow:0 1px 2px rgba(0,0,0,.08);
--font-sans:"Noto Sans Thai", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
--lt-base-size:15px;
--lt-nav-size:14px;
--lt-hero-size:34px;
--lt-section-title-size:19px;
--lt-card-title-size:18px;
--lt-article-title-size:44px;
--lt-article-body-size:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--lt-ink);font-family:var(--font-sans);font-size:var(--lt-base-size);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}a:hover{color:var(--lt-red)}img{max-width:100%;height:auto;display:block}.screen-reader-text{position:absolute;left:-9999px}.lt-container{width:min(var(--lt-max),calc(100% - 40px));margin-inline:auto}.lt-topbar{background:#090909;color:#fff;font-size:12px}.lt-topbar__inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:16px}.lt-toplinks{display:flex;gap:20px;align-items:center}.lt-social{display:flex;gap:10px;align-items:center}.lt-social a{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#222;color:#fff;font-size:11px}.lt-header{background:#fff;border-bottom:1px solid var(--lt-line)}.lt-header__inner{height:92px;display:grid;grid-template-columns:230px 1fr 190px;gap:28px;align-items:center}.lt-logo{display:inline-flex;align-items:center;gap:10px;font-weight:900;letter-spacing:-.03em;line-height:.9;font-size:31px;color:#111}.lt-logo-mark{display:grid;grid-template-columns:repeat(3,9px);gap:3px}.lt-logo-mark span{height:34px;background:var(--lt-red)}.lt-logo strong{display:block}.lt-logo em{display:block;font-style:normal;color:var(--lt-red)}.lt-tagline{font-size:12px;color:#444;margin-top:4px;letter-spacing:0}.lt-search{position:relative}.lt-search input{width:100%;height:42px;border:1px solid var(--lt-line);border-radius:var(--lt-radius);padding:0 44px 0 14px;font-family:inherit;background:#fafafa}.lt-search button{position:absolute;right:6px;top:6px;border:0;background:transparent;width:30px;height:30px;cursor:pointer;font-size:18px}.lt-weather-top{display:flex;align-items:center;justify-content:flex-end;gap:10px}.lt-weather-icon{font-size:32px}.lt-weather-place{font-weight:700;font-size:13px}.lt-weather-temp{font-size:28px;font-weight:900;color:var(--lt-red);line-height:1}.lt-weather-meta{font-size:11px;color:#666}.lt-nav{height:48px;background:#fff;border-bottom:3px solid var(--lt-red);position:sticky;top:0;z-index:50}.admin-bar .lt-nav{top:32px}.lt-nav__inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:14px}.lt-menu{display:flex;align-items:center;gap:0;list-style:none;margin:0;padding:0}.lt-menu li a{display:block;padding:15px 17px;font-size:var(--lt-nav-size);font-weight:800;border-left:1px solid transparent}.lt-menu li.current-menu-item>a,.lt-menu li a:hover{background:var(--lt-red);color:#fff}.lt-menu-toggle{display:none;border:0;background:#111;color:#fff;width:42px;height:36px;font-size:22px}.lt-breaking{border-bottom:1px solid var(--lt-line);background:#fff}.lt-breaking__inner{height:44px;display:flex;align-items:center;gap:12px;white-space:nowrap;overflow:hidden}.lt-breaking-label{background:var(--lt-red);color:#fff;font-weight:800;padding:6px 10px;font-size:13px}.lt-breaking-text{font-weight:700}.lt-main{padding:26px 0 0}.lt-grid-main{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px}.lt-lead-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.65fr);gap:18px}.lt-card{background:#fff;border:1px solid var(--lt-line);box-shadow:none}.lt-hero{position:relative;min-height:455px;overflow:hidden;background:#111}.lt-hero img{width:100%;height:455px;object-fit:cover}.lt-hero:after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.88))}.lt-hero__content{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;color:#fff}.lt-label{display:inline-block;background:var(--lt-red);color:#fff;font-size:12px;font-weight:900;padding:4px 7px;margin-bottom:10px}.lt-hero h1{font-size:var(--lt-hero-size);line-height:1.18;margin:0 0 12px;letter-spacing:-.02em}.lt-hero p{margin:0 0 10px;max-width:650px;color:#eee}.lt-meta{font-size:12px;color:#777}.lt-hero .lt-meta{color:#ddd}.lt-side-stack{display:grid;gap:12px}.lt-side-story{display:grid;grid-template-columns:132px 1fr;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--lt-line)}.lt-side-story img{width:132px;height:92px;object-fit:cover}.lt-side-story h3{font-size:15px;line-height:1.32;margin:0 0 5px}.lt-sidebar{display:grid;gap:18px}.lt-widget{border:1px solid var(--lt-line);padding:18px;background:#fff}.lt-widget h2,.lt-section-title{font-size:var(--lt-section-title-size);line-height:1.2;margin:0 0 16px;padding-left:11px;border-left:4px solid var(--lt-red);letter-spacing:-.01em}.lt-weather-box{display:grid;grid-template-columns:70px 1fr;gap:8px;align-items:center}.lt-weather-box .big{font-size:40px;font-weight:900;color:var(--lt-red);line-height:1}.lt-forecast{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px;padding-top:12px;border-top:1px solid var(--lt-line);font-size:12px;text-align:center}.lt-most-list{counter-reset:rank;list-style:none;margin:0;padding:0}.lt-most-list li{counter-increment:rank;display:grid;grid-template-columns:30px 64px 1fr;gap:10px;padding:10px 0;border-bottom:1px solid var(--lt-line);align-items:start}.lt-most-list li:before{content:counter(rank);font-size:24px;font-weight:900;color:var(--lt-red);line-height:1}.lt-most-list img{width:64px;height:48px;object-fit:cover}.lt-most-list h3{font-size:13px;line-height:1.28;margin:0}.lt-button-outline{display:block;text-align:center;border:1px solid #222;padding:10px 12px;font-weight:800;margin-top:12px}.lt-button-red{display:block;background:var(--lt-red);color:#fff;text-align:center;padding:12px;border:0;width:100%;font-weight:900;font-family:inherit;cursor:pointer}.lt-newsletter input{width:100%;height:40px;border:1px solid var(--lt-line);padding:0 10px;margin:8px 0 10px;font-family:inherit}.lt-ad{background:#f1f1f1;min-height:142px;display:flex;align-items:center;justify-content:center;color:#777;text-align:center;position:relative;overflow:hidden}.lt-ad img{width:100%;height:100%;object-fit:cover}.lt-ad__text{position:absolute;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4);font-weight:900}.lt-section{margin-top:30px}.lt-highlight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.lt-highlight-card{border:1px solid var(--lt-line);background:#fff}.lt-highlight-card img{width:100%;height:168px;object-fit:cover}.lt-highlight-card__body{padding:12px}.lt-highlight-card h3{font-size:var(--lt-card-title-size);line-height:1.35;margin:0 0 8px}.lt-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:26px}.lt-feature-row{display:grid;grid-template-columns:255px 1fr;gap:18px;border:1px solid var(--lt-line);padding:14px}.lt-feature-row img{width:255px;height:165px;object-fit:cover}.lt-feature-row h2{font-size:calc(var(--lt-card-title-size) + 4px);line-height:1.25;margin:0 0 8px}.lt-small-list{display:grid;gap:0}.lt-small-item{display:grid;grid-template-columns:86px 1fr;gap:10px;padding:10px 0;border-bottom:1px solid var(--lt-line)}.lt-small-item img{width:86px;height:62px;object-fit:cover}.lt-small-item h4{margin:0;font-size:14px;line-height:1.35}.lt-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.lt-cat-box{border-top:3px solid var(--lt-line);padding-top:10px}.lt-cat-box h2{font-size:17px;margin:0 0 10px;color:#111}.lt-cat-box h2 span{color:var(--lt-red)}.lt-cat-box img{width:100%;height:120px;object-fit:cover;margin-bottom:10px}.lt-cat-box h3{font-size:15px;line-height:1.35;margin:0 0 9px}.lt-cat-box ul{margin:0;padding:0 0 0 14px}.lt-cat-box li{font-size:13px;margin-bottom:8px}.lt-video-strip{display:grid;grid-template-columns:repeat(5,1fr) 120px;gap:14px;align-items:start}.lt-video-card{position:relative}.lt-video-card img{height:112px;width:100%;object-fit:cover}.lt-play{position:absolute;left:10px;bottom:38px;background:rgba(0,0,0,.72);color:#fff;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px}.lt-video-card h3{font-size:13px;line-height:1.35;margin:8px 0 0}.lt-footer{background:#111;color:#fff;margin-top:36px}.lt-footer__inner{padding:32px 0;display:grid;grid-template-columns:1.2fr repeat(4,1fr);gap:24px}.lt-footer h3{margin:0 0 12px}.lt-footer ul{list-style:none;margin:0;padding:0}.lt-footer li{margin-bottom:7px;color:#ccc;font-size:13px}.lt-footer-bottom{border-top:1px solid #333;padding:12px 0;font-size:12px;color:#aaa}.lt-post-layout{display:grid;grid-template-columns:minmax(0,760px) 320px;gap:44px}.lt-article h1{font-size:var(--lt-article-title-size);line-height:1.16;margin:10px 0 16px;letter-spacing:-.025em}.lt-article .entry-meta{color:#777;margin-bottom:20px}.lt-article .post-thumbnail img{width:100%;height:auto;margin:0 0 22px}.lt-article-content{font-size:var(--lt-article-body-size);line-height:1.85}.lt-article-content p{margin:0 0 1.25em}.lt-article-content h2{font-size:28px;line-height:1.25;margin:1.7em 0 .7em}.lt-archive-header{border-bottom:2px solid #111;margin-bottom:24px;padding-bottom:12px}.lt-archive-header h1{font-size:36px;margin:0}.lt-archive-list{display:grid;gap:0}.lt-archive-item{display:grid;grid-template-columns:250px 1fr;gap:20px;padding:18px 0;border-bottom:1px solid var(--lt-line)}.lt-archive-item img{width:250px;height:150px;object-fit:cover}.lt-archive-item h2{font-size:24px;line-height:1.25;margin:0 0 8px}.lt-pagination{margin:30px 0}.lt-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;border:1px solid var(--lt-line);margin-right:6px}.lt-pagination .current{background:#111;color:#fff}.lt-error{padding:60px 0;text-align:center}.lt-mobile-panel{display:none}.lt-main-menu-wrap{display:block}.wp-caption{max-width:100%}.aligncenter{margin-inline:auto}.alignleft{float:left;margin:0 20px 20px 0}.alignright{float:right;margin:0 0 20px 20px}
@media (max-width:1024px){.lt-container{width:min(100% - 28px,var(--lt-max))}.lt-header__inner{grid-template-columns:210px 1fr 150px}.lt-grid-main{grid-template-columns:1fr}.lt-sidebar{grid-template-columns:repeat(2,1fr)}.lt-category-grid{grid-template-columns:repeat(3,1fr)}.lt-video-strip{grid-template-columns:repeat(3,1fr)}.lt-post-layout{grid-template-columns:1fr}.lt-article h1{font-size:38px}}
@media (max-width:800px){.lt-toplinks{display:none}.lt-header__inner{height:74px;display:flex;justify-content:space-between}.lt-search{display:none}.lt-weather-top{transform:scale(.9);transform-origin:right center}.lt-logo{font-size:25px}.lt-logo-mark span{height:28px}.lt-nav{height:auto}.lt-main-menu-wrap{display:none;position:absolute;left:0;right:0;top:48px;background:#111;border-top:1px solid #333}.lt-nav.is-open .lt-main-menu-wrap{display:block}.lt-menu{display:block}.lt-menu li a{color:#fff;border-bottom:1px solid #333}.lt-menu li.current-menu-item>a,.lt-menu li a:hover{background:var(--lt-red)}.lt-menu-toggle{display:block}.lt-breaking__inner{height:auto;min-height:42px;padding:8px 0}.lt-grid-main,.lt-lead-layout,.lt-two-cols{display:block}.lt-side-stack{margin-top:16px}.lt-hero,.lt-hero img{min-height:380px;height:380px}.lt-hero h1{font-size:27px}.lt-sidebar{display:block}.lt-widget{margin-top:18px}.lt-highlight-grid{grid-template-columns:1fr}.lt-feature-row{grid-template-columns:1fr}.lt-feature-row img{width:100%;height:auto}.lt-category-grid{grid-template-columns:1fr 1fr}.lt-video-strip{grid-template-columns:1fr 1fr}.lt-footer__inner{grid-template-columns:1fr 1fr}.lt-archive-item{grid-template-columns:120px 1fr}.lt-archive-item img{width:120px;height:82px}.lt-archive-item h2{font-size:18px}.lt-article h1{font-size:32px}.lt-article-content{font-size:17px}}
@media (max-width:520px){.lt-container{width:calc(100% - 22px)}.lt-topbar__inner{height:30px;font-size:11px}.lt-weather-top{display:none}.lt-header__inner{height:70px}.lt-hero,.lt-hero img{height:330px;min-height:330px}.lt-hero__content{left:14px;right:14px;bottom:16px}.lt-hero h1{font-size:23px}.lt-side-story{grid-template-columns:110px 1fr}.lt-side-story img{width:110px;height:78px}.lt-highlight-card img{height:150px}.lt-category-grid,.lt-video-strip,.lt-footer__inner{grid-template-columns:1fr}.lt-post-layout{display:block}.lt-article h1{font-size:29px}.lt-article-content{font-size:16px}.lt-archive-header h1{font-size:30px}} .lt-logo--image{line-height:1;gap:0;letter-spacing:0}.lt-custom-logo{max-width:260px;max-height:78px;width:auto;height:auto;object-fit:contain}.lt-custom-logo--footer{filter:none;max-width:240px;max-height:72px}.lt-brand{min-width:0}.lt-nav{z-index:999}.lt-main-menu-wrap{position:relative;overflow:visible;min-width:0}.lt-menu{flex-wrap:nowrap}.lt-menu li{position:relative;list-style:none}.lt-menu > li > a{white-space:nowrap}.lt-menu .sub-menu{display:none;position:absolute;left:0;top:100%;z-index:10000;min-width:230px;background:#fff;border:1px solid var(--lt-line);box-shadow:0 10px 26px rgba(0,0,0,.13);list-style:none;margin:0;padding:6px 0}.lt-menu li:hover > .sub-menu,.lt-menu li:focus-within > .sub-menu{display:block}.lt-menu .sub-menu li a{padding:10px 14px;background:#fff;color:#111;border:0;font-size:calc(var(--lt-nav-size) - 1px);font-weight:700}.lt-menu .sub-menu li a:hover{background:var(--lt-red);color:#fff}.lt-menu .sub-menu .sub-menu{left:100%;top:0}.lt-footer-menu{list-style:none;margin:0;padding:0}.lt-footer a{color:#ccc}.lt-footer a:hover{color:#fff}.lt-footer .cat-item{list-style:none;margin:0 0 7px;padding:0}.lt-footer .cat-item a{color:#ccc;font-size:13px}.lt-footer .lt-logo--image{display:inline-flex;margin-bottom:8px}.lt-footer .lt-custom-logo--footer{background:transparent}
@media (min-width:801px){.lt-menu > li > a{padding-left:12px;padding-right:12px}.lt-menu .menu-item-has-children > a:after{content:'▾';font-size:10px;margin-left:5px;color:currentColor}.lt-nav__inner{position:relative}.lt-main-menu-wrap{max-width:100%}}
@media (max-width:800px){.lt-main-menu-wrap{position:absolute;z-index:10000;left:0;right:0;top:48px;background:#111;overflow:visible}.lt-menu{display:block}.lt-menu .sub-menu{display:block;position:static;background:#181818;border:0;box-shadow:none;min-width:0;padding:0 0 0 14px}.lt-menu .sub-menu li a{background:#181818;color:#eee;padding:9px 18px}.lt-menu .sub-menu li a:hover{background:var(--lt-red);color:#fff}.lt-custom-logo{max-height:58px;max-width:210px}} .lt-breaking__inner{position:relative}
.lt-breaking-marquee{flex:1;min-width:0;overflow:hidden;position:relative;height:100%;display:flex;align-items:center}
.lt-breaking-track{display:inline-flex;align-items:center;gap:24px;white-space:nowrap;will-change:transform;animation:lt-marquee var(--lt-marquee-duration, 38s) linear infinite}
.lt-breaking-track:hover{animation-play-state:paused}
.lt-breaking-item{font-weight:800;display:inline-flex;align-items:center;gap:8px}
.lt-breaking-time{color:var(--lt-red);font-weight:900;font-size:12px}
.lt-breaking-sep{color:#bbb;font-weight:400}
@keyframes lt-marquee{0%{transform:translateX(100%)}100%{transform:translateX(-100%)}}
@media (prefers-reduced-motion: reduce){.lt-breaking-track{animation:none;transform:none;overflow:auto}}
@media (max-width:520px){.lt-breaking-track{gap:18px;animation-duration:32s}.lt-breaking__inner .lt-all-link{display:none}} .lt-topbar-menu{display:flex;gap:18px;list-style:none;margin:0;padding:0;align-items:center}
.lt-topbar-menu a{color:#fff;text-decoration:none;font-weight:600}
.lt-breaking{overflow:hidden}
.lt-breaking .lt-container{display:flex;gap:14px;align-items:center}
.lt-breaking-marquee{display:flex;align-items:center;gap:18px;min-width:0;flex:1;overflow:hidden}
.lt-breaking-track{display:inline-flex;gap:36px;white-space:nowrap;animation:ltTicker var(--lt-marquee-duration,85s) linear infinite}
.lt-breaking-track:hover{animation-play-state:paused}
.lt-breaking-item{font-weight:700}
.lt-breaking-time{color:var(--lt-red);font-weight:900;margin-right:6px}
.lt-breaking-sep{color:#999;margin-left:18px}
.lt-breaking-all{white-space:nowrap;font-weight:800;color:var(--lt-red)}
@keyframes ltTicker{0%{transform:translateX(100%)}100%{transform:translateX(-100%)}}
.lt-view-count strong{font-weight:900;color:#333}
.lt-list-views{display:block;color:#777;font-size:12px;margin-top:4px}
.lt-most-list li{grid-template-columns:42px 82px 1fr;align-items:start}
.lt-most-thumb{display:block;position:relative}
.lt-most-thumb img{width:82px;height:58px;object-fit:cover}
.lt-most-views-big{display:block;font-size:18px;line-height:1.05;font-weight:900;color:var(--lt-red);margin-top:5px;text-align:left}
.lt-feature-fullframe{border:1px solid var(--lt-line);background:#fff}
.lt-feature-fullframe__image{position:relative;display:block;overflow:hidden;background:#111}
.lt-feature-fullframe__image img{width:100%;aspect-ratio:16/9;object-fit:cover}
.lt-feature-fullframe__content{padding:14px 16px}
.lt-feature-fullframe__content h2{font-size:26px;line-height:1.25;margin:8px 0;font-weight:900}
.lt-feature-fullframe__content p{color:#555;margin:0 0 10px}
.lt-feature-mini-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}
.lt-feature-mini-list a{display:grid;grid-template-columns:72px 1fr;gap:8px;border-bottom:1px solid var(--lt-line);padding-bottom:8px;font-weight:800;font-size:13px}
.lt-feature-mini-list img{width:72px;height:52px;object-fit:cover}
.lt-feature-mini-list small{display:block;color:#777;font-weight:600;margin-top:3px}
@media(max-width:720px){
.lt-topbar-menu{display:none}
.lt-breaking-all{display:none}
.lt-feature-mini-list{grid-template-columns:1fr}
.lt-feature-fullframe__content h2{font-size:22px}
} .lt-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;border-bottom:1px solid var(--lt-line);padding-bottom:12px;margin-bottom:18px}.lt-section-desc{margin:0;color:var(--lt-muted);font-size:14px}.lt-result-list{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--lt-line)}.lt-result-item{display:grid;grid-template-columns:260px 1fr;gap:18px;padding:18px 0;border-bottom:1px solid var(--lt-line)}.lt-result-thumb img{width:260px;height:155px;object-fit:cover}.lt-result-body h2{margin:8px 0 8px;font-size:24px;line-height:1.28;font-weight:900}.lt-result-body p{margin:8px 0 0;color:#555}.lt-pagination{display:flex;gap:8px;flex-wrap:wrap;margin:26px 0 0}.lt-pagination .page-numbers{display:inline-flex;min-width:36px;height:36px;align-items:center;justify-content:center;border:1px solid var(--lt-line);padding:0 10px;font-weight:800}.lt-pagination .current{background:var(--lt-red);color:#fff;border-color:var(--lt-red)}.lt-empty-state{text-align:center;padding:70px 20px;border:1px solid var(--lt-line);background:#fafafa}@media(max-width:720px){.lt-section-head{display:block}.lt-result-item{grid-template-columns:1fr;gap:10px}.lt-result-thumb img{width:100%;height:auto;aspect-ratio:16/9}.lt-result-body h2{font-size:20px}} .lt-header .lt-search,
.lt-mobile-search .lt-search{
display:block;
width:100%;
}
.lt-search{
position:relative;
}
.lt-search input[type="search"]{
width:100%;
height:42px;
border:1px solid var(--lt-line);
border-radius:var(--lt-radius);
padding:0 48px 0 14px;
font-family:inherit;
background:#fafafa;
}
.lt-search button{
position:absolute;
right:6px;
top:6px;
z-index:3;
border:0;
background:transparent;
width:32px;
height:30px;
cursor:pointer;
font-size:18px;
}
.lt-breaking-time{
min-width:max-content;
}
.lt-breaking-all{
margin-left:auto;
flex-shrink:0;
} .lt-other-news-grid{
display:grid;
grid-template-columns:repeat(5,minmax(0,1fr));
gap:18px;
}
.lt-other-news-box{
border-top:1px solid var(--lt-line);
padding-top:12px;
}
.lt-other-news-head{
display:flex;
justify-content:space-between;
gap:8px;
align-items:center;
margin-bottom:12px;
}
.lt-other-news-head h2{
font-size:18px;
line-height:1.25;
margin:0;
padding-left:10px;
border-left:4px solid var(--lt-red);
font-weight:900;
}
.lt-other-news-head a{
color:var(--lt-red);
font-size:12px;
font-weight:800;
white-space:nowrap;
}
.lt-other-main-card{
border:1px solid var(--lt-line);
background:#fff;
}
.lt-other-main-card img{
width:100%;
aspect-ratio:16/10;
object-fit:cover;
}
.lt-other-main-body{
padding:10px;
}
.lt-other-main-body h3{
font-size:16px;
line-height:1.35;
margin:6px 0 6px;
font-weight:900;
}
.lt-other-mini-grid{
display:grid;
grid-template-columns:1fr;
gap:10px;
margin-top:10px;
}
.lt-other-mini-grid article{
display:grid;
grid-template-columns:72px 1fr;
gap:8px;
border-bottom:1px solid var(--lt-line);
padding-bottom:8px;
}
.lt-other-mini-grid img{
width:72px;
height:52px;
object-fit:cover;
}
.lt-other-mini-grid h4{
font-size:13px;
line-height:1.35;
margin:0 0 3px;
font-weight:800;
}
.lt-feature-fullframe{
overflow:hidden;
}
@media(max-width:1100px){
.lt-other-news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:720px){
.lt-other-news-grid{grid-template-columns:1fr}
} .lt-reuters-home .lt-container{max-width:1180px}
.lt-reuters-lead{
background:#333;
color:#fff;
padding:22px 0 26px;
margin-bottom:28px;
}
.lt-reuters-lead-grid{
display:grid;
grid-template-columns:minmax(0,1fr) 270px;
gap:28px;
}
.lt-top-video__head{
display:flex;
justify-content:space-between;
align-items:center;
color:#fff;
font-size:13px;
margin-bottom:10px;
}
.lt-top-video__head a{color:#fff;font-weight:700}
.lt-top-video__hero{
background:#000;
}
.lt-top-video__hero > a{
display:block;
background:#000;
}
.lt-top-video__hero img{
width:100%;
height:430px;
object-fit:cover;
}
.lt-top-video__caption{
padding:16px 0 0;
background:#333;
}
.lt-top-video__caption h1{
font-size:31px;
line-height:1.18;
margin:8px 0;
font-weight:900;
}
.lt-top-video__caption p{
max-width:780px;
margin:0 0 8px;
color:#eee;
}
.lt-reuters-lead .lt-meta{color:#ddd}
.lt-upnext{
border-left:3px solid var(--lt-red);
padding-left:18px;
max-height:660px;
}
.lt-upnext h2{
font-size:14px;
margin:0 0 12px;
color:#fff;
}
.lt-upnext-item{
display:grid;
grid-template-columns:1fr 74px;
gap:10px;
border-bottom:1px solid rgba(255,255,255,.25);
padding:12px 0;
}
.lt-upnext-item h3{
font-size:14px;
line-height:1.35;
margin:0 0 4px;
color:#fff;
}
.lt-upnext-item span{
font-size:11px;
color:#cfcfcf;
}
.lt-upnext-item img{
width:74px;
height:56px;
object-fit:cover;
}
.lt-reuters-btn{
display:block;
margin-top:18px;
border:1px solid #fff;
color:#fff;
text-align:center;
padding:10px;
border-radius:4px;
font-weight:800;
}
.lt-mini-section-head{
font-weight:900;
font-size:15px;
margin-bottom:12px;
}
.lt-reuters-missed{
border-bottom:1px solid var(--lt-line);
padding-bottom:24px;
margin-bottom:28px;
}
.lt-missed-grid{
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:22px;
}
.lt-missed-grid img{
width:100%;
aspect-ratio:16/10;
object-fit:cover;
}
.lt-missed-grid h3{
font-size:15px;
line-height:1.35;
margin:8px 0 4px;
font-weight:900;
}
.lt-reuters-main-grid{
align-items:start;
}
.lt-reuters-feature-section,
.lt-reuters-category-row{
border-bottom:1px solid var(--lt-line);
padding-bottom:28px;
}
.lt-section-head-simple{
margin-bottom:14px;
}
.lt-reuters-feature{
display:grid;
grid-template-columns:.78fr 1.22fr;
gap:26px;
align-items:start;
}
.lt-reuters-feature__text h2{
font-size:34px;
line-height:1.18;
margin:6px 0 12px;
font-weight:900;
}
.lt-reuters-feature__text p{
color:#555;
margin:0 0 10px;
}
.lt-reuters-feature__image img{
width:100%;
aspect-ratio:16/9;
object-fit:cover;
}
.lt-reuters-feature--compact .lt-reuters-feature__text h2{
font-size:30px;
}
.lt-category-label-line{
font-size:15px;
font-weight:900;
margin-bottom:12px;
}
.lt-category-label-line a{
color:#111;
}
.lt-category-bottom-grid{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:18px;
margin-top:18px;
}
.lt-category-bottom-grid img{
width:100%;
aspect-ratio:16/10;
object-fit:cover;
}
.lt-category-bottom-grid h3{
font-size:15px;
line-height:1.35;
margin:8px 0 4px;
font-weight:900;
} .lt-header .lt-search,
.lt-mobile-search .lt-search{
display:block;
width:100%;
position:relative;
}
.lt-search input[type="search"]{
width:100%;
height:42px;
border:1px solid var(--lt-line);
padding:0 48px 0 14px;
font-family:inherit;
background:#fafafa;
}
.lt-search button{
position:absolute;
right:6px;
top:6px;
z-index:3;
border:0;
background:transparent;
width:32px;
height:30px;
cursor:pointer;
font-size:18px;
}
.lt-breaking-all{
margin-left:auto;
flex-shrink:0;
}
.lt-breaking-time{
color:var(--lt-red);
font-weight:900;
margin-right:8px;
}
@media(max-width:980px){
.lt-reuters-lead-grid,
.lt-reuters-feature{
grid-template-columns:1fr;
}
.lt-top-video__hero img{height:auto;aspect-ratio:16/9}
.lt-upnext{border-left:0;border-top:3px solid var(--lt-red);padding-left:0;padding-top:12px}
.lt-missed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.lt-category-bottom-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
.lt-reuters-lead{padding-top:14px}
.lt-top-video__caption h1{font-size:24px}
.lt-reuters-feature__text h2,
.lt-reuters-feature--compact .lt-reuters-feature__text h2{font-size:24px}
.lt-missed-grid,
.lt-category-bottom-grid{grid-template-columns:1fr}
} .lt-reuters-lead-grid{
grid-template-columns:minmax(0,1fr) 300px;
}
.lt-top-video__caption .lt-label{
margin-bottom:8px;
} .lt-tourism-feature-section{
border-top:1px solid var(--lt-line);
border-bottom:1px solid var(--lt-line);
padding:26px 0 28px;
margin:26px auto 32px;
}
.lt-tourism-hero{
display:grid;
grid-template-columns:.78fr 1.22fr;
gap:26px;
align-items:start;
}
.lt-tourism-text h2{
font-size:34px;
line-height:1.18;
margin:8px 0 12px;
font-weight:900;
}
.lt-tourism-text p{
color:#555;
margin:0 0 10px;
}
.lt-tourism-image img{
width:100%;
aspect-ratio:16/9;
object-fit:cover;
}
.lt-tourism-more{
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:18px;
margin-top:18px;
}
.lt-tourism-more img{
width:100%;
aspect-ratio:16/10;
object-fit:cover;
}
.lt-tourism-more h3{
font-size:15px;
line-height:1.35;
margin:8px 0 4px;
font-weight:900;
} @media(max-width:980px){
.lt-reuters-lead{
padding:16px 0 20px;
}
.lt-reuters-lead-grid{
grid-template-columns:1fr !important;
gap:18px;
}
.lt-top-video__hero{
display:block;
}
.lt-top-video__hero img{
width:100%;
height:auto !important;
aspect-ratio:16/9;
object-fit:cover;
}
.lt-top-video__caption{
padding:14px 0 0;
}
.lt-top-video__caption h1{
font-size:26px !important;
line-height:1.22;
}
.lt-top-video__caption p{
font-size:14px;
}
.lt-upnext{
border-left:0 !important;
border-top:3px solid var(--lt-red);
padding-left:0 !important;
padding-top:14px;
max-height:none !important;
}
.lt-upnext-item{
grid-template-columns:1fr 92px;
gap:12px;
}
.lt-upnext-item img{
width:92px;
height:64px;
}
.lt-reuters-feature,
.lt-reuters-feature--compact,
.lt-tourism-hero{
grid-template-columns:1fr !important;
gap:14px;
}
.lt-reuters-feature__text,
.lt-tourism-text{
order:2;
}
.lt-reuters-feature__image,
.lt-tourism-image{
order:1;
}
.lt-reuters-feature__text h2,
.lt-reuters-feature--compact .lt-reuters-feature__text h2,
.lt-tourism-text h2{
font-size:25px !important;
}
.lt-missed-grid,
.lt-tourism-more{
grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}
}
@media(max-width:640px){
.lt-reuters-lead{
background:#333;
margin-left:calc(50% - 50vw);
margin-right:calc(50% - 50vw);
padding-left:0;
padding-right:0;
}
.lt-top-video__head{
padding:0 12px;
}
.lt-top-video__caption{
padding:12px;
}
.lt-top-video__caption .lt-label{
font-size:12px;
}
.lt-top-video__caption h1{
font-size:24px !important;
}
.lt-upnext{
margin:0 12px;
}
.lt-upnext-item{
grid-template-columns:1fr 86px;
}
.lt-upnext-item h3{
font-size:14px;
}
.lt-missed-grid,
.lt-tourism-more{
grid-template-columns:1fr !important;
}
.lt-tourism-feature-section{
padding-top:20px;
margin-top:20px;
}
.lt-tourism-text h2{
font-size:23px !important;
}
} .lt-tourism-feature-section--infeed{
margin:36px 0;
padding:28px 0;
border-top:1px solid var(--lt-line);
border-bottom:1px solid var(--lt-line);
}
.lt-tourism-hero--fullframe{
display:block;
position:relative;
min-height:430px;
background:#111;
overflow:hidden;
}
.lt-tourism-hero--fullframe .lt-tourism-image{
position:absolute;
inset:0;
display:block;
}
.lt-tourism-hero--fullframe .lt-tourism-image img{
width:100%;
height:100%;
object-fit:cover;
aspect-ratio:auto;
}
.lt-tourism-hero--fullframe:after{
content:'';
position:absolute;
inset:0;
background:linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.72));
z-index:1;
}
.lt-tourism-hero--fullframe .lt-tourism-text{
position:absolute;
left:24px;
right:24px;
bottom:24px;
z-index:2;
color:#fff;
max-width:780px;
}
.lt-tourism-hero--fullframe .lt-tourism-text h2{
color:#fff;
font-size:36px;
line-height:1.15;
margin:8px 0 10px;
}
.lt-tourism-hero--fullframe .lt-tourism-text p,
.lt-tourism-hero--fullframe .lt-meta{
color:#eee;
}
.lt-tourism-feature-section--infeed .lt-tourism-more{
grid-template-columns:repeat(4,minmax(0,1fr));
}
@media(max-width:980px){
.lt-tourism-hero--fullframe{
min-height:360px;
}
.lt-tourism-hero--fullframe .lt-tourism-text{
left:18px;
right:18px;
bottom:18px;
order:initial;
}
.lt-tourism-hero--fullframe .lt-tourism-image{
order:initial;
}
.lt-tourism-hero--fullframe .lt-tourism-text h2{
font-size:28px !important;
}
}
@media(max-width:640px){
.lt-tourism-hero--fullframe{
min-height:330px;
}
.lt-tourism-hero--fullframe .lt-tourism-text{
left:14px;
right:14px;
bottom:14px;
}
.lt-tourism-hero--fullframe .lt-tourism-text h2{
font-size:23px !important;
}
.lt-tourism-feature-section--infeed .lt-tourism-more{
grid-template-columns:1fr !important;
}
} .lt-tourism-reuters-section{
margin:38px 0;
padding:0 0 28px;
border-bottom:1px solid var(--lt-line);
}
.lt-tourism-dark{
display:grid;
grid-template-columns:minmax(0,1fr) 270px;
gap:26px;
background:#333;
color:#fff;
padding:22px;
}
.lt-tourism-dark__head{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:12px;
font-size:13px;
}
.lt-tourism-dark__head a{
color:#fff;
font-weight:800;
}
.lt-tourism-dark__hero > a{
display:block;
background:#000;
}
.lt-tourism-dark__hero img{
width:100%;
height:390px;
object-fit:cover;
}
.lt-tourism-dark__caption{
padding-top:14px;
}
.lt-tourism-dark__caption h2{
color:#fff;
font-size:29px;
line-height:1.18;
margin:8px 0;
font-weight:900;
}
.lt-tourism-dark__caption p{
color:#eee;
margin:0 0 8px;
}
.lt-tourism-dark .lt-meta{
color:#ddd;
}
.lt-tourism-dark__next{
border-left:3px solid var(--lt-red);
padding-left:16px;
max-height:620px;
overflow:auto;
}
.lt-tourism-dark__next h3{
margin:0 0 12px;
font-size:14px;
color:#fff;
}
.lt-tourism-next-item{
display:grid;
grid-template-columns:1fr 74px;
gap:10px;
padding:12px 0;
border-bottom:1px solid rgba(255,255,255,.24);
}
.lt-tourism-next-item h4{
margin:0 0 5px;
font-size:14px;
line-height:1.35;
color:#fff;
font-weight:900;
}
.lt-tourism-next-item span{
font-size:11px;
color:#cfcfcf;
}
.lt-tourism-next-item img{
width:74px;
height:56px;
object-fit:cover;
}
.lt-tourism-missed{
padding-top:20px;
}
.lt-tourism-more-row{
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:18px;
}
.lt-tourism-more-row img{
width:100%;
aspect-ratio:16/10;
object-fit:cover;
}
.lt-tourism-more-row h3{
font-size:15px;
line-height:1.35;
margin:8px 0 4px;
font-weight:900;
}
@media(max-width:980px){
.lt-tourism-dark{
grid-template-columns:1fr;
padding:18px;
}
.lt-tourism-dark__hero img{
height:auto;
aspect-ratio:16/9;
}
.lt-tourism-dark__next{
border-left:0;
border-top:3px solid var(--lt-red);
padding-left:0;
padding-top:14px;
max-height:none;
overflow:visible;
}
.lt-tourism-more-row{
grid-template-columns:repeat(2,minmax(0,1fr));
}
}
@media(max-width:640px){
.lt-tourism-dark{
padding:14px;
margin-left:calc(50% - 50vw);
margin-right:calc(50% - 50vw);
}
.lt-tourism-dark__caption h2{
font-size:23px;
}
.lt-tourism-next-item{
grid-template-columns:1fr 86px;
}
.lt-tourism-next-item img{
width:86px;
height:64px;
}
.lt-tourism-more-row{
grid-template-columns:1fr;
}
} .lt-tourism-reuters-section{
width:min(var(--lt-max), calc(100vw - 44px));
max-width:min(var(--lt-max), calc(100vw - 44px));
position:relative;
z-index:5;
background:#fff;
}
.lt-tourism-dark{
width:100%;
min-height:560px;
grid-template-columns:minmax(0,1fr) 300px;
}
.lt-tourism-dark__hero img{
height:430px;
}
.lt-tourism-missed{
background:#fff;
}
.lt-tourism-more-row{
grid-template-columns:repeat(4,minmax(0,1fr));
} .lt-reuters-main-grid > div > .lt-tourism-reuters-section{
margin-right:calc(-300px - 32px);
} .lt-reuters-main-grid > div > .lt-tourism-reuters-section + .lt-reuters-category-row{
clear:both;
}
@media(max-width:980px){
.lt-tourism-reuters-section{
width:100%;
max-width:100%;
}
.lt-reuters-main-grid > div > .lt-tourism-reuters-section{
margin-right:0;
}
.lt-tourism-dark{
min-height:auto;
grid-template-columns:1fr;
}
.lt-tourism-dark__hero img{
height:auto;
aspect-ratio:16/9;
}
}
@media(max-width:640px){
.lt-tourism-reuters-section{
width:100%;
max-width:100%;
}
.lt-tourism-dark{
margin-left:0;
margin-right:0;
}
} .lt-reuters-main-grid > div > .lt-tourism-reuters-section{
width:100vw !important;
max-width:100vw !important;
margin-left:calc(50% - 50vw) !important;
margin-right:calc(50% - 50vw) !important;
padding-left:0 !important;
padding-right:0 !important;
background:#fff;
position:relative;
z-index:20;
clear:both;
}
.lt-tourism-reuters-section .lt-tourism-dark{
width:100vw !important;
max-width:100vw !important;
margin-left:0 !important;
margin-right:0 !important;
padding-left:max(32px, calc((100vw - var(--lt-max)) / 2 + 22px)) !important;
padding-right:max(32px, calc((100vw - var(--lt-max)) / 2 + 22px)) !important;
box-sizing:border-box;
min-height:600px;
}
.lt-tourism-reuters-section .lt-tourism-missed{
width:100vw !important;
max-width:100vw !important;
padding-left:max(32px, calc((100vw - var(--lt-max)) / 2 + 22px)) !important;
padding-right:max(32px, calc((100vw - var(--lt-max)) / 2 + 22px)) !important;
box-sizing:border-box;
}
.lt-tourism-reuters-section .lt-tourism-dark__hero img{
height:460px;
}
.lt-tourism-reuters-section .lt-tourism-dark{
grid-template-columns:minmax(0,1fr) 320px;
} html, body{
overflow-x:hidden;
}
@media(max-width:980px){
.lt-reuters-main-grid > div > .lt-tourism-reuters-section{
width:100vw !important;
max-width:100vw !important;
margin-left:calc(50% - 50vw) !important;
margin-right:calc(50% - 50vw) !important;
}
.lt-tourism-reuters-section .lt-tourism-dark,
.lt-tourism-reuters-section .lt-tourism-missed{
padding-left:22px !important;
padding-right:22px !important;
}
.lt-tourism-reuters-section .lt-tourism-dark{
grid-template-columns:1fr;
min-height:auto;
}
.lt-tourism-reuters-section .lt-tourism-dark__hero img{
height:auto;
aspect-ratio:16/9;
}
}
@media(max-width:640px){
.lt-tourism-reuters-section .lt-tourism-dark,
.lt-tourism-reuters-section .lt-tourism-missed{
padding-left:16px !important;
padding-right:16px !important;
}
} .lt-tourism-fullbleed-section{
width:100vw !important;
max-width:100vw !important;
margin-left:calc(50% - 50vw) !important;
margin-right:calc(50% - 50vw) !important;
margin-top:42px;
margin-bottom:42px;
padding:0 !important;
background:#fff;
position:relative;
z-index:30;
}
.lt-tourism-fullbleed-section .lt-tourism-dark{
width:100vw !important;
max-width:100vw !important;
display:grid;
grid-template-columns:minmax(0,1fr) 330px;
gap:28px;
background:#333;
color:#fff;
padding-top:24px !important;
padding-bottom:24px !important;
padding-left:max(32px, calc((100vw - var(--lt-max)) / 2 + 22px)) !important;
padding-right:max(32px, calc((100vw - var(--lt-max)) / 2 + 22px)) !important;
box-sizing:border-box;
}
.lt-tourism-fullbleed-section .lt-tourism-dark__hero img{
width:100%;
height:520px;
object-fit:cover;
}
.lt-tourism-fullbleed-section .lt-tourism-dark__caption h2{
font-size:34px;
}
.lt-tourism-fullbleed-section .lt-tourism-missed{
width:100vw !important;
max-width:100vw !important;
padding-top:22px;
padding-bottom:30px;
padding-left:max(32px, calc((100vw - var(--lt-max)) / 2 + 22px)) !important;
padding-right:max(32px, calc((100vw - var(--lt-max)) / 2 + 22px)) !important;
box-sizing:border-box;
}
.lt-reuters-after-tourism{
max-width:1180px;
}
@media(max-width:980px){
.lt-tourism-fullbleed-section .lt-tourism-dark{
grid-template-columns:1fr;
padding-left:22px !important;
padding-right:22px !important;
}
.lt-tourism-fullbleed-section .lt-tourism-dark__hero img{
height:auto;
aspect-ratio:16/9;
}
.lt-tourism-fullbleed-section .lt-tourism-missed{
padding-left:22px !important;
padding-right:22px !important;
}
}
@media(max-width:640px){
.lt-tourism-fullbleed-section .lt-tourism-dark,
.lt-tourism-fullbleed-section .lt-tourism-missed{
padding-left:16px !important;
padding-right:16px !important;
}
.lt-tourism-fullbleed-section .lt-tourism-dark__caption h2{
font-size:24px;
}
} .lt-tourism-fullbleed-section{
background:#333 !important;
width:100vw !important;
max-width:100vw !important;
margin-left:calc(50% - 50vw) !important;
margin-right:calc(50% - 50vw) !important;
padding:24px 0 0 !important;
box-sizing:border-box;
} .lt-tourism-fullbleed-section .lt-tourism-dark{
width:min(var(--lt-max), calc(100vw - 44px)) !important;
max-width:min(var(--lt-max), calc(100vw - 44px)) !important;
margin-left:auto !important;
margin-right:auto !important;
padding:0 !important;
display:grid !important;
grid-template-columns:minmax(0,1fr) 300px !important;
gap:28px !important;
background:#333 !important;
min-height:auto !important;
box-sizing:border-box;
}
.lt-tourism-fullbleed-section .lt-tourism-dark__main{
min-width:0;
}
.lt-tourism-fullbleed-section .lt-tourism-dark__hero img{
width:100% !important;
height:430px !important;
object-fit:cover !important;
display:block;
}
.lt-tourism-fullbleed-section .lt-tourism-dark__caption{
padding:14px 0 26px !important;
}
.lt-tourism-fullbleed-section .lt-tourism-dark__caption h2{
font-size:31px !important;
line-height:1.18 !important;
margin:8px 0 !important;
}
.lt-tourism-fullbleed-section .lt-tourism-dark__next{
border-left:3px solid var(--lt-red) !important;
padding-left:18px !important;
max-height:620px !important;
overflow:auto !important;
} .lt-tourism-fullbleed-section .lt-tourism-missed{
width:100vw !important;
max-width:100vw !important;
margin:0 !important;
padding:22px 0 30px !important;
background:#fff !important;
box-sizing:border-box;
}
.lt-tourism-fullbleed-section .lt-tourism-missed > .lt-mini-section-head,
.lt-tourism-fullbleed-section .lt-tourism-missed > .lt-tourism-more-row{
width:min(var(--lt-max), calc(100vw - 44px)) !important;
max-width:min(var(--lt-max), calc(100vw - 44px)) !important;
margin-left:auto !important;
margin-right:auto !important;
}
.lt-tourism-fullbleed-section .lt-tourism-more-row{
grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}
@media(max-width:980px){
.lt-tourism-fullbleed-section{
padding-top:18px !important;
}
.lt-tourism-fullbleed-section .lt-tourism-dark{
grid-template-columns:1fr !important;
width:calc(100vw - 44px) !important;
max-width:calc(100vw - 44px) !important;
}
.lt-tourism-fullbleed-section .lt-tourism-dark__hero img{
height:auto !important;
aspect-ratio:16/9;
}
.lt-tourism-fullbleed-section .lt-tourism-dark__next{
border-left:0 !important;
border-top:3px solid var(--lt-red) !important;
padding-left:0 !important;
padding-top:14px !important;
max-height:none !important;
overflow:visible !important;
}
.lt-tourism-fullbleed-section .lt-tourism-missed > .lt-mini-section-head,
.lt-tourism-fullbleed-section .lt-tourism-missed > .lt-tourism-more-row{
width:calc(100vw - 44px) !important;
max-width:calc(100vw - 44px) !important;
}
}
@media(max-width:640px){
.lt-tourism-fullbleed-section .lt-tourism-dark,
.lt-tourism-fullbleed-section .lt-tourism-missed > .lt-mini-section-head,
.lt-tourism-fullbleed-section .lt-tourism-missed > .lt-tourism-more-row{
width:calc(100vw - 32px) !important;
max-width:calc(100vw - 32px) !important;
}
.lt-tourism-fullbleed-section .lt-tourism-dark__caption h2{
font-size:24px !important;
}
.lt-tourism-fullbleed-section .lt-tourism-more-row{
grid-template-columns:1fr !important;
}
}  .lt-tourism-dark__next,
.lt-dark-feature__next,
.lt-upnext{
max-height:none !important;
overflow:visible !important;
} .lt-dark-feature-section{
width:100vw !important;
max-width:100vw !important;
margin-left:calc(50% - 50vw) !important;
margin-right:calc(50% - 50vw) !important;
margin-top:42px;
margin-bottom:42px;
padding:24px 0 0 !important;
background:#333 !important;
box-sizing:border-box;
}
.lt-dark-feature{
width:min(var(--lt-max), calc(100vw - 44px)) !important;
max-width:min(var(--lt-max), calc(100vw - 44px)) !important;
margin-left:auto !important;
margin-right:auto !important;
display:grid;
grid-template-columns:minmax(0,1fr) 300px;
gap:28px;
color:#fff;
}
.lt-dark-feature__head{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:12px;
font-size:13px;
}
.lt-dark-feature__head a{
color:#fff;
font-weight:800;
}
.lt-dark-feature__hero img{
width:100%;
height:430px;
object-fit:cover;
display:block;
}
.lt-dark-feature__caption{
padding:14px 0 26px;
}
.lt-dark-feature__caption h2{
color:#fff;
font-size:31px;
line-height:1.18;
margin:8px 0;
font-weight:900;
}
.lt-dark-feature__caption p,
.lt-dark-feature .lt-meta{
color:#eee;
}
.lt-dark-feature__next{
border-left:3px solid var(--lt-red);
padding-left:18px;
}
.lt-dark-feature__next h3{
color:#fff;
margin:0 0 12px;
font-size:14px;
}
.lt-dark-next-item{
display:grid;
grid-template-columns:1fr 78px;
gap:10px;
padding:12px 0;
border-bottom:1px solid rgba(255,255,255,.24);
}
.lt-dark-next-item h4{
color:#fff;
font-size:14px;
line-height:1.35;
margin:0 0 5px;
font-weight:900;
}
.lt-dark-next-item span{
font-size:11px;
color:#cfcfcf;
}
.lt-dark-next-item img{
width:78px;
height:58px;
object-fit:cover;
} .lt-tourism-missed{
display:none !important;
} .lt-reuters-wide-row{
border-top:1px solid var(--lt-line);
border-bottom:1px solid var(--lt-line);
padding:24px 0 28px;
}
.lt-wide-layout{
display:grid;
grid-template-columns:.72fr 1.15fr .72fr;
gap:24px;
align-items:start;
}
.lt-wide-main-text h2{
font-size:32px;
line-height:1.18;
margin:4px 0 12px;
font-weight:900;
}
.lt-wide-main-text p{
color:#555;
margin:0 0 10px;
}
.lt-wide-main-image img{
width:100%;
aspect-ratio:16/9;
object-fit:cover;
}
.lt-wide-side-list{
display:flex;
flex-direction:column;
gap:18px;
}
.lt-wide-side-list article{
border-bottom:1px solid var(--lt-line);
padding-bottom:14px;
}
.lt-wide-side-list img{
width:100%;
aspect-ratio:16/10;
object-fit:cover;
}
.lt-wide-side-list h3{
font-size:16px;
line-height:1.35;
margin:8px 0 4px;
font-weight:900;
} .lt-home-ad-section{
border-top:1px solid var(--lt-line);
padding-top:22px;
}
.lt-home-ad-box{
min-height:180px;
border:1px solid var(--lt-line);
background:#f3f3f3;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:#777;
font-size:14px;
padding:24px;
}
.lt-home-ad-box iframe,
.lt-home-ad-box ins,
.lt-home-ad-box img{
max-width:100%;
}
@media(max-width:980px){
.lt-dark-feature{
grid-template-columns:1fr;
width:calc(100vw - 44px) !important;
max-width:calc(100vw - 44px) !important;
}
.lt-dark-feature__hero img{
height:auto;
aspect-ratio:16/9;
}
.lt-dark-feature__next{
border-left:0;
border-top:3px solid var(--lt-red);
padding-left:0;
padding-top:14px;
}
.lt-wide-layout{
grid-template-columns:1fr;
}
.lt-wide-main-text{order:2}
.lt-wide-main-image{order:1}
.lt-wide-side-list{
order:3;
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
}
}
@media(max-width:640px){
.lt-dark-feature{
width:calc(100vw - 32px) !important;
max-width:calc(100vw - 32px) !important;
}
.lt-dark-feature__caption h2,
.lt-wide-main-text h2{
font-size:24px;
}
.lt-wide-side-list{
grid-template-columns:1fr;
}
} .lt-reuters-v3 .lt-container{max-width:1180px}
.lt-reuters-v3 .lt-reuters-lead{
background:#333 !important;
color:#fff;
padding:22px 0 28px;
margin:0 0 28px;
}
.lt-reuters-v3 .lt-reuters-lead-grid{
display:grid;
grid-template-columns:minmax(0,1fr) 280px !important;
gap:28px;
align-items:start;
}
.lt-reuters-v3 .lt-top-video__head{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:10px;
font-size:13px;
color:#fff;
}
.lt-reuters-v3 .lt-top-video__head a{color:#fff;font-weight:800}
.lt-reuters-v3 .lt-top-video__hero img{
width:100%;
height:430px;
object-fit:cover;
display:block;
}
.lt-reuters-v3 .lt-top-video__caption{
padding:14px 0 0;
background:transparent !important;
}
.lt-reuters-v3 .lt-top-video__caption h1{
font-size:32px;
line-height:1.16;
margin:8px 0;
font-weight:900;
color:#fff;
}
.lt-reuters-v3 .lt-top-video__caption p{color:#eee;margin:0 0 8px}
.lt-reuters-v3 .lt-reuters-lead .lt-meta{color:#ddd}
.lt-reuters-v3 .lt-upnext{
border-left:3px solid var(--lt-red) !important;
padding-left:18px !important;
max-height:none !important;
overflow:visible !important;
}
.lt-reuters-v3 .lt-upnext h2{font-size:14px;margin:0 0 12px;color:#fff}
.lt-reuters-v3 .lt-upnext-item{
display:grid;
grid-template-columns:1fr 74px;
gap:10px;
padding:12px 0;
border-bottom:1px solid rgba(255,255,255,.24);
}
.lt-reuters-v3 .lt-upnext-item h3{
color:#fff;
font-size:14px;
line-height:1.35;
margin:0 0 5px;
font-weight:900;
}
.lt-reuters-v3 .lt-upnext-item span{font-size:11px;color:#cfcfcf}
.lt-reuters-v3 .lt-upnext-item img{width:74px;height:56px;object-fit:cover}
.lt-reuters-v3 .lt-reuters-btn{
display:block;
margin-top:18px;
border:1px solid #fff;
color:#fff;
text-align:center;
padding:10px;
border-radius:4px;
font-weight:800;
}
.lt-reuters-v3 .lt-reuters-missed{
border-bottom:1px solid var(--lt-line);
padding-bottom:24px;
margin-bottom:28px;
}
.lt-reuters-v3 .lt-mini-section-head{
font-size:15px;
font-weight:900;
margin-bottom:12px;
}
.lt-reuters-v3 .lt-missed-grid{
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:22px;
}
.lt-reuters-v3 .lt-missed-grid img{
width:100%;
aspect-ratio:16/10;
object-fit:cover;
}
.lt-reuters-v3 .lt-missed-grid h3{
font-size:15px;
line-height:1.35;
margin:8px 0 4px;
font-weight:900;
} .lt-reuters-v3 .lt-reuters-sections{
max-width:1180px;
}
.lt-reuters-v3 .lt-reuters-wide-row{
border-top:1px solid var(--lt-line);
padding:24px 0 30px;
margin:0;
}
.lt-reuters-v3 .lt-category-label-line{
margin-bottom:14px;
font-size:15px;
font-weight:900;
}
.lt-reuters-v3 .lt-category-label-line a{color:#111}
.lt-reuters-v3 .lt-wide-layout{
display:grid;
grid-template-columns:.78fr 1.18fr .72fr;
gap:26px;
align-items:start;
}
.lt-reuters-v3 .lt-wide-main-text h2{
font-size:34px;
line-height:1.16;
margin:0 0 12px;
font-weight:900;
}
.lt-reuters-v3 .lt-wide-main-text p{
margin:0 0 10px;
color:#555;
}
.lt-reuters-v3 .lt-wide-main-image img{
width:100%;
aspect-ratio:16/9;
object-fit:cover;
}
.lt-reuters-v3 .lt-wide-side-list{
display:flex;
flex-direction:column;
gap:18px;
}
.lt-reuters-v3 .lt-wide-side-list article{
border-bottom:1px solid var(--lt-line);
padding-bottom:14px;
}
.lt-reuters-v3 .lt-wide-side-list img{
width:100%;
aspect-ratio:16/10;
object-fit:cover;
}
.lt-reuters-v3 .lt-wide-side-list h3{
font-size:16px;
line-height:1.35;
margin:8px 0 4px;
font-weight:900;
} .lt-tourism-missed,
.lt-tourism-reuters-section:not(.lt-reuters-v3 *),
.lt-dark-feature-section:not(.lt-reuters-v3 *){
display:none !important;
}
.lt-reuters-v3 .lt-home-ad-section{
border-top:1px solid var(--lt-line);
padding-top:22px;
}
.lt-reuters-v3 .lt-home-ad-box{
min-height:190px;
border:1px solid var(--lt-line);
background:#f3f3f3;
display:flex;
align-items:center;
justify-content:center;
color:#777;
text-align:center;
padding:24px;
}
@media(max-width:980px){
.lt-reuters-v3 .lt-reuters-lead-grid,
.lt-reuters-v3 .lt-wide-layout{
grid-template-columns:1fr !important;
}
.lt-reuters-v3 .lt-top-video__hero img{
height:auto;
aspect-ratio:16/9;
}
.lt-reuters-v3 .lt-upnext{
border-left:0 !important;
border-top:3px solid var(--lt-red);
padding-left:0 !important;
padding-top:14px;
}
.lt-reuters-v3 .lt-wide-main-image{order:1}
.lt-reuters-v3 .lt-wide-main-text{order:2}
.lt-reuters-v3 .lt-wide-side-list{
order:3;
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
}
.lt-reuters-v3 .lt-missed-grid{
grid-template-columns:repeat(2,minmax(0,1fr));
}
}
@media(max-width:640px){
.lt-reuters-v3 .lt-top-video__caption h1,
.lt-reuters-v3 .lt-wide-main-text h2{
font-size:24px;
}
.lt-reuters-v3 .lt-wide-side-list,
.lt-reuters-v3 .lt-missed-grid{
grid-template-columns:1fr;
}
}