/* 6Ponds business profile page UI — scoped to /company/* routes */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --sixp-brand: #3b49df;
  --sixp-brand-dark: #2f3ab2;
  --sixp-brand-soft: rgba(59, 73, 223, 0.1);
  --sixp-price: #078a06;
  --sixp-bg: #f4f6fb;
  --sixp-card: #ffffff;
  --sixp-border: #e4e7ec;
  --sixp-text: #111827;
  --sixp-muted: #6b7280;
  --sixp-radius: 12px;
  --sixp-radius-lg: 16px;
  --sixp-shadow: 0 1px 3px rgba(16, 24, 40, 0.06), 0 1px 2px rgba(16, 24, 40, 0.04);
  --sixp-shadow-md: 0 8px 24px rgba(16, 24, 40, 0.08);
  --sixp-container: 1180px;
}

body#custom.sixp-company-ui,
body#custom.sixp-company-ui.dark,
body.dark#custom.sixp-company-ui {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color-scheme: light only;
  background: var(--sixp-bg) !important;
  color: var(--sixp-text) !important;
}

body#custom.file-seller.sixp-company-ui .content {
  background: transparent;
}

body#custom.file-seller.sixp-company-ui .container.primary {
  max-width: var(--sixp-container);
  padding-top: 8px;
  padding-bottom: 40px;
}

body#custom.file-seller.sixp-company-ui #breadcrumbs {
  margin-bottom: 8px;
}

body#custom.file-seller.sixp-company-ui .breadcrumb {
  font-size: 14px;
  color: var(--sixp-muted);
}

body#custom.file-seller.sixp-company-ui .breadcrumb a {
  color: var(--sixp-muted);
}

body#custom.file-seller.sixp-company-ui .breadcrumb a:hover {
  color: var(--sixp-brand);
}

body#custom.file-seller.sixp-company-ui #bpr-seller.bpr-body:not(.bpr-block) {
  max-width: 100%;
}

body#custom.file-seller.sixp-company-ui #bpr-seller.bpr-body:not(.bpr-block) .bpr-inside {
  margin: 0 0 24px;
  padding: 0;
  background: var(--sixp-card);
  border: 1px solid var(--sixp-border);
  border-radius: var(--sixp-radius-lg);
  box-shadow: var(--sixp-shadow);
  overflow: hidden;
}

body#custom.file-seller.sixp-company-ui .bpr-cover {
  margin: 0;
}

body#custom.file-seller.sixp-company-ui .bpr-cover .bpr-wrap {
  padding-top: 32%;
  border-radius: var(--sixp-radius-lg) var(--sixp-radius-lg) 0 0;
}

body#custom.file-seller.sixp-company-ui .bpr-cover .bpr-wrap .bpr-wrap-img {
  background-color: #e8ecf4;
}

body#custom.file-seller.sixp-company-ui .bpr-cover .bpr-contact-us a,
body#custom.file-seller.sixp-company-ui .bpr-cover .bpr-socials a {
  border-radius: 10px;
  backdrop-filter: blur(8px);
}

body#custom.file-seller.sixp-company-ui .bpr-cover .bpr-contact-us a.bpr-go,
body#custom.file-seller.sixp-company-ui .bpr-cover .bpr-contact-us a.bpr-btn:not(.bpr-disabled) {
  background: var(--sixp-brand);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(59, 73, 223, 0.3);
}

body#custom.file-seller.sixp-company-ui .bpr-cover .bpr-contact-us a.bpr-go:hover {
  background: var(--sixp-brand-dark);
}

body#custom.file-seller.sixp-company-ui .bpr-profile {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-left,
body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-right {
  float: none;
  width: auto;
  margin: 0;
  border: none;
}

body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-left {
  flex: 1 1 62%;
  padding: 28px 32px;
  border-right: 1px solid var(--sixp-border);
}

body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-right {
  flex: 1 1 38%;
  min-width: 280px;
  padding: 28px 28px 24px;
  background: #fafbfc;
}

body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-left .bpr-icon {
  width: 96px;
  margin: 0 16px 0 0;
}

body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-left .bpr-icon img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--sixp-border);
  box-shadow: var(--sixp-shadow);
}

body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-left .bpr-box {
  width: calc(100% - 112px);
  padding: 0 72px 0 0;
}

body#custom.file-seller.sixp-company-ui .bpr-profile h1 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--sixp-text);
  margin: 0 0 8px;
}

body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-reg {
  font-size: 13px;
  font-weight: 500;
  color: var(--sixp-muted);
  margin: 0 0 12px;
}

body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-user-type {
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 10px;
}

body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-category a {
  color: var(--sixp-brand);
  font-weight: 600;
}

body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-about {
  font-size: 15px;
  line-height: 1.75;
  color: #374151;
  white-space: pre-line;
  margin: 12px 0 0;
}

body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-features {
  margin: 20px 0 0;
}

body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-features .bpr-feat {
  width: 50%;
  margin: 6px 0;
}

body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-features .bpr-feat-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--sixp-text);
}

body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-right > div > i {
  background: var(--sixp-brand);
  color: #fff;
  font-size: 13px;
}

body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-right-box {
  font-size: 14px;
  line-height: 1.55;
  color: var(--sixp-text);
}

body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-phone a,
body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-location a,
body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-links a {
  color: var(--sixp-brand);
  font-weight: 600;
  border-bottom: none;
}

body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-phone a:hover,
body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-location a:hover,
body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-links a:hover {
  color: var(--sixp-brand-dark);
  text-decoration: underline;
}

body#custom.file-seller.sixp-company-ui .bpr-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 18px 24px;
  border-top: 1px solid var(--sixp-border);
  background: #fafbfc;
}

body#custom.file-seller.sixp-company-ui .bpr-filters > strong {
  float: none;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--sixp-text);
}

body#custom.file-seller.sixp-company-ui .bpr-filters .bpr-select {
  float: none;
  margin: 0;
  max-width: none;
}

body#custom.file-seller.sixp-company-ui .bpr-filters .bpr-select select {
  height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--sixp-border);
  border-radius: 10px;
  background: var(--sixp-card);
  font-size: 14px;
  color: var(--sixp-text);
}

body#custom.file-seller.sixp-company-ui .bpr-filters .bpr-show-all {
  float: none;
  margin: 0 0 0 auto;
  font-weight: 600;
  color: var(--sixp-brand);
}

body#custom.file-seller.sixp-company-ui .bpr-empty {
  padding: 32px 20px;
  margin: 0;
  background: var(--sixp-card);
  border: 1px dashed var(--sixp-border);
  border-radius: var(--sixp-radius);
  font-size: 15px;
  font-weight: 500;
  color: var(--sixp-muted);
}

body#custom.file-seller.sixp-company-ui #bpr-seller.bpr-body:not(.bpr-block) .bpr-inside-trans {
  margin: 0 0 32px;
}

/* Provider service listings */
body#custom.file-seller.sixp-company-ui #bpr-seller.bpr-body:not(.bpr-block) .bpr-items {
  width: 100%;
}

body#custom.file-seller.sixp-company-ui #bpr-seller.bpr-body:not(.bpr-block) .bpr-items .products.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
}

body#custom.file-seller.sixp-company-ui #bpr-seller.bpr-body:not(.bpr-block) .bpr-items .products.grid .simple-prod {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  float: none !important;
  flex: none !important;
  min-width: 0;
}

body#custom.file-seller.sixp-company-ui #bpr-seller.bpr-body:not(.bpr-block) .bpr-items .products.grid .simple-prod .simple-wrap {
  background: var(--sixp-card);
  border: 1px solid var(--sixp-border);
  border-radius: var(--sixp-radius-lg);
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: var(--sixp-shadow);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

body#custom.file-seller.sixp-company-ui #bpr-seller.bpr-body:not(.bpr-block) .bpr-items .products.grid .simple-prod:hover .simple-wrap {
  border-color: rgba(59, 73, 223, 0.35);
  box-shadow: var(--sixp-shadow-md);
  transform: translateY(-2px);
}

body#custom.file-seller.sixp-company-ui #bpr-seller.bpr-body:not(.bpr-block) .bpr-items .products.grid .simple-prod .img-wrap {
  background: #eef0f4;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  width: 100%;
  padding-top: 75%;
}

body#custom.file-seller.sixp-company-ui #bpr-seller.bpr-body:not(.bpr-block) .bpr-items .products.grid .simple-prod .img-wrap > a.img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

body#custom.file-seller.sixp-company-ui #bpr-seller.bpr-body:not(.bpr-block) .bpr-items .products.grid .simple-prod .img-wrap > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

body#custom.file-seller.sixp-company-ui #bpr-seller.bpr-body:not(.bpr-block) .bpr-items .products.grid .simple-prod .img-wrap .bar .price {
  display: none;
}

body#custom.file-seller.sixp-company-ui #bpr-seller.bpr-body:not(.bpr-block) .bpr-items .products.grid .simple-prod .data {
  padding: 14px 16px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

body#custom.file-seller.sixp-company-ui #bpr-seller.bpr-body:not(.bpr-block) .bpr-items .products.grid .simple-prod .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--sixp-text);
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
  min-width: 0;
  max-height: none;
  margin-bottom: 4px;
}

body#custom.file-seller.sixp-company-ui #bpr-seller.bpr-body:not(.bpr-block) .bpr-items .simple-prod .sixp-card-price {
  font-size: 15px;
  font-weight: 700;
  color: var(--sixp-price);
  margin: 0 0 6px;
}

body#custom.file-seller.sixp-company-ui #bpr-seller.bpr-body:not(.bpr-block) .bpr-items .simple-prod .sixp-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 8px;
  min-width: 0;
}

body#custom.file-seller.sixp-company-ui #bpr-seller.bpr-body:not(.bpr-block) .bpr-items .simple-prod .sixp-card-chip {
  font-size: 11px;
  font-weight: 600;
  color: var(--sixp-brand);
  background: var(--sixp-brand-soft);
  border-radius: 999px;
  padding: 4px 8px;
  line-height: 1.2;
}

body#custom.file-seller.sixp-company-ui #bpr-seller.bpr-body:not(.bpr-block) .bpr-items .simple-prod .sixp-card-snippet {
  font-size: 13px;
  line-height: 1.45;
  color: var(--sixp-muted);
  margin: 0 0 8px;
}

body#custom.file-seller.sixp-company-ui #bpr-seller.bpr-body:not(.bpr-block) .bpr-items .simple-prod.sixp-enhanced .sixp-dup-price,
body#custom.file-seller.sixp-company-ui #bpr-seller.bpr-body:not(.bpr-block) .bpr-items .simple-prod.sixp-enhanced .description,
body#custom.file-seller.sixp-company-ui #bpr-seller.bpr-body:not(.bpr-block) .bpr-items .simple-prod.sixp-enhanced .sixp-hidden-desc {
  display: none !important;
}

body#custom.file-seller.sixp-company-ui #bpr-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 24px;
}

body#custom.file-seller.sixp-company-ui #bpr-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 10px;
  border: 1px solid var(--sixp-border);
  background: var(--sixp-card);
  color: var(--sixp-text);
  font-weight: 600;
  text-decoration: none;
}

body#custom.file-seller.sixp-company-ui #bpr-pagination a.bpr-active,
body#custom.file-seller.sixp-company-ui #bpr-pagination a:hover {
  background: var(--sixp-brand);
  border-color: var(--sixp-brand);
  color: #fff;
}

body#custom.file-seller.sixp-company-ui.dark .bpr-profile .bpr-right,
body#custom.file-seller.sixp-company-ui.dark .bpr-filters {
  background: #171b24;
}

body#custom.file-seller.sixp-company-ui.dark #bpr-seller.bpr-body:not(.bpr-block) .bpr-inside,
body#custom.file-seller.sixp-company-ui.dark #bpr-seller.bpr-body:not(.bpr-block) .bpr-items .products.grid .simple-prod .simple-wrap,
body#custom.file-seller.sixp-company-ui.dark .bpr-empty {
  background: #1a1f2e;
  border-color: #2d3548;
  color: #e8eaed;
}

body#custom.file-seller.sixp-company-ui.dark .bpr-profile h1,
body#custom.file-seller.sixp-company-ui.dark .bpr-profile .bpr-about,
body#custom.file-seller.sixp-company-ui.dark .bpr-profile .bpr-right-box {
  color: #e8eaed;
}

@media screen and (max-width: 991px) {
  body#custom.file-seller.sixp-company-ui .bpr-profile {
    flex-direction: column;
  }

  body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-left {
    border-right: none;
    border-bottom: 1px solid var(--sixp-border);
  }

  body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-left .bpr-box {
    width: calc(100% - 112px);
    padding-right: 0;
  }

  body#custom.file-seller.sixp-company-ui .bpr-filters .bpr-show-all {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  body#custom.file-seller.sixp-company-ui .bpr-cover .bpr-wrap {
    padding-top: 42%;
  }

  body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-left,
  body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-right {
    padding: 20px 18px;
  }

  body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-left .bpr-icon {
    width: 72px;
    margin-right: 12px;
  }

  body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-left .bpr-icon img {
    width: 72px;
    height: 72px;
  }

  body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-left .bpr-box {
    width: calc(100% - 84px);
  }

  body#custom.file-seller.sixp-company-ui .bpr-profile .bpr-features .bpr-feat {
    width: 100%;
  }

  body#custom.file-seller.sixp-company-ui .bpr-filters {
    padding: 16px 18px;
  }

  body#custom.file-seller.sixp-company-ui #bpr-seller.bpr-body:not(.bpr-block) .bpr-items .products.grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* --- Business directory (/companies) --- */
body#custom.file-home.sixp-company-ui {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: var(--sixp-bg);
  color: var(--sixp-text);
}

body#custom.file-home.sixp-company-ui .content {
  background: transparent;
}

body#custom.file-home.sixp-company-ui .container.primary {
  max-width: var(--sixp-container);
  padding-top: 8px;
  padding-bottom: 40px;
}

body#custom.file-home.sixp-company-ui #bpr-seller.bpr-list {
  float: none;
  width: 100%;
  max-width: 100%;
}

body#custom.file-home.sixp-company-ui #bpr-seller.bpr-list .bpr-inside-all {
  float: none;
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
  width: 100%;
  margin: 0;
}

body#custom.file-home.sixp-company-ui .bpr-top-search {
  float: none;
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
  padding: 16px;
  background: var(--sixp-card);
  border: 1px solid var(--sixp-border);
  border-radius: var(--sixp-radius-lg);
  box-shadow: var(--sixp-shadow);
}

body#custom.file-home.sixp-company-ui .bpr-top-search form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

body#custom.file-home.sixp-company-ui .bpr-top-search .bpr-search-left,
body#custom.file-home.sixp-company-ui .bpr-top-search .bpr-search-right {
  float: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: none;
  width: auto;
  flex: 1 1 280px;
}

body#custom.file-home.sixp-company-ui .bpr-top-search #bpr-word {
  float: none;
  flex: 1 1 200px;
  min-width: 0;
  width: auto;
  max-width: none;
  height: 44px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid var(--sixp-border) !important;
  border-radius: 10px;
  font-size: 15px;
}

body#custom.file-home.sixp-company-ui .bpr-top-search #bpr-word:focus {
  border-color: var(--sixp-brand);
  box-shadow: 0 0 0 3px rgba(59, 73, 223, 0.12);
  outline: none;
}

body#custom.file-home.sixp-company-ui .bpr-top-search #bpr-submit {
  float: none;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 10px;
  background: var(--sixp-brand);
  color: #fff;
  transition: background 0.15s ease;
}

body#custom.file-home.sixp-company-ui .bpr-top-search #bpr-submit:hover {
  background: var(--sixp-brand-dark);
}

body#custom.file-home.sixp-company-ui .bpr-top-search .bpr-search-right select {
  float: none;
  flex: 1 1 160px;
  width: auto;
  max-width: none;
  height: 44px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid var(--sixp-border);
  border-radius: 10px;
  font-size: 14px;
  background: #fff;
}

body#custom.file-home.sixp-company-ui .bpr-empty,
body#custom.file-home.sixp-company-ui #bpr-pagination {
  grid-column: 1 / -1;
}

body#custom.file-home.sixp-company-ui .bpr-comp {
  float: none !important;
  display: flex;
  flex-direction: column;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 0 16px;
  border: 1px solid var(--sixp-border);
  border-radius: var(--sixp-radius-lg);
  box-shadow: var(--sixp-shadow);
  background: var(--sixp-card);
  text-align: center;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

body#custom.file-home.sixp-company-ui .bpr-comp:hover {
  transform: translateY(-2px);
  box-shadow: var(--sixp-shadow-md);
  text-decoration: none;
}

body#custom.file-home.sixp-company-ui .bpr-comp .bpr-cover {
  float: none;
  width: 100%;
}

body#custom.file-home.sixp-company-ui .bpr-comp .bpr-cover .bpr-wrap {
  float: none;
  padding-top: 56%;
  border-radius: var(--sixp-radius-lg) var(--sixp-radius-lg) 0 0;
  overflow: hidden;
}

body#custom.file-home.sixp-company-ui .bpr-comp .bpr-cover .bpr-elip {
  display: none;
}

body#custom.file-home.sixp-company-ui .bpr-comp .bpr-icon-wrap {
  float: none;
  width: 100%;
  margin: -36px 0 8px;
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

body#custom.file-home.sixp-company-ui .bpr-comp .bpr-icon-wrap .bpr-icon {
  position: relative;
  top: auto;
  left: auto;
  width: 72px;
  height: 72px;
  margin: 0;
  border-radius: 50%;
}

body#custom.file-home.sixp-company-ui .bpr-comp .bpr-icon-wrap .bpr-icon > div {
  position: relative;
  width: 72px;
  height: 72px;
  padding-top: 0;
  border-radius: 50%;
  border: 3px solid var(--sixp-card);
  box-shadow: var(--sixp-shadow);
  background-size: cover;
  background-position: center;
}

body#custom.file-home.sixp-company-ui .bpr-comp .bpr-info {
  float: none;
  width: 100%;
  padding: 0 14px 4px;
}

body#custom.file-home.sixp-company-ui .bpr-comp .bpr-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--sixp-text);
  height: auto;
  max-height: none;
  white-space: normal;
  line-height: 1.3;
  margin-bottom: 6px;
}

body#custom.file-home.sixp-company-ui .bpr-comp:hover .bpr-title {
  color: var(--sixp-brand);
  text-decoration: none;
}

body#custom.file-home.sixp-company-ui .bpr-comp .bpr-loc {
  color: var(--sixp-muted);
  font-size: 13px;
  height: auto;
  white-space: normal;
  margin-bottom: 10px;
}

body#custom.file-home.sixp-company-ui .bpr-comp .bpr-labels {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  align-items: center;
}

body#custom.file-home.sixp-company-ui .bpr-comp .bpr-count {
  float: none;
  background: var(--sixp-brand-soft);
  color: var(--sixp-brand-dark);
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 999px;
}

body#custom.file-home.sixp-company-ui .bpr-comp .bpr-user-type {
  float: none;
  border-radius: 999px;
  font-weight: 600;
}

body#custom.file-home.sixp-company-ui .bpr-empty {
  padding: 48px 24px;
  text-align: center;
  background: var(--sixp-card);
  border: 1px dashed var(--sixp-border);
  border-radius: var(--sixp-radius-lg);
  color: var(--sixp-muted);
  font-size: 15px;
}

body#custom.file-home.sixp-company-ui #bpr-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  width: 100%;
  margin: 8px 0 0;
}

body#custom.file-home.sixp-company-ui #bpr-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 10px;
  border: 1px solid var(--sixp-border);
  background: var(--sixp-card);
  color: var(--sixp-text);
  font-weight: 600;
  text-decoration: none;
}

body#custom.file-home.sixp-company-ui #bpr-pagination a.bpr-active,
body#custom.file-home.sixp-company-ui #bpr-pagination a:hover {
  background: var(--sixp-brand);
  border-color: var(--sixp-brand);
  color: #fff;
}

body#custom.file-home.sixp-company-ui.dark .bpr-top-search,
body#custom.file-home.sixp-company-ui.dark .bpr-comp,
body#custom.file-home.sixp-company-ui.dark .bpr-empty {
  background: #1a1f2e;
  border-color: #2d3548;
  color: #e8eaed;
}

body#custom.file-home.sixp-company-ui.dark .bpr-comp .bpr-title {
  color: #e8eaed;
}

body#custom.file-home.sixp-company-ui.dark .bpr-comp .bpr-icon-wrap .bpr-icon > div {
  border-color: #1a1f2e;
}

body#custom.file-home.sixp-company-ui.dark .bpr-top-search #bpr-word,
body#custom.file-home.sixp-company-ui.dark .bpr-top-search .bpr-search-right select {
  background: #171b24;
  border-color: #2d3548;
  color: #e8eaed;
}

@media screen and (max-width: 640px) {
  body#custom.file-home.sixp-company-ui #bpr-seller.bpr-list .bpr-inside-all {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body#custom.file-home.sixp-company-ui .bpr-top-search .bpr-search-left,
  body#custom.file-home.sixp-company-ui .bpr-top-search .bpr-search-right {
    width: 100%;
    flex: 1 1 100%;
  }

  body#custom.file-home.sixp-company-ui .bpr-comp .bpr-icon-wrap .bpr-icon,
  body#custom.file-home.sixp-company-ui .bpr-comp .bpr-icon-wrap .bpr-icon > div {
    width: 56px;
    height: 56px;
  }

  body#custom.file-home.sixp-company-ui .bpr-comp .bpr-icon-wrap {
    margin-top: -28px;
  }
}

@media screen and (max-width: 420px) {
  body#custom.file-home.sixp-company-ui #bpr-seller.bpr-list .bpr-inside-all {
    grid-template-columns: 1fr;
  }
}