/* Toolsbiotech product service single template styles. */
#tbt-ps-single-page {
  --tbt-orange: #ef7e00;
  --tbt-ink: #292929;
  font-family: "Noto Sans TC", "Helvetica Neue", Arial, sans-serif;
  color: var(--tbt-ink);
}
#tbt-ps-single-banner {
  min-height: 360px;
  position: relative;
}
#tbt-ps-single-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.28);
  pointer-events: none;
}
#tbt-ps-single-banner-inner {
  position: relative;
  z-index: 1;
  max-width: 1152px;
  margin: 0 auto;
}
#tbt-ps-single-banner-en .elementor-heading-title {
  color: #fff !important;
  font-family: "Exo 2", "Noto Sans TC", sans-serif !important;
  font-style: italic;
  text-transform: uppercase;
  line-height: .9 !important;
}
#tbt-ps-single-banner-zh .elementor-heading-title,
#tbt-ps-single-banner-title .elementor-heading-title {
  color: #fff !important;
}
#tbt-ps-single-breadcrumb {
  max-width: 1152px;
  margin: 0 auto;
}
#tbt-ps-single-breadcrumb a {
  color: #292929;
  text-decoration: none;
}
#tbt-ps-single-breadcrumb a:hover {
  color: var(--tbt-orange);
}
#tbt-ps-single-layout {
  max-width: 1152px;
  margin: 0 auto;
}
#tbt-ps-single-title .elementor-heading-title {
  color: #292929 !important;
  line-height: 1.35 !important;
}
#tbt-ps-single-category-info .elementor-post-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
#tbt-ps-single-category-info .elementor-post-info__item,
#tbt-ps-single-category-info a {
  color: var(--tbt-orange);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
#tbt-ps-single-content .elementor-widget-container,
#tbt-ps-single-content p {
  color: #292929;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 1px;
}
#tbt-ps-single-more,
#tbt-ps-single-more .elementor-widget-container {
  width: 100%;
}
.tbt-ps-more-blocks {
  width: 100%;
  margin: 36px 0 10px;
  border-top: 1px solid #d8d8d8;
}
.tbt-ps-more-item {
  border-bottom: 1px solid #d8d8d8;
}
.tbt-ps-more-summary {
  display: grid;
  grid-template-columns: minmax(190px, .36fr) minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
}
.tbt-ps-more-summary::-webkit-details-marker {
  display: none;
}
.tbt-ps-more-title {
  color: var(--tbt-orange);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}
.tbt-ps-more-excerpt {
  color: #292929;
  font-size: 15px;
  line-height: 1.7;
}
.tbt-ps-more-button {
  min-width: 104px;
  padding: 9px 25px;
  border: 2px solid var(--tbt-orange);
  color: var(--tbt-orange);
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: all .35s ease;
}
.tbt-ps-more-item[open] .tbt-ps-more-button,
.tbt-ps-more-summary:hover .tbt-ps-more-button {
  color: #fff;
  background: var(--tbt-orange);
}
.tbt-ps-more-item[open] .tbt-ps-more-button {
  font-size: 0;
}
.tbt-ps-more-item[open] .tbt-ps-more-button::after {
  content: "CLOSE";
  font-size: 15px;
}
.tbt-ps-more-content {
  padding: 0 0 30px calc(36% + 10px);
  color: #292929;
  font-size: 16px;
  line-height: 1.9;
}
.tbt-ps-more-content p:first-child {
  margin-top: 0;
}
#tbt-ps-single-back .elementor-button,
#tbt-ps-single-side-button .elementor-button {
  border: 1px solid #292929;
  border-radius: 0;
  color: #292929;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 28px;
}
#tbt-ps-single-back .elementor-button:hover,
#tbt-ps-single-side-button .elementor-button:hover {
  color: #fff;
  border-color: var(--tbt-orange);
  background: var(--tbt-orange);
}
#tbt-ps-single-sidebar {
  border-left: 1px solid #d8d8d8;
  padding-left: 42px !important;
}
#tbt-ps-single-side-title .elementor-heading-title {
  color: #292929 !important;
}
#tbt-ps-single-side-copy .elementor-widget-container {
  color: #555;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  #tbt-ps-single-layout {
    flex-direction: column !important;
  }
  #tbt-ps-single-main,
  #tbt-ps-single-sidebar {
    width: 100% !important;
    padding-right: 0 !important;
  }
  #tbt-ps-single-sidebar {
    border-left: 0;
    border-top: 1px solid #d8d8d8;
    padding-left: 0 !important;
    padding-top: 34px !important;
  }
}
@media (max-width: 767px) {
  #tbt-ps-single-banner {
    min-height: 300px;
  }
  #tbt-ps-single-banner-en .elementor-heading-title {
    font-size: 40px !important;
  }
  #tbt-ps-single-main {
    padding-top: 38px !important;
    padding-bottom: 44px !important;
  }
  .tbt-ps-more-summary {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .tbt-ps-more-content {
    padding-left: 0;
  }
}
