/* Standalone download box — layout parity with TB .tbm-tbdown (colors overridden by theme) */
@font-face {
  font-family: "tb-member";
  src: url("../fonts/iconfont.woff2") format("woff2"),
    url("../fonts/iconfont.woff") format("woff"),
    url("../fonts/iconfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.tbm-fa {
  font-family: "tb-member" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.tbm-tbdown {
  position: relative;
  overflow: hidden;
  margin: 25px 0;
  padding: 30px 30px 30px 115px;
  text-align: left;
  font-style: normal;
  box-sizing: border-box;
  border-radius: 4px;
  border: 2px solid #eee;
  background: #fbfbfb;
  color: #212a36;
  line-height: 1.5;
  font-size: 14px;
}
.tbm-tbdown *,
.tbm-tbdown *::before,
.tbm-tbdown *::after {
  box-sizing: border-box;
}
.tbm-tbdown a {
  text-decoration: none;
}
/* Flow icon — theme article grid places it; do not use absolute (overlaps tip text). */
.tbm-tbdown .-icon {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  line-height: 1;
  text-align: center;
  border-radius: 16px;
  font-size: 28px;
  flex-shrink: 0;
}
.tbm-tbdown .-name {
  margin: 0 0 6px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  word-break: break-word;
}
.tbm-tbdown .-info {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.6;
}
.tbm-tbdown .-type {
  margin-right: 12px;
}
.tbm-tbdown .-code {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.tbm-tbdown .-action {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.tbm-tbdown .-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 18px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 768px) {
  .tbm-tbdown {
    padding: 24px 16px 20px;
    text-align: center;
  }
  .tbm-tbdown .-icon {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
  }
  .tbm-tbdown .-action {
    justify-content: center;
  }
}
