@import url("jinling.css");

/* ==========================================================
   gaolex.net v3 · 首页定稿
   主任已删：① 万字栏花　⑥ 本期要目　⑦ 报纸式栏名
             ⑧ 专名号　⑨ 书名波浪线　⑩ 着重圈点　⑪ 版心页码
   主任已留：② 落款印钤「达」字　④ 卷首语　⑤ 头条朱印
             ⑫ 油印墨色不匀　＋ 骑缝章
   ③ 改回「共 五十三 篇」（"總第…號"是数期数的，博客无期）
   ========================================================== */

/* ① 万字回纹栏花：撤 */
.orn-band { display: none !important; }

/* ② 落款印：大小约合一字，钤在末字右下，压住一角 */
.head-copy { position: relative; }
.motto-wrap { position: relative; display: inline-block; padding-right: 18px; }
.seal-on-da {
  position: absolute;
  right: -3px; bottom: -6px;
  width: 23px; height: 23px;
  transform: rotate(-7deg);
  opacity: .82;
  mix-blend-mode: multiply;
  pointer-events: none;
}

/* ④ 卷首语 */
.juanshou {
  display: block;
  font-family: var(--serif-title);
  font-size: 14px; letter-spacing: 0.16em;
  color: var(--ink-2);
  padding-top: 12px;
}

/* ⑤ 头条朱文长印 */
.lead { position: relative; }
.lead-head { display: flex; align-items: flex-start; gap: 18px; }
.seal-toutiao {
  width: 34px; height: 68px;
  transform: rotate(-2deg);
  opacity: .88;
  flex: 0 0 auto;
  margin-top: 5px;
}

/* 骑缝章：钤在右侧订口 */
.seal-qifeng {
  position: absolute;
  right: -7px; top: 300px;
  width: 29px; height: 60px;
  opacity: .62;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 3;
}

/* ⑫ 油印墨色不匀 */
.youyin .entry .t,
.youyin .log-row .t,
.youyin .frame .cap {
  text-shadow: 0.35px 0.25px 0 rgba(36,31,27,.22);
}
