input {
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
}

.page-center-block {
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
  width: 1180px;
}

.db-top-filter {
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(153, 153, 153, 0.3);
  border-radius: 1px;
  border: 1px solid #e5e5e5;
  margin-top: 20px;
  padding: 20px;
  box-sizing: border-box;
}

.db-top-filter .f-row {
  margin-right: -5px;
  margin-left: -5px;
}

.db-top-filter .input-component-err {
  height: 10px;
}

.db-top-filter .input-component-container {
  /*width: 870px;*/
  display: flex;
  align-items: flex-start;
}

.db-top-filter .f-row .f-col-mobile-12 {
  padding-right: 5px;
  padding-left: 5px;
}

.db-top-filter .personal-info-block {
  width: 870px;
}

.db-top-filter .db-submit-container {
  /*border-top: #E6E6E6 1px solid;*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  padding-top: 25px;
  box-sizing: border-box;
  /*padding-top: 30px;*/
}

.db-top-filter .db-submit-container a:first-child {
  margin-left: 10px;
}

.db-top-filter .db-submit-container a:last-child {
  margin-right: 0px;
}

.bootstrap-select > .dropdown-toggle {
  border: none;
  border-radius: 0px;
  padding: 0px;
  line-height: 100%;
  height: 100%;
  z-index: 10;
}

.btn-default {
  background: transparent !important;
}

.bootstrap-select .dropdown-menu li a {
  outline: none !important;
}

.btn-group.open .dropdown-toggle {
  background: transparent !important;
  box-shadow: none;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.btn-default.focus,
.btn-default:focus {
  background: transparent;
}

.bootstrap-select .dropdown-toggle .filter-option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 20px;
  line-height: 38px;
}

.bootstrap-select .dropdown-toggle .caret {
  display: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background: #f33472;
}

.dropdown-menu > .active > a > span,
.dropdown-menu > .active > a:focus > span,
.dropdown-menu > .active > a:hover > span {
  color: #fff;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  background-color: #e5e5e5;
  z-index: auto;
}

.form-control:focus {
  border-color: #f33472;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 204, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 204, 0, 0.6);
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #f33472 !important;
  color: #fff;
  background-image: none;
  /*border: #F33472 1px solid;*/
}

.db-language-checkbox {
  display: flex;
  align-items: center;
  height: 40px;
}

.db-submit-container {
}

.db-submit-btn {
  width: 120px;
  height: 40px;
  background: #f33472;
  border-radius: 1px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  margin: 0 5px;
}

.db-submit-btn:hover {
  background: #df2e67;
}

.db-reset-btn {
  width: 80px;
  height: 40px;
  margin: 0 5px;
  background: #ffffff;
  border-radius: 1px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: normal;
  color: #5e5e5e;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 20px;
}

.db-unfold-btn {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #f33472;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  background-image: url("../images/unfold_btn.png");
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
}

.db-unfold-btn-ck {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.db-list-tab {
  width: 100%;
  height: 64px;
  /* background: linear-gradient(180deg, #FCFCFC 0%, #F7F7F7 100%);
    background: -webkit-linear-gradient(180deg, #FCFCFC 0%, #F7F7F7 100%); */
  /*background: #F8FFF1;*/
  box-sizing: border-box;
  /*border-top: #F33472 2px solid;*/
}

.db-list-center {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  height: 100%;
  background-color: #f7f7f7;
}

.db-list-container-center {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}

.db-list-tab-item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-left: #d8d8d8 1px solid;
  border-bottom: #cccccc 1px solid;
}

.db-list-tab-item:first-child {
  border-left: none;
}

.db-list-tab-item > div {
  font-size: 16px;
  font-weight: bold;
  color: #212121;
  line-height: 20px;
  text-transform: uppercase;
  width: 100%;
  /*border-left: #D8D8D8 1px solid;*/
  text-align: center;
  box-sizing: border-box;
}

.db-list-tab-item:first-child > div {
  border-left: none;
}

.db-list-tab-item-ck {
  /*background: #fff;*/
  border-radius: 4px 4px 0px 0px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(153, 153, 153, 0.2);
  -webkit-box-shadow: 0px 2px 8px 0px rgba(153, 153, 153, 0.2);
  border-top: #f33472 4px solid;
  box-sizing: border-box;
  border-bottom: none;
}

.db-list-tab-item-ck > div,
.db-list-tab-item-ck + .db-list-tab-item > div {
}

.db-list-tab-item > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.db-list-container {
  width: 100%;
  margin: 25px 0 0 0;
}

.db-list-item {
  width: 100%;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(153, 153, 153, 0.3);
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  padding: 20px 30px;
  box-sizing: border-box;
  margin: 10px 0;
  position: relative;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.db-list-item:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.db-list-tab-item > div img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.db-list-item-container {
  width: 100%;
  position: relative;
}

.db-list-item-box {
  width: 100%;
}

.db-list-item-top {
  width: 100%;
  display: flex;
  align-items: center;
}

.db-list-item-tit-box {
  width: 950px;
}

.db-list-item-tit {
  font-size: 14px;
  color: #212121;
  line-height: 20px;
  width: 100%;
  display: block;
  font-weight: bold;
}

.db-list-item-tit:hover,
.db-list-item-tit2:hover {
  text-decoration: underline;
}

.db-list-item-tit2 {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  width: 950px;
  display: block;
  margin-top: 10px;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.db-list-item-bottom .db-list-item-content-invalid {
  color: #cc0201;
}

.db-list-item-bottom .db-list-item-content-in_force {
  color: #0175cc;
}

.down-bar {
  color: red;
  top: 14%;
  line-height: 20px;
  color: #8e6012;
  border-radius: 4px;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  width: auto;
  height: auto;
  position: fixed;
  z-index: 17998990;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 700;
  background: #fff8eb;
  padding: 0 20px;
  justify-content: center;
  text-align: center;
  min-height: 40px;
}

.db-list-item-tag {
  min-width: 110px;
  height: 28px;
  background: #fef5f8;
  border-radius: 2px;
  border: 1px solid #f33472;
  margin-right: 10px;
  /*margin-top: -4px;*/
  font-size: 14px;
  color: #f33472;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.db-list-item-bottom {
  border-top: #e6e6e6 1px solid;
  width: 100%;
  margin-top: 10px;
  display: flex;
  padding-top: 11px;
}

.db-list-item-content {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  padding: 0 15px;
  border-right: #e6e6e6 1px solid;
  display: flex;
  align-items: center;
  flex: none;
}

.db-list-item-content:last-child {
  border-right: none;
}

.db-list-item-content-last {
  border-right: none;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.db-list-item-content:first-child {
  padding-left: 0px;
  /*color: #1964E6;*/
  font-weight: 500;
}

.db-list-item-content span {
  width: 20px;
  height: 20px;
  background: #e3ecfd;
  font-size: 12px;
  color: #1964e6;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-left: 10px;
  display: block;
}

.db-list-item-price {
  font-size: 14px;
  font-weight: bold;
  color: #e44245;
  line-height: 14px;
  display: flex;
  align-items: flex-end;
}

.db-list-item-price span {
  font-weight: bold;
  color: #e44245;
  line-height: 18px;
  background: none;
  font-size: 18px;
  width: auto;
  height: auto;
  margin-left: 0;
}

.db-list-item-btn {
  min-width: 120px;
  height: 30px;
  background: linear-gradient(270deg, #e44245 0%, #fe993c 100%);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 20px;
  margin-left: 10px;
}

.db-list-item-follow {
  width: 24px;
  height: 24px;
  background-image: url("../images/database_icon.png");
  /*background-size: 24px 24px;*/
  background-position: -17px -55px;
  background-size: 100px 100px;
  position: absolute;
  right: 30px;
  top: 20px;
}

.db-list-item-follow-ck {
  /*background-image: url("../images/star.png");*/
  background-position: -57px -55px;
}

.db-list-tab-fixed {
  position: fixed;
  z-index: 100000;
  top: 0px;
}

.db-list-tab-f {
  /*margin-top: 30px;*/
  width: 100%;
  height: 64px;
  min-width: 1200px;
}

.db-date-icon-container {
  position: relative;
}

.db-date-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  /*margin-top: -6px;*/
}

.help-find-btn {
  width: 50px;
  height: 50px;
  position: fixed;
  top: calc(50% - 25px);
  right: 10px;
  background: #f7f7f7 url("../images/db-documents-icon.png") no-repeat center
    center;
  background-size: 32px 32px;
  display: block;
  z-index: 100;
  text-align: center;
  line-height: 50px;
  border: 1px solid #e5e5e5;
  font-size: 24px;
  box-sizing: border-box;
}

.help-find-guide {
  position: absolute;
  width: 250px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
  left: -265px;
  border: #e5e5e5 1px solid;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.3);
  display: none;
}

.help-find-guide:after {
  height: 0;
  border-left: #e5e5e5 10px solid;
  border-right: 0;
  border-top: transparent 5px solid;
  border-bottom: transparent 5px solid;
  position: absolute;
  right: -10px;
  top: 10px;
  display: block;
  content: "";
  z-index: 8;
}

.help-find-guide:before {
  height: 0;
  border-left: #fff 10px solid;
  border-right: 0;
  border-top: transparent 5px solid;
  border-bottom: transparent 5px solid;
  position: absolute;
  right: -9px;
  top: 10px;
  display: block;
  content: "";
  z-index: 10;
}

.help-find-modal-container {
  padding: 30px 0 0 0;
}

.help-find-modal-label {
  width: 400px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.help-find-modal-select {
  width: 400px;
  margin-top: 10px;
  height: 42px;
  line-height: 40px;
  border: #e5e5e5 1px solid;
  background: #f7f7f7;
  padding: 0 10px;
  box-sizing: border-box;
}

.help-find-modal-text {
  width: 400px;
  height: 150px;
  resize: none;
  margin-top: 10px;
  border: #e5e5e5 1px solid;
  background: #f7f7f7;
  padding: 10px;
  box-sizing: border-box;
  color: #333;
}

.input-component-text {
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
}

.page-center-block {
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
  width: 1180px;
}
.db-detail-container {
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 60px;
}

/**
 * 法规详情页 — 基础信息卡片（Figma ChemLinked / node 99:828）
 * @see chemical/database20260410/db_detail.html
 */
.db-detail-base-info {
  box-sizing: border-box;
  width: 100%;
}

.db-detail-base-info__card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 33px;
}

.db-detail-base-info__header {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.db-detail-base-info__main {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.db-detail-base-info__title {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  margin: 0;
}

.db-detail-base-info__meta {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.db-detail-base-info__row {
  box-sizing: border-box;
}

.db-detail-base-info__row--3 {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.db-detail-meta-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.db-detail-meta-field--block {
  width: 100%;
}

.db-detail-meta-field__label {
  color: #999;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 18px;
  text-transform: uppercase;
}

.db-detail-meta-field__value {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  word-break: break-word;
}

.db-detail-meta-field__value--local {
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.db-detail-meta-field__value--status {
  align-items: center;
  color: #66cd00;
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
}

.db-detail-meta-field__status-dot {
  background: #66cd00;
  border-radius: 50%;
  flex-shrink: 0;
  height: 6px;
  width: 6px;
}

/**
 * Follow 胶囊（Figma node 99:877）：底 #FFEDE7，字与图标色 #FA6634
 * 全局 `* { color }` 会作用到内部 span，需与操作按钮同样显式指定。
 */
.db-detail-base-info__header .db-detail-base-info__follow {
  align-items: center;
  background-color: #ffede7;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fa6634;
  display: inline-flex;
  flex-shrink: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  gap: 4px;
  line-height: 20px;
  padding: 6px 16px;
  text-decoration: none;
  white-space: nowrap;
}

.db-detail-base-info__header .db-detail-base-info__follow,
.db-detail-base-info__header .db-detail-base-info__follow .db-detail-base-info__follow-text {
  color: #fa6634;
}

.db-detail-base-info__header .db-detail-base-info__follow:hover {
  opacity: 0.92;
}

.db-detail-base-info__header .db-detail-base-info__follow.is-loading {
  cursor: wait;
  opacity: 0.75;
  pointer-events: none;
}

.db-detail-base-info__follow-icon {
  display: block;
  flex-shrink: 0;
  height: 16px;
  width: 16px;
}

.db-detail-base-info__actions {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.db-detail-action-btn {
  align-items: center;
  border-radius: 8px;
  box-sizing: border-box;
  display: inline-flex;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  gap: 8px;
  line-height: 24px;
  padding: 10px 16px;
  text-decoration: none;
  white-space: nowrap;
}

.db-detail-action-btn__icon {
  display: block;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}

.db-detail-action-btn__icon--ai {
  height: 19px;
  width: 19px;
}

/**
 * 操作按钮填充色来自 Figma（node 137:1042 / 137:1048 / 137:1052）
 * 注意：全局 `* { color }` 会覆盖子节点继承，需对 span 显式指定文字色。
 */
.db-detail-base-info__actions .db-detail-action-btn--expert {
  background-color: #f33472;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  color: #fff;
}

.db-detail-base-info__actions .db-detail-action-btn--expert,
.db-detail-base-info__actions .db-detail-action-btn--expert span {
  color: #fff;
}

.db-detail-base-info__actions .db-detail-action-btn--expert:hover {
  filter: brightness(1.03);
}

.db-detail-base-info__actions .db-detail-action-btn--ai {
  background-color: #4952f5;
  background-image: linear-gradient(90deg, #4952f5 0%, #8f52f6 100%);
  color: #fff;
}

.db-detail-base-info__actions .db-detail-action-btn--ai,
.db-detail-base-info__actions .db-detail-action-btn--ai span {
  color: #fff;
}

.db-detail-base-info__actions .db-detail-action-btn--ai:hover {
  filter: brightness(1.05);
}

.db-detail-base-info__actions .db-detail-action-btn--download {
  background-color: #f1f5f9;
  color: #333;
  padding-left: 32px;
  padding-right: 32px;
}

.db-detail-base-info__actions .db-detail-action-btn--download,
.db-detail-base-info__actions .db-detail-action-btn--download span {
  color: #333;
}

.db-detail-base-info__actions .db-detail-action-btn--download:hover {
  background-color: #e8edf3;
}

/* —— Expert Translation 弹窗 Figma 27:1172 · 成功提示 Figma 38:485 —— */

/**
 * 弹窗显隐：遮罩淡入 + 内容区上移缩放（勿用 display:none，否则无法过渡）
 */
.db-modal-overlay {
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 24px 16px;
  pointer-events: none;
  position: fixed;
  transition:
    background-color 0.3s ease,
    opacity 0.3s ease,
    visibility 0s linear 0.3s;
  visibility: hidden;
  z-index: 10040;
}

.db-modal-overlay.is-open {
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 1;
  overscroll-behavior: contain;
  pointer-events: auto;
  transition:
    background-color 0.3s ease,
    opacity 0.3s ease,
    visibility 0s linear 0s;
  visibility: visible;
}

/**
 * 任一层弹窗打开时禁止背后页面滚动（与 db_detail.html 中 `db-modal-scroll-lock` 脚本配合）
 */
html.db-modal-scroll-lock,
body.db-modal-scroll-lock {
  overflow: hidden;
}

.db-modal-overlay--success {
  z-index: 10050;
}

.db-modal-overlay .db-modal-expert,
.db-modal-overlay .db-modal-download,
.db-modal-overlay .db-modal-ai,
.db-modal-overlay .db-modal-success,
.db-modal-overlay .db-modal-getitby {
  opacity: 0;
  transform: translateY(16px) scale(0.98);
  transition:
    opacity 0.28s ease,
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0s;
  will-change: opacity, transform;
}

.db-modal-overlay.is-open .db-modal-expert,
.db-modal-overlay.is-open .db-modal-download,
.db-modal-overlay.is-open .db-modal-ai,
.db-modal-overlay.is-open .db-modal-success,
.db-modal-overlay.is-open .db-modal-getitby {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0.05s;
}

@media (prefers-reduced-motion: reduce) {
  .db-modal-overlay,
  .db-modal-overlay .db-modal-expert,
  .db-modal-overlay .db-modal-download,
  .db-modal-overlay .db-modal-ai,
  .db-modal-overlay .db-modal-success,
  .db-modal-overlay .db-modal-getitby {
    transition-duration: 0.01ms !important;
    transition-delay: 0s !important;
  }

  .db-modal-overlay .db-modal-expert,
  .db-modal-overlay .db-modal-download,
  .db-modal-overlay .db-modal-ai,
  .db-modal-overlay .db-modal-success,
  .db-modal-overlay .db-modal-getitby {
    transform: none;
    will-change: auto;
  }
}

/**
 * 大弹窗：限制不超过视口，中间区域单独滚动，头尾固定（避免超出屏幕且无法滚动）
 */
.db-modal-expert,
.db-modal-download,
.db-modal-ai {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(25, 28, 30, 0.06);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 48px);
  max-width: 100%;
  overflow: hidden;
  width: 540px;
}

@supports (height: 100dvh) {
  .db-modal-expert,
  .db-modal-download,
  .db-modal-ai {
    max-height: calc(100dvh - 48px);
  }
}

/**
 * Get it by 弹窗（ChemLinked Translation「Pay Now」— 三栏方案）
 * @see chemical/database20260410/db_detail.html
 */
.db-modal-getitby {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(25, 28, 30, 0.06);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 48px);
  max-width: min(1180px, calc(100vw - 32px));
  overflow: hidden;
  width: 100%;
}

@supports (height: 100dvh) {
  .db-modal-getitby {
    max-height: calc(100dvh - 48px);
  }
}

.db-modal-getitby__header {
  align-items: center;
  background: #f5f5f5;
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 16px 24px;
}

.db-modal-getitby__title {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
}

.db-modal-getitby__close {
  background: transparent;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  line-height: 0;
  padding: 0;
}

.db-modal-getitby__close:hover {
  opacity: 0.75;
}

.db-modal-getitby__body {
  box-sizing: border-box;
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 24px;
}

.db-modal-getitby__grid {
  box-sizing: border-box;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.db-modal-getitby-card {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 20px;
}

.db-modal-getitby-card__title {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 8px;
}

.db-modal-getitby-card__lead {
  color: #666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 8px;
}

.db-modal-getitby-card__list {
  flex: 1 1 auto;
  list-style: none;
  margin: 0;
  min-height: 0;
  padding: 0;
}

.db-modal-getitby-card__item {
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  color: #333;
  display: flex;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  gap: 8px;
  line-height: 20px;
  padding: 12px 0;
}

.db-modal-getitby-card__item:last-child {
  border-bottom: none;
}

.db-modal-getitby-card__check {
  color: #eb352a;
  flex-shrink: 0;
  font-weight: 700;
  width: 1em;
}

.db-modal-getitby-card__bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: auto;
  padding-top: 16px;
}

.db-modal-getitby-card__price {
  color: #eb352a;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.db-modal-getitby-card__btn {
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.db-modal-getitby-card__btn--pay {
  background: linear-gradient(90deg, #ff9d4d 0%, #f05a43 100%);
  color: #fff;
}

.db-modal-getitby-card__btn--pay:hover {
  filter: brightness(1.03);
}

.db-modal-getitby-card__btn--learn {
  background: #e9d19c;
  color: #333;
}

.db-modal-getitby-card__btn--learn:hover {
  filter: brightness(1.02);
}

@media (max-width: 1024px) {
  .db-modal-getitby__grid {
    grid-template-columns: 1fr;
  }
}

.db-modal-download__header {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  gap: 32px;
  justify-content: space-between;
  padding: 32px 32px 16px;
}

.db-modal-download__head-text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.db-modal-download__title {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}

.db-modal-download__subtitle {
  color: #666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.db-modal-download__close {
  background: transparent;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  line-height: 0;
  padding: 0;
}

.db-modal-download__close:hover {
  opacity: 0.75;
}

.db-modal-download__body {
  box-sizing: border-box;
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 24px 32px;
}

/**
 * AI Translation 弹窗 Figma 31:1260 / 39:2 / 37:228（外壳样式已并入 .db-modal-expert / .db-modal-ai 共用块）
 */
.db-modal-ai__header {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  gap: 32px;
  justify-content: space-between;
  padding: 32px 32px 16px;
}

.db-modal-ai__header-main {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: 16px;
  min-width: 0;
}

.db-modal-ai__header-icon-wrap {
  align-items: center;
  background: #feeaf1;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  height: 36px;
  justify-content: center;
  padding: 6px;
  width: 36px;
}

.db-modal-ai__header-sparkle {
  display: block;
  flex-shrink: 0;
  height: 18.333px;
  width: 18.333px;
}

.db-modal-ai__title {
  color: #333;
  flex: 1 1 auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
  min-width: 0;
}

.db-modal-ai__close {
  align-self: center;
  background: transparent;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  line-height: 0;
  padding: 0;
}

.db-modal-ai__close:hover {
  opacity: 0.75;
}

.db-modal-ai__body {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 24px;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 24px 32px;
}

.db-modal-ai__banner {
  border-radius: 8px;
  border-style: solid;
  border-width: 0.5px;
  box-sizing: border-box;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
}

.db-modal-ai__banner[hidden] {
  display: none !important;
}

.db-modal-ai__banner--nonmember {
  background: #fefbec;
  border-color: #fae79a;
}

.db-modal-ai__banner--member {
  background: #edf6ff;
  border-color: #a4ccfc;
}

.db-modal-ai__banner--insufficient {
  background: #fff2f2;
  border-color: #ffcbcd;
}

.db-modal-ai__banner-wallet {
  display: block;
  flex-shrink: 0;
}

.db-modal-ai__banner-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.db-modal-ai__banner-lead {
  color: #8c4117;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

.db-modal-ai__banner-sub {
  color: #8c4117;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.db-modal-ai__banner-line,
.db-modal-ai__banner-balance-line {
  color: #0077d5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

.db-modal-ai__banner-line strong,
.db-modal-ai__banner-balance-line strong {
  font-size: 18px;
  font-weight: 700;
}

.db-modal-ai__banner-alert-title {
  color: #e7222a;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 4px;
}

.db-modal-ai__banner--insufficient .db-modal-ai__banner-sub {
  color: #e7222a;
}

.db-modal-ai__tip {
  align-items: flex-start;
  background: #f7f7f7;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  gap: 12px;
  padding: 16px;
}

.db-modal-ai__tip-icon {
  display: block;
  flex-shrink: 0;
}

.db-modal-ai__tip-text {
  color: #666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.db-modal-ai__submit {
  min-width: 120px;
}

/* —— 下载成功 Toast（非弹窗） —— */

.db-toast {
  background: #f4fcf0;
  border: 1px solid rgba(102, 205, 0, 0.35);
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(25, 28, 30, 0.08);
  box-sizing: border-box;
  left: 50%;
  max-width: calc(100vw - 48px);
  opacity: 0;
  padding: 12px 20px;
  pointer-events: none;
  position: fixed;
  top: 24px;
  transform: translate(-50%, -8px);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    visibility 0s linear 0.35s;
  visibility: hidden;
  z-index: 10100;
}

.db-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    visibility 0s linear 0s;
  visibility: visible;
}

.db-toast__text {
  color: #3d8a00;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

@media (prefers-reduced-motion: reduce) {
  .db-toast {
    transition-duration: 0.01ms !important;
  }
}

.db-modal-expert__header {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  gap: 32px;
  justify-content: space-between;
  padding: 32px 32px 16px;
}

.db-modal-expert__header-main {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: 16px;
  min-width: 0;
}

.db-modal-expert__header-icon {
  display: block;
  flex-shrink: 0;
  height: 36px;
  width: 36px;
}

.db-modal-expert__title {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}

.db-modal-expert__close {
  background: transparent;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  line-height: 0;
  padding: 0;
}

.db-modal-expert__close:hover {
  opacity: 0.75;
}

.db-modal-expert__body {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 24px;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 24px 32px;
}

.db-modal-expert__field {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.db-modal-expert__label {
  color: #333;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.db-modal-expert__doc-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.db-modal-expert__doc {
  align-items: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  gap: 0;
  padding: 17px 13px;
  position: relative;
}

.db-modal-expert__doc:has(.db-modal-expert__doc-input:checked) {
  background: #feeaf1;
  border-color: #f33472;
}

.db-modal-expert__doc-input {
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.db-modal-expert__doc-icon {
  flex-shrink: 0;
  height: 20px;
  position: relative;
  width: 20px;
}

.db-modal-expert__doc-icon-off {
  border: 2px solid #e5e5e5;
  border-radius: 12px;
  box-sizing: border-box;
  display: block;
  height: 20px;
  width: 20px;
}

.db-modal-expert__doc-icon-on {
  display: none;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.db-modal-expert__doc-input:checked ~ .db-modal-expert__doc-icon .db-modal-expert__doc-icon-off {
  display: none;
}

.db-modal-expert__doc-input:checked ~ .db-modal-expert__doc-icon .db-modal-expert__doc-icon-on {
  display: block;
}

.db-modal-expert__doc-text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  padding-left: 12px;
}

.db-modal-expert__doc-title {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.db-modal-expert__doc-meta {
  align-items: center;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
  line-height: 16px;
}

.db-modal-expert__doc-sep {
  background: #e5e5e5;
  flex-shrink: 0;
  height: 12px;
  width: 1px;
}

.db-modal-expert__select-wrap {
  position: relative;
  width: 100%;
}

.db-modal-expert__select {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 13px 36px 13px 13px;
  width: 100%;
}

.db-modal-expert__select.db-modal-expert__select--placeholder {
  color: #999;
}

.db-modal-expert__select-arrow {
  pointer-events: none;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.db-modal-expert__footer {
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  padding: 24px 32px;
}

.db-modal-expert__btn {
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 24px;
}

.db-modal-expert__btn--secondary {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #666;
}

.db-modal-expert__btn--secondary:hover {
  background: #fafafa;
}

.db-modal-expert__btn--primary {
  background: #f33472;
  border: 1px solid #f33472;
  color: #fff;
  padding-left: 32px;
  padding-right: 32px;
}

.db-modal-expert__btn--primary:hover {
  filter: brightness(1.03);
}

.db-modal-expert__btn--primary:disabled {
  cursor: not-allowed;
  filter: none;
  opacity: 0.65;
}

.db-modal-success {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(25, 28, 30, 0.08);
  box-sizing: border-box;
  max-height: calc(100vh - 48px);
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 400px;
}

@supports (height: 100dvh) {
  .db-modal-success {
    max-height: calc(100dvh - 48px);
  }
}

.db-modal-success__inner {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  text-align: center;
}

.db-modal-success__icon-wrap {
  align-items: center;
  background: #f4fcf0;
  border-radius: 38px;
  display: flex;
  flex-shrink: 0;
  height: 64px;
  justify-content: center;
  width: 64px;
}

.db-modal-success__icon {
  display: block;
  height: 32px;
  width: 32px;
}

.db-modal-success__title {
  color: #f33472;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}

.db-modal-success__desc {
  color: #666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  max-width: 100%;
}

.db-modal-success__inbox-link {
  color: #4952f5;
  text-decoration: underline;
}

.db-modal-success__inbox-link:hover {
  color: #3740d6;
}

.db-modal-success__ok {
  background: #f33472;
  border: 1px solid #f33472;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 32px;
}

.db-modal-success__ok:hover {
  filter: brightness(1.03);
}

.db-modal-overlay .db-modal-expert__btn--primary,
.db-modal-overlay .db-modal-ai__submit-label,
.db-modal-overlay .db-modal-success__ok {
  color: #fff;
}

.db-modal-overlay .db-modal-ai__title {
  color: #333;
}

.db-modal-overlay .db-modal-expert__btn--secondary {
  color: #666;
}

/**
 * 法规详情页 — ChemLinked Translation 卡片（Figma ChemLinked / node 143:1485）
 * @see chemical/database20260410/db_detail.html
 */
.db-detail-translation-container {
  box-sizing: border-box;
  margin-top: 24px;
  width: 100%;
}

.db-detail-translation {
  box-sizing: border-box;
  width: 100%;
}

.db-detail-translation__shell {
  background: linear-gradient(90deg, #f2d8aa 0%, #e5ba6f 100%);
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 8px;
}

.db-detail-translation__inner {
  align-items: stretch;
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: space-between;
  min-height: 0;
  padding: 32px;
}

.db-detail-translation__main {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.db-detail-translation__kicker {
  color: #764e19;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin: 0;
}

.db-detail-translation__title {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

.db-detail-translation__meta {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.db-detail-translation__meta-label {
  color: #666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.db-detail-translation__meta-value {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.db-detail-translation__price {
  align-items: flex-end;
  color: #eb352a;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.db-detail-translation__price-symbol {
  color: #eb352a;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.db-detail-translation__price-amount {
  color: #eb352a;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.db-detail-translation__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 8px;
}

.db-detail-translation__btn {
  align-items: center;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  line-height: 24px;
  min-height: 44px;
  padding: 10px 24px;
  text-decoration: none;
  white-space: nowrap;
}

.db-detail-translation__btn--pay {
  background: linear-gradient(to left, #eb352a 0%, #ff9a46 100%);
  border: none;
  color: #fff;
}

.db-detail-translation__btn--pay:hover {
  filter: brightness(1.03);
}

.db-detail-translation__btn--free {
  background: linear-gradient(to left, #e5ba6f 0%, #f2d8aa 100%);
  border: none;
  color: #764e19;
}

.db-detail-translation__btn--free:hover {
  filter: brightness(1.02);
}

.db-detail-translation__btn--preview {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #333;
}

.db-detail-translation__btn--preview:hover {
  background: #fafafa;
}

.db-detail-translation__btn-icon {
  display: block;
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}

.db-detail-translation__aside {
  flex: 0 0 auto;
}

.db-detail-translation__cover {
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  display: block;
  height: 192px;
  object-fit: cover;
  width: 136px;
}

@media (max-width: 900px) {
  .db-detail-translation__inner {
    flex-direction: column;
  }

  .db-detail-translation__aside {
    align-self: center;
  }

  .db-detail-translation__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .db-detail-translation__btn {
    justify-content: center;
    width: 100%;
  }
}

/**
 * 法规详情 — Tab 区（Summary / History / Obligations，Figma 101:1850 / 101:1852 / 101:2151）
 * @see chemical/database20260410/db_detail.html
 */
.db-detail-other-container {
  box-sizing: border-box;
  margin-top: 24px;
  width: 100%;
}

.db-detail-other {
  /* 与 Figma 导出 Tab 填充 #f33472 一致 */
  --db-detail-other-tab-accent: #f33472;
  /** 平行四边形 / 梯形斜边水平位移（与 Tab 高度配合，勿用 skew+负边距以免盖住邻格文字） */
  --db-detail-other-tab-slant: 17px;
  box-sizing: border-box;
  width: 100%;
}

.db-detail-other__panels {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}

.db-detail-other-panel {
  background: #feeaf1;
  border-top: none;
  border-radius: 0 0 16px 16px;
  box-sizing: border-box;
  padding: 34px 32px 32px;
  width: 100%;
}

.db-detail-other-summary__inner {
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 32px;
  width: 100%;
}

.db-detail-other-summary__text {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.db-detail-other-summary__text p {
  margin: 0 0 0.5em;
}

.db-detail-other-summary__text p:last-child {
  margin-bottom: 0;
}

.db-detail-other-summary__contents-label {
  font-weight: 700;
}

.db-detail-other-history__inner {
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 32px;
  width: 100%;
}

/**
 * History 时间轴列表（Figma 101:2011）
 */
.db-detail-other-timeline {
  box-sizing: border-box;
  position: relative;
}

.db-detail-other-timeline__track {
  background: #e5e5e5;
  bottom: 10px;
  left: 10px;
  position: absolute;
  top: 10px;
  transform: translateX(-50%);
  width: 1px;
}

.db-detail-other-timeline__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.db-detail-other-timeline__item {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 16px;
  margin: 0 0 24px;
  position: relative;
}

.db-detail-other-timeline__item:last-child {
  margin-bottom: 0;
}

.db-detail-other-timeline__dot {
  background: #fff;
  border: 3px solid var(--db-detail-other-tab-accent, #f33472);
  border-radius: 50%;
  box-sizing: border-box;
  flex-shrink: 0;
  height: 20px;
  position: relative;
  width: 20px;
}

/**
 * 时间轴圆点中心实心点（Figma 101:2011 与外层绿环同心）
 */
.db-detail-other-timeline__dot::after {
  background: var(--db-detail-other-tab-accent, #f33472);
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
}

.db-detail-other-timeline__card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  flex: 1 1 auto;
  min-width: 0;
  padding: 17px;
}

.db-detail-other-timeline__title {
  color: #0f172a;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.db-detail-other-timeline__meta {
  align-items: center;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
  line-height: 16px;
  margin-top: 8px;
}

.db-detail-other-timeline__status {
  color: var(--db-detail-other-tab-accent, #f33472);
  flex-shrink: 0;
  white-space: nowrap;
}

.db-detail-other-timeline__divider {
  align-self: center;
  background: #e5e5e5;
  flex-shrink: 0;
  height: 12px;
  width: 1px;
}

/**
 * Obligations 解锁区（Figma 138:1234）
 */
.db-detail-other-obligations__gradient {
  align-items: center;
  background: linear-gradient(90deg, #faf4e6 0%, #f9e2c0 100%);
  border: 1px solid #ffe1ae;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 33px 24px 32px;
  width: 100%;
}

@media (min-width: 1100px) {
  .db-detail-other-obligations__gradient {
    padding: 33px 121px 32px;
  }
}

.db-detail-other-obligations__lock-circle {
  align-items: center;
  background: #fff;
  border-radius: 50px;
  box-sizing: border-box;
  display: flex;
  height: 56px;
  justify-content: center;
  padding: 16px;
  width: 56px;
}

.db-detail-other-obligations__lock-icon {
  display: block;
  height: 24px;
  width: 24px;
}

.db-detail-other-obligations__hint {
  box-sizing: border-box;
  color: #666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  max-width: 720px;
  padding: 0 12px;
  text-align: center;
  width: 100%;
}

.db-detail-other-obligations__cards {
  align-items: stretch;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 24px;
  width: 100%;
}

.db-detail-other-obligation-card {
  background: #fff;
  border-radius: 16px;
  box-sizing: border-box;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: space-between;
  min-height: 301px;
  min-width: 0;
  padding: 24px;
}

.db-detail-other-obligation-card--laws {
  border: 2px solid #eb352a;
}

.db-detail-other-obligation-card--member {
  border: 1px solid #e5e5e5;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.04);
}

.db-detail-other-obligation-card--member .db-detail-other-obligation-card__head {
  gap: 4px;
}

.db-detail-other-obligation-card__main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  width: 100%;
}

.db-detail-other-obligation-card__head {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.db-detail-other-obligation-card__title {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.db-detail-other-obligation-card__lead {
  color: #666;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.db-detail-other-obligation-card__features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.db-detail-other-obligation-card__features li {
  align-items: flex-start;
  color: #333;
  display: flex;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  gap: 4px;
  justify-content: flex-start;
  line-height: 20px;
  text-align: left;
}

.db-detail-other-obligation-card__features img {
  align-self: flex-start;
  flex-shrink: 0;
  margin-top: 3px;
}

.db-detail-other-obligation-card__features span {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.db-detail-other-obligation-card__footer {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-top: auto;
  width: 100%;
}

.db-detail-other-obligation-card__price {
  align-items: flex-end;
  color: #eb352a;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.db-detail-other-obligation-card__price-symbol {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.db-detail-other-obligation-card__price-num {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.db-detail-other-obligation-card__price--from {
  align-items: flex-end;
}

.db-detail-other-obligation-card__price-prefix {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

.db-detail-other-obligation-card__btn {
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 24px;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.db-detail-other-obligation-card__btn--pay {
  background: linear-gradient(to left, #eb352a 0%, #ff9a46 100%);
  color: #fff;
}

.db-detail-other-obligation-card__btn--pay:hover {
  filter: brightness(1.03);
}

.db-detail-other-obligation-card__btn--learn {
  background: linear-gradient(to left, #e5ba6f 0%, #f2d8aa 100%);
  color: #764e19;
}

.db-detail-other-obligation-card__btn--learn:hover {
  filter: brightness(1.02);
}

@media (max-width: 900px) {
  .db-detail-other-obligations__cards {
    flex-direction: column;
  }

  .db-detail-other-obligation-card {
    min-height: 0;
  }
}

.green-result-tabs {
  display: flex;
  position: relative;
}
.green-result-tab {
  cursor: pointer;
  padding: 10px 8px 10px 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 4px 0 0 0;
  position: relative;
  margin: 0;
  min-width: 170px;
  justify-content: center;
  background-color: #F7F7F7;
}

/* 添加斜角效果 */
.green-result-tab::after {
  content: "";
  position: absolute;
  top: -0.5px;
  right: -10px;
  width: 17px;
  height: 101%;
  background-color: inherit;
  transform: skewX(11deg);
  z-index: 1;
  border-radius: 0 4px 0 0;
  box-shadow: 3px 0px 4px -2px rgba(0, 0, 0, 0.1);

}

/* 添加斜角效果 */
.green-result-tab.green-tab-active::after {
  background-color: #f33472;
  /* box-shadow: 3px 0px 4px -2px rgba(0, 0, 0, 0.1); */
  top: 0px;
}

.green-result-tab img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  position: relative;
  z-index: 2;
}

.green-result-tab .green-result-tab-text {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  margin: 0;
  position: relative;
  z-index: 2;
}

.green-tab-active {
  background-color: #f33472;
}

.green-tab-active .green-result-tab-text {
  color: #ffffff;
}

.line-divider {
  width: 100%;
  height: 3px;
  background-color: #f33472;
}

/* ====== On-demand Translation Request Modal ====== */
#Request-modal .modal-dialog-main {
    border-radius: 8px;
    padding-bottom: 20px !important;
}

.Request-modal-tip {
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #333333;
    height: 50px;
    background: #F7F7F7;
    padding-left: 20px;
    border-radius: 8px 8px 0px 0px;
}

.Request-modal-cotent {
    padding: 30px;
    padding-bottom: 0;
}

.Request-tip {
    font-size: 16px;
    font-family: Helvetica;
    color: #666666;
    margin-bottom: 16px;
}

.Request-textarea {
    position: relative;
}

.Request-ft {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.Request-ft-btn {
    padding: 6px 22px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 1px;
    background: #f33472;
    margin-right: 10px;
    border: none;
    outline: none;
}

.Request-ft-btn:hover {
    background: #d42d60;
}