/* WorldLink 新闻文章样式（限定 .wl-news 作用域） */
.wl-news { font-family:'Segoe UI',Roboto,sans-serif; color:#333; line-height:1.7; }
.wl-news .article-hero { background:linear-gradient(135deg,#0D4F3C,#0a3d2e); padding:100px 20px; text-align:center; color:#fff; position:relative; overflow:hidden; }
.wl-news .article-hero::before { content:''; position:absolute; top:0; left:0; right:0; bottom:0; background:url('https://sdworldlink.com/wp-content/uploads/2025/02/services-bg.jpg') center/cover no-repeat; opacity:0.08; }
.wl-news .article-hero .inner { position:relative; z-index:1; max-width:800px; margin:0 auto; }
.wl-news .article-hero .tag { display:inline-block; background:rgba(255,255,255,0.15); color:#fff; padding:5px 16px; border-radius:20px; font-size:12px; font-weight:600; margin-bottom:12px; }
.wl-news .article-hero h1 { font-size:38px; font-weight:800; margin:0 0 12px 0; line-height:1.3; }
.wl-news .article-hero .meta { font-size:14px; color:rgba(255,255,255,0.6); }
.wl-news .article-hero .meta span { color:#00a859; font-weight:600; }
.wl-news .content-wrap { max-width:850px; margin:0 auto; padding:40px 20px; }
.wl-news .content-wrap h2 { font-size:24px; font-weight:800; color:#1a2a3a; margin:40px 0 15px 0; }
.wl-news .content-wrap p { font-size:15px; color:#555; margin-bottom:18px; }
.wl-news .content-wrap .highlight { background:#e8f5f0; border-left:4px solid #0D4F3C; padding:24px; border-radius:0 8px 8px 0; margin:30px 0; }
.wl-news .content-wrap .highlight p { margin:0; color:#1a2a3a; font-size:15px; }
.wl-news .content-wrap ul { margin:15px 0 20px 20px; }
.wl-news .content-wrap ul li { font-size:15px; color:#555; margin-bottom:8px; }
.wl-news .content-wrap img, .wl-news img { max-width:100%; height:auto; border-radius:12px; }
.wl-news .image-placeholder { background:linear-gradient(135deg,#e8f5f0,#c8e6d9); border-radius:12px; height:350px; display:flex; align-items:center; justify-content:center; font-size:48px; margin:30px 0; color:#0D4F3C; }
@media (max-width:768px){ .wl-news .article-hero{ padding:60px 20px; } .wl-news .article-hero h1{ font-size:28px; } .wl-news .content-wrap{ padding:30px 16px; } }
