/* 在线版补充：桌面版不需要的那一点点 */
.web-banner {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 20px;
  background: #FFF8E5;
  border-bottom: 1px solid #F0E0B0;
  color: #7A5B00;
  font-size: 12.5px;
}
[data-theme='dark'] .web-banner { background: #3A3320; border-bottom-color: #55492A; color: #E8D9A8; }
.web-banner b { font-weight: 600; }
.web-banner a { color: inherit; text-decoration: underline; }
.web-banner .spacer { flex: 1; }
