.ts-page-banner {
  background: #f3f8ef;
  padding: 20px 16px 24px;
  text-align: center;
  border-bottom: 1px solid #c5ddb8;
  font-family: Poppins, Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.ts-page-banner__inner {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.ts-page-banner__crumbs ol {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.ts-page-banner__crumbs li {
  display: inline-flex;
  align-items: center;
}

.ts-page-banner__crumbs li:not(:last-child)::after {
  content: "/";
  margin: 0 8px;
  color: #2d661b;
  font-weight: 400;
  opacity: 0.7;
}

.ts-page-banner__crumbs a,
.ts-page-banner__crumbs span {
  color: #2d661b;
  text-decoration: none;
}

.ts-page-banner__crumbs a:hover,
.ts-page-banner__crumbs a:focus-visible {
  color: #1c3410;
  text-decoration: underline;
}

.ts-page-banner__crumbs span[aria-current="page"] {
  color: #1c3410;
  font-weight: 600;
}

.ts-page-banner h1,
.ts-page-banner h2,
.ts-page-banner .ts-page-banner__title {
  margin: 0 0 6px !important;
  color: #1c3410 !important;
  font-family: Poppins, Inter, system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.ts-page-banner p,
.ts-page-banner .ts-page-banner__sub {
  margin: 0 !important;
  color: #6b7280 !important;
  font-family: Poppins, Inter, system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 767px) {
  .ts-page-banner {
    padding: 16px 14px 20px;
  }

  .ts-page-banner h1,
  .ts-page-banner h2,
  .ts-page-banner .ts-page-banner__title {
    font-size: 26px !important;
  }

  .ts-page-banner p,
  .ts-page-banner .ts-page-banner__sub {
    font-size: 14px !important;
  }
}
