#workskin .tw {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 0;
  text-align: left;
  font-family: var(--font-sans, sans-serif); /* 强制推特块使用无衬线字体，与报纸正文区分 */
}

#workskin .tw p {
  margin: 0;
  padding: 0;
  text-indent: 0 !important; /* 防止被 general.css 的段落缩进影响 */
  text-align: left !important; /* 防止被 general.css 的两端对齐影响 */
}

#workskin .twBody {
  border: none;
  border-bottom: 1px solid var(--c-text-muted, #ccc);
  border-radius: 0;
  background-color: transparent; /* 移除白色背景 */
}

#workskin .twEmbed {
  min-width: 90%;
  position: relative;
  padding: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
}

#workskin .twAvatar {
  width: 40px;
  height: auto;
  display: block;
  border-radius: 0; /* 移除圆角 */
}

#workskin .twAvatarEmbed {
  width: 20px;
  height: auto;
  display: block;
  margin: 0em 0.3em .3em 0em;
  border-radius: 0;
}

#workskin .twVerified {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 16px !important;
  height: 16px !important;
  padding: 0 !important;
  margin: 0 4px !important; /* 紧挨着用户名 */
  box-sizing: border-box !important;
  background-image: linear-gradient(to bottom left, #edcf4e 0%, #e2b719 50%, #edcf4e 100%),
    radial-gradient(60% 60% at 30% 25%, rgba(255,255,255,0.35), rgba(255,255,255,0) 35%),
    radial-gradient(80% 80% at 70% 75%, rgba(0,0,0,0.08), rgba(0,0,0,0) 40%);
  background-repeat: no-repeat;
  background-color: #e2b719 !important;
  background-blend-mode: normal;
  border-radius: 50% !important; /* 认证标保持圆形 */
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 0 0 1px rgba(0,0,0,0.06);
  font-size: 0 !important;
  line-height: 0 !important;
  position: relative !important;
  overflow: visible !important;
  flex-shrink: 0; /* 防止被压缩 */
}

#workskin .twVerified::after {
  content: '\2713';
  color: #fff;
  font-family: "Segoe UI Symbol", "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  display: block;
  position: static;
  transform: none;
  -webkit-transform: none;
}

#workskin .twVerifiedEmbed {
  position: relative;
  bottom: 2px;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  font-size: 9px;
  width: 12px;
  height: 12px;
  margin-left: 0.3em;
  background-color: #1DA1F2;
  color: #fff;
  border-radius: 50%;
}

#workskin .twImage {
  width: 100%;
  height: auto;
  border-radius: 0; /* 移除圆角 */
  margin: 0.5em 0em 0.5em 0em;
}

#workskin .twImageEmbed {
  border-radius: 0;
  margin-top: 0.5em;
}

#workskin .twUser {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  width: 100%;
}

#workskin .twUserInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  min-width: 0; /* 允许子元素截断 */
  flex: 1;
}

#workskin .twUserInfo p {
  width: 100%;
}

#workskin .twUserInfo p > span {
  display: flex;
  align-items: center;
  width: 100%;
}

#workskin .twUserInfo strong {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1; /* 允许用户名被压缩并显示省略号 */
  min-width: 0;
}

#workskin .twHandle {
  color: #536471;
  font-size: 14px;
  flex-shrink: 0; /* 防止 handle 被压缩 */
  white-space: nowrap;
}

#workskin .twDot {
  color: #536471;
  margin: 0 4px;
}

#workskin .twStats {
  width: 100%;
  margin-top: 12px;
  border-collapse: collapse;
}

#workskin .twStats td {
  width: 25%;
  text-align: left;
  padding: 0;
  color: #536471;
  font-size: 13px;
}

#workskin .twStats span {
  display: inline-block;
  margin-right: 0;
  cursor: pointer;
}

#workskin .twStats span:hover {
  color: #1DA1F2;
}

#workskin .twText span {
  color: #1DA1F2;
}

#workskin .twTime {
  padding: 0em 0em 0em 0.6em;
}

#workskin .twComments {
  width: 100%;
  font-weight: 300;
  padding-top: 0.5em;
  margin-top: 0.5em;
  border-top: .05em solid #ddd;
  color: #1DA1F2;
}

#workskin .twReply span:first-child {
  opacity: 0.6;
}

#workskin .twReply span:last-child {
  color: #1DA1F2;
}

#workskin .twPoll p {
  margin: 0;
  padding: 0;
}

#workskin .twPoll {
  padding: .3em 0em .3em 0em;
  margin: .5em 0em .5em 0em;
  border-radius: 0;
  white-space: nowrap;
}

#workskin .twAPoll {
  padding: .3em 0em .3em 0em;
  margin: .5em 0em .5em 0em;
  border: 0.08em solid #1DA1F2;
  border-radius: 0;
  color: #1DA1F2;
  text-align: center;
}

#workskin .twWin {
  background-color: rgba(0, 149, 235, 0.5);
}

#workskin .twOpt {
  background-color: rgba(187, 198, 206, 0.5);
}

#workskin .twNM {
  background-color: #14242C;
  color: #fff;
  border-color: #3B5364;
}

#workskin .twNM .twBody {
  border-color: #3B5364;
}

#workskin .twNM .twComments {
  border-top: .05em solid #3B5364;
}

#workskin .twNM .twWin {
  background-color: #74cbfb;
}

#workskin .twNM .twOpt {
  background-color: #3B5364;
}

#workskin .twBold {
  font-weight: bold;
  padding-right: 10px;
  padding-left: 10px;
}

#workskin .twImageCaption {
  display: block;
  margin-top: 0.25em;
  color: #536471;
  font-style: italic;
  font-size: inherit;
  line-height: 1.2;
  transition: color 150ms ease;
}

#workskin .twImageCaption:hover {
  color: #1DA1F2;
}

#workskin .twMention {
  color: #1f9cf0;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: color 120ms ease, text-decoration 120ms ease;
}

#workskin .twMention:hover {
  text-decoration: underline;
}
