/* V17 — autoria editorial e compartilhamento profissional */
.news-article-byline {
    border: 1px solid rgba(8, 75, 145, .12);
    border-radius: 18px;
    padding: 12px 14px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 12px 30px rgba(5,48,98,.08);
    backdrop-filter: blur(10px);
}
.news-author-mark {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(145deg,#0d6bc6,#063d7c);
    color: #fff;
    box-shadow: 0 10px 24px rgba(7,84,166,.24);
    letter-spacing: .04em;
}
.news-article-byline strong { color:#0a3769; font-size:15px; }
.news-article-byline > div:nth-child(2) span { color:#71839a; }
.news-share-callout {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    align-items: center;
    gap: 24px;
    margin-top: 58px;
    padding: 30px;
    border-radius: 26px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 10%, rgba(77,202,116,.25), transparent 32%),
        linear-gradient(135deg,#0a61b8 0%,#073d78 58%,#07575f 100%);
    box-shadow: 0 24px 55px rgba(5,48,98,.2);
}
.news-share-callout::before {
    content:"";
    position:absolute;
    z-index:-1;
    width:240px;height:240px;
    right:-110px;bottom:-150px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:50%;
    box-shadow:0 0 0 34px rgba(255,255,255,.04),0 0 0 70px rgba(255,255,255,.025);
}
.news-share-callout-icon {
    width:64px;height:64px;
    display:grid;place-items:center;
    border:1px solid rgba(255,255,255,.22);
    border-radius:20px;
    background:rgba(255,255,255,.11);
    box-shadow:inset 0 1px rgba(255,255,255,.18);
}
.news-share-callout-icon svg { width:29px;height:29px; fill:none;stroke:currentColor;stroke-width:2; }
.news-share-eyebrow {
    display:block;
    margin-bottom:7px;
    color:#74f39a;
    font-size:11px;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.news-share-callout h2 { margin:0;max-width:610px;color:#fff;font-size:clamp(24px,3vw,36px);line-height:1.08;letter-spacing:-.035em; }
.news-share-callout p { max-width:650px;margin:10px 0 0;color:#d9e8f8;font-size:15px; }
.news-share-callout-actions { display:grid;gap:10px;min-width:218px; }
.news-share-action {
    min-height:62px;
    display:grid;
    grid-template-columns:40px 1fr;
    align-items:center;
    gap:11px;
    padding:9px 14px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:15px;
    color:#fff;
    text-align:left;
    cursor:pointer;
    transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.news-share-action > span { width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:rgba(255,255,255,.13); }
.news-share-action svg { width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2; }
.news-share-action small,.news-share-action strong { display:block; }
.news-share-action small { color:rgba(255,255,255,.73);font-size:10px;text-transform:uppercase;letter-spacing:.07em; }
.news-share-action strong { margin-top:1px;font-size:15px; }
.news-share-action.whatsapp { background:linear-gradient(135deg,#20aa52,#168740); }
.news-share-action.general { background:linear-gradient(135deg,#116ec9,#07509b);font:inherit; }
.news-share-action:hover { transform:translateY(-2px);box-shadow:0 13px 24px rgba(0,0,0,.15);border-color:rgba(255,255,255,.35); }
.news-card-meta-line { display:flex;align-items:center;justify-content:space-between;gap:10px;color:#6c7f95;font-size:11px;font-weight:700; }
.news-card-meta-line span { overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
@media (max-width:900px) {
    .news-share-callout { grid-template-columns:auto 1fr; }
    .news-share-callout-actions { grid-column:1/-1;grid-template-columns:1fr 1fr; }
}
@media (max-width:620px) {
    .news-article-byline { align-items:center;padding:11px; }
    .news-author-mark { width:46px;height:46px;border-radius:14px; }
    .news-share-callout { grid-template-columns:1fr;gap:17px;margin-top:38px;padding:23px 19px;border-radius:21px; }
    .news-share-callout-icon { width:52px;height:52px;border-radius:16px; }
    .news-share-callout-actions { grid-column:auto;grid-template-columns:1fr;min-width:0;width:100%; }
    .news-share-action { width:100%; }
    .news-card-meta-line { align-items:flex-start;flex-direction:column;gap:3px; }
}
