/**
 * hl062 泛页专用样式（仅 body.wc-syn-active 生效，不影响正常站点布局）
 * 与 application/common/wildcard_synthetic.php 中 wildcard_syn_detail_mobile_styles 对齐
 */

body.wc-syn-active .header,
body.wc-syn-active .conch-header,
body.wc-syn-active .header.px-hd,
body.wc-syn-active .header.head-wrapper {
  height: auto !important;
  min-height: 56px;
  z-index: 1900;
}

body.wc-syn-active .header-content {
  height: auto !important;
  min-height: 70px;
}

body.wc-syn-active.page-detail .dx-view {
  margin-top: 1.65rem !important;
}

body.wc-syn-active.view.page #main,
body.wc-syn-active.page.view .content {
  padding-top: 10px;
}

body.wc-syn-active .module-heading,
body.wc-syn-active .box-head .row-title,
body.wc-syn-active .px-section__hd {
  position: relative;
  min-height: 36px;
}

body.wc-syn-active .module-heading .more,
body.wc-syn-active .box-head .more {
  white-space: nowrap;
  max-width: 48%;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.wc-syn-active.homepage .homepage_homepage_channelnav {
  margin-top: 12px !important;
  top: 0 !important;
  position: relative !important;
}

@media (max-width: 767px) {
  body.wc-syn-active.page-detail .detail-objs,
  body.wc-syn-active .detail .detail-objs {
    flex-direction: column !important;
    max-width: 100% !important;
    align-items: center;
  }

  body.wc-syn-active.page-detail .obj-pic,
  body.wc-syn-active .detail .obj-pic {
    width: 42vw;
    max-width: 200px;
    margin: 0 auto 12px;
  }

  body.wc-syn-active.page-detail .obj-info,
  body.wc-syn-active .detail .obj-info {
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
  }

  body.wc-syn-active.page-detail h1,
  body.wc-syn-active .detail h1 {
    font-size: 18px;
    line-height: 1.35;
    word-break: break-word;
  }

  body.wc-syn-active.page-detail .play_li,
  body.wc-syn-active .module-play-list-content,
  body.wc-syn-active .module-list.sort-list,
  body.wc-syn-active .ewave-playlist-item {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  body.wc-syn-active.page-detail .play_li a,
  body.wc-syn-active .module-play-list-content a,
  body.wc-syn-active .module-list.sort-list a {
    text-align: center;
    padding: 8px 4px;
    font-size: 12px;
    line-height: 1.3;
    word-break: keep-all;
  }

  body.wc-syn-active .box-left.w-75,
  body.wc-syn-active .w-75 {
    width: 100% !important;
    float: none !important;
  }

  body.wc-syn-active .container.detail {
    padding: 0 10px;
  }

  body.wc-syn-active .info-share {
    display: none;
  }

  body.wc-syn-active.view.page #main {
    padding-top: 8px;
  }
}

@media (max-width: 480px) {
  body.wc-syn-active.page-detail .play_li,
  body.wc-syn-active .module-play-list-content,
  body.wc-syn-active .module-list.sort-list,
  body.wc-syn-active .ewave-playlist-item {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.wc-syn-active .wc-syn-rec-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
