
.characteristic-collection-content-group {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  z-index: 10;
  width: auto;
  max-width: fit-content;
  height: auto;
  align-items: flex-start;
  justify-content: center;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}


.characteristic-collection-content-group *,
.characteristic-collection-content-group *::before,
.characteristic-collection-content-group *::after {
  box-sizing: border-box;
}

/* 禁用容器过渡效果 */
.characteristic-collection-content-group,
.characteristic-collection-content-group * {
  transition: none !important;
}

/* 容器交互状态 */
.characteristic-collection-content-group:focus,
.characteristic-collection-content-group:hover,
.characteristic-collection-content-group:focus-visible {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* ========================================
   标题样式
   ======================================== */
.content-group__heading {
  margin: 0;
  font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgb(var(--color-text));
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  position: relative;
  z-index: 1;
}

/* 标题强制透明背景 */
.content-group__heading,
.characteristic-collection-content-group .content-group__heading,
.characteristic-collection-content-group h1,
.characteristic-collection-content-group h2,
.characteristic-collection-content-group h3,
.characteristic-collection-content-group h4,
.characteristic-collection-content-group h5,
.characteristic-collection-content-group h6 {
  background-color: transparent !important;
  background-image: none !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}


.content-group__heading::before,
.content-group__heading::after {
  display: none !important;
}


.characteristic-collection-content-group h1.content-group__heading { font-size: 48px; }
.characteristic-collection-content-group h2.content-group__heading { font-size: 44px; }
.characteristic-collection-content-group h3.content-group__heading { font-size: 40px; }
.characteristic-collection-content-group h4.content-group__heading { font-size: 36px; }
.characteristic-collection-content-group h5.content-group__heading { font-size: 32px; }
.characteristic-collection-content-group h6.content-group__heading { font-size: 28px; }


.characteristic-collection-content-group .button {
  padding: 12px 20px;
  border-radius: 20px;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
  min-height: 40px;
}


.characteristic-collection-content-group .button::after {
  animation: none !important;
}


[class*="characteristic-collection-content-group"][class*="color-"],
.characteristic-collection-content-group[class*="color-"],
.characteristic-collection-content-group {
  background-color: transparent !important;
  background-image: none !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* 所有子元素透明（排除按钮） */
[class*="characteristic-collection-content-group"][class*="color-"] *:not(.button):not(.button *),
.characteristic-collection-content-group > *:not(.button),
.characteristic-collection-content-group *:not(.button):not(.button *) {
  background-color: transparent !important;
  background-image: none !important;
  background: transparent !important;
}

/* 容器交互状态透明 */
.characteristic-collection-content-group[class*="color-"]:hover,
.characteristic-collection-content-group[class*="color-"]:focus,
.characteristic-collection-content-group[class*="color-"]:focus-visible {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  background: none !important;
}


@media screen and (max-width: 959px) {
 
  /* 标题字体大小 */
  .characteristic-collection-content-group h1.content-group__heading { font-size: 24px !important; }
  .characteristic-collection-content-group h2.content-group__heading { font-size: 22px !important; }
  .characteristic-collection-content-group h3.content-group__heading { font-size: 20px !important; }
  .characteristic-collection-content-group h4.content-group__heading { font-size: 18px !important; }
  .characteristic-collection-content-group h5.content-group__heading { font-size: 16px !important; }
  .characteristic-collection-content-group h6.content-group__heading { font-size: 14px !important; }
  
  /* 标题换行优化 */
  .content-group__heading {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    max-width: 100% !important;
  }
  
  /* 移动端按钮 - 下划线文本样式 */
  .characteristic-block-collection-list .characteristic-collection-content-group .button,
  .characteristic-block-collection-list .characteristic-collection-content-group .button--secondary {
    display: inline-block !important;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1em !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    background-color: transparent !important;
    min-height: auto !important;
    border-radius: 0 !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    /* 使用配色方案颜色 */
    color: rgb(var(--color-button-secondary-text)) !important;
    text-decoration-color: rgb(var(--color-button-secondary-text)) !important;
  }
  
  /* 移动端按钮伪元素隐藏 */
  .characteristic-block-collection-list .characteristic-collection-content-group .button::before,
  .characteristic-block-collection-list .characteristic-collection-content-group .button::after,
  .characteristic-block-collection-list .characteristic-collection-content-group .button--secondary::before,
  .characteristic-block-collection-list .characteristic-collection-content-group .button--secondary::after {
    display: none !important;
  }
  
  /* 移动端按钮交互状态 */
  .characteristic-block-collection-list .characteristic-collection-content-group .button:hover,
  .characteristic-block-collection-list .characteristic-collection-content-group .button:focus,
  .characteristic-block-collection-list .characteristic-collection-content-group .button:active,
  .characteristic-block-collection-list .characteristic-collection-content-group .button--secondary:hover,
  .characteristic-block-collection-list .characteristic-collection-content-group .button--secondary:focus,
  .characteristic-block-collection-list .characteristic-collection-content-group .button--secondary:active {
    color: rgb(var(--color-button-secondary-text)) !important;
    text-decoration-color: rgb(var(--color-button-secondary-text)) !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
}
