/* ================= 字里行间 · 横版名片 =================
   报刊编辑风：顶部粗细双规线、大号衬线标题、
   签名配超大引号、联系栏挂细线竖规，纸面排版气质。 */
#card.tpl-editorial {
    background: #fffef9;
    border: 1px solid #ececea;
    border-radius: 3px;
    box-shadow: 0 22px 50px -26px rgba(60, 50, 30,.35);
    padding: 32px 36px 14px;
    position: relative;
}
/* 报头双规线 */
#card.tpl-editorial::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px;
    background: #17181c;
}
#card.tpl-editorial::after {
    content: ""; position: absolute; top: 9px; left: 0; right: 0; height: 1px;
    background: rgba(23, 24, 28, .55);
}
/* 眉头 */
#card.tpl-editorial .card-company {
    text-transform: uppercase;
    color: #52525b; font-size: 10.5px; font-weight: 800;
    letter-spacing: .38em;
}
#card.tpl-editorial .avatar-wrap { margin-right: 4px; }
#card.tpl-editorial .avatar-img,
#card.tpl-editorial .avatar-fallback { border-radius: 4px; width: 42px; height: 42px; border-color: #e4e2dc; }
#card.tpl-editorial .avatar-fallback { background: #17181c; color: #fffef9; }
/* 身份区 */
#card.tpl-editorial .identity { display: flex; flex-direction: column; }
#card.tpl-editorial .card-name {
    font-family: "Songti SC", "Noto Serif SC", Georgia, serif;
    font-size: 33px; font-weight: 900; color: #18181b; letter-spacing: .03em;
}
#card.tpl-editorial .r-title {
    color: #71717a; font-size: 10.5px; letter-spacing: .3em;
}
#card.tpl-editorial .r-title::after { content: " ·"; color: #b45309; }
#card.tpl-editorial .card-tagline {
    color: #a1a1aa; border-left: none; padding-left: 0;
    font-style: italic; max-width: 300px !important;
}
#card.tpl-editorial .card-tagline::before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 30px; line-height: 0;
    color: #b45309;
    vertical-align: -9px; margin-right: 5px;
}
/* 联系栏：挂细线 */
#card.tpl-editorial .contact-list {
    border-left: 1px solid #e4e4e7;
    padding-left: 14px; gap: 7px;
}
#card.tpl-editorial .c-ico { background: none; width: auto; height: auto; color: #b45309; }
#card.tpl-editorial .contact-list span[data-field],
#card.tpl-editorial .contact-list a { color: #3f3f46; font-size: 12px; }
/* 底部操作 */
#card.tpl-editorial .act-btn.primary { background: #17181c; }
#card.tpl-editorial .act-btn.ghost { border-color: #dddbd4; color: #6b6b70; }
#card.tpl-editorial .card-actions { border-top: none; margin-top: 2px; }
