#page-content.partners {
  background: #f3f6fb;
  height: auto;
  overflow: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.pt-page {
  color: #0f172a;
  font-size: 14px;
  line-height: 1.6;
}
.pt-head {
  position: sticky;
  top: 72px;
  z-index: 30;
  background: #f7f9fc;
  border-bottom: 1px solid #e2e8f2;
}
.pt-head-inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  min-height: 112px;
  max-width: 996px;
  margin: 0 auto;
  padding: 26px 20px;
}
.pt-title {
  min-width: 0;
}
.pt-title a {
  display: block;
  color: #0f172a;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.pt-title a:hover {
  color: #1b6ef3;
}
.pt-title p {
  margin: 5px 0 0;
  color: #566076;
  font-size: 13px;
}
.pt-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pt-search input[type="search"] {
  width: 260px;
  max-width: 100%;
  height: 38px;
  padding: 0 14px 0 36px;
  border: 1px solid #e2e8f2;
  border-radius: 19px;
  background: #ffffff url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%238790a4' stroke-width='1.6'%3E%3Ccircle cx='7' cy='7' r='4.6'/%3E%3Cpath d='M10.6 10.6 14 14' stroke-linecap='round'/%3E%3C/svg%3E\") no-repeat 13px 50%;
  background-size: 15px 15px;
  color: #0f172a;
  font-size: 13px;
  outline: none;
  -webkit-appearance: none;
}
.pt-search input[type="search"]::placeholder {
  color: #8790a4;
}
.pt-search input[type="search"]:focus {
  border-color: #1b6ef3;
  box-shadow: 0 0 0 3px rgba(27, 110, 243, 0.12);
}
.pt-search-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.pt-join {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 18px;
  border-radius: 19px;
  background: #1b6ef3;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.pt-join:hover {
  background: #1553c0;
  color: #fff;
  text-decoration: none;
}
.pt-main {
  padding: 0 20px;
}
.pt-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 248px;
  gap: 28px;
  align-items: start;
  max-width: 996px;
  margin: 0 auto;
  padding: 26px 0 60px;
}
.pt-list-col {
  min-width: 0;
}
.pt-context {
  margin: 0 0 18px;
}
.pt-context h1 {
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
}
.pt-context p {
  margin: 5px 0 0;
  color: #566076;
  font-size: 13px;
}
.pt-context a {
  color: #1b6ef3;
}
.pt-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pt-card {
  background: #ffffff;
  border: 1px solid #e2e8f2;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 16px 18px 14px;
  transition: border-color 120ms ease-out;
}
.pt-card:hover {
  border-color: #ccd7e8;
}
.pt-card h2 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.pt-card h2 a {
  color: #0f172a;
  text-decoration: none;
}
.pt-card h2 a:hover {
  color: #1b6ef3;
}
.pt-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 9px;
}
.pt-country {
  padding: 2px 9px;
  border-radius: 11px;
  background: #e8f0fe;
  color: #1553c0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
}
.pt-country:hover {
  background: #1b6ef3;
  color: #fff;
  text-decoration: none;
}
.pt-pill {
  padding: 2px 9px;
  border-radius: 11px;
  background: #ddf4ec;
  color: #0c7a5e;
  font-size: 11px;
  font-weight: 600;
}
.pt-address {
  margin: 0 0 8px;
  color: #566076;
  font-size: 12.5px;
  line-height: 1.55;
}
.pt-phone {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #566076;
  font-size: 12.5px;
  font-variant-numeric: tabular-nums;
}
.pt-phone a {
  color: #566076;
  text-decoration: none;
}
.pt-phone a:hover {
  color: #1b6ef3;
}
.pt-links {
  display: flex;
  gap: 8px;
  margin: 14px 0 0;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #edf1f7;
}
.pt-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  border: 1px solid #e2e8f2;
  border-radius: 7px;
  color: #566076;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.pt-links a:hover {
  border-color: #e8f0fe;
  background: #e8f0fe;
  color: #1553c0;
  text-decoration: none;
}
.pt-icon {
  flex: 0 0 auto;
  opacity: 0.75;
}
.pt-empty {
  background: #ffffff;
  border: 1px solid #e2e8f2;
  border-radius: 10px;
  padding: 40px 24px;
  color: #566076;
}
.pt-empty h1,
.pt-empty h2 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 22px;
  font-weight: 700;
}
.pt-empty p {
  margin: 0 0 6px;
  font-size: 14px;
}
.pt-empty a {
  color: #1b6ef3;
  font-weight: 600;
}
.pt-more {
  display: none;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f2;
  font-size: 13px;
}
.pt-more a {
  color: #1b6ef3;
  font-weight: 600;
  text-decoration: none;
}
.pt-more a:hover {
  color: #1553c0;
  text-decoration: underline;
}
.pt-rail {
  position: sticky;
  top: 198px;
  font-size: 12.5px;
}
.pt-rail section {
  background: #ffffff;
  border: 1px solid #e2e8f2;
  border-radius: 10px;
  margin-bottom: 14px;
  padding: 14px 16px;
}
.pt-rail section:last-child {
  margin-bottom: 0;
}
.pt-rail h2 {
  margin: 0 0 10px;
  color: #8790a4;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.pt-rail-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pt-rail-list a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 7px;
  color: #566076;
  text-decoration: none;
}
.pt-rail-list a span {
  color: #8790a4;
  font-variant-numeric: tabular-nums;
}
.pt-rail-list a:hover {
  background: #edf1f7;
  color: #0f172a;
}
.pt-rail-list li.on > a {
  background: #e8f0fe;
  color: #1553c0;
  font-weight: 600;
}
.pt-rail-list li.on > a span {
  color: #1b6ef3;
}
.pt-rail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}
.pt-rail-tags a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 12px;
  background: #edf1f7;
  color: #566076;
  font-size: 11.5px;
  text-decoration: none;
}
.pt-rail-tags a span {
  color: #8790a4;
  font-variant-numeric: tabular-nums;
}
.pt-rail-tags a:hover {
  background: #e8f0fe;
  color: #1553c0;
}
.pt-rail-cta p {
  margin: 0 0 12px;
  color: #566076;
}
.pt-rail-cta .pt-join {
  display: flex;
  justify-content: center;
}
@media (max-width: 960px) {
  .pt-columns {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .pt-rail {
    display: none;
  }
  .pt-more {
    display: block;
  }
}
@media (max-width: 700px) {
  .pt-head-inner {
    align-items: stretch;
    gap: 16px;
    min-height: 0;
    padding: 18px 16px;
  }
  .pt-actions {
    flex-wrap: wrap;
  }
  .pt-search {
    flex: 1 1 100%;
  }
  .pt-search input[type="search"] {
    width: 100%;
  }
  .pt-main {
    padding: 0 14px;
  }
  .pt-columns {
    padding: 18px 0 44px;
  }
  .pt-list {
    grid-template-columns: minmax(0, 1fr);
  }
}
/*# sourceMappingURL=styles.css.map */