/*
Theme Name: ground-bt
Theme URI: https://wordpress-code.com/
Author: 觅站WordPress建站
Author URI: https://wordpress-code.com/
Description: Ground Biotech custom WordPress theme.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: 版权所有 觅站WordPress建站
Text Domain: ground-bt
*/

body {
  margin: 0;
  overflow-x: hidden;
}

.product-card-link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.sidebar-panel a,
.product-tabs a,
.blog-tile h2 a,
.news-list-body h2 a {
  color: inherit;
  text-decoration: none;
}

.gbt-pagination {
  margin-top: 36px;
  text-align: center;
}

.gbt-pagination .nav-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.gbt-pagination a,
.gbt-pagination span {
  border: 1px solid rgba(222, 54, 38, 0.18);
  border-radius: 999px;
  color: #de3626;
  display: inline-flex;
  font: 700 12px/1 var(--font-body);
  min-width: 34px;
  padding: 10px 13px;
  text-decoration: none;
}

.gbt-pagination .current {
  background: #de3626;
  color: #fff;
}

.gbt-pagination .nav-links .page-numbers {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gbt-pagination .nav-links .page-numbers li {
  margin: 0;
  padding: 0;
}

.footer-brand-logo.logo {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
}

@media (max-width: 640px) {
  html,
  body,
  #page {
    max-width: 100%;
    overflow-x: hidden;
  }

  .section-title,
  .news-title,
  .page-title,
  .copy-title,
  .about-title {
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .section-title {
    font-size: clamp(34px, 10vw, 44px);
    max-width: calc(100vw - 36px);
  }
}
