/* =========================================================
   SCORIZER - MODULO DE EQUIPOS
   ========================================================= */

.club-athletes-meta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.club-athletes-meta i {
  color: #667085;
  font-size: 12px;
}

.club-athletes-meta strong {
  color: #344054;
  font-weight: 950;
}

.scorizer-popup-container {
  width: 260px;
  background: #fff;
}


.scorizer-popup-header {
  padding: 22px;

  background:
    linear-gradient(135deg,
      #000,
      #171717);
}


.scorizer-popup-header h3 {
  color: #fff;

  font-size: 22px;
  line-height: 1.1;

  font-weight: 900;
}


.scorizer-popup-body {
  padding: 22px;
}


.scorizer-popup-row {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 14px;

  color: #444;

  font-size: 14px;
  font-weight: 600;
}


body.team-map-page {
  background: #f4f5f7;
  color: var(--sc-text);
  min-height: 100vh;
}


.map-page-shell {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  padding: 0;
  background: #f4f5f7;
}


.map-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}


.map-brand-logo {
  width: 142px;
  flex: 0 0 142px;
  display: flex;
  align-items: center;
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
  color: var(--sc-red);
}


.map-brand-logo img {
  display: block;
  width: 100%;
  max-height: 46px;
  object-fit: contain;
}


.map-brand small {
  color: rgba(255, 255, 255, .8);
  font-weight: 600;
  line-height: 1.2;
  max-width: 260px;
}


.map-btn-primary,
.map-btn-secondary {
  height: 54px;
  border-radius: 13px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}


.map-btn-primary {
  background: var(--sc-red);
  color: #fff;
  box-shadow: 0 12px 22px rgba(255, 26, 26, .22);
}


.map-btn-primary:hover {
  background: var(--sc-red-dark);
}


.map-btn-secondary {
  background: #fff;
  color: #101828;
  border: 1px solid #d8dde7;
}


.map-btn-secondary:hover {
  border-color: #b9c0cc;
  background: #fafafa;
}


.map-layout-grid {
  display: grid;
  grid-template-columns: 500px minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}


.map-explorer-panel {
  background: #fff;
  border: 1px solid var(--sc-border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(16, 24, 40, .05);
}


.club-list {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 644px;
  overflow: auto;
}


.club-card {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 14px;
  padding: 14px;
  border: 1px solid #edf0f5;
  border-radius: 16px;
  background: #fff;
  transition: .22s ease;
}


.club-card[data-map-result-id] {
  cursor: pointer;
}


.club-card:hover,
.club-card.featured {
  border-color: rgba(255, 26, 26, .34);
  box-shadow: 0 14px 26px rgba(16, 24, 40, .07);
  transform: translateY(-2px);
}


.club-card.is-selected {
  border-color: rgba(255, 26, 26, .56);
  background: rgba(255, 26, 26, .04);
  box-shadow: 0 16px 30px rgba(255, 26, 26, .1);
}


.club-card.is-without-geolocation {
  border-style: dashed;
  border-color: #d0d5dd;
  background: #f4f5f7;
  color: #667085;
  cursor: default;
  box-shadow: none;
}


.club-card.is-without-geolocation:hover {
  border-color: #d0d5dd;
  background: #f4f5f7;
  transform: none;
  box-shadow: none;
}


.club-card.is-without-geolocation .club-logo,
.club-card.is-without-geolocation .club-main,
.club-card.is-without-geolocation .club-distance {
  opacity: .72;
}


.map-explorer-panel {
  position: relative;
  min-height: 720px;
}


.map-legend {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 18px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid #e5e9f0;
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: 0 14px 30px rgba(16, 24, 40, .12);
  backdrop-filter: blur(8px);
}


.custom-marker {
  width: 50px;
  height: 58px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


.custom-marker .pin-body {
  width: 44px;
  height: 44px;
  border-radius: 50% 50% 50% 0;
  background: #fff;
  transform: rotate(-45deg);
  border: 4px solid var(--sc-red);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .25);
  position: absolute;
  top: 6px;
}


.custom-marker-natfederation .pin-body {
  border-color: #246bfd;
}


.custom-marker-regfederation .pin-body {
  border-color: #16a34a;
}


.custom-marker-franchise .pin-body {
  border-color: #c9161d;
}


.custom-marker-intfederation .pin-body {
  border-color: #101828;
}


.custom-marker-team .pin-body {
  border-color: #7e22ce;
}


.custom-marker .pin-logo {
  position: relative;
  z-index: 2;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
  background: #111;
  border: 2px solid #fff;
}


.custom-marker .pin-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0;
}


.map-mobile-summary {
  display: none;
}


@media(max-width:1500px) {
.map-layout-grid {
    grid-template-columns: 420px minmax(0, 1fr);
  }
}


@media(max-width:1180px) {
.map-btn-primary,
.map-btn-secondary {
    width: 100%;
  }


  .map-layout-grid {
    grid-template-columns: 1fr;
  }


  .club-list {
    max-height: none;
  }
}


@media(max-width:768px) {
.map-brand small {
    display: none;
  }


  .map-brand-logo {
    width: 118px;
    flex-basis: 118px;
    font-size: 28px;
  }


  .map-explorer-panel {
    min-height: 590px;
    border-radius: 16px;
  }


  .map-legend {
    left: 12px;
    right: 12px;
    bottom: 12px;
    gap: 10px;
    overflow: auto;
  }


  .map-mobile-summary {
    display: block;
    background: #fff;
    border: 1px solid var(--sc-border);
    border-radius: 16px;
    margin-bottom: 14px;
    padding: 14px;
    font-weight: 900;
  }
}


.location-map-content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
}


.location-map-form {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) minmax(220px, auto) auto;
  gap: 12px;
  align-items: end;
  padding: 0 22px 12px;
}


.location-map-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}


.location-map-field span {
  color: #667085;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}


.location-map-field input,
.location-map-field select {
  width: 100%;
  height: 44px;
  border: 1px solid #d8dde7;
  border-radius: 12px;
  background: #fff;
  color: #101828;
  padding: 0 14px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  outline: none;
}


.location-map-field select {
  cursor: pointer;
}


.location-map-field input:focus,
.location-map-field select:focus {
  border-color: var(--sc-red);
  box-shadow: 0 0 0 4px rgba(255, 26, 26, .09);
}


.location-map-submit {
  height: 44px;
  border: none;
  border-radius: 12px;
  padding: 0 22px;
  background: var(--sc-red);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}


.location-map-submit:hover {
  background: var(--sc-red-dark);
}


.location-map-status {
  min-height: 18px;
  padding: 0 22px 12px;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}


.location-map-summary {
  display: none;
}


.location-map-content[data-location-hide-controls="true"] .location-map-header,
.location-map-content[data-location-hide-controls="true"] .location-map-form,
.location-map-content[data-location-hide-controls="true"] .location-map-status {
  display: none;
}


.location-map-content[data-location-hide-controls="true"] .location-map-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px 16px;
  border-bottom: 1px solid #eef1f5;
  background: #fff;
}


.location-map-summary-kicker {
  display: block;
  margin-bottom: 5px;
  color: var(--sc-red);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}


.location-map-summary h3 {
  margin: 0 0 5px;
  color: #101828;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.15;
}


.location-map-summary p {
  max-width: 620px;
  margin: 0;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}


.location-map-summary-legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}


.location-map-summary-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}


#map.location-map-canvas {
  width: 100%;
  height: 420px;
}


.map-original-card #map.location-map-canvas {
  height: 540px;
}


.location-map-legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 22px 18px;
  border-top: 1px solid #eef1f5;
  background: #fff;
}


.scorizer-popup-header h3 {
  display: flex;
  align-items: center;
  gap: 9px;
}


.location-popup-logo-wrap {
  position: relative;
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
}


.scorizer-popup-header h3 .location-popup-logo {
  width: 42px !important;
  min-width: 42px;
  max-width: 42px;
  height: 42px !important;
  min-height: 42px;
  max-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 12px !important;
  object-fit: contain;
  background: #111;
  border: 2px solid rgba(255, 255, 255, .78);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .28);
}


.location-popup-logo-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
}


.location-map-error {
  padding: 22px;
  color: #b00020;
  font-size: 14px;
  font-weight: 800;
}


.location-popup-distance {
  color: var(--sc-red) !important;
  font-weight: 900;
}


.location-popup-photo {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  object-fit: cover;
}


.location-popup-sports {
  margin-top: 10px;
  font-size: 13px;
}


.location-popup-sports ul {
  margin-top: 6px;
  padding-left: 18px;
}


@media(max-width:768px) {
.location-map-form {
    grid-template-columns: 1fr;
  }


  .location-map-submit {
    width: 100%;
  }


  #map.location-map-canvas,
.map-original-card #map.location-map-canvas {
    height: 500px;
  }
}


body.team-map-page .map-page-shell {
  --team-profile-section-gap: 22px;
  width: 100%;
  max-width: none;
  margin: -46px auto 0;
  padding: 0 clamp(18px, 2.4vw, 42px) 70px;
  display: grid;
  gap: var(--team-profile-section-gap);
}


body.team-map-page .map-page-breadcrumb {
  margin: 0;
  padding: 0 2px;
}


body.team-map-page .map-page-toolbar {
  width: 100%;
  margin: 0;
}


body.team-map-page .map-page-toolbar .belts-clean-title p {
  margin: .45rem 0 0;
  max-width: 760px;
  color: #667085;
  font-size: .9rem;
  font-weight: 650;
  line-height: 1.45;
}


body.team-map-page .map-page-workspace {
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: 238px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 0 0 48px;
  margin: 0;
}


body.team-map-page .map-page-side-menu {
  position: sticky;
  top: 88px;
  align-self: start;
}


body.team-map-page .map-page-side-menu nav {
  gap: 14px;
  padding: 14px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e6e9ef;
  box-shadow: 0 12px 32px rgba(16, 24, 40, .05);
}


body.team-map-page .map-page-side-card {
  position: relative;
  overflow: hidden;
  align-content: start;
  margin-top: 16px;
  min-height: 340px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 16%, rgba(255, 26, 26, .34), transparent 31%),
    linear-gradient(145deg, rgba(17, 18, 23, .9), rgba(3, 3, 3, .98)),
    url("../img/pages/team.jpeg") center/cover no-repeat;
  box-shadow: 0 18px 40px rgba(16, 24, 40, .16);
}


body.team-map-page .map-page-side-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), transparent 34%),
    linear-gradient(0deg, rgba(0, 0, 0, .26), transparent 56%);
  pointer-events: none;
}


body.team-map-page .map-page-side-card::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -50px;
  width: 142px;
  height: 142px;
  border: 24px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  pointer-events: none;
}


body.team-map-page .map-page-side-card > i {
  position: relative;
  z-index: 1;
  width: 78px;
  height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 24px;
  background: rgba(255, 26, 26, .24);
  color: #fff;
  font-size: 2.25rem;
  box-shadow: 0 18px 34px rgba(255, 26, 26, .16);
  backdrop-filter: blur(8px);
}


body.team-map-page .map-page-side-card > span,
body.team-map-page .map-page-side-card strong,
body.team-map-page .map-page-side-card p,
body.team-map-page .map-page-side-card .map-page-side-bars {
  position: relative;
  z-index: 1;
}


body.team-map-page .map-page-side-card > span {
  margin-top: 26px;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .82);
}


body.team-map-page .map-page-side-card p {
  color: rgba(255, 255, 255, .72);
}


body.team-map-page .map-page-side-card strong {
  margin-top: 4px;
  color: #fff;
  font-size: 1.18rem;
  text-transform: uppercase;
}


body.team-map-page .map-page-side-bars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: 8px;
  min-height: 88px;
  margin-top: auto;
  padding: 12px;
  border-radius: 15px;
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .10);
}


body.team-map-page .map-page-side-bars span {
  display: block;
  min-height: 18px;
  border-radius: 999px 999px 5px 5px;
  background: linear-gradient(180deg, #ff4d4f 0%, #ff1a1a 100%);
}


body.team-map-page .map-page-main {
  min-width: 0;
  display: grid;
  gap: 18px;
  width: 100%;
}


body.team-map-page .map-page-hero {
  min-height: 320px;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .7) 42%, rgba(0, 0, 0, .2) 100%),
    url('../img/pages/team.jpeg');
  background-size: cover;
  background-position: center;
}


body.team-map-page .map-page-hero .belts-clean-hero-inner {
  width: 100%;
  max-width: 1820px;
  padding: 42px 60px 78px;
  grid-template-columns: minmax(420px, 1fr) minmax(280px, .45fr);
  align-items: end;
}


body.team-map-page .map-page-banner-main {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}


body.team-map-page .map-page-banner-logo {
  width: clamp(98px, 8vw, 132px);
  height: clamp(98px, 8vw, 132px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  color: #d92d20;
  font-size: clamp(2.25rem, 3vw, 3rem);
  box-shadow: 0 20px 44px rgba(0, 0, 0, .24);
}


body.team-map-page .map-page-hero .team-profile-banner-title {
  min-width: 0;
}


body.team-map-page .team-profile-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}


body.team-map-page .team-profile-hero-meta span {
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .9);
  display: inline-flex;
  align-items: center;
  font-size: .76rem;
  font-weight: 950;
}


body.team-map-page .map-page-hero .belts-clean-kicker {
  margin-bottom: 18px;
}


body.team-map-page .map-page-hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.02;
  letter-spacing: -1.4px;
  overflow-wrap: anywhere;
}


body.team-map-page .map-page-hero p {
  max-width: 640px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}


body.team-map-page .map-page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}


body.team-map-page .map-page-hero-actions .toolbar-btn {
  margin-top: 0;
}


body.team-map-page .map-page-main .map-main-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: visible;
}


body.team-map-page .map-page-main .search-grid {
  grid-template-columns: minmax(220px, 1.35fr) minmax(190px, 1fr) 140px 128px 160px;
  gap: 12px;
}


body.team-map-page .select2-container {
  width: 100% !important;
}


body.team-map-page .input-with-icon .select2-container {
  min-width: 0;
}


body.team-map-page .select2-container--default .select2-selection--single {
  min-height: 46px;
  display: flex;
  align-items: center;
  border: 1px solid #dfe3e8;
  border-radius: 13px;
  background: #fff;
  box-shadow: none;
}


body.team-map-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
  padding-left: 40px;
  padding-right: 34px;
  color: #101828;
  font-size: .84rem;
  font-weight: 750;
  line-height: 44px;
}


body.team-map-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 9px;
}


body.team-map-page .select2-container--default.select2-container--focus .select2-selection--single,
body.team-map-page .select2-container--default.select2-container--open .select2-selection--single {
  border-color: rgba(255, 26, 26, .38);
  box-shadow: 0 0 0 4px rgba(255, 26, 26, .08);
}


body.team-map-page .scorizer-popup-header h3 {
  align-items: center;
  min-width: 0;
}


body.team-map-page .location-popup-logo-wrap {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}


body.team-map-page .scorizer-popup-header h3 .location-popup-logo {
  width: 42px;
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  object-fit: contain;
}


body.team-map-page .scorizer-popup-header h3 > span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}


body.team-map-page .map-page-main .map-layout-grid {
  width: 100%;
  grid-template-columns: minmax(360px, 430px) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}


body.team-map-page .map-page-main .club-list {
  max-height: clamp(560px, calc(100vh - 260px), 780px);
}


body.team-map-page .map-page-main .results-panel,
body.team-map-page .map-page-main .map-explorer-panel {
  min-width: 0;
}


body.team-map-page .map-page-main .map-original-card,
body.team-map-page .map-page-main .location-map-content {
  height: 100%;
}


body.team-map-page .map-page-main .map-original-card #map.location-map-canvas {
  height: clamp(560px, calc(100vh - 260px), 780px);
  min-height: 560px;
}


@media(max-width: 1400px) {
body.team-map-page .map-page-hero .belts-clean-hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-map-page .map-page-main .search-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }


  body.team-map-page .map-page-main .map-btn-primary,
body.team-map-page .map-page-main .map-btn-secondary {
    width: 100%;
  }
}


@media(max-width: 1180px) {
body.team-map-page .map-page-workspace {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-map-page .map-page-side-menu {
    position: static;
  }


  body.team-map-page .map-page-side-card {
    display: none;
  }


  body.team-map-page .map-page-main .map-layout-grid {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-map-page .map-page-main .club-list,
body.team-map-page .map-page-main .map-original-card #map.location-map-canvas {
    max-height: none;
    height: 560px;
  }
}


@media(max-width: 768px) {
body.team-map-page .map-page-shell {
    margin-top: -46px;
    padding: 0 16px 56px;
  }


  body.team-map-page .belts-breadcrumb {
    width: 100%;
    margin: 0 0 14px;
  }


  body.team-map-page .map-page-toolbar {
    width: 100%;
    margin: 0;
  }


  body.team-map-page .map-page-workspace {
    padding: 0 0 36px;
    gap: 14px;
  }


  body.team-map-page .map-page-hero {
    min-height: 0;
  }


  body.team-map-page .map-page-hero .belts-clean-hero-inner {
    padding: 22px 16px 64px;
  }


  body.team-map-page .map-page-banner-main {
    align-items: flex-start;
  }


  body.team-map-page .map-page-banner-logo {
    width: 88px;
    height: 88px;
    border-radius: 18px;
    font-size: 1.55rem;
  }


  body.team-map-page .map-page-hero h1 {
    font-size: 2rem;
  }


  body.team-map-page .map-page-hero p {
    font-size: .92rem;
  }


  body.team-map-page .map-page-hero-actions,
body.team-map-page .map-page-main .search-grid {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-map-page .map-page-main .club-list,
body.team-map-page .map-page-main .map-original-card #map.location-map-canvas {
    height: 500px;
  }
}


@media(max-width: 520px) {
body.team-map-page .map-page-banner-main {
    display: grid;
  }


  body.team-map-page .map-page-banner-logo {
    justify-self: start;
  }
}


body.team-profile-page .team-profile-shell {
  width: 100%;
  max-width: none;
  margin: -46px auto 0;
  padding: 0 clamp(18px, 2.4vw, 42px) 70px;
}


body.team-profile-page .team-profile-hero {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .7) 42%, rgba(0, 0, 0, .2) 100%),
    url('../img/pages/team.jpeg');
  background-position: center;
  background-size: cover;
}


body.team-profile-page .team-profile-hero .belts-clean-hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: clamp(28px, 5vw, 90px);
}


body.team-profile-page .team-profile-hero-summary {
  width: min(100%, 360px);
  justify-self: end;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr);
}


body.team-profile-page .team-profile-hero-summary-card,
body.team-profile-page .team-profile-hero-ranking-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 22px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 44px rgba(0, 0, 0, .18);
}


body.team-profile-page .team-profile-hero-summary-card h3 {
  margin: 0 0 18px;
  color: #101828;
  font-size: .94rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.team-profile-page .team-profile-hero-summary-list {
  display: grid;
  gap: 12px;
}


body.team-profile-page .team-profile-hero-summary-item {
  min-width: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #efefef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}


body.team-profile-page .team-profile-hero-summary-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}


body.team-profile-page .team-profile-hero-summary-item strong {
  color: #101828;
  font-size: 1.65rem;
  font-weight: 950;
  line-height: 1;
}


body.team-profile-page .team-profile-hero-summary-item span {
  color: #667085;
  font-size: .82rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: right;
  text-transform: uppercase;
}


body.team-profile-page .team-profile-hero-ranking-card {
  background: #101828;
  color: #fff;
}


body.team-profile-page .team-profile-hero-ranking-card span,
body.team-profile-page .team-profile-hero-ranking-card small {
  display: block;
  color: rgba(255, 255, 255, .76);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.team-profile-page .team-profile-hero-ranking-card strong {
  display: block;
  margin: 10px 0 8px;
  color: #ff1a1a;
  font-size: clamp(3rem, 4vw, 4.6rem);
  font-weight: 950;
  line-height: .9;
}


body.team-profile-page .team-profile-banner-main {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}


body.team-profile-page .team-profile-banner-logo {
  width: clamp(98px, 8vw, 132px);
  height: clamp(98px, 8vw, 132px);
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 44px rgba(0, 0, 0, .24);
}


body.team-profile-page .team-profile-banner-title {
  min-width: 0;
}


body.team-profile-page .team-profile-banner-title h1 {
  margin: 0;
  overflow-wrap: anywhere;
}


body.team-profile-page #teamProfileDescription {
  max-width: min(100%, 920px);
}


body.team-profile-page .team-profile-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(370px, 1.05fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}


body.team-profile-page .team-profile-public-shell {
  display: grid;
  gap: 18px;
}


body.team-profile-community-page .belts-clean-toolbar {
  margin-bottom: 0;
}


body.team-profile-page .team-profile-public-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid #ececec;
  border-radius: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 22px;
  box-shadow: 0 14px 34px rgba(16, 24, 40, .08);
}


body.team-profile-page .team-profile-public-card-head {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}


body.team-profile-page .team-profile-public-logo {
  width: 90px;
  height: 90px;
  border: 1px solid #ececec;
  border-radius: 22px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(16, 24, 40, .1);
}


body.team-profile-page .team-profile-public-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


body.team-profile-page .team-profile-public-logo span {
  color: #101828;
  font-size: 1.45rem;
  font-weight: 950;
}


body.team-profile-page .team-profile-public-card-head h3,
body.team-profile-page .team-profile-public-card-head p {
  min-width: 0;
  overflow-wrap: anywhere;
}


body.team-profile-page .team-profile-public-card-head h3 {
  margin: 0;
  color: #101828;
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1.05;
}


body.team-profile-page .team-profile-public-card-head p {
  margin: 8px 0 0;
  color: #667085;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.35;
}


body.team-profile-page .team-profile-public-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}


body.team-profile-page .team-profile-public-stats article {
  min-width: 0;
  padding: 16px 12px;
  border: 1px solid #f1f1f1;
  border-radius: 18px;
  background: #fafafa;
}


body.team-profile-page .team-profile-public-stats strong,
body.team-profile-page .team-profile-public-stats span {
  display: block;
  text-align: center;
}


body.team-profile-page .team-profile-public-stats strong {
  color: #101828;
  font-size: 1.8rem;
  font-weight: 950;
  line-height: 1;
}


body.team-profile-page .team-profile-public-stats span {
  margin-top: 6px;
  color: #667085;
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
}


body.team-profile-page .team-profile-public-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin-top: auto;
}


body.team-profile-page .team-profile-public-actions .toolbar-btn {
  justify-content: center;
  width: 100%;
}


body.team-profile-page .team-profile-context-skeleton {
  display: block;
  width: min(100%, 520px);
  min-height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .56), rgba(255, 255, 255, .2));
  background-size: 220% 100%;
  color: transparent !important;
  animation: map-loading-shimmer 1.3s ease-in-out infinite;
}


body.team-profile-page .team-profile-context-skeleton.is-title {
  width: min(100%, 420px);
  min-height: 46px;
  border-radius: 18px;
}


body.team-profile-page .team-profile-context-skeleton.is-hero-title {
  width: min(100%, 620px);
  min-height: clamp(44px, 6vw, 76px);
  border-radius: 20px;
}


body.team-profile-page .team-profile-context-skeleton.is-wide {
  width: min(100%, 620px);
  min-height: 20px;
}


body.team-profile-page .team-profile-context-skeleton.is-pill {
  width: 118px;
  min-height: 32px;
  border-radius: 999px;
}


body.team-profile-page .team-profile-context-action-loading {
  pointer-events: none;
  opacity: .72;
}


body.team-profile-page .team-profile-action-skeleton {
  min-height: 64px;
  border-color: rgba(255, 26, 26, .08);
  background: linear-gradient(90deg, #f6f7f9, #fff, #f6f7f9);
  background-size: 220% 100%;
  animation: map-loading-shimmer 1.3s ease-in-out infinite;
}


body.team-profile-page .team-profile-map-head-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}


body.team-profile-page .team-profile-map-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}


body.team-profile-page .team-profile-map-filter {
  min-width: 82px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #ececec;
  border-radius: 999px;
  background: #fff;
  color: #475467;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}


body.team-profile-page .team-profile-map-filter span {
  display: inline-block;
  line-height: 1;
}


body.team-profile-page .team-profile-map-filter.active {
  border-color: #ff1a1a;
  background: #ff1a1a;
  color: #fff;
}


body.team-profile-page .team-profile-home-banner {
  min-height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 26, 26, .18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 26, 26, .22), transparent 30%),
    linear-gradient(135deg, #111318 0%, #1b1f27 58%, #2a1012 100%);
  box-shadow: 0 10px 28px rgba(16, 24, 40, .08);
}


body.team-profile-page .team-profile-home-banner::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -54px;
  width: 190px;
  height: 190px;
  border: 28px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
}


body.team-profile-page .team-profile-home-content {
  position: relative;
  z-index: 1;
  padding: clamp(22px, 2.6vw, 34px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  min-height: 100%;
}


body.team-profile-page .team-profile-home-kicker {
  width: fit-content;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .88);
  display: inline-flex;
  align-items: center;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}


body.team-profile-page .team-profile-home-content h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-weight: 950;
  line-height: .96;
  overflow-wrap: anywhere;
}


body.team-profile-page .team-profile-home-content p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: .98rem;
  font-weight: 650;
  line-height: 1.6;
}


body.team-profile-page .team-profile-home-highlight {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}


body.team-profile-page .team-profile-home-highlight span {
  min-height: 34px;
  max-width: 100%;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .9);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .78rem;
  font-weight: 850;
}


body.team-profile-page .team-profile-home-highlight i {
  color: #ff5a5f;
}


body.team-profile-page .team-profile-logo {
  width: clamp(110px, 9vw, 150px);
  height: clamp(110px, 9vw, 150px);
  border-radius: 28px;
  background: rgba(255, 255, 255, .96);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
  box-shadow: 0 20px 44px rgba(0, 0, 0, .24);
}


body.team-profile-page .team-profile-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


body.team-profile-page .team-profile-logo span {
  color: #101828;
  font-size: 2rem;
  font-weight: 950;
}


body.team-profile-page .team-profile-logo.team-profile-banner-logo {
  width: clamp(98px, 8vw, 132px);
  height: clamp(98px, 8vw, 132px);
  border-radius: 24px;
}


body.team-profile-page .team-profile-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}


body.team-profile-page .team-profile-hero-meta span {
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .9);
  display: inline-flex;
  align-items: center;
  font-size: .76rem;
  font-weight: 950;
}


body.team-profile-landing-page .team-profile-hero-trust-tags {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}


body.team-profile-landing-page .team-profile-hero-trust-tags span {
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .9);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.team-profile-landing-page .team-profile-hero-trust-tags i {
  color: #ff6262;
}


body.team-profile-landing-page .team-profile-hero-trust-tags em {
  font-style: normal;
}


body.team-profile-page .team-profile-home-summary {
  padding: 24px;
  border: 1px solid #ececec;
  border-radius: 24px;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 22px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
}


body.team-profile-page .team-profile-home-summary-left {
  min-width: 0;
  padding-right: 18px;
  border-right: 1px solid #efefef;
}


body.team-profile-page .team-profile-home-summary-left h3,
body.team-profile-page .team-profile-home-ranking h4 {
  margin: 0 0 22px;
  color: #101828;
  font-size: .96rem;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}


body.team-profile-page .team-profile-home-summary-items {
  display: grid;
  gap: 18px;
}


body.team-profile-page .team-profile-home-summary-item {
  padding-bottom: 16px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}


body.team-profile-page .team-profile-home-summary-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}


body.team-profile-page .team-profile-home-summary-item span {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}


body.team-profile-page .team-profile-home-summary-item i {
  color: #ff1a1a;
  font-size: 1.05rem;
}


body.team-profile-page .team-profile-home-summary-item strong {
  color: #101828;
  font-size: 1.25rem;
  font-weight: 950;
  line-height: 1;
}


body.team-profile-page .team-profile-home-summary-item small {
  color: #667085;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: right;
}


body.team-profile-page .team-profile-home-ranking {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


body.team-profile-page .team-profile-home-ranking>span {
  display: block;
  color: #ff1a1a;
  font-size: clamp(2.8rem, 4vw, 4.4rem);
  font-weight: 950;
  line-height: 1;
}


body.team-profile-page .team-profile-home-ranking p {
  margin: 10px 0 16px;
  color: #667085;
  font-size: .86rem;
  font-weight: 800;
}


body.team-profile-page .team-profile-ranking-graph {
  height: 112px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 26, 26, .08), rgba(255, 26, 26, .02));
  overflow: hidden;
}


body.team-profile-page .team-profile-ranking-graph svg {
  width: 100%;
  height: 100%;
}


body.team-profile-page .team-profile-ranking-area {
  fill: rgba(255, 26, 26, .08);
}


body.team-profile-page .team-profile-ranking-line {
  fill: none;
  stroke: #ff1a1a;
  stroke-width: 4;
}


body.team-profile-page .team-profile-ranking-dot {
  fill: #ff1a1a;
}


body.team-profile-page .team-profile-summary-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}


body.team-profile-page .team-profile-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}


body.team-profile-page .team-profile-public-grow {
  position: relative;
  min-height: 320px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid #ececec;
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .95) 0%, rgba(0, 0, 0, .72) 45%, rgba(0, 0, 0, .2) 100%),
    url('https://res.cloudinary.com/dyjcyz8tw/image/upload/v1778577246/banner_llev7f.png');
  background-position: center;
  background-size: cover;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .08);
}


body.team-profile-page .team-profile-public-grow::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -62px;
  width: 210px;
  height: 210px;
  border: 30px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
}


body.team-profile-page .team-profile-public-grow-content {
  position: relative;
  z-index: 1;
  max-width: 520px;
  padding: clamp(26px, 3vw, 38px);
  color: #fff;
}


body.team-profile-page .team-profile-public-grow-content h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(2.5rem, 4.4vw, 5rem);
  font-weight: 950;
  line-height: .9;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}


body.team-profile-page .team-profile-public-grow-content h2 span {
  display: block;
}


body.team-profile-page .team-profile-public-grow-content p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  font-weight: 850;
  line-height: 1.25;
}


body.team-profile-page .team-profile-public-grow-content .toolbar-btn {
  width: fit-content;
  margin-top: 16px;
}


body.team-profile-page .team-profile-public-grow-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}


body.team-profile-page .team-profile-public-grow-actions .toolbar-btn {
  margin-top: 0;
}


body.team-profile-page .team-profile-public-main {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
  gap: 18px;
}


body.team-profile-page .team-profile-public-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 18px;
}


body.team-profile-page .team-profile-public-bottom {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 18px;
  align-items: stretch;
}


body.team-profile-page .team-profile-ranking-panel,
body.team-profile-page .team-profile-public-feed-card {
  min-width: 0;
  border-radius: 22px;
  border-color: #ececec;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
}


body.team-profile-page .team-profile-ranking-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 0;
}


body.team-profile-page .team-profile-ranking-tab {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #ececec;
  border-radius: 999px;
  background: #fff;
  color: #475467;
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.team-profile-page .team-profile-ranking-tab.active {
  border-color: #101828;
  background: #101828;
  color: #fff;
}


body.team-profile-page #teamProfileSportsStats {
  display: grid;
  gap: 10px;
}


body.team-profile-page .team-profile-ranking-detail {
  display: grid;
  gap: 14px;
}


body.team-profile-landing-page .team-profile-ranking-detail {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}


body.team-profile-landing-page .team-profile-ranking-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .72fr);
  gap: 22px;
  align-items: stretch;
}


body.team-profile-landing-page .team-profile-ranking-showcase-main {
  min-width: 0;
  display: grid;
  gap: 18px;
  align-content: start;
}


body.team-profile-landing-page .team-profile-ranking-general {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 0;
}


body.team-profile-landing-page .team-profile-ranking-general article {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 26, 26, .12);
  border-radius: 16px;
  background: #fff7f8;
  display: flex;
  align-items: center;
  gap: 12px;
}


body.team-profile-landing-page .team-profile-ranking-general article>span {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: #fff;
  color: #d92d20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}


body.team-profile-landing-page .team-profile-ranking-general small,
body.team-profile-landing-page .team-profile-ranking-general strong {
  display: block;
  min-width: 0;
}


body.team-profile-landing-page .team-profile-ranking-general article>div,
body.team-profile-page .team-profile-ranking-detail article>div {
  min-width: 0;
  display: grid;
  gap: 6px;
}


body.team-profile-landing-page .team-profile-ranking-general small {
  color: #667085;
  font-size: .68rem;
  font-weight: 950;
  line-height: 1.15;
  text-transform: uppercase;
}


body.team-profile-landing-page .team-profile-ranking-general strong {
  margin-top: 0;
  color: #101828;
  font-size: 1.2rem;
  font-weight: 950;
  line-height: 1;
}


body.team-profile-landing-page .team-profile-ranking-showcase-story {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 26, 26, .12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 26, 26, .12), transparent 36%),
    #fff7f8;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 14px;
}


body.team-profile-landing-page .team-profile-ranking-showcase-story>strong {
  color: #101828;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}


body.team-profile-landing-page .team-profile-ranking-showcase-story p {
  margin: 0;
  color: #475467;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.42;
}


body.team-profile-landing-page .team-profile-ranking-showcase-story>div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}


body.team-profile-landing-page .team-profile-ranking-showcase-story em {
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff;
  color: #101828;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-style: normal;
  font-size: .78rem;
  font-weight: 950;
}


body.team-profile-landing-page .team-profile-ranking-showcase-story em i {
  color: var(--belts-red, #ff1a1a);
  font-size: .78rem;
}


body.team-profile-page .team-profile-ranking-detail article {
  min-width: 0;
  padding: 16px;
  border: 1px solid #f1f1f1;
  border-radius: 18px;
  background: #fafafa;
  display: flex;
  align-items: center;
  gap: 12px;
}


body.team-profile-page .team-profile-ranking-detail article>span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #fff1f3;
  color: #d92d20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}


body.team-profile-page .team-profile-ranking-detail small,
body.team-profile-page .team-profile-ranking-detail strong {
  display: block;
}


body.team-profile-page .team-profile-ranking-detail small {
  color: #667085;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}


body.team-profile-page .team-profile-ranking-detail strong {
  margin-top: 0;
  color: #101828;
  font-size: 1.35rem;
  font-weight: 950;
}


body.team-profile-page .team-profile-coming-soon-note {
  margin: 0;
  padding: 11px 13px;
  border: 1px solid rgba(255, 26, 26, .1);
  border-radius: 14px;
  background: rgba(255, 26, 26, .045);
  color: #667085;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.35;
}


body.team-profile-page .team-profile-public-feed-list .team-profile-coming-soon-note {
  margin-top: 10px;
}


body.team-profile-page .team-profile-public-feed {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}


body.team-profile-page .team-profile-public-feed-card {
  padding: 22px;
  background: #fff;
  min-width: 0;
  overflow: hidden;
}


body.team-profile-page .team-profile-public-feed-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}


body.team-profile-page .team-profile-public-feed-header>div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}


body.team-profile-page .team-profile-public-feed-header span:not([data-lang]) {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #101828;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}


body.team-profile-page .team-profile-public-feed-header h3 {
  margin: 0;
  color: #101828;
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.team-profile-page .team-profile-public-feed-header .toolbar-btn small {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(16, 24, 40, .08);
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .66rem;
  font-weight: 950;
  line-height: 1;
}


body.team-profile-page .team-profile-public-feed-list {
  min-width: 0;
  display: grid;
  gap: 12px;
}


body.team-profile-page .team-profile-activity-modal-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}


body.team-profile-page .team-profile-modalities-modal.team-profile-activity-modal-mode .modal-dialog {
  max-width: min(1180px, calc(100vw - 28px));
}


body.team-profile-page .team-profile-modalities-modal.team-profile-activity-modal-mode .modal-body {
  overflow-x: hidden;
}


body.team-profile-page .team-profile-activity-modal-more {
  width: 100%;
  margin-top: 14px;
  justify-content: center;
}


body.team-profile-page .team-profile-public-feed-item {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}


body.team-profile-page .team-profile-public-feed-date {
  min-height: 64px;
  border-radius: 16px;
  background: #ff1a1a;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


body.team-profile-page .team-profile-public-feed-date strong {
  display: block;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1;
}


body.team-profile-page .team-profile-public-feed-date span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, .88);
  font-size: .72rem;
  font-weight: 950;
}


body.team-profile-page .team-profile-public-feed-item>div:last-child strong,
body.team-profile-page .team-profile-public-feed-item>div:last-child small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}


body.team-profile-page .team-profile-public-feed-item>div:last-child strong {
  color: #101828;
  font-size: .95rem;
  font-weight: 950;
  line-height: 1.2;
}


body.team-profile-page .team-profile-public-feed-status {
  width: fit-content;
  max-width: 100%;
  min-height: 24px;
  margin-top: 7px;
  padding: 0 9px;
  border: 1px solid rgba(255, 26, 26, .14);
  border-radius: 999px;
  background: rgba(255, 26, 26, .06);
  color: var(--belts-red, #ff1a1a);
  display: inline-flex;
  align-items: center;
  font-size: .68rem;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.team-profile-page .team-profile-public-feed-item-exam {
  position: relative;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 18px;
  background: #fff;
  grid-template-columns: minmax(0, 1fr);
}


body.team-profile-page .team-profile-public-exam-content {
  min-width: 0;
  display: grid;
  gap: 10px;
  overflow: hidden;
}


body.team-profile-page .team-profile-public-exam-date-line {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}


body.team-profile-page .team-profile-public-exam-date-line .team-profile-public-feed-date {
  width: fit-content;
  min-width: 82px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  flex-direction: row;
  gap: 7px;
}


body.team-profile-page .team-profile-public-exam-date-line .team-profile-public-feed-date strong {
  font-size: .98rem;
}


body.team-profile-page .team-profile-public-exam-date-line .team-profile-public-feed-date em {
  color: rgba(255, 255, 255, .88);
  font-size: .7rem;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
}


body.team-profile-page .team-profile-public-exam-title {
  min-width: 0;
}


body.team-profile-page .team-profile-public-exam-title strong {
  display: block;
  min-width: 0;
  color: #101828;
  font-size: .95rem;
  font-weight: 950;
  line-height: 1.18;
  overflow-wrap: anywhere;
}


body.team-profile-page .team-profile-public-feed-item-exam .team-profile-public-feed-status {
  max-width: 46%;
  margin-top: 0;
}


body.team-profile-page .team-profile-public-exam-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}


body.team-profile-page .team-profile-public-exam-stats span {
  min-width: 0;
  max-width: 100%;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid rgba(255, 26, 26, .12);
  border-radius: 999px;
  background: rgba(255, 26, 26, .045);
  color: #475467;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .68rem;
  font-weight: 900;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.team-profile-page .team-profile-public-exam-stats span.is-warning {
  background: #fff1f3;
  color: #d92d20;
}


body.team-profile-page .team-profile-public-exam-stats i {
  color: var(--belts-red, #ff1a1a);
}


body.team-profile-page .team-profile-public-exam-stats em,
body.team-profile-page .team-profile-public-exam-stats strong {
  color: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: 950;
}


body.team-profile-page .team-profile-public-feed-item-event {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 18px;
  background: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
  overflow: hidden;
}


body.team-profile-page .team-profile-public-feed-item-event[data-team-profile-tournament-open] {
  cursor: pointer;
}


body.team-profile-page .team-profile-public-feed-item-event[data-team-profile-tournament-open]:hover {
  border-color: rgba(255, 26, 26, .18);
  box-shadow: 0 16px 32px rgba(16, 24, 40, .08);
}


body.team-profile-page .team-profile-public-event-poster {
  position: relative;
  width: 100%;
  height: clamp(132px, 9vw, 168px);
  min-height: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #101828;
  isolation: isolate;
}


body.team-profile-page .team-profile-public-event-poster img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


body.team-profile-page .team-profile-public-event-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(16, 24, 40, .08) 0%, rgba(16, 24, 40, .86) 100%);
}


body.team-profile-page .team-profile-public-event-poster>strong {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  color: #fff;
  font-size: .9rem;
  font-weight: 950;
  line-height: 1.08;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}


body.team-profile-page .team-profile-public-event-badges {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}


body.team-profile-page .team-profile-public-event-badge {
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: #101828;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: .62rem;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}


body.team-profile-page .team-profile-public-event-badge.is-status {
  background: #ff1a1a;
  color: #fff;
}


body.team-profile-page .team-profile-public-event-badge.is-warning {
  background: #fff1f3;
  color: #d92d20;
}


body.team-profile-page .team-profile-public-event-badge i,
body.team-profile-page .team-profile-public-event-badge em,
body.team-profile-page .team-profile-public-event-badge strong {
  color: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: 950;
}


body.team-profile-page .team-profile-public-event-meta {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 7px;
}


body.team-profile-page .team-profile-public-event-meta span {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 999px;
  background: #f8fafc;
  color: #475467;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .7rem;
  font-weight: 850;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.team-profile-page .team-profile-public-event-meta i {
  color: var(--belts-red, #ff1a1a);
}


body.team-profile-page .team-profile-public-event-meta em,
body.team-profile-page .team-profile-public-event-meta strong {
  color: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: 950;
}


body.team-profile-page .team-profile-public-event-meta em {
  color: #667085;
}


body.team-profile-page .team-profile-public-event-meta em::after {
  content: ":";
}


body.team-profile-page .team-profile-public-event-meta strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.team-profile-page .team-profile-public-feed-item>div:last-child small {
  margin-top: 4px;
  color: #667085;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.25;
}


body.team-profile-page .team-profile-public-feed-card .app-empty-state {
  min-height: 150px;
  border-radius: 16px;
}


body.team-profile-page .team-profile-tickets-panel {
  margin-top: 18px;
  min-width: 0;
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(16, 24, 40, .07);
}


body.team-profile-page .team-profile-ticket-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}


body.team-profile-page .team-profile-ticket-card {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 18px;
  background: #fff;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}


body.team-profile-page .team-profile-ticket-poster {
  width: 92px;
  height: 92px;
  overflow: hidden;
  border-radius: 16px;
  background: #101828;
}


body.team-profile-page .team-profile-ticket-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


body.team-profile-page .team-profile-ticket-content {
  min-width: 0;
  display: grid;
  gap: 9px;
}


body.team-profile-page .team-profile-ticket-eyebrow {
  display: block;
  color: var(--belts-red, #ff1a1a);
  font-size: .66rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}


body.team-profile-page .team-profile-ticket-content strong {
  display: block;
  margin-top: 5px;
  color: #101828;
  font-size: .95rem;
  font-weight: 950;
  line-height: 1.15;
  overflow-wrap: anywhere;
}


body.team-profile-page .team-profile-ticket-meta {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}


body.team-profile-page .team-profile-ticket-meta span {
  max-width: 100%;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 999px;
  background: #f8fafc;
  color: #475467;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .68rem;
  font-weight: 850;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.team-profile-page .team-profile-ticket-meta i {
  color: var(--belts-red, #ff1a1a);
}


body.team-profile-page .team-profile-ticket-meta em,
body.team-profile-page .team-profile-ticket-meta strong,
body.team-profile-page .team-profile-ticket-meta small {
  color: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: 950;
}


body.team-profile-page .team-profile-ticket-buy {
  grid-column: 1 / -1;
  width: 100%;
  justify-content: center;
}


body.team-profile-page .team-profile-image-card {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border-radius: 18px;
  background-color: #101828;
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .08);
  isolation: isolate;
}


body.team-profile-page .team-profile-image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(16, 24, 40, .1) 0%, rgba(16, 24, 40, .78) 100%);
}


body.team-profile-page .team-profile-image-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 136px;
  height: 136px;
  border: 22px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
}


body.team-profile-page .team-profile-image-card.is-training {
  background-image: url('../img/pages/class.jpeg');
}


body.team-profile-page .team-profile-image-card.is-events {
  background-image: url('../img/pages/tournament.jpeg');
}


body.team-profile-page .team-profile-image-card.is-activity {
  background-image: url('../img/pages/team.jpeg');
}


body.team-profile-page .team-profile-image-card.is-community {
  background-image: url('../img/pages/others_team.jpeg');
}


body.team-profile-page .team-profile-image-card.is-growth {
  background-image: url('../img/pages/evolution.jpeg');
}


body.team-profile-page .team-profile-image-card.is-ranking {
  background-image: url('../img/pages/ranking.jpeg');
}


body.team-profile-page .team-profile-image-card.is-management {
  background-image: url('../img/pages/configuration.jpg');
}


body.team-profile-page .team-profile-image-card.is-licenses {
  background-image: url('../img/pages/licenses.jpeg');
}


body.team-profile-page .team-profile-image-card.is-stats {
  background-image: url('../img/pages/estadisticas.jpg');
}


body.team-profile-page .team-profile-image-card>div {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  min-width: 0;
}


body.team-profile-page .team-profile-image-card span {
  display: inline-flex;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 26, 26, .86);
  color: #fff;
  align-items: center;
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.team-profile-page .team-profile-image-card strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 950;
  line-height: 1;
  overflow-wrap: anywhere;
}


body.team-profile-page .team-profile-summary-card {
  min-width: 0;
  min-height: 104px;
  padding: 18px;
  border: 1px solid #ececec;
  border-radius: 22px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
  transition: transform .25s ease, box-shadow .25s ease;
}


body.team-profile-page .team-profile-summary-card:hover,
body.team-profile-page .team-profile-sport-card:hover,
body.team-profile-page .team-profile-action-card:hover,
body.team-profile-page .team-profile-network-section:hover,
body.team-profile-page .team-profile-map-panel:hover,
body.team-profile-page .team-profile-contact-panel:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(16, 24, 40, .08);
}


body.team-profile-page .team-profile-summary-card>span,
body.team-profile-page .team-profile-info-item>span,
body.team-profile-page .team-profile-modality-item>span,
body.team-profile-page .team-profile-activity-item>span {
  width: 52px;
  height: 52px;
  border-radius: 17px;
  background: #fff1f3;
  color: #d92d20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}


body.team-profile-page .team-profile-summary-card strong {
  display: block;
  color: #101828;
  font-size: 2rem;
  font-weight: 950;
  line-height: 1;
}


body.team-profile-page .team-profile-summary-card small {
  display: block;
  margin-top: 4px;
  color: #667085;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}


body.team-profile-page .team-profile-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(420px, .9fr);
  gap: 18px;
  margin-bottom: 18px;
}


body.team-profile-page .team-profile-feature-side {
  min-width: 0;
  display: grid;
  gap: 18px;
}


body.team-profile-page .team-profile-map-panel,
body.team-profile-page .team-profile-contact-panel,
body.team-profile-page .team-profile-network-panel {
  min-width: 0;
  border-radius: 22px;
  border-color: #ececec;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
  transition: transform .25s ease, box-shadow .25s ease;
}


body.team-profile-page .team-profile-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}


body.team-profile-page .team-profile-map-canvas {
  min-height: 330px;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(16, 24, 40, .94), rgba(52, 64, 84, .74)),
    url('../img/mapa.PNG');
  background-size: cover;
  background-position: center;
}


body.team-profile-page .team-profile-leaflet-map {
  width: 100%;
  min-height: 520px;
  height: 520px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 18px;
  background: #eef2f6;
}


body.team-profile-page .team-profile-map-frame {
  position: relative;
  min-width: 0;
}


body.team-profile-page .team-profile-map-frame .map-legend {
  left: 18px;
  right: auto;
  bottom: 18px;
}


body.team-profile-page .team-profile-map-anchor {
  position: relative;
  z-index: 4;
}


body.team-profile-page .team-profile-leaflet-map + .team-profile-map-caption {
  margin-top: 14px;
}


body.team-profile-page .team-profile-map-home {
  width: 100%;
  min-height: 70px;
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(217, 45, 32, .18);
  border-radius: 16px;
  background: #fff7f7;
  color: #101828;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}


body.team-profile-page .team-profile-map-home:hover,
body.team-profile-page .team-profile-map-home.is-active {
  border-color: rgba(217, 45, 32, .42);
  box-shadow: 0 12px 24px rgba(217, 45, 32, .1);
  transform: translateY(-1px);
}


body.team-profile-page .team-profile-map-home>span {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 14px;
  background: #d92d20;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


body.team-profile-page .team-profile-map-home div {
  min-width: 0;
  display: grid;
  gap: 2px;
}


body.team-profile-page .team-profile-map-home small,
body.team-profile-page .team-profile-map-home strong,
body.team-profile-page .team-profile-map-home em {
  display: block;
  min-width: 0;
  line-height: 1.15;
  overflow-wrap: anywhere;
}


body.team-profile-page .team-profile-map-home small,
body.team-profile-page .team-profile-map-home em {
  color: #667085;
  font-size: .72rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}


body.team-profile-page .team-profile-map-home strong {
  color: #101828;
  font-size: .95rem;
  font-weight: 950;
}


body.team-profile-page .team-profile-leaflet-map.leaflet-container {
  font-family: inherit;
}


body.team-profile-page .team-profile-leaflet-marker {
  background: transparent;
  border: 0;
}


body.team-profile-page .team-profile-leaflet-marker .custom-marker .pin-logo {
  width: 35px !important;
  min-width: 35px;
  max-width: 35px;
  height: 35px !important;
  min-height: 35px;
  max-height: 35px;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  overflow: hidden;
}


body.team-profile-page .team-profile-leaflet-marker .custom-marker img.pin-logo {
  display: block;
}


body.team-profile-page .team-profile-leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(16, 24, 40, .18);
}


body.team-profile-page .team-profile-leaflet-popup .leaflet-popup-content {
  margin: 12px 14px;
}


body.team-profile-page .team-profile-leaflet-popup-content {
  min-width: 170px;
  display: grid;
  gap: 4px;
}


body.team-profile-page .team-profile-leaflet-popup-content strong {
  color: #101828;
  font-size: .84rem;
  font-weight: 950;
  line-height: 1.18;
  overflow-wrap: anywhere;
}


body.team-profile-page .team-profile-leaflet-popup-content span,
body.team-profile-page .team-profile-leaflet-popup-content small,
body.team-profile-page .team-profile-leaflet-popup-content em {
  color: #667085;
  font-size: .75rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}


body.team-profile-page .team-profile-leaflet-popup .popup-icon {
  color: #ff1a1a;
}


body.team-profile-page .team-profile-leaflet-popup .scorizer-popup-row {
  min-width: 0;
}


body.team-profile-page .team-profile-leaflet-popup .team-profile-popup-address {
  min-width: 0;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.team-profile-page .team-profile-leaflet-popup .team-profile-popup-modalities {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 6px;
}


body.team-profile-page .team-profile-leaflet-popup .team-profile-popup-modalities>span {
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow-wrap: anywhere;
}


body.team-profile-page .team-profile-leaflet-popup .team-profile-popup-modalities .sports-more-badge {
  flex: 0 0 auto;
  margin-left: 0;
  margin-top: 0;
}


body.team-profile-page .team-profile-leaflet-popup .btn-scorizer-ver,
body.team-profile-page .team-profile-leaflet-popup .btn-scorizer-ver:visited,
body.team-profile-page .team-profile-leaflet-popup .btn-scorizer-ver:focus,
body.team-profile-page .team-profile-leaflet-popup .btn-scorizer-ver:hover,
body.team-profile-page .team-profile-leaflet-popup .btn-scorizer-ver:active {
  color: #fff !important;
  text-decoration: none !important;
}


body.team-profile-page .team-profile-map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .42;
  pointer-events: none;
}


body.team-profile-page .team-profile-map-pin {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}


body.team-profile-page .team-profile-map-pin-main {
  left: 52%;
  top: 50%;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .95);
  color: #d92d20;
  font-size: 1.65rem;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .24);
}


body.team-profile-page .team-profile-map-pin-child {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(255, 255, 255, .9);
  border-radius: 999px;
  background: #d92d20;
  color: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .2);
}


body.team-profile-page .team-profile-map-pin-child i {
  font-size: .78rem;
}


body.team-profile-page .team-profile-map-pin-child.is-clubs {
  background: #d92d20;
}


body.team-profile-page .team-profile-map-pin-child.is-franchises {
  background: #101828;
}


body.team-profile-page .team-profile-map-pin-child.is-federations {
  background: #344054;
}


body.team-profile-page .team-profile-map-pin-child.is-teams {
  background: #667085;
}


body.team-profile-page .team-profile-map-legend {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 2;
}


body.team-profile-page .team-profile-map-legend span {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(16, 24, 40, .72);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .68rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}


body.team-profile-page .team-profile-map-legend span i {
  color: #ff6262;
}


body.team-profile-page .team-profile-map-legend span em {
  font-style: normal;
}


body.team-profile-page .team-profile-map-caption {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 18px;
  background: #f8fafc;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}


body.team-profile-page .team-profile-map-caption strong,
body.team-profile-page .team-profile-map-caption span,
body.team-profile-page .team-profile-map-caption small {
  display: block;
  overflow-wrap: anywhere;
}


body.team-profile-page .team-profile-map-caption strong {
  color: #101828;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.25;
}


body.team-profile-page .team-profile-map-caption span {
  margin-top: 0;
  color: #475467;
  font-size: .88rem;
  font-weight: 850;
}


body.team-profile-page .team-profile-map-caption small {
  margin-top: 0;
  color: #98a2b3;
  font-size: .76rem;
  font-weight: 800;
}


body.team-profile-page .team-profile-contact-grid {
  display: grid;
  gap: 10px;
}


body.team-profile-page .team-profile-contact-item {
  min-width: 0;
  padding: 14px;
  border: 1px solid #f1f1f1;
  border-radius: 18px;
  background: #fafafa;
  display: flex;
  align-items: center;
  gap: 12px;
}


body.team-profile-page .team-profile-contact-item i {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #fff1f3;
  color: #d92d20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}


body.team-profile-page .team-profile-contact-item span,
body.team-profile-page .team-profile-contact-item strong {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}


body.team-profile-page .team-profile-contact-item span {
  color: #667085;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}


body.team-profile-page .team-profile-contact-item strong {
  margin-top: 3px;
  color: #101828;
  font-size: .9rem;
  font-weight: 950;
  line-height: 1.2;
}


body.team-profile-page .team-profile-sports-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}


body.team-profile-page .team-profile-sport-card {
  min-width: 0;
  padding: 16px;
  border: 1px solid #ececec;
  border-radius: 22px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
  transition: transform .25s ease, box-shadow .25s ease;
}


body.team-profile-page .team-profile-sport-card>span {
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: #101828;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}


body.team-profile-page .team-profile-sport-card strong {
  display: block;
  color: #101828;
  font-size: 1.7rem;
  font-weight: 950;
  line-height: 1;
}


body.team-profile-page .team-profile-sport-card small {
  display: block;
  margin-top: 5px;
  color: #667085;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}


body.team-profile-page .team-profile-network-panel {
  margin-bottom: 0;
}


body.team-profile-page .team-profile-network-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}


body.team-profile-page .team-profile-network-section {
  min-width: 0;
  padding: 14px;
  border: 1px solid #ececec;
  border-radius: 22px;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}


body.team-profile-page .team-profile-network-title,
body.team-profile-page .team-profile-network-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}


body.team-profile-page .team-profile-network-title {
  margin-bottom: 12px;
}


body.team-profile-page .team-profile-network-title>span {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #fff;
  color: #d92d20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}


body.team-profile-page .team-profile-network-title strong,
body.team-profile-page .team-profile-network-title small,
body.team-profile-page .team-profile-network-item strong,
body.team-profile-page .team-profile-network-item small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}


body.team-profile-page .team-profile-network-title strong {
  color: #101828;
  font-size: .9rem;
  font-weight: 950;
}


body.team-profile-page .team-profile-network-title small {
  color: #667085;
  font-size: .75rem;
  font-weight: 900;
}


body.team-profile-page .team-profile-network-list {
  display: grid;
  gap: 8px;
}


body.team-profile-page .team-profile-network-item {
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
  width: 100%;
}


body.team-profile-page .team-profile-network-item:hover,
body.team-profile-page .team-profile-network-item.is-active {
  border-color: rgba(217, 45, 32, .22);
  background: #fff7f7;
  box-shadow: 0 10px 22px rgba(16, 24, 40, .08);
  transform: translateY(-1px);
}


body.team-profile-page .club-card.team-profile-network-item {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 14px;
  padding: 14px;
  border: 1px solid #edf0f5;
  border-radius: 16px;
  background: #fff;
  text-align: left;
}


body.team-profile-page .club-card.team-profile-network-item:hover,
body.team-profile-page .club-card.team-profile-network-item.featured,
body.team-profile-page .club-card.team-profile-network-item.is-active {
  border-color: rgba(255, 26, 26, .34);
  background: #fff;
  box-shadow: 0 14px 26px rgba(16, 24, 40, .07);
}


body.team-profile-page .club-card.team-profile-network-item.is-active {
  border-color: rgba(255, 26, 26, .56);
  background: rgba(255, 26, 26, .04);
  box-shadow: 0 16px 30px rgba(255, 26, 26, .1);
}


body.team-profile-page .club-card.team-profile-network-item .club-logo {
  width: 68px;
  height: 68px;
}


body.team-profile-page .club-card.team-profile-network-item .club-main {
  min-width: 0;
}


body.team-profile-page .club-card.team-profile-network-item .club-main h4 {
  min-width: 0;
}


body.team-profile-page .club-card.team-profile-network-item .club-main h4 span {
  min-width: 0;
  overflow-wrap: anywhere;
}


body.team-profile-page .club-card.team-profile-network-item .club-sports {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 6px;
}


body.team-profile-page .club-card.team-profile-network-item .club-sports>span {
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.25;
  overflow-wrap: anywhere;
}


body.team-profile-page .club-card.team-profile-network-item .sports-more-badge {
  flex: 0 0 auto;
  margin-left: 0;
  margin-top: 1px;
}


body.team-profile-page .club-card.team-profile-network-item .club-main i,
body.team-profile-page .club-card.team-profile-network-item .club-meta i,
body.team-profile-page .club-card.team-profile-network-item .club-distance i {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: inherit;
  display: inline-flex;
  flex: 0 0 auto;
}


body.team-profile-page .club-card.team-profile-network-item:hover .club-main i,
body.team-profile-page .club-card.team-profile-network-item.is-active .club-main i,
body.team-profile-page .club-card.team-profile-network-item:hover .club-meta i,
body.team-profile-page .club-card.team-profile-network-item.is-active .club-meta i,
body.team-profile-page .club-card.team-profile-network-item:hover .club-distance i,
body.team-profile-page .club-card.team-profile-network-item.is-active .club-distance i {
  background: transparent;
  color: inherit;
}


body.team-profile-page .team-profile-network-item i {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #f2f4f7;
  color: #667085;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}


body.team-profile-page .team-profile-network-item:hover i,
body.team-profile-page .team-profile-network-item.is-active i {
  background: #d92d20;
  color: #fff;
}


body.team-profile-page .team-profile-network-item strong {
  color: #101828;
  font-size: .84rem;
  font-weight: 950;
  line-height: 1.2;
}


body.team-profile-page .team-profile-network-item small {
  margin-top: 3px;
  color: #667085;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.2;
}


body.team-profile-page .team-profile-layout {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
}


body.team-profile-page .team-profile-panel,
body.team-profile-page .team-profile-side .belts-clean-progress-card {
  border-radius: 22px;
  border-color: #ececec;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
}


body.team-profile-page .team-profile-panel {
  min-width: 0;
}


body.team-profile-page .team-profile-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}


body.team-profile-page .team-profile-actions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}


body.team-profile-page .team-profile-info-item,
body.team-profile-page .team-profile-modality-item,
body.team-profile-page .team-profile-activity-item,
body.team-profile-page .team-profile-side-row {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 16px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
}


body.team-profile-page .team-profile-info-item small,
body.team-profile-page .team-profile-side-row span,
body.team-profile-page .team-profile-modality-item small,
body.team-profile-page .team-profile-activity-item small {
  display: block;
  color: #667085;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}


body.team-profile-page .team-profile-info-item strong,
body.team-profile-page .team-profile-side-row strong,
body.team-profile-page .team-profile-modality-item strong,
body.team-profile-page .team-profile-activity-item strong {
  display: block;
  min-width: 0;
  margin-top: 3px;
  color: #101828;
  font-size: .9rem;
  font-weight: 950;
  line-height: 1.2;
  overflow-wrap: anywhere;
}


body.team-profile-page .team-profile-modality-list,
body.team-profile-page .team-profile-activity-list,
body.team-profile-page .team-profile-hierarchy,
body.team-profile-page .team-profile-task-list,
body.team-profile-page .team-profile-location,
body.team-profile-page .team-profile-documents {
  display: grid;
  gap: 10px;
}


body.team-profile-page .team-profile-modality-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}


body.team-profile-page .team-profile-modality-list>.app-empty-state {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 132px;
}


body.team-profile-landing-page .team-profile-modality-list>.app-empty-state {
  min-height: 214px;
}


body.team-profile-landing-page .team-profile-modality-list>.app-loading-inline,
body.team-profile-landing-page #teamProfileSportsStats>.app-loading-inline {
  min-height: 214px;
}


body.team-profile-page .team-profile-modalities-modal .modal-content {
  border: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(16, 24, 40, .22);
}


body.team-profile-page .team-profile-modalities-modal .modal-header,
body.team-profile-page .team-profile-modalities-modal .modal-footer {
  border: 0;
  background: #fff;
}


body.team-profile-page .team-profile-modalities-modal .modal-header {
  align-items: flex-start;
  padding: 22px 24px 12px;
}


body.team-profile-page .team-profile-modalities-modal .modal-title {
  margin: 4px 0 0;
  color: #101828;
  font-size: 1.25rem;
  font-weight: 950;
}


body.team-profile-page .team-profile-modalities-modal .modal-body {
  padding: 12px 24px 20px;
}


body.team-profile-page .team-profile-modalities-modal .modal-footer {
  padding: 0 24px 24px;
}


body.team-profile-page .team-profile-modalities-modal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}


body.team-profile-page .team-profile-modalities-modal-item {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 16px;
  background: #f8fafc;
  display: flex;
  gap: 12px;
}


body.team-profile-page .team-profile-modalities-modal-item>span {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: #fff1f3;
  color: #d92d20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}


body.team-profile-page .team-profile-modalities-modal-item>div {
  min-width: 0;
}


body.team-profile-page .team-profile-modalities-modal-item strong,
body.team-profile-page .team-profile-modalities-modal-item small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}


body.team-profile-page .team-profile-modalities-modal-item strong {
  color: #101828;
  font-size: .96rem;
  font-weight: 950;
  line-height: 1.18;
}


body.team-profile-page .team-profile-modalities-modal-item small {
  margin-top: 4px;
  color: #667085;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}


body.team-profile-page .team-profile-modalities-modal-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}


body.team-profile-page .team-profile-modalities-modal-metrics em {
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid rgba(255, 26, 26, .14);
  border-radius: 999px;
  background: rgba(255, 26, 26, .06);
  color: #344054;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .7rem;
  font-style: normal;
  font-weight: 900;
}


body.team-profile-page .team-profile-modalities-modal-metrics i {
  color: #d92d20;
}


body.team-profile-page .team-profile-action-card {
  min-height: 64px;
  padding: 12px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 16px;
  background: #f8fafc;
  color: #344054;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}


body.team-profile-page .team-profile-action-card i {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #fff;
  color: #d92d20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}


body.team-profile-page .team-profile-action-card span {
  color: inherit;
  font-size: .84rem;
  font-weight: 950;
  line-height: 1.2;
}


body.team-profile-page .team-profile-action-card:hover {
  background: #fff1f3;
  color: #b42318;
  transform: translateY(-2px);
}


body.team-profile-page .team-profile-side-row i {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: #f2f4f7;
  color: #667085;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}


@media(max-width: 1180px) {
body.team-profile-page .team-profile-hero .belts-clean-hero-inner,
body.team-profile-page .team-profile-public-main,
body.team-profile-page .team-profile-public-grid,
body.team-profile-page .team-profile-public-bottom,
body.team-profile-page .team-profile-home-hero,
body.team-profile-page .team-profile-feature-grid {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-page .team-profile-hero-summary {
    width: 100%;
    justify-self: stretch;
  }


  body.team-profile-page .team-profile-home-summary {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr);
  }


  body.team-profile-page .team-profile-sports-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }


  body.team-profile-page .team-profile-summary-grid,
body.team-profile-page .team-profile-image-grid,
body.team-profile-page .team-profile-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.team-profile-page .team-profile-actions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.team-profile-page .team-profile-layout {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-page .team-profile-network-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


@media(max-width: 640px) {
body.team-profile-page .team-profile-public-card {
    padding: 18px;
    border-radius: 18px;
  }


  body.team-profile-page .team-profile-public-card-head {
    align-items: flex-start;
  }


  body.team-profile-page .team-profile-public-logo {
    width: 74px;
    height: 74px;
    border-radius: 18px;
  }


  body.team-profile-page .team-profile-public-stats {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-page .team-profile-public-feed {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-page .team-profile-public-feed-header {
    align-items: flex-start;
    flex-direction: column;
  }


  body.team-profile-page .team-profile-map-head-actions {
    justify-content: flex-start;
  }


  body.team-profile-page .team-profile-logo {
    width: 86px;
    height: 86px;
    border-radius: 18px;
  }


  body.team-profile-page .team-profile-logo.team-profile-banner-logo {
    width: 78px;
    height: 78px;
    border-radius: 18px;
  }


  body.team-profile-page .team-profile-home-banner,
body.team-profile-page .team-profile-home-content {
    min-height: 360px;
  }


  body.team-profile-page .team-profile-home-summary {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-page .team-profile-home-summary-left {
    padding-right: 0;
    padding-bottom: 18px;
    border-right: none;
    border-bottom: 1px solid #efefef;
  }


  body.team-profile-page .team-profile-sports-grid,
body.team-profile-page .team-profile-summary-grid,
body.team-profile-page .team-profile-image-grid,
body.team-profile-page .team-profile-info-grid,
body.team-profile-page .team-profile-modality-list {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-page .team-profile-actions-grid {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-page .team-profile-image-card {
    min-height: 164px;
  }


  body.team-profile-page .team-profile-public-grow {
    min-height: 270px;
  }


  body.team-profile-page .team-profile-map {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-page .team-profile-map-canvas {
    min-height: 220px;
  }


  body.team-profile-page .team-profile-map-caption {
    flex-direction: column;
    align-items: flex-start;
  }


  body.team-profile-page .team-profile-network-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}


body.team-profile-landing-page .team-landing-summary-row {
  position: relative;
  z-index: 2;
  margin-top: -26px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 18px;
  align-items: stretch;
}


body.team-profile-landing-page .team-landing-summary-card {
  grid-row: auto;
}


body.team-profile-landing-page .team-landing-section-head,
body.team-profile-landing-page .team-landing-panel-head {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}


body.team-profile-landing-page .team-landing-section-head h2,
body.team-profile-landing-page .team-landing-panel-head h2 {
  margin: 3px 0 0;
  color: #101828;
  font-size: clamp(1rem, 1.3vw, 1.28rem);
  font-weight: 950;
  line-height: 1.15;
  text-transform: uppercase;
}


body.team-profile-landing-page .team-landing-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}


body.team-profile-landing-page .team-landing-summary-item {
  min-width: 0;
  padding: 16px;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  background: #fafafa;
  display: flex;
  align-items: center;
  gap: 12px;
}


body.team-profile-landing-page .team-landing-summary-item>i {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #fff1f3;
  color: var(--belts-red, #ff1a1a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 16px;
}


body.team-profile-landing-page .team-landing-summary-item>div {
  min-width: 0;
}


body.team-profile-landing-page .team-landing-summary-item strong,
body.team-profile-landing-page .team-landing-summary-item span {
  display: block;
  min-width: 0;
}


body.team-profile-landing-page .team-landing-summary-item strong {
  color: #101828;
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  font-weight: 950;
  line-height: .95;
}


body.team-profile-landing-page .team-landing-summary-item span {
  margin-top: 8px;
  color: #667085;
  font-size: .78rem;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}


body.team-profile-landing-page .team-landing-ranking-card {
  padding: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 26, 26, .28), transparent 34%),
    linear-gradient(135deg, #111827, #2b1113);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, .82fr);
  align-items: stretch;
  gap: 22px;
}


body.team-profile-landing-page .team-landing-ranking-copy {
  min-width: 0;
  display: grid;
  gap: 10px;
  align-content: start;
}


body.team-profile-landing-page .team-landing-ranking-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .82);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.team-profile-landing-page .team-landing-ranking-label i {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


body.team-profile-landing-page .team-landing-ranking-card strong {
  margin-top: 0;
  color: #fff;
  font-size: clamp(2.5rem, 4.8vw, 4.2rem);
  font-weight: 950;
  line-height: .9;
}


body.team-profile-landing-page .team-landing-ranking-card small {
  margin-top: 0;
  color: rgba(255, 255, 255, .74);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.team-profile-landing-page .team-landing-ranking-chips {
  margin-top: 6px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 10px;
}


body.team-profile-landing-page .team-landing-ranking-chips span {
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}


body.team-profile-landing-page .team-landing-ranking-chips i {
  color: #ff6262;
}


body.team-profile-landing-page .team-landing-ranking-chips small {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
}


body.team-profile-landing-page .team-landing-ranking-visual {
  position: relative;
  align-self: stretch;
  min-width: 150px;
  min-height: 132px;
  padding: 18px 16px 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 100% 28px, 34px 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 9px;
  overflow: hidden;
}


body.team-profile-landing-page .team-landing-ranking-visual span {
  width: 100%;
  max-width: 24px;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, #ff6262, #ff1a1a);
  box-shadow: 0 10px 24px rgba(255, 26, 26, .28);
}


body.team-profile-landing-page .team-landing-ranking-visual i {
  position: absolute;
  right: 14px;
  top: 12px;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


body.team-profile-landing-page .team-landing-ranking-image {
  grid-column: 1 / -1;
  min-height: 136px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, .1), rgba(17, 24, 39, .74)),
    url("../img/pages/ranking.jpeg") center/cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
}


body.team-profile-landing-page .team-landing-feature-row,
body.team-profile-landing-page .team-landing-map-row,
body.team-profile-landing-page .team-landing-content-row {
  display: grid;
  gap: 18px;
}


body.team-profile-landing-page .team-landing-feature-row {
  grid-template-columns: minmax(0, .9fr) minmax(360px, .7fr);
}


body.team-profile-landing-page .team-landing-map-row {
  grid-template-columns: minmax(340px, .78fr) minmax(0, 1.22fr);
}


body.team-profile-landing-page .team-landing-content-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}


body.team-profile-landing-page .team-landing-info-card .team-profile-info-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}


body.team-profile-landing-page .team-landing-info-card {
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 26, 26, .12), transparent 34%),
    linear-gradient(135deg, #fff, #fff7f8);
}


body.team-profile-landing-page .team-landing-info-card .team-profile-info-item {
  background: rgba(255, 255, 255, .82);
  border-color: rgba(255, 26, 26, .1);
}


body.team-profile-landing-page .team-profile-map {
  min-height: 360px;
}


body.team-profile-landing-page .team-profile-modality-item {
  align-items: flex-start;
}


body.team-profile-landing-page .team-profile-modality-metrics {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}


body.team-profile-landing-page .team-profile-modality-metrics em {
  min-height: 26px;
  padding: 0 8px;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 999px;
  background: var(--belts-soft, #f6f7f9);
  color: var(--belts-text, #101828);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}


body.team-profile-landing-page .team-profile-modality-metrics em i {
  color: var(--belts-red, #ff1a1a);
  font-size: 10px;
}


body.team-profile-landing-page .team-profile-modality-metrics em small {
  color: #667085;
  font-size: 10px;
  font-weight: 900;
}


body.team-profile-landing-page .team-landing-scope-breakdown {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}


body.team-profile-landing-page .team-landing-scope-breakdown article {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 26, 26, .1);
  border-radius: 16px;
  background: #fff8f8;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}


body.team-profile-landing-page .team-landing-scope-breakdown article>span {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--belts-text, #101828);
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.team-profile-landing-page .team-landing-scope-breakdown article>span i {
  color: var(--belts-red, #ff1a1a);
}


body.team-profile-landing-page .team-landing-scope-breakdown article>span em,
body.team-profile-landing-page .team-profile-modality-scope em {
  font-style: normal;
}


body.team-profile-landing-page .team-landing-scope-breakdown div {
  min-width: 0;
  padding: 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .82);
}


body.team-profile-landing-page .team-landing-scope-breakdown div strong {
  display: block;
  color: var(--belts-text, #101828);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
}


body.team-profile-landing-page .team-landing-scope-breakdown div small {
  display: block;
  margin-top: 4px;
  color: #667085;
  font-size: .62rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}


body.team-profile-landing-page .team-profile-modality-scope {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}


body.team-profile-landing-page .team-profile-modality-scope span {
  min-width: 0;
  padding: 7px 8px;
  border: 1px solid rgba(255, 26, 26, .1);
  border-radius: 12px;
  background: #fff8f8;
  display: grid;
  gap: 2px;
}


body.team-profile-landing-page .team-profile-modality-scope em {
  color: var(--belts-red, #ff1a1a);
  font-size: .58rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}


body.team-profile-landing-page .team-profile-modality-scope strong {
  color: var(--belts-text, #101828);
  font-size: .82rem;
  font-weight: 950;
  line-height: 1;
}


body.team-profile-landing-page .team-profile-modality-scope small {
  color: #667085;
  font-size: .56rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}


body.team-profile-landing-page .team-profile-network-grid {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 520px;
  height: 520px;
  align-content: stretch;
}


body.team-profile-landing-page .team-profile-network-results-head {
  min-width: 0;
  padding: 12px;
  border: 1px solid #eef1f5;
  border-radius: 16px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}


body.team-profile-landing-page .team-profile-network-count {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
}


body.team-profile-landing-page .team-profile-network-count strong {
  color: #101828;
  font-size: 1.45rem;
  font-weight: 950;
  line-height: 1;
}


body.team-profile-landing-page .team-profile-network-count span {
  color: #667085;
  font-size: .72rem;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}


body.team-profile-landing-page .team-profile-network-sort {
  min-width: 150px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}


body.team-profile-landing-page .team-profile-network-sort>span {
  color: #667085;
  font-size: .68rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}


body.team-profile-landing-page .team-profile-network-sort .select2-container {
  width: 150px !important;
}


body.team-profile-landing-page .team-profile-network-sort select {
  width: 100%;
  height: 38px;
  min-width: 118px;
  border: 1px solid #dfe3ea;
  border-radius: 12px;
  background: #fff;
  color: #101828;
  padding: 0 30px 0 12px;
  font-size: .78rem;
  font-weight: 900;
  outline: none;
}


body.team-profile-landing-page .team-profile-network-sort select:focus {
  border-color: rgba(255, 26, 26, .42);
  box-shadow: 0 0 0 4px rgba(255, 26, 26, .08);
}


body.team-profile-landing-page .team-profile-network-sort .select2-container--default .select2-selection--single {
  height: 38px;
  border: 1px solid #dfe3ea;
  border-radius: 12px;
  background: #fff;
}


body.team-profile-landing-page .team-profile-network-sort .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #101828;
  font-size: .78rem;
  font-weight: 900;
  line-height: 36px;
  padding-left: 12px;
  padding-right: 30px;
}


body.team-profile-landing-page .team-profile-network-sort .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  right: 6px;
}


body.team-profile-landing-page .team-profile-network-sort .select2-container--default.select2-container--focus .select2-selection--single,
body.team-profile-landing-page .team-profile-network-sort .select2-container--default.select2-container--open .select2-selection--single {
  border-color: rgba(255, 26, 26, .42);
  box-shadow: 0 0 0 4px rgba(255, 26, 26, .08);
}


body.team-profile-landing-page .team-profile-club-list {
  min-height: 0;
  max-height: none;
  height: 100%;
  overflow: auto;
  scrollbar-color: rgba(255, 26, 26, .72) rgba(230, 233, 239, .9);
  scrollbar-width: auto;
}


body.team-profile-landing-page .team-profile-club-list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}


body.team-profile-landing-page .team-profile-club-list::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #e9edf3;
}


body.team-profile-landing-page .team-profile-club-list::-webkit-scrollbar-thumb {
  border: 2px solid #e9edf3;
  border-radius: 999px;
  background: rgba(255, 26, 26, .72);
}


body.team-profile-landing-page .team-profile-club-list::-webkit-scrollbar-thumb:hover {
  background: rgba(207, 21, 21, .9);
}


body.team-profile-landing-page .team-profile-network-standalone {
  min-height: 684px;
  align-content: stretch;
  grid-template-rows: auto auto minmax(220px, 1fr);
}


body.team-profile-landing-page .team-profile-network-standalone .team-profile-network-visual-card {
  min-height: 220px;
}


body.team-profile-landing-page .team-profile-network-more {
  width: 100%;
  min-height: 38px;
  margin-top: 10px;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 12px;
  background: var(--belts-soft, #f6f7f9);
  color: var(--belts-text, #101828);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}


body.team-profile-landing-page .team-profile-network-more small {
  min-width: 28px;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #fff1f3;
  color: var(--belts-red, #ff1a1a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 950;
}


body.team-profile-landing-page .team-profile-network-standalone {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}


body.team-profile-landing-page .team-profile-club-list.is-standalone {
  min-height: 0;
  max-height: none;
  overflow: visible;
}


body.team-profile-landing-page .team-profile-network-standalone-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}


body.team-profile-landing-page .team-profile-network-stat {
  min-width: 0;
  min-height: 104px;
  padding: 14px;
  border: 1px solid rgba(255, 26, 26, .1);
  border-radius: 16px;
  background: #fff8f8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}


body.team-profile-landing-page .team-profile-network-stat i {
  width: 36px;
  height: 36px;
  border-radius: 13px;
  background: #fff;
  color: var(--belts-red, #ff1a1a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-shadow: 0 8px 18px rgba(16, 24, 40, .05);
}


body.team-profile-landing-page .team-profile-network-stat span,
body.team-profile-landing-page .team-profile-network-stat strong {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}


body.team-profile-landing-page .team-profile-network-stat span {
  color: #667085;
  font-size: .66rem;
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}


body.team-profile-landing-page .team-profile-network-stat strong {
  margin-top: 4px;
  color: #101828;
  font-size: .86rem;
  font-weight: 950;
  line-height: 1.16;
}


body.team-profile-landing-page .team-profile-network-visual-card {
  min-height: 190px;
  padding: 18px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(16, 24, 40, .18), rgba(16, 24, 40, .9)),
    url("../img/pages/team.jpeg") center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
}


body.team-profile-landing-page .team-profile-network-visual-card::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: -40px;
  z-index: -1;
  width: 130px;
  height: 130px;
  border: 22px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
}


body.team-profile-landing-page .team-profile-network-visual-card>span {
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 26, 26, .9);
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: .68rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}


body.team-profile-landing-page .team-profile-network-visual-card strong {
  color: #fff;
  font-size: clamp(1.45rem, 2.1vw, 2.15rem);
  font-weight: 950;
  line-height: .98;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}


body.team-profile-landing-page .team-profile-network-visual-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}


body.team-profile-landing-page .team-profile-network-visual-card em {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .92);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-style: normal;
  font-size: .72rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}


body.team-profile-landing-page .team-profile-network-visual-card em i {
  color: #ff6262;
}


body.team-profile-landing-page .team-profile-landing-hooks {
  margin-bottom: 0;
}


body.team-profile-landing-page .team-profile-landing-hooks .team-profile-image-card {
  min-height: clamp(160px, 13vw, 220px);
  border-radius: 22px;
}


body.team-profile-landing-page .team-profile-landing-hooks .team-profile-image-card::before {
  background: linear-gradient(180deg, rgba(16, 24, 40, .06) 0%, rgba(16, 24, 40, .86) 100%);
}


body.team-profile-landing-page .team-profile-landing-hooks .team-profile-image-card span {
  background: rgba(255, 26, 26, .92);
}


body.team-profile-landing-page .team-profile-landing-hooks .team-profile-image-card strong {
  max-width: 86%;
  font-size: clamp(1.5rem, 2.3vw, 2.55rem);
  line-height: .96;
  text-transform: uppercase;
}


body.team-profile-landing-page .team-profile-public-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}


body.team-profile-landing-page .team-profile-public-services .team-profile-activity-item {
  align-items: flex-start;
  min-height: 112px;
}


body.team-profile-landing-page .team-profile-public-services .team-profile-activity-item em {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 24px;
  margin-top: 8px;
  padding: 0 8px;
  border-radius: 999px;
  background: #fff1f3;
  color: var(--belts-red, #ff1a1a);
  align-items: center;
  font-style: normal;
  font-size: .66rem;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}


body.team-profile-landing-page #teamProfileActivity.team-profile-status-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}


body.team-profile-landing-page .team-profile-services-note {
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 26, 26, .1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 96% 20%, rgba(255, 26, 26, .1), transparent 36%),
    #fff7f8;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}


body.team-profile-landing-page .team-profile-services-note i {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: #101828;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: .9rem;
}


body.team-profile-landing-page .team-profile-services-note p {
  min-width: 0;
  margin: 0;
  color: #344054;
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.42;
}


body.team-profile-landing-page .team-profile-landing-benefits {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 26, 26, .12), transparent 34%),
    linear-gradient(135deg, #fff, #fff7f8);
}


body.team-profile-landing-page .team-profile-benefits-list {
  display: grid;
  gap: 10px;
}


body.team-profile-landing-page .team-profile-benefits-list article {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 26, 26, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .8);
  display: flex;
  align-items: center;
  gap: 12px;
}


body.team-profile-landing-page .team-profile-benefits-list i {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #101828;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}


body.team-profile-landing-page .team-profile-benefits-list strong,
body.team-profile-landing-page .team-profile-benefits-list span {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}


body.team-profile-landing-page .team-profile-benefits-list strong {
  color: #101828;
  font-size: .92rem;
  font-weight: 950;
  line-height: 1.12;
  text-transform: uppercase;
}


body.team-profile-landing-page .team-profile-benefits-list span {
  margin-top: 4px;
  color: #667085;
  font-size: .74rem;
  font-weight: 900;
  line-height: 1.2;
}


body.team-profile-landing-page .team-profile-landing-benefits blockquote {
  margin: 16px 0 0;
  padding: 16px 18px;
  border-left: 4px solid var(--belts-red, #ff1a1a);
  border-radius: 0 16px 16px 0;
  background: rgba(255, 255, 255, .72);
  color: #344054;
  font-size: .95rem;
  font-weight: 850;
  line-height: 1.42;
}


body.team-profile-landing-page .team-profile-visual-band {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(16, 24, 40, .94), rgba(16, 24, 40, .76) 44%, rgba(16, 24, 40, .28)),
    url("../img/banner/team/team.png") center right/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}


body.team-profile-landing-page .team-profile-visual-copy {
  max-width: min(100%, 920px);
  min-width: 0;
}


body.team-profile-landing-page .team-profile-visual-band .belts-clean-section-label {
  color: rgba(255, 255, 255, .76);
}


body.team-profile-landing-page .team-profile-visual-band h2 {
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(34px, 3.8vw, 64px);
  font-weight: 950;
  line-height: .96;
  text-transform: uppercase;
}


body.team-profile-landing-page .team-profile-visual-band h2 span {
  display: block;
}


body.team-profile-landing-page .team-profile-visual-copy p {
  max-width: 820px;
  margin: -4px 0 18px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(.95rem, 1.15vw, 1.08rem);
  font-weight: 650;
  line-height: 1.55;
}


body.team-profile-landing-page .team-profile-visual-message {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 620px;
}


body.team-profile-landing-page .team-profile-visual-message span {
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .9);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(8px);
}


body.team-profile-landing-page .team-profile-visual-message i {
  color: #ff6262;
  font-size: .9rem;
}


body.team-profile-landing-page .team-profile-visual-message em {
  font-style: normal;
  font-size: .88rem;
  font-weight: 950;
  line-height: 1.1;
}


body.team-profile-landing-page .team-profile-visual-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}


body.team-profile-landing-page .team-profile-visual-highlights {
  width: min(100%, 690px);
  min-width: 560px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}


body.team-profile-landing-page .team-profile-visual-metric:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}


body.team-profile-landing-page .team-profile-visual-metric {
  min-width: 0;
  min-height: 104px;
  padding: 16px 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: rgba(0, 0, 0, .28);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}


body.team-profile-landing-page .team-profile-visual-metric i {
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: rgba(255, 26, 26, .88);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}


body.team-profile-landing-page .team-profile-visual-metric strong,
body.team-profile-landing-page .team-profile-visual-metric span {
  display: block;
  min-width: 0;
}


body.team-profile-landing-page .team-profile-visual-metric strong {
  color: #fff;
  font-size: clamp(1.7rem, 2.2vw, 2.35rem);
  font-weight: 950;
  line-height: .9;
}


body.team-profile-landing-page .team-profile-visual-metric span {
  margin-top: 8px;
  color: rgba(255, 255, 255, .78);
  font-size: .7rem;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}


body.team-profile-landing-page .team-profile-activity-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}


body.team-profile-landing-page .team-profile-activity-metrics article {
  min-width: 0;
  padding: 16px;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  background: #fafafa;
  display: flex;
  align-items: center;
  gap: 12px;
}


body.team-profile-landing-page .team-profile-activity-metrics article>i {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #fff1f3;
  color: var(--belts-red, #ff1a1a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 16px;
}


body.team-profile-landing-page .team-profile-activity-metrics div {
  min-width: 0;
}


body.team-profile-landing-page .team-profile-activity-metrics strong,
body.team-profile-landing-page .team-profile-activity-metrics span {
  display: block;
}


body.team-profile-landing-page .team-profile-activity-metrics strong {
  color: #101828;
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  font-weight: 950;
  line-height: .95;
}


body.team-profile-landing-page .team-profile-activity-metrics span {
  margin-top: 8px;
  color: #667085;
  font-size: .78rem;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}


body.team-profile-landing-page .team-profile-map-head-actions {
  justify-content: flex-end;
}


body.team-profile-landing-page .team-profile-public-feed {
  margin-top: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}


body.team-profile-landing-page .team-profile-public-feed-card {
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(16, 24, 40, .07);
}


body.team-profile-landing-page .team-profile-final-cta {
  margin-top: 6px;
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 26, 26, .22), transparent 32%),
    linear-gradient(135deg, #101828, #1d2939);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}


body.team-profile-landing-page .team-profile-final-cta .belts-clean-section-label {
  color: rgba(255, 255, 255, .72);
}


body.team-profile-landing-page .team-profile-final-cta h2 {
  margin: 7px 0 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}


body.team-profile-landing-page .team-profile-final-cta p {
  max-width: 620px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: .94rem;
  font-weight: 650;
  line-height: 1.5;
}


body.team-profile-landing-page .team-profile-trust-tags {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}


body.team-profile-landing-page .team-profile-trust-tags span {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .9);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.team-profile-landing-page .team-profile-trust-tags i {
  color: #ff6262;
}


body.team-profile-landing-page .team-profile-trust-tags em {
  font-style: normal;
}


body.team-profile-landing-page .team-profile-final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}


body.team-profile-landing-page .team-profile-join-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}


body.team-profile-landing-page .team-profile-join-steps article {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 18px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
}


body.team-profile-landing-page .team-profile-join-steps span {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #101828;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: .9rem;
  font-weight: 950;
}


body.team-profile-landing-page .team-profile-join-steps i {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #fff1f3;
  color: var(--belts-red, #ff1a1a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}


body.team-profile-landing-page .team-profile-join-steps strong {
  min-width: 0;
  color: #101828;
  font-size: .88rem;
  font-weight: 950;
  line-height: 1.15;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}


@media (max-width: 1199px) {
body.team-profile-landing-page .team-landing-summary-row,
body.team-profile-landing-page .team-landing-feature-row,
body.team-profile-landing-page .team-landing-map-row,
body.team-profile-landing-page .team-landing-content-row {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-landing-page .team-landing-summary-row {
    margin-top: -20px;
  }


  body.team-profile-landing-page .team-profile-visual-band {
    align-items: stretch;
    flex-direction: column;
  }


  body.team-profile-landing-page .team-profile-visual-copy,
body.team-profile-landing-page .team-profile-visual-highlights {
    width: 100%;
    max-width: none;
    min-width: 0;
  }


  body.team-profile-landing-page .team-profile-visual-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }


  body.team-profile-landing-page .team-profile-landing-hooks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }


  body.team-profile-landing-page .team-profile-ticket-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.team-profile-landing-page .team-landing-ranking-image {
    display: none;
  }


  body.team-profile-landing-page .team-profile-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }


  body.team-profile-landing-page .team-profile-final-actions {
    justify-content: flex-start;
  }
}


@media (max-width: 767px) {
body.team-profile-landing-page .team-profile-community-shell {
    padding: 0 12px 58px;
    gap: 14px;
  }


  body.team-profile-landing-page .team-profile-logo.team-profile-banner-logo {
    width: 72px;
    height: 72px;
    border-radius: 16px;
  }


  body.team-profile-landing-page .team-landing-summary-row {
    margin-top: 0;
  }


  body.team-profile-landing-page .team-landing-summary-grid,
body.team-profile-landing-page .team-landing-info-card .team-profile-info-grid,
body.team-profile-landing-page .team-profile-join-steps,
body.team-profile-landing-page .team-profile-ranking-showcase,
body.team-profile-landing-page .team-profile-activity-metrics,
body.team-profile-landing-page .team-profile-network-grid,
body.team-profile-page .team-profile-modalities-modal-grid,
body.team-profile-landing-page .team-profile-public-feed {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-landing-page .team-profile-visual-band {
    min-height: 420px;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    background:
      linear-gradient(180deg, rgba(16, 24, 40, .16), rgba(16, 24, 40, .92)),
      url("../img/banner/team/team.png") center/cover no-repeat;
  }


  body.team-profile-landing-page .team-profile-visual-highlights {
    width: 100%;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }


  body.team-profile-landing-page .team-landing-scope-breakdown {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-landing-page .team-landing-scope-breakdown article {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.team-profile-landing-page .team-profile-modality-scope {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.team-profile-landing-page .team-profile-ranking-showcase-main {
    gap: 16px;
  }


  body.team-profile-landing-page .team-profile-ranking-general {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }


  body.team-profile-landing-page .team-profile-ranking-general article:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }


  body.team-profile-landing-page .team-profile-visual-message {
    width: 100%;
  }


  body.team-profile-landing-page .team-profile-visual-message span {
    width: 100%;
  }


  body.team-profile-landing-page .team-profile-ticket-list,
body.team-profile-landing-page .team-profile-activity-modal-list,
body.team-profile-landing-page .team-profile-ticket-card {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-landing-page .team-profile-ticket-poster {
    width: 100%;
    height: 150px;
  }


  body.team-profile-landing-page .team-profile-visual-band .toolbar-btn {
    width: 100%;
    justify-content: center;
  }


  body.team-profile-landing-page .team-profile-final-actions,
body.team-profile-landing-page .team-profile-final-actions .toolbar-btn {
    width: 100%;
  }


  body.team-profile-landing-page .team-profile-final-actions .toolbar-btn {
    justify-content: center;
  }


  body.team-profile-landing-page .team-landing-panel-head,
body.team-profile-landing-page .team-profile-public-feed-header,
body.team-profile-landing-page .team-profile-map-head-actions {
    align-items: flex-start;
    flex-direction: column;
  }


  body.team-profile-landing-page .team-profile-map-head-actions,
body.team-profile-landing-page .team-profile-map-filters,
body.team-profile-landing-page .team-profile-map-head-actions .toolbar-btn {
    width: 100%;
  }


  body.team-profile-landing-page .team-profile-map-filter,
body.team-profile-landing-page .team-profile-map-head-actions .toolbar-btn {
    justify-content: center;
  }


  body.team-profile-landing-page .team-profile-actions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.team-profile-landing-page .team-profile-public-services {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-landing-page #teamProfileActivity.team-profile-status-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.team-profile-landing-page .team-profile-network-results-head {
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }


  body.team-profile-landing-page .team-profile-network-count {
    flex: 1 1 auto;
  }


  body.team-profile-landing-page .team-profile-network-sort {
    flex: 0 0 auto;
    align-items: stretch;
    width: auto;
    min-width: 0;
  }


  body.team-profile-landing-page .team-profile-network-sort .select2-container {
    width: 142px !important;
  }


  body.team-profile-landing-page .team-profile-club-list {
    min-height: 0;
    max-height: 420px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }


  body.team-profile-landing-page .club-card.team-profile-network-item {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }


  body.team-profile-landing-page .club-card.team-profile-network-item .club-logo {
    width: 56px;
    height: 56px;
  }


  body.team-profile-landing-page .club-card.team-profile-network-item .club-main h4 {
    gap: 7px;
  }


  body.team-profile-landing-page .club-card.team-profile-network-item .club-main h4 span {
    font-size: .88rem;
    line-height: 1.15;
  }


  body.team-profile-landing-page .club-card.team-profile-network-item .club-sports {
    margin-top: 8px;
  }


  body.team-profile-landing-page .club-card.team-profile-network-item .club-meta {
    gap: 7px;
  }


  body.team-profile-landing-page .club-card.team-profile-network-item .club-distance {
    grid-column: 1 / -1;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 68px;
    font-size: .72rem;
  }


  body.team-profile-landing-page .team-profile-network-more {
    min-height: 42px;
  }


  body.team-profile-page .team-profile-leaflet-map {
    min-height: 360px;
    height: 360px;
  }


  body.team-profile-page .team-profile-map-frame .map-legend {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
  }
}



/* Team public landing final layer */

body.team-profile-landing-page .team-profile-clean-hero {
  min-height: 320px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .84) 36%, rgba(0, 0, 0, .58) 58%, rgba(0, 0, 0, .12) 100%),
    url("../img/pages/team.jpeg");
  background-position: center right;
  background-size: cover;
  border-radius: 0;
  box-shadow: none;
}


body.team-profile-landing-page .team-profile-clean-hero::after {
  background: radial-gradient(circle at 72% 30%, rgba(255, 26, 26, .2), transparent 34%);
}


body.team-profile-landing-page .team-profile-clean-hero .belts-clean-hero-inner {
  grid-template-columns: minmax(420px, 1fr) minmax(280px, .45fr);
  align-items: end;
}


body.team-profile-landing-page .team-profile-clean-hero .team-profile-banner-main {
  align-items: center;
}


body.team-profile-landing-page .team-profile-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}


body.team-profile-landing-page .team-profile-hero-actions .toolbar-btn {
  margin-top: 0;
}


body.team-profile-landing-page .team-profile-community-shell {
  --team-profile-section-gap: 22px;
  width: 100%;
  max-width: none;
  padding-left: clamp(18px, 2.4vw, 42px);
  padding-right: clamp(18px, 2.4vw, 42px);
  display: grid;
  gap: var(--team-profile-section-gap);
}


body.team-profile-landing-page .team-profile-community-shell>* {
  width: 100%;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0;
}


body.team-profile-landing-page .team-landing-summary-row,
body.team-profile-landing-page .team-landing-feature-row,
body.team-profile-landing-page .team-landing-map-row,
body.team-profile-landing-page .team-landing-content-row,
body.team-profile-landing-page .team-profile-image-grid,
body.team-profile-landing-page .team-profile-public-feed,
body.team-profile-landing-page .team-profile-join-steps {
  gap: var(--team-profile-section-gap);
}


body.team-profile-landing-page .belts-breadcrumb {
  margin-bottom: 0;
}


body.team-profile-landing-page .team-profile-logo.team-profile-banner-logo {
  width: 118px;
  height: 118px;
  border-radius: 24px;
}


body.team-profile-landing-page .team-landing-summary-row {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  margin-top: 0;
}


body.team-profile-landing-page .team-profile-public-feed {
  margin-top: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}


body.team-profile-landing-page .team-profile-map {
  min-height: 360px;
}


body.team-profile-landing-page .team-profile-network-panel,
body.team-profile-landing-page .team-profile-map-panel {
  display: flex;
  flex-direction: column;
}


body.team-profile-landing-page .team-profile-network-grid {
  min-height: 0;
  height: 420px;
  flex: 1 1 auto;
  grid-template-rows: auto minmax(0, 1fr);
}


body.team-profile-landing-page .team-profile-club-list:not(.is-standalone) {
  min-height: 0;
  height: 100%;
  max-height: none;
  overflow-y: auto;
  overflow-x: hidden;
}


body.team-profile-landing-page .team-profile-leaflet-map {
  min-height: 420px;
  height: 420px;
}


@media (max-width: 1199px) {
body.team-profile-landing-page .team-profile-community-shell {
    --team-profile-section-gap: 18px;
  }


  body.team-profile-landing-page .team-profile-clean-hero .belts-clean-hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-landing-page .team-profile-hero-actions {
    justify-content: flex-start;
  }


  body.team-profile-landing-page .team-landing-summary-row {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 0;
  }


  body.team-profile-landing-page .team-profile-network-grid {
    min-height: 0;
    height: 420px;
    grid-template-rows: auto minmax(0, 1fr);
  }


  body.team-profile-landing-page .team-profile-club-list {
    min-height: 0;
    max-height: none;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }


  body.team-profile-landing-page .team-profile-network-standalone {
    min-height: 0;
  }


  body.team-profile-landing-page .team-profile-public-feed {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-landing-page .team-profile-activity-modal-list {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-landing-page .team-profile-public-feed-card {
    padding: 18px;
  }


  body.team-profile-landing-page .team-profile-public-feed-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }


  body.team-profile-landing-page .team-profile-public-feed-header>div {
    width: 100%;
  }


  body.team-profile-landing-page .team-profile-public-feed-header .toolbar-btn {
    width: 100%;
    justify-content: center;
    min-height: 36px;
    padding: 0 12px;
  }


  body.team-profile-landing-page .team-profile-public-feed-item {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 10px;
  }


  body.team-profile-landing-page .team-profile-public-feed-date {
    min-height: 54px;
    border-radius: 14px;
  }


  body.team-profile-landing-page .team-profile-public-feed-date strong {
    font-size: 1.15rem;
  }


  body.team-profile-landing-page .team-profile-public-event-poster {
    min-height: 178px;
  }


  body.team-profile-landing-page .team-profile-public-event-poster>strong {
    font-size: .9rem;
  }


  body.team-profile-landing-page .team-profile-public-event-meta span,
body.team-profile-landing-page .team-profile-public-exam-stats span {
    min-height: 26px;
    padding: 0 8px;
    font-size: .64rem;
  }


  body.team-profile-landing-page .team-profile-public-event-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 767px) {
body.team-profile-landing-page .team-profile-community-shell {
    --team-profile-section-gap: 14px;
  }


  body.team-profile-landing-page .team-profile-clean-hero {
    min-height: 300px;
  }


  body.team-profile-landing-page .team-profile-clean-hero .belts-clean-hero-inner {
    padding: 32px 18px 58px;
  }


  body.team-profile-landing-page .team-profile-clean-hero .team-profile-banner-main {
    align-items: flex-start;
    flex-direction: column;
  }


  body.team-profile-landing-page .team-profile-clean-hero .team-profile-banner-title h1 {
    font-size: clamp(32px, 10vw, 42px);
  }


  body.team-profile-landing-page .team-profile-logo.team-profile-banner-logo {
    width: 88px;
    height: 88px;
    border-radius: 18px;
  }


  body.team-profile-landing-page .team-profile-public-feed {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-landing-page .team-profile-modalities-modal.team-profile-activity-modal-mode .modal-dialog {
    max-width: calc(100vw - 18px);
    margin-left: auto;
    margin-right: auto;
  }


  body.team-profile-landing-page .team-profile-activity-modal-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }


  body.team-profile-landing-page .team-profile-public-feed-card {
    padding: 16px;
    border-radius: 18px;
  }


  body.team-profile-landing-page .team-profile-public-feed-header {
    align-items: stretch;
    gap: 12px;
  }


  body.team-profile-landing-page .team-profile-public-feed-header>div {
    width: 100%;
  }


  body.team-profile-landing-page .team-profile-public-feed-header .toolbar-btn {
    width: 100%;
    justify-content: center;
  }


  body.team-profile-landing-page .team-profile-public-feed-list {
    gap: 10px;
  }


  body.team-profile-landing-page .team-profile-public-feed-item {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
  }


  body.team-profile-landing-page .team-profile-public-feed-item-event,
body.team-profile-landing-page .team-profile-public-feed-item-exam {
    padding: 10px;
  }


  body.team-profile-landing-page .team-profile-public-feed-item-exam {
    grid-template-columns: 52px minmax(0, 1fr);
  }


  body.team-profile-landing-page .team-profile-public-feed-date {
    min-height: 52px;
    border-radius: 14px;
  }


  body.team-profile-landing-page .team-profile-public-feed-date strong {
    font-size: 1.08rem;
  }


  body.team-profile-landing-page .team-profile-public-feed-item>div:last-child strong {
    font-size: .9rem;
  }


  body.team-profile-landing-page .team-profile-public-exam-title {
    padding-right: 0;
  }


  body.team-profile-landing-page .team-profile-public-feed-item-exam .team-profile-public-feed-status {
    position: static;
    max-width: 100%;
    margin-top: 7px;
  }


  body.team-profile-landing-page .team-profile-public-event-poster {
    min-height: 188px;
    border-radius: 14px;
  }


  body.team-profile-landing-page .team-profile-public-event-badges {
    top: 16px;
    left: 16px;
    right: 16px;
    gap: 7px;
  }


  body.team-profile-landing-page .team-profile-public-event-badge {
    min-height: 22px;
    padding: 0 7px;
    font-size: .6rem;
  }


  body.team-profile-landing-page .team-profile-public-event-poster>strong {
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: .88rem;
  }


  body.team-profile-landing-page .team-profile-public-event-meta,
body.team-profile-landing-page .team-profile-public-exam-stats {
    gap: 6px;
  }


  body.team-profile-landing-page .team-profile-public-event-meta {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-landing-page .team-profile-public-event-meta span,
body.team-profile-landing-page .team-profile-public-exam-stats span {
    width: 100%;
    max-width: 100%;
    min-height: 26px;
    padding: 0 8px;
    font-size: .63rem;
  }
}


body.team-profile-guest-page {
  padding-top: 0;
  margin-bottom: 0;
}


body.team-profile-guest-page #nav-banner {
  display: none !important;
}


body.team-profile-guest-page .team-profile-public-topbar-shell {
  display: block;
  position: sticky;
  top: 0;
  z-index: 1040;
  width: 100%;
  min-height: 0;
  padding: 0;
  background: transparent !important;
  box-shadow: none;
}


body.team-profile-guest-page .team-profile-public-topbar {
  position: static;
  width: 100%;
}


body.team-profile-guest-page .team-profile-clean-hero {
  margin-top: 0;
}


body.team-profile-guest-page .map-brand-logo {
  text-decoration: none;
}


body.team-profile-guest-page .team-profile-public-login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color .16s ease, border-color .16s ease, transform .16s ease;
}


body.team-profile-guest-page .team-profile-public-login-btn:hover {
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .28);
  color: #fff;
  transform: translateY(-1px);
  text-decoration: none;
}


body.team-profile-guest-page footer#footer.team-profile-public-footer-shell {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 100%;
  padding: 0 !important;
  border-top: none;
  background: #07090f !important;
  color: #fff;
  box-shadow: none;
}


body.team-profile-guest-page .team-profile-public-footer {
  width: min(100%, 1820px);
  margin: 0 auto;
  padding: 42px clamp(18px, 3.2vw, 60px) 28px;
  display: grid;
  grid-template-columns: minmax(240px, 1.35fr) repeat(3, minmax(160px, .75fr));
  gap: clamp(20px, 3vw, 48px);
}


body.team-profile-guest-page .team-profile-public-footer-brand img {
  width: 154px;
  max-width: 100%;
  display: block;
  margin-bottom: 18px;
}


body.team-profile-guest-page .team-profile-public-footer-brand p {
  max-width: 320px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}


body.team-profile-guest-page .team-profile-public-footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
}


body.team-profile-guest-page .team-profile-public-footer-column h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .2px;
  text-transform: uppercase;
}


body.team-profile-guest-page .team-profile-public-footer-column a,
body.team-profile-guest-page .team-profile-public-footer-column span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
}


body.team-profile-guest-page .team-profile-public-footer-column a:hover {
  color: #fff;
  text-decoration: none;
}


body.team-profile-guest-page .team-profile-public-footer-column i {
  width: 16px;
  flex: 0 0 16px;
  color: #d62127;
  text-align: center;
}


body.team-profile-guest-page .team-profile-public-footer-column strong {
  min-width: 0;
  color: inherit;
  font-weight: 750;
  overflow-wrap: anywhere;
}


body.team-profile-guest-page .team-profile-public-footer-bottom {
  width: min(100%, 1820px);
  margin: 0 auto;
  padding: 16px clamp(18px, 3.2vw, 60px) calc(22px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .56);
  font-size: 12px;
  font-weight: 650;
}


@media (max-width: 1180px) {
body.team-profile-guest-page .team-profile-public-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 768px) {
body.team-profile-guest-page .team-profile-public-topbar-shell {
    position: sticky;
  }


  body.team-profile-guest-page .team-profile-public-login-btn {
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
  }


  body.team-profile-guest-page .team-profile-public-login-btn span {
    display: none;
  }


  body.team-profile-guest-page .team-profile-public-footer {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 32px;
    padding-bottom: 22px;
    gap: 24px;
  }


  body.team-profile-guest-page .team-profile-public-footer-brand img {
    width: 132px;
  }
}


@media (max-width: 399px) {
body.team-profile-landing-page #teamProfileActivity.team-profile-status-cards {
    grid-template-columns: minmax(0, 1fr);
  }
}


@media (max-width: 767px) {
body.team-profile-landing-page .team-profile-network-grid {
    height: auto;
    grid-template-rows: auto;
  }


  body.team-profile-landing-page .team-profile-leaflet-map {
    min-height: 360px;
    height: 360px;
  }


  body.team-profile-landing-page .team-profile-club-list:not(.is-standalone) {
    min-height: 360px;
    height: min(360px, 68vh);
    max-height: min(360px, 68vh);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
  }
}


@media (max-width: 1199px) {
body.team-profile-landing-page .team-profile-public-feed-list .team-profile-public-feed-item-event,
body.team-profile-landing-page .team-profile-activity-modal-list .team-profile-public-feed-item-event,
body.team-profile-landing-page .team-profile-public-feed-list .team-profile-public-feed-item-exam,
body.team-profile-landing-page .team-profile-activity-modal-list .team-profile-public-feed-item-exam {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    overflow: hidden;
  }


  body.team-profile-landing-page .team-profile-public-feed-list .team-profile-public-event-poster,
body.team-profile-landing-page .team-profile-activity-modal-list .team-profile-public-event-poster {
    width: 100%;
    height: auto;
    min-height: 166px;
    grid-column: 1 / -1;
  }


  body.team-profile-landing-page .team-profile-public-feed-list .team-profile-public-event-meta,
body.team-profile-landing-page .team-profile-activity-modal-list .team-profile-public-event-meta {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.team-profile-landing-page .team-profile-public-feed-list .team-profile-public-exam-content,
body.team-profile-landing-page .team-profile-activity-modal-list .team-profile-public-exam-content,
body.team-profile-landing-page .team-profile-public-feed-list .team-profile-public-event-meta span,
body.team-profile-landing-page .team-profile-activity-modal-list .team-profile-public-event-meta span,
body.team-profile-landing-page .team-profile-public-feed-list .team-profile-public-exam-stats span,
body.team-profile-landing-page .team-profile-activity-modal-list .team-profile-public-exam-stats span {
    min-width: 0;
    max-width: 100%;
  }


  body.team-profile-landing-page .team-profile-public-feed-list .team-profile-public-exam-title,
body.team-profile-landing-page .team-profile-activity-modal-list .team-profile-public-exam-title {
    padding-right: 0;
  }


  body.team-profile-landing-page .team-profile-public-feed-list .team-profile-public-feed-item-exam .team-profile-public-feed-status,
body.team-profile-landing-page .team-profile-activity-modal-list .team-profile-public-feed-item-exam .team-profile-public-feed-status {
    position: static;
    max-width: 100%;
    margin-top: 7px;
  }


  body.team-profile-landing-page .team-profile-public-feed-list .team-profile-public-feed-item-exam .team-profile-public-feed-date,
body.team-profile-landing-page .team-profile-activity-modal-list .team-profile-public-feed-item-exam .team-profile-public-feed-date {
    width: fit-content;
    min-width: 82px;
    min-height: 46px;
    padding: 0 12px;
    flex-direction: row;
    gap: 7px;
    grid-column: 1 / -1;
  }


  body.team-profile-landing-page .team-profile-public-feed-list .team-profile-public-feed-item-exam .team-profile-public-feed-date span,
body.team-profile-landing-page .team-profile-activity-modal-list .team-profile-public-feed-item-exam .team-profile-public-feed-date span {
    margin-top: 0;
  }
}


@media (max-width: 767px) {
body.team-profile-landing-page .team-profile-public-feed-list .team-profile-public-feed-item-exam,
body.team-profile-landing-page .team-profile-activity-modal-list .team-profile-public-feed-item-exam {
    padding: 12px;
    border-radius: 18px;
  }


  body.team-profile-landing-page .team-profile-public-feed-list .team-profile-public-event-meta,
body.team-profile-landing-page .team-profile-activity-modal-list .team-profile-public-event-meta {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-landing-page .team-profile-public-feed-list .team-profile-public-event-badges,
body.team-profile-landing-page .team-profile-activity-modal-list .team-profile-public-event-badges {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    width: auto;
    max-width: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 7px;
    box-sizing: border-box;
  }


  body.team-profile-landing-page .team-profile-public-feed-list .team-profile-public-event-badge,
body.team-profile-landing-page .team-profile-activity-modal-list .team-profile-public-event-badge {
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 24px;
    height: auto;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.05;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }


  body.team-profile-landing-page .team-profile-public-feed-list .team-profile-public-event-poster>strong,
body.team-profile-landing-page .team-profile-activity-modal-list .team-profile-public-event-poster>strong {
    bottom: 16px;
  }


  body.team-profile-landing-page #teamProfileSportsStats {
    gap: 12px;
  }


  body.team-profile-landing-page .team-profile-ranking-showcase {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }


  body.team-profile-landing-page .team-profile-ranking-showcase-main {
    gap: 12px;
  }


  body.team-profile-landing-page .team-profile-ranking-general,
body.team-profile-landing-page .team-profile-ranking-detail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }


  body.team-profile-landing-page .team-profile-ranking-general article,
body.team-profile-page .team-profile-ranking-detail article {
    min-width: 0;
    padding: 10px 8px;
    border-radius: 14px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-align: center;
  }


  body.team-profile-landing-page .team-profile-ranking-general article>span,
body.team-profile-page .team-profile-ranking-detail article>span {
    width: 32px;
    height: 32px;
    border-radius: 11px;
  }


  body.team-profile-landing-page .team-profile-ranking-general article>div,
body.team-profile-page .team-profile-ranking-detail article>div {
    width: 100%;
    gap: 4px;
  }


  body.team-profile-landing-page .team-profile-ranking-general small,
body.team-profile-page .team-profile-ranking-detail small {
    font-size: .58rem;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }


  body.team-profile-landing-page .team-profile-ranking-general strong,
body.team-profile-page .team-profile-ranking-detail strong {
    font-size: 1.05rem;
    line-height: 1;
  }


  body.team-profile-landing-page .team-profile-landing-hooks {
    grid-template-columns: minmax(0, 1fr);
  }
}


body.team-profile-manager-page .team-profile-manager-shell {
  max-width: none;
}


body.team-profile-manager-page .belts-clean-hero-widgets {
  width: 100%;
  max-width: 640px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}


body.team-profile-manager-page .team-profile-manager-hero-metrics .team-profile-visual-metric {
  min-width: 0;
  min-height: 124px;
  padding: 18px 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: rgba(0, 0, 0, .28);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}


body.team-profile-manager-page .team-profile-manager-hero-metrics .team-profile-visual-metric i {
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(255, 26, 26, .88);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}


body.team-profile-manager-page .team-profile-manager-hero-metrics .team-profile-visual-metric strong,
body.team-profile-manager-page .team-profile-manager-hero-metrics .team-profile-visual-metric span {
  display: block;
  min-width: 0;
}


body.team-profile-manager-page .team-profile-manager-hero-metrics .team-profile-visual-metric strong {
  color: #fff;
  font-size: clamp(1.9rem, 2.5vw, 2.55rem);
  font-weight: 950;
  line-height: .9;
}


body.team-profile-manager-page .team-profile-manager-hero-metrics .team-profile-visual-metric span {
  margin-top: 8px;
  color: rgba(255, 255, 255, .78);
  font-size: .72rem;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}


body.team-profile-manager-page .team-profile-manager-hero-metrics .team-profile-visual-metric span em,
body.team-profile-manager-page .team-profile-summary-card small em {
  color: inherit;
  font: inherit;
  font-style: normal;
}


body.team-profile-manager-page .team-profile-manager-overview,
body.team-profile-manager-page .team-profile-manager-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(360px, .7fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}


body.team-profile-manager-page .team-profile-manager-command,
body.team-profile-manager-page .team-profile-manager-actions-panel,
body.team-profile-manager-page .team-profile-manager-section-card {
  min-width: 0;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .05);
}


body.team-profile-manager-page .team-profile-manager-command {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}


body.team-profile-manager-page .team-profile-manager-command-head {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}


body.team-profile-manager-page .team-profile-manager-command-head > div {
  min-width: 0;
}


body.team-profile-manager-page .team-profile-manager-command-head .toolbar-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


body.team-profile-manager-page .team-profile-manager-command-head .toolbar-btn i {
  display: inline-flex;
  color: inherit;
  font-size: .9rem;
  line-height: 1;
}


body.team-profile-manager-page .team-profile-manager-profile-media {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}


body.team-profile-manager-page .team-profile-manager-profile-media a {
  min-width: 0;
  display: grid;
  gap: 7px;
  justify-items: center;
  text-decoration: none;
}


body.team-profile-manager-page .team-profile-manager-profile-media span {
  color: #667085;
  font-size: .66rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}


body.team-profile-manager-page .team-profile-manager-profile-media div {
  width: 100%;
  height: 94px;
  border: 1px solid rgba(217, 45, 32, .14);
  border-radius: 18px;
  background: #fff7f7;
  color: #d92d20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}


body.team-profile-manager-page .team-profile-manager-profile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


body.team-profile-manager-page .team-profile-manager-profile-media strong,
body.team-profile-manager-page .team-profile-manager-profile-media i {
  color: inherit;
  font-size: 1.25rem;
  font-weight: 950;
}


body.team-profile-manager-page .team-profile-manager-command-stats {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}


body.team-profile-manager-page .team-profile-manager-command-info {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}


body.team-profile-manager-page .team-profile-manager-command-info .team-profile-info-item {
  min-height: 70px;
  padding: 12px;
}


body.team-profile-manager-page .team-profile-manager-command-stats article {
  min-width: 0;
  min-height: 78px;
  padding: 12px;
  border: 1px solid #ececec;
  border-radius: 14px;
  background: #fff7f7;
  display: flex;
  align-items: center;
  gap: 10px;
}


body.team-profile-manager-page .team-profile-manager-command-stats i {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 12px;
  background: #fff;
  color: #d92d20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
}


body.team-profile-manager-page .team-profile-manager-command-stats div {
  min-width: 0;
  display: grid;
  gap: 3px;
}


body.team-profile-manager-page .team-profile-manager-command-stats small {
  color: #667085;
  font-size: .68rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}


body.team-profile-manager-page .team-profile-manager-command-stats strong {
  min-width: 0;
  color: #101828;
  font-size: .84rem;
  font-weight: 950;
  line-height: 1.18;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


body.team-profile-manager-page .team-profile-manager-command h2 {
  margin: 4px 0 8px;
  color: #101828;
  font-size: clamp(1.25rem, 1.7vw, 1.75rem);
  font-weight: 950;
  line-height: 1.1;
}


body.team-profile-manager-page .team-profile-manager-command p {
  max-width: 780px;
  margin: 0;
  color: #667085;
  font-size: .92rem;
  font-weight: 750;
  line-height: 1.45;
}


body.team-profile-manager-page .team-profile-manager-actions-panel .team-profile-actions-grid {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}


body.team-profile-manager-page .team-profile-manager-actions-panel .team-profile-action-card {
  width: 100%;
  min-height: 70px;
  padding: 12px;
  border: 1px solid #ececec;
  border-radius: 16px;
  background: #fff;
  color: #101828;
  box-shadow: 0 8px 18px rgba(16, 24, 40, .04);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: left;
}


body.team-profile-manager-page .team-profile-manager-actions-panel .team-profile-action-card i {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 13px;
  background: #fff1f3;
  color: #d92d20;
}


body.team-profile-manager-page .team-profile-manager-actions-panel .team-profile-action-card span {
  min-width: 0;
  font-size: .82rem;
  line-height: 1.12;
  overflow-wrap: anywhere;
}


body.team-profile-manager-page .team-profile-manager-actions-panel .team-profile-action-card:hover {
  border-color: rgba(217, 45, 32, .22);
  background: #fff;
  color: #101828;
  box-shadow: 0 14px 30px rgba(16, 24, 40, .08);
}


body.team-profile-manager-page .team-profile-manager-command-meta,
body.team-profile-manager-page .team-profile-manager-status-list {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}


body.team-profile-manager-page .team-profile-manager-command-meta span,
body.team-profile-manager-page .team-profile-manager-status-list span {
  min-width: 0;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(217, 45, 32, .12);
  border-radius: 999px;
  background: #fff7f7;
  color: #475467;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1;
}


body.team-profile-manager-page .team-profile-manager-command-meta i,
body.team-profile-manager-page .team-profile-manager-status-list i {
  color: var(--belts-red, #ff1a1a);
}


body.team-profile-manager-page .team-profile-manager-command-meta small,
body.team-profile-manager-page .team-profile-manager-status-list em {
  min-width: 0;
  color: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.team-profile-manager-page .team-profile-manager-status-list strong {
  color: #101828;
  font-size: .86rem;
  font-weight: 950;
  line-height: 1;
}


body.team-profile-manager-page .team-profile-manager-license-metrics {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}


body.team-profile-manager-page .team-profile-manager-license-metrics article {
  min-width: 0;
  padding: 12px;
  border: 1px solid #ececec;
  border-radius: 16px;
  background: #fff7f7;
  display: grid;
  gap: 12px;
}


body.team-profile-manager-page .team-profile-manager-license-main {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}


body.team-profile-manager-page .team-profile-manager-license-main i {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 13px;
  background: #fff;
  color: #d92d20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .95rem;
}


body.team-profile-manager-page .team-profile-manager-license-main div {
  min-width: 0;
  display: grid;
  gap: 2px;
}


body.team-profile-manager-page .team-profile-manager-license-main small,
body.team-profile-manager-page .team-profile-manager-license-breakdown em {
  color: #667085;
  font-size: .68rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}


body.team-profile-manager-page .team-profile-manager-license-main strong {
  color: #101828;
  font-size: 1.65rem;
  font-weight: 950;
  line-height: .95;
}


body.team-profile-manager-page .team-profile-manager-license-breakdown {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}


body.team-profile-manager-page .team-profile-manager-license-breakdown span {
  min-width: 0;
  min-height: 42px;
  padding: 8px;
  border: 1px solid rgba(217, 45, 32, .12);
  border-radius: 12px;
  background: #fff;
  display: grid;
  gap: 4px;
}


body.team-profile-manager-page .team-profile-manager-license-breakdown strong {
  color: #101828;
  font-size: .95rem;
  font-weight: 950;
  line-height: 1;
}


body.team-profile-manager-page .team-profile-manager-people-panel {
  min-width: 0;
  display: grid;
  gap: 12px;
}


body.team-profile-manager-page .team-profile-manager-people-summary {
  width: 100%;
}


body.team-profile-manager-page .team-profile-manager-people-tools {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, .45fr);
  gap: 10px;
  align-items: center;
}


body.team-profile-manager-page .team-profile-manager-people-filters {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}


body.team-profile-manager-page .team-profile-manager-people-filter {
  min-width: 0;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(217, 45, 32, .14);
  border-radius: 999px;
  background: #fff;
  color: #475467;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .68rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}


body.team-profile-manager-page .team-profile-manager-people-filter.is-active {
  border-color: rgba(217, 45, 32, .28);
  background: #fff1f3;
  color: #d92d20;
}


body.team-profile-manager-page .team-profile-manager-people-search {
  min-width: 0;
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fff;
  color: #667085;
  display: flex;
  align-items: center;
  gap: 8px;
}


body.team-profile-manager-page .team-profile-manager-people-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #101828;
  font-size: .78rem;
  font-weight: 800;
}


body.team-profile-manager-page .team-profile-manager-people-list {
  min-width: 0;
  display: grid;
  gap: 8px;
}


body.team-profile-manager-page .team-profile-manager-people-item {
  min-width: 0;
  padding: 10px;
  border: 1px solid #ececec;
  border-radius: 14px;
  background: #fff;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}


body.team-profile-manager-page .team-profile-manager-people-avatar {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: #fff1f3;
  color: #d92d20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: .78rem;
  font-weight: 950;
}


body.team-profile-manager-page .team-profile-manager-people-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


body.team-profile-manager-page .team-profile-manager-people-main {
  min-width: 0;
  display: grid;
  gap: 4px;
}


body.team-profile-manager-page .team-profile-manager-people-main strong {
  min-width: 0;
  color: #101828;
  font-size: .84rem;
  font-weight: 950;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.team-profile-manager-page .team-profile-manager-people-main small {
  min-width: 0;
  color: #667085;
  font-size: .68rem;
  font-weight: 800;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.team-profile-manager-page .team-profile-manager-people-tags {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}


body.team-profile-manager-page .team-profile-manager-people-tags em {
  min-height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: #fff7f7;
  color: #d92d20;
  display: inline-flex;
  align-items: center;
  font-size: .62rem;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}


body.team-profile-manager-page .team-profile-manager-people-license {
  min-width: 210px;
  padding: 8px;
  border-radius: 12px;
  background: #f9fafb;
  display: grid;
  gap: 5px;
  justify-items: stretch;
}


body.team-profile-manager-page .team-profile-manager-people-license strong {
  color: #101828;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
}


body.team-profile-manager-page .team-profile-manager-people-license span,
body.team-profile-manager-page .team-profile-manager-people-total {
  color: #667085;
  font-size: .62rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}


body.team-profile-manager-page .team-profile-manager-people-total {
  justify-self: end;
}


body.team-profile-manager-page .team-profile-manager-people-license-list {
  min-width: 0;
  width: 100%;
  display: grid;
  gap: 6px;
  margin-top: 4px;
}


body.team-profile-manager-page .team-profile-manager-people-license-row {
  min-width: 0;
  padding: 8px;
  border: 1px solid #ececec;
  border-radius: 10px;
  background: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}


body.team-profile-manager-page .team-profile-manager-people-license-row > div:first-child {
  min-width: 0;
  display: grid;
  gap: 2px;
  text-align: left;
}


body.team-profile-manager-page .team-profile-manager-people-license-row > div:first-child strong {
  min-width: 0;
  color: #101828;
  font-size: .7rem;
  font-weight: 950;
  line-height: 1.05;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.team-profile-manager-page .team-profile-manager-people-license-row > div:first-child small {
  min-width: 0;
  color: #667085;
  font-size: .59rem;
  font-weight: 850;
  line-height: 1.05;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}


body.team-profile-manager-page .team-profile-manager-people-license-actions {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}


body.team-profile-manager-page .team-profile-manager-license-action,
body.team-profile-manager-page .team-profile-manager-license-more {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border: 1px solid rgba(217, 45, 32, .14);
  border-radius: 9px;
  background: #fff;
  color: #d92d20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
}


body.team-profile-manager-page .team-profile-manager-license-action:hover,
body.team-profile-manager-page .team-profile-manager-license-more:hover {
  border-color: rgba(217, 45, 32, .28);
  background: #fff1f3;
}


body.team-profile-manager-page .team-profile-manager-license-more {
  width: auto;
  padding: 0 9px;
}


body.team-profile-manager-page .team-profile-manager-license-modal-list {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}


body.team-profile-manager-page .team-profile-manager-license-modal-item {
  min-width: 0;
  padding: 16px;
  border: 1px solid #ececec;
  border-radius: 16px;
  background: #f8fafc;
  display: grid;
  gap: 12px;
}


body.team-profile-manager-page .team-profile-manager-license-modal-head {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}


body.team-profile-manager-page .team-profile-manager-license-modal-head > span {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #fff1f3;
  color: #d92d20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


body.team-profile-manager-page .team-profile-manager-license-modal-head > div,
body.team-profile-manager-page .team-profile-manager-license-modal-grid > div {
  min-width: 0;
  display: grid;
  gap: 4px;
}


body.team-profile-manager-page .team-profile-manager-license-modal-head strong,
body.team-profile-manager-page .team-profile-manager-license-modal-grid strong {
  min-width: 0;
  color: #101828;
  font-size: .82rem;
  font-weight: 950;
  line-height: 1.12;
  overflow-wrap: anywhere;
}


body.team-profile-manager-page .team-profile-manager-license-modal-head small,
body.team-profile-manager-page .team-profile-manager-license-modal-grid small {
  color: #667085;
  font-size: .64rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}


body.team-profile-manager-page .team-profile-manager-license-modal-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}


body.team-profile-manager-page .team-profile-manager-license-modal-grid > div {
  padding: 10px;
  border: 1px solid rgba(16, 24, 40, .06);
  border-radius: 12px;
  background: #fff;
}


body.team-profile-manager-page .team-profile-manager-license-modal-download {
  width: 100%;
  justify-content: center;
}


body.team-profile-manager-page .team-profile-manager-license-logo-strip {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}


body.team-profile-manager-page .team-profile-manager-license-logo-card {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(217, 45, 32, .08);
  border-radius: 14px;
  background: #fff;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}


body.team-profile-manager-page .team-profile-manager-license-logo-card > div {
  min-width: 0;
  display: grid;
  gap: 4px;
}


body.team-profile-manager-page .team-profile-manager-license-logo-card small {
  color: #667085;
  font-size: .62rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}


body.team-profile-manager-page .team-profile-manager-license-logo-card strong {
  min-width: 0;
  color: #101828;
  font-size: .74rem;
  font-weight: 950;
  line-height: 1.12;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.team-profile-manager-page .team-profile-manager-license-logo {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}


body.team-profile-manager-page .team-profile-manager-license-logo img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}


body.team-profile-manager-page .team-profile-manager-license-logo-fallback {
  border: 1px solid rgba(217, 45, 32, .14);
  background: #fff1f3;
  color: #d92d20;
  font-size: .72rem;
  font-weight: 950;
}


body.team-profile-manager-page .team-profile-manager-preview-panel {
  min-width: 0;
  display: grid;
  gap: 12px;
}


body.team-profile-manager-page .team-profile-manager-preview-summary {
  min-width: 0;
  display: grid;
  gap: 8px;
}


body.team-profile-manager-page .team-profile-manager-preview-list {
  min-width: 0;
  display: grid;
  gap: 8px;
}


body.team-profile-manager-page .team-profile-manager-preview-item {
  --team-profile-preview-color: #d92d20;
  min-width: 0;
  padding: 10px;
  border: 1px solid #ececec;
  border-radius: 14px;
  background: #fff;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}


body.team-profile-manager-page .team-profile-manager-preview-item > span {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 13px;
  background: color-mix(in srgb, var(--team-profile-preview-color) 11%, #fff);
  color: var(--team-profile-preview-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


body.team-profile-manager-page .team-profile-manager-preview-item > span i {
  color: inherit;
  font-size: .9rem;
}


body.team-profile-manager-page .team-profile-manager-preview-item > div {
  min-width: 0;
  display: grid;
  gap: 4px;
}


body.team-profile-manager-page .team-profile-manager-preview-item > div > strong {
  min-width: 0;
  color: #101828;
  font-size: .82rem;
  font-weight: 950;
  line-height: 1.12;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.team-profile-manager-page .team-profile-manager-preview-item small {
  min-width: 0;
  color: #667085;
  font-size: .68rem;
  font-weight: 800;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.team-profile-manager-page .team-profile-manager-preview-item > strong {
  min-width: 34px;
  padding: 8px;
  border-radius: 12px;
  background: #f9fafb;
  color: #101828;
  font-size: .86rem;
  font-weight: 950;
  line-height: 1;
  text-align: center;
}


body.team-profile-manager-page .team-profile-manager-notifications {
  min-width: 0;
  display: grid;
  gap: 10px;
}


body.team-profile-manager-page .team-profile-manager-panel-head,
body.team-profile-manager-page .team-profile-manager-section-head {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}


body.team-profile-manager-page .team-profile-manager-section-head > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}


body.team-profile-manager-page .team-profile-manager-panel-head h2,
body.team-profile-manager-page .team-profile-manager-section-head h3 {
  margin: 0;
  color: #101828;
  font-size: clamp(.98rem, 1.15vw, 1.16rem);
  font-weight: 950;
  line-height: 1.15;
  text-transform: uppercase;
}


body.team-profile-manager-page .team-profile-manager-section-number {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 10px;
  background: rgba(217, 45, 32, .1);
  color: #d92d20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .65rem;
  font-weight: 950;
  line-height: 1;
}


body.team-profile-manager-page .team-profile-manager-section-number i {
  color: inherit;
  font-size: .95rem;
}


body.team-profile-manager-page .team-profile-manager-kpi-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 18px;
}


body.team-profile-manager-page .team-profile-manager-sections-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}


body.team-profile-manager-page .team-profile-manager-menu-panel {
  margin-bottom: 18px;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .05);
}


body.team-profile-manager-page .team-profile-manager-menu-preview {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}


body.team-profile-manager-page .team-profile-manager-menu-card {
  min-width: 0;
  min-height: 96px;
  padding: 14px;
  border: 1px solid #ececec;
  border-radius: 16px;
  background: #fff;
  color: #101828;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}


body.team-profile-manager-page .team-profile-manager-menu-card:hover {
  border-color: rgba(217, 45, 32, .22);
  box-shadow: 0 14px 30px rgba(16, 24, 40, .08);
  transform: translateY(-2px);
}


body.team-profile-manager-page .team-profile-manager-menu-card>span {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 14px;
  background: #fff1f3;
  color: #d92d20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


body.team-profile-manager-page .team-profile-manager-menu-card>span i {
  color: inherit;
  font-size: 1.05rem;
  line-height: 1;
}


body.team-profile-manager-page .team-profile-manager-menu-card>div {
  min-width: 0;
  display: grid;
  gap: 5px;
}


body.team-profile-manager-page .team-profile-manager-menu-card strong {
  min-width: 0;
  color: #101828;
  font-size: .82rem;
  font-weight: 950;
  line-height: 1.12;
  overflow-wrap: anywhere;
}


body.team-profile-manager-page .team-profile-manager-menu-card small {
  color: #667085;
  font-size: .68rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}


body.team-profile-manager-page .team-profile-manager-section-card {
  display: flex;
  flex-direction: column;
}


body.team-profile-manager-page .team-profile-manager-section-card.is-wide {
  grid-column: span 2;
}


body.team-profile-manager-page .team-profile-manager-section-card.is-full {
  grid-column: 1 / -1;
}


body.team-profile-manager-page .team-profile-manager-section-card .team-profile-info-grid,
body.team-profile-manager-page .team-profile-manager-section-card .team-profile-modality-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}


body.team-profile-manager-page .team-profile-manager-section-card .team-profile-sports-grid,
body.team-profile-manager-page .team-profile-manager-section-card .team-profile-activity-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}


body.team-profile-manager-page .team-profile-manager-mini-actions {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
}


body.team-profile-manager-page .team-profile-manager-mini-actions .toolbar-btn {
  width: 100%;
  justify-content: center;
}


body.team-profile-manager-page .team-profile-manager-counter {
  min-width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #ff1a1a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .78rem;
  font-weight: 950;
}


body.team-profile-manager-page .team-profile-manager-side-stack {
  min-width: 0;
  display: grid;
  gap: 18px;
}


@media (max-width: 1399px) {
body.team-profile-manager-page .belts-clean-hero-widgets {
    max-width: 100%;
  }


  body.team-profile-manager-page .team-profile-manager-menu-preview,
body.team-profile-manager-page .team-profile-manager-kpi-grid,
body.team-profile-manager-page .team-profile-manager-sections-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 1199px) {
body.team-profile-manager-page .belts-clean-hero-widgets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.team-profile-manager-page .team-profile-manager-hero-metrics .team-profile-visual-metric {
    min-height: 112px;
    padding: 16px 12px;
  }


  body.team-profile-manager-page .team-profile-manager-hero-metrics .team-profile-visual-metric strong {
    font-size: clamp(1.55rem, 3.8vw, 2.15rem);
  }


  body.team-profile-manager-page .team-profile-manager-overview,
body.team-profile-manager-page .team-profile-manager-bottom-grid {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-manager-page .team-profile-manager-command-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.team-profile-manager-page .team-profile-manager-command-info {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }


  body.team-profile-manager-page .team-profile-manager-people-tools {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-manager-page .team-profile-manager-section-card.is-wide {
    grid-column: span 1;
  }


  body.team-profile-manager-page .team-profile-manager-menu-preview,
body.team-profile-manager-page .team-profile-manager-kpi-grid,
body.team-profile-manager-page .team-profile-manager-sections-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 900px) {
body.team-profile-manager-page .belts-clean-hero-widgets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 767px) {
body.team-profile-manager-page .belts-clean-hero-widgets {
    grid-template-columns: minmax(0, 1fr);
    max-width: none;
  }


  body.team-profile-manager-page .team-profile-manager-hero-metrics .team-profile-visual-metric {
    min-height: 104px;
    padding: 18px;
  }


  body.team-profile-manager-page .team-profile-manager-overview,
body.team-profile-manager-page .team-profile-manager-bottom-grid,
body.team-profile-manager-page .team-profile-manager-sections-grid {
    gap: 12px;
    margin-bottom: 12px;
  }


  body.team-profile-manager-page .team-profile-manager-command {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-manager-page .team-profile-manager-command-head {
    flex-direction: column;
  }


  body.team-profile-manager-page .team-profile-manager-command-head .toolbar-btn {
    width: 100%;
    justify-content: center;
  }


  body.team-profile-manager-page .team-profile-manager-command-info {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-manager-page .team-profile-manager-profile-media div {
    height: 86px;
  }


  body.team-profile-manager-page .team-profile-manager-menu-preview,
body.team-profile-manager-page .team-profile-manager-license-metrics,
body.team-profile-manager-page .team-profile-manager-kpi-grid,
body.team-profile-manager-page .team-profile-manager-sections-grid,
body.team-profile-manager-page .team-profile-manager-section-card .team-profile-info-grid,
body.team-profile-manager-page .team-profile-manager-section-card .team-profile-modality-list,
body.team-profile-manager-page .team-profile-manager-section-card .team-profile-sports-grid,
body.team-profile-manager-page .team-profile-manager-section-card .team-profile-activity-list {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-manager-page .team-profile-manager-mini-actions {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-profile-manager-page .team-profile-manager-people-item {
    grid-template-columns: 40px minmax(0, 1fr);
  }


  body.team-profile-manager-page .team-profile-manager-people-license {
    grid-column: 1 / -1;
    min-width: 0;
    grid-template-columns: auto auto;
    justify-content: start;
    justify-items: start;
    align-items: center;
  }


  body.team-profile-manager-page .team-profile-manager-preview-item {
    grid-template-columns: 38px minmax(0, 1fr);
  }


  body.team-profile-manager-page .team-profile-manager-preview-item > strong {
    grid-column: 1 / -1;
    justify-self: start;
  }


  body.team-profile-manager-page .team-profile-manager-license-modal-list,
body.team-profile-manager-page .team-profile-manager-license-logo-strip,
body.team-profile-manager-page .team-profile-manager-license-modal-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* =========================================================
   SCORIZER - TEAM MANAGER REDESIGN
   Loaded after styles_limpio.css and styles_nuevo.css.
   ========================================================= */


.team-manager-redesign-page {
  background: #f4f5f7;
  color: #101828;
}


.team-manager-redesign-shell {
  padding-bottom: 36px;
}


.team-manager-redesign-toolbar .belts-clean-title p {
  margin: .45rem 0 0;
  max-width: 720px;
  color: #667085;
  font-size: .9rem;
  font-weight: 650;
  line-height: 1.45;
}


.team-manager-workspace {
  grid-template-columns: 235px minmax(0, 1fr);
  gap: 20px;
  margin-top: 18px;
}


.team-manager-shortcuts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}


.team-manager-shortcuts a {
  min-width: 0;
  min-height: 48px;
  padding: 8px 11px;
  border: 1px solid #e7eaf0;
  border-radius: 14px;
  background: #fff;
  color: #101828;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 7px 20px rgba(16, 24, 40, .035);
}


.team-manager-shortcuts a:hover {
  border-color: rgba(255, 26, 26, .28);
  background: #fffafa;
  color: #101828;
}


.team-manager-shortcuts a > i {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #fff1f1;
  color: #ff1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .78rem;
}


.team-manager-shortcuts a > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.team-manager-shortcuts a.is-create {
  border-color: rgba(255, 26, 26, .26);
  background: #fff8f8;
}


.team-manager-shortcuts a.is-create > i {
  background: #ff1a1a;
  color: #fff;
}


.team-manager-side-menu {
  top: 88px;
}


.team-manager-side-menu nav {
  gap: 14px;
  padding: 14px;
  border-radius: 20px;
}


.team-manager-side-menu .belts-section-menu-group {
  gap: 4px;
}


.team-manager-side-menu .belts-section-menu-group > span {
  padding: 0 8px;
}


.team-manager-side-menu .belts-section-menu-link {
  min-height: 40px;
  padding: 4px 8px;
}


.team-manager-side-menu .belts-section-menu-link.is-create {
  margin-top: 4px;
  background: #fff1f1;
  color: #c9161d;
}


.team-manager-side-menu .belts-section-menu-link.is-create i {
  background: #ff1a1a;
  color: #fff;
}


.team-manager-main {
  display: grid;
  gap: 18px;
}


.team-manager-top-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(560px, 1.1fr);
  align-items: stretch;
  gap: 18px;
  padding: 20px;
  border: 1px solid #e6e9ef;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(16, 24, 40, .06);
}


.team-manager-club-summary {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 18px;
}


.team-manager-summary-logo {
  width: 86px;
  height: 86px;
  flex: 0 0 86px;
  border: 1px solid #edf0f4;
  border-radius: 20px;
  background: linear-gradient(180deg, #f8fafc 0%, #eef1f5 100%);
  color: #101828;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 950;
  letter-spacing: 0;
  overflow: hidden;
}


.team-manager-summary-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.team-manager-summary-copy {
  min-width: 0;
}


.team-manager-summary-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}


.team-manager-summary-edit {
  min-height: 38px !important;
  padding: 0 12px !important;
  border-radius: 11px !important;
  font-size: .7rem !important;
  white-space: nowrap;
}


.team-manager-summary-copy h2 {
  margin: .18rem 0 .35rem;
  color: #101828;
  font-size: clamp(1.45rem, 2.25vw, 2.15rem);
  font-weight: 950;
  line-height: 1.05;
}


.team-manager-summary-copy > p {
  max-width: 720px;
  margin: 0;
  color: #667085;
  font-size: .86rem;
  line-height: 1.45;
}


.team-manager-summary-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}


.team-manager-summary-tags span {
  min-width: 0;
  max-width: 100%;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #edf0f4;
  border-radius: 999px;
  background: #f8fafc;
  color: #475467;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .7rem;
  font-weight: 850;
}


.team-manager-summary-tags i {
  flex: 0 0 auto;
  color: #ff1a1a;
}


.team-manager-summary-tags small,
.team-manager-summary-tags strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.team-manager-summary-tags small {
  color: #98a2b3;
  font-size: .62rem;
  font-weight: 900;
  text-transform: uppercase;
}


.team-manager-summary-tags strong {
  min-width: 0;
  color: #475467;
  font-size: .68rem;
  font-weight: 850;
}


.team-manager-club-data,
.team-manager-top-card .team-profile-info-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-content: center;
}


.team-manager-top-card .team-profile-info-card,
.team-manager-top-card .team-profile-info-item {
  min-width: 0;
  min-height: 62px;
  padding: 10px 12px !important;
  border: 1px solid #edf0f4 !important;
  border-radius: 14px !important;
  background: #f8fafc !important;
  box-shadow: none !important;
}


.team-manager-top-card .team-profile-info-item {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}


.team-manager-top-card .team-profile-info-item > span {
  width: 42px;
  height: 42px;
  margin: 0 !important;
  border-radius: 11px;
  background: #fff1f1;
  color: #ff1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .78rem;
}


.team-manager-top-card .team-profile-info-item > div {
  min-width: 0;
  padding-left: 2px;
}


.team-manager-top-card .team-profile-info-item small,
.team-manager-top-card .team-profile-info-item strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.team-manager-top-card .team-profile-info-item small {
  color: #98a2b3 !important;
  font-size: .62rem !important;
  font-weight: 900 !important;
}


.team-manager-top-card .team-profile-info-item strong {
  color: #101828 !important;
  font-size: .78rem !important;
  font-weight: 900 !important;
}


.team-manager-media-panel {
  padding: 18px;
}


.team-manager-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}


.team-manager-media-card {
  min-width: 0;
  min-height: 116px;
  padding: 14px;
  border: 1px solid #e7eaf0;
  border-radius: 16px;
  background: #fff;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  box-shadow: 0 7px 20px rgba(16, 24, 40, .035);
}


.team-manager-media-preview {
  width: 74px;
  height: 74px;
  overflow: hidden;
  border: 1px solid #edf0f4;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fafc 0%, #eef1f5 100%);
  color: #101828;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 950;
}


.team-manager-media-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.team-manager-media-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}


.team-manager-media-copy small {
  color: #667085;
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}


.team-manager-media-copy strong {
  color: #101828;
  font-size: .92rem;
  font-weight: 950;
}


.team-manager-media-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}


.team-manager-media-actions .toolbar-btn {
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 12px !important;
  border-radius: 11px !important;
  font-size: .7rem !important;
}


.team-manager-kpis {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}


.team-manager-kpi {
  min-width: 0;
  min-height: 92px;
  padding: 14px;
  border: 1px solid #e6e9ef;
  border-radius: 18px;
  background: #fff;
  color: #101828;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}


.team-manager-kpi:hover {
  border-color: rgba(255, 26, 26, .2);
  color: #101828;
  box-shadow: 0 14px 32px rgba(16, 24, 40, .08);
  transform: translateY(-2px);
}


.team-manager-kpi-icon {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: #fff1f1;
  color: #ff1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}


.team-manager-kpi-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}


.team-manager-kpi-copy small,
.team-manager-kpi-copy em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.team-manager-kpi-copy small {
  color: #667085;
  font-size: .67rem;
  font-weight: 900;
  text-transform: uppercase;
}


.team-manager-kpi-copy strong {
  color: #101828;
  font-size: 1.3rem;
  font-weight: 950;
  line-height: 1;
}


.team-manager-kpi-copy em {
  color: #98a2b3;
  font-size: .66rem;
  font-style: normal;
  font-weight: 750;
}


.team-manager-kpi > i {
  color: #98a2b3;
  font-size: .72rem;
}


.team-manager-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(310px, .72fr);
  gap: 18px;
  align-items: start;
}


.team-manager-content-grid > .belts-content-panel,
.team-manager-right-stack > .belts-content-panel,
.team-manager-lower-grid > .belts-content-panel,
.team-manager-classes-panel {
  margin-top: 0;
}


.team-manager-modules-panel,
.team-manager-attention-panel,
.team-manager-team-summary-panel,
.team-manager-classes-panel,
.team-manager-lower-grid > .belts-content-panel {
  padding: 18px;
}


.team-manager-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}


.team-manager-panel-head.compact {
  align-items: center;
}


.team-manager-panel-head h2 {
  margin: .15rem 0 0;
  color: #101828;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.15;
}


.team-manager-panel-head p {
  max-width: 640px;
  margin: .35rem 0 0;
  color: #667085;
  font-size: .78rem;
  font-weight: 650;
  line-height: 1.4;
}


.team-manager-panel-badge {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff1f1;
  color: #c9161d;
  display: inline-flex;
  align-items: center;
  font-size: .7rem;
  font-weight: 900;
  white-space: nowrap;
}


.team-manager-modules-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}


.team-manager-module-card {
  position: relative;
  min-width: 0;
  min-height: 88px;
  padding: 13px;
  border: 1px solid #e7eaf0;
  border-radius: 16px;
  background: #fff;
  color: #101828;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  text-decoration: none !important;
  box-shadow: 0 7px 20px rgba(16, 24, 40, .035);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}


.team-manager-module-card:hover {
  border-color: rgba(255, 26, 26, .28);
  background: #fffafa;
  color: #101828;
  box-shadow: 0 12px 26px rgba(16, 24, 40, .07);
  transform: translateY(-2px);
}


.team-manager-module-card.is-featured {
  border-color: rgba(255, 26, 26, .25);
  background: linear-gradient(180deg, #fff 0%, #fff8f8 100%);
}


.team-manager-module-card.is-create {
  grid-column: 1 / -1;
  min-height: 76px;
  border-color: rgba(255, 26, 26, .35);
  border-style: dashed;
  background: #fff8f8;
}


.team-manager-module-icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #fff1f1;
  color: #ff1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .95rem;
}


.team-manager-module-card.is-create .team-manager-module-icon {
  background: #ff1a1a;
  color: #fff;
}


.team-manager-module-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}


.team-manager-module-copy strong {
  overflow: hidden;
  color: #101828;
  font-size: .82rem;
  font-weight: 950;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.team-manager-module-copy small {
  color: #667085;
  display: -webkit-box;
  overflow: hidden;
  font-size: .68rem;
  font-weight: 700;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.team-manager-module-card > i {
  color: #98a2b3;
  font-size: .7rem;
}


.team-manager-module-chip {
  min-height: 25px;
  padding: 0 8px;
  border-radius: 999px;
  background: #ff1a1a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: .62rem;
  font-weight: 900;
}


.team-manager-right-stack {
  display: grid;
  gap: 18px;
}


.team-manager-attention-panel {
  border-color: #f3c5ca;
  background: linear-gradient(180deg, #fff 0%, #fff5f5 100%);
}


.team-manager-attention-list {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid #f3c5ca;
  border-radius: 14px;
  background: #fff6f6;
  box-shadow: inset 0 0 0 1px rgba(255, 26, 26, .03);
}


.team-manager-attention-list a {
  min-width: 0;
  padding: 11px 12px;
  border-bottom: 1px solid #f1d6da;
  color: #101828;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(255, 255, 255, .62);
  text-decoration: none !important;
}


.team-manager-attention-list a:last-child {
  border-bottom: 0;
}


.team-manager-attention-list a.is-general-notifications {
  border-top: 1px solid #f3c5ca;
  background: #fff;
}


.team-manager-attention-list a.is-general-notifications i {
  background: #101828;
}


.team-manager-attention-empty {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 13px 12px;
  color: #101828;
}


.team-manager-attention-empty > span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #ecfdf3;
  color: #039855;
}


.team-manager-attention-empty b,
.team-manager-attention-empty small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.team-manager-attention-empty b {
  font-size: .78rem;
  font-weight: 950;
}


.team-manager-attention-empty small {
  margin-top: 2px;
  color: #667085;
  font-size: .66rem;
  font-weight: 750;
}


.team-manager-attention-list a > span {
  min-width: 0;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  column-gap: 9px;
}


.team-manager-attention-list a i {
  grid-row: 1 / 3;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #ff1a1a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .78rem;
}


.team-manager-attention-list b,
.team-manager-attention-list small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.team-manager-attention-list b {
  color: #101828;
  font-size: .75rem;
  font-weight: 950;
}


.team-manager-attention-list small {
  color: #667085;
  font-size: .65rem;
  font-weight: 700;
}


.team-manager-attention-list em {
  color: #d92d20;
  font-size: .68rem;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}


.team-manager-mini-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}


.team-manager-mini-stats > div {
  min-width: 0;
  min-height: 48px;
  padding: 8px 10px;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  background: #f8fafc;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
}


.team-manager-mini-stats i {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: #fff1f1;
  color: #ff1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
}


.team-manager-mini-stats span {
  min-width: 0;
  overflow: hidden;
  color: #667085;
  font-size: .66rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.team-manager-mini-stats strong {
  color: #101828;
  font-size: .9rem;
  font-weight: 950;
}


body.team-profile-manager-page .team-profile-organization-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
}


body.team-profile-manager-page .team-profile-organization-media {
  width: 38px;
  height: 38px;
  min-width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #edf0f4;
  border-radius: 50%;
  background: #fff;
  color: #c9161d;
  font-size: .72rem;
  font-weight: 950;
  line-height: 1;
}


body.team-profile-manager-page .team-profile-organization-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}


body.team-profile-manager-page .team-profile-organization-media-empty {
  background: #fff1f1;
}


.team-manager-head-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}


.team-manager-head-actions .toolbar-btn {
  height: 44px !important;
  min-height: 44px !important;
}


.team-manager-head-actions .toolbar-btn:disabled,
.team-manager-empty-state .tertiary-btn:disabled {
  opacity: .55;
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(.1);
}


.team-manager-classes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}


.team-manager-classes-grid article {
  min-width: 0;
  padding: 13px;
  border: 1px solid #e7eaf0;
  border-radius: 15px;
  background: #fff;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}


.team-manager-classes-grid article > span {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #fff1f1;
  color: #ff1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.team-manager-classes-grid article > div {
  min-width: 0;
  display: grid;
}


.team-manager-classes-grid small {
  color: #667085;
  font-size: .68rem;
  font-weight: 900;
}


.team-manager-classes-grid strong {
  margin: 2px 0;
  color: #101828;
  font-size: 1.05rem;
  font-weight: 950;
}


.team-manager-classes-grid em {
  overflow: hidden;
  color: #98a2b3;
  font-size: .64rem;
  font-style: normal;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.team-manager-empty-state {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  padding: 15px;
  border: 1px dashed #dfe3e8;
  border-radius: 15px;
  background: #fafbfc;
}


.team-manager-empty-state > span {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #fff1f1;
  color: #ff1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}


.team-manager-empty-state strong {
  display: block;
  color: #101828;
  font-size: .82rem;
  font-weight: 950;
}


.team-manager-empty-state p {
  margin: 3px 0 0;
  color: #667085;
  font-size: .7rem;
  line-height: 1.35;
}


.team-manager-empty-state .tertiary-btn {
  min-height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  font-size: .72rem;
}


.team-manager-lower-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}


.team-manager-lower-grid .tertiary-btn {
  min-height: 38px;
  padding: 0 12px;
  border-radius: 11px;
  font-size: .7rem;
}


.team-profile-manager-count-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}


.team-profile-manager-people-summary {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}


.team-profile-manager-count-card {
  min-width: 0;
  min-height: 76px;
  padding: 12px;
  border: 1px solid #e7eaf0;
  border-radius: 15px;
  background: #fff;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  box-shadow: 0 7px 20px rgba(16, 24, 40, .035);
  color: #101828;
  text-decoration: none !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}


.team-profile-manager-count-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 26, 26, .22);
  color: #101828;
  text-decoration: none !important;
  box-shadow: 0 12px 26px rgba(16, 24, 40, .07);
}


.team-profile-manager-count-card > span {
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: #fff1f1;
  color: #ff1a1a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.team-profile-manager-count-card > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}


.team-profile-manager-count-card small {
  min-width: 0;
  color: #667085;
  font-size: .67rem;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}


.team-profile-manager-count-card strong {
  color: #101828;
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1;
}


.team-manager-placeholder {
  min-height: 90px;
  padding: 14px;
  border: 1px dashed #e1e4e9;
  border-radius: 13px;
  background: #fafbfc;
  color: #98a2b3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  font-weight: 750;
  text-align: center;
}


body.team-profile-manager-page .team-profile-manager-belt-modalities-mode .modal-dialog {
  max-width: min(1120px, calc(100vw - 28px));
}


.team-profile-manager-belt-modalities-list {
  display: grid;
  gap: 14px;
}


.team-profile-manager-belt-modality-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 16px;
  border: 1px solid #e6e9ef;
  border-radius: 18px;
  background: #fff;
}


.team-profile-manager-belt-modality-card>header {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
}


.team-profile-manager-belt-modality-card>header>span {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #fff1f1;
  color: #ff1a1a;
}


.team-profile-manager-belt-modality-card>header>div {
  min-width: 0;
}


.team-profile-manager-belt-modality-card>header strong,
.team-profile-manager-belt-modality-card>header small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}


.team-profile-manager-belt-modality-card>header strong {
  color: #101828;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.15;
}


.team-profile-manager-belt-modality-card>header small {
  margin-top: 4px;
  color: #667085;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}


.team-profile-manager-belt-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}


.team-profile-manager-belt-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background: #f8fafc;
}


.team-profile-manager-belt-system-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #fff1f1;
  color: #ff1a1a;
  font-size: .95rem;
}


.team-profile-manager-belt-system-icon .belt-svg-icon,
.team-profile-manager-belt-system-icon .belt-level-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  box-shadow: none;
}


.team-profile-manager-belt-system-icon .belt-svg-icon {
  aspect-ratio: 2 / 1;
}


.team-profile-manager-belt-system-icon .belt-level-icon {
  border-radius: 10px;
  background: transparent;
}


.team-profile-manager-belt-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}


.team-profile-manager-belt-copy strong,
.team-profile-manager-belt-copy small,
.team-profile-manager-belt-copy em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.team-profile-manager-belt-copy strong {
  color: #101828;
  font-size: .86rem;
  font-weight: 950;
}


.team-profile-manager-belt-copy small,
.team-profile-manager-belt-copy em {
  color: #667085;
  font-size: .66rem;
  font-style: normal;
  font-weight: 800;
}


.team-profile-manager-belt-meta,
.team-profile-manager-belt-grades {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}


.team-profile-manager-belt-meta span,
.team-profile-manager-belt-grades span {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 8px;
  border: 1px solid rgba(255, 26, 26, .14);
  border-radius: 999px;
  background: rgba(255, 26, 26, .06);
  color: #344054;
  font-size: .64rem;
  font-weight: 900;
}


.team-profile-manager-belt-meta i {
  color: #d92d20;
}


.team-profile-manager-belt-grades {
  grid-column: 2 / -1;
  justify-content: flex-start;
}


@media (max-width: 1450px) {
.team-manager-shortcuts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }


  .team-manager-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }


  .team-manager-modules-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 1180px) {
body.team-profile-manager-page .team-manager-shortcuts {
    display: none !important;
  }


  .team-manager-shortcuts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  .team-manager-top-card,
.team-manager-content-grid {
    grid-template-columns: minmax(0, 1fr);
  }


  .team-manager-club-data,
.team-manager-top-card .team-profile-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  .team-manager-right-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  .team-manager-media-grid,
.team-profile-manager-count-grid,
.team-manager-classes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.team-profile-manager-page #teamProfileActivity.team-profile-status-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  .team-profile-manager-people-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  .team-profile-manager-belt-list {
    grid-template-columns: minmax(0, 1fr);
  }
}


@media (max-width: 1024px) {
.team-manager-workspace {
    grid-template-columns: minmax(0, 1fr);
  }


  .team-manager-side-menu {
    position: static;
  }


  .team-manager-side-menu nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


@media (max-width: 768px) {
.team-manager-redesign-toolbar .belts-clean-actions,
.team-manager-head-actions {
    width: 100%;
  }


  .team-manager-redesign-toolbar .belts-clean-actions > *,
.team-manager-head-actions > * {
    flex: 1 1 100%;
    width: 100%;
  }


  .team-manager-top-card {
    padding: 16px;
  }


  .team-manager-club-summary {
    align-items: flex-start;
  }


  .team-manager-summary-heading {
    align-items: flex-start;
  }


  .team-manager-summary-logo {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
    border-radius: 17px;
    font-size: 1.4rem;
  }


  .team-manager-club-data,
.team-manager-top-card .team-profile-info-grid,
.team-manager-media-grid,
.team-manager-kpis,
.team-manager-right-stack,
.team-manager-lower-grid,
.team-manager-classes-grid,
.team-manager-mini-stats,
.team-profile-manager-people-summary,
body.team-profile-manager-page #teamProfileActivity.team-profile-status-cards {
    grid-template-columns: minmax(0, 1fr);
  }


  .team-manager-modules-grid {
    grid-template-columns: minmax(0, 1fr);
  }


  .team-manager-module-card.is-create {
    grid-column: auto;
  }


  .team-manager-empty-state {
    grid-template-columns: 48px minmax(0, 1fr);
  }


  .team-manager-empty-state .tertiary-btn {
    grid-column: 1 / -1;
    width: 100%;
  }


  .team-manager-media-card {
    grid-template-columns: 64px minmax(0, 1fr);
  }


  .team-manager-media-preview {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }


  .team-manager-media-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
  }


  .team-manager-media-actions .toolbar-btn {
    flex: 1 1 0;
    justify-content: center;
  }


  .team-profile-manager-belt-row {
    grid-template-columns: 48px minmax(0, 1fr);
  }


  .team-profile-manager-belt-meta,
.team-profile-manager-belt-grades {
    grid-column: 2 / -1;
    justify-content: flex-start;
  }
}


@media (max-width: 520px) {
.team-manager-club-summary {
    display: grid;
  }


  .team-manager-summary-logo {
    justify-self: start;
  }


  .team-manager-kpi {
    min-height: 82px;
  }
}


/* =========================================================
   Team add/edit page redesign
   ========================================================= */


body.team-add-page {
  background: #f4f5f7;
  color: #101828;
}


body.team-add-page .team-add-hero .belts-clean-hero-copy p {
  max-width: 780px;
}


body.team-add-page .team-add-hero-heading,
body.team-sponsors-page .team-sponsors-hero-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}


body.team-add-page .team-add-hero-heading-copy,
body.team-sponsors-page .team-sponsors-hero-heading-copy {
  display: grid;
  min-width: 0;
}


body.team-add-page .team-add-hero-logo,
body.team-sponsors-page .team-sponsors-hero-logo {
  width: clamp(98px, 8vw, 132px);
  height: clamp(98px, 8vw, 132px);
  flex: 0 0 clamp(98px, 8vw, 132px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  color: #101828;
  font-size: 2rem;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
}


body.team-add-page .team-add-hero-logo img,
body.team-sponsors-page .team-sponsors-hero-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}


body.team-add-page .team-add-hero-actions,
body.team-sponsors-page .team-sponsors-hero-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
  width: min(760px, 56vw);
}


body.team-add-page .team-add-hero-mini-card,
body.team-sponsors-page .team-sponsors-hero-mini-card {
  min-width: 0;
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0;
  padding: 16px 13px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: rgba(0, 0, 0, .28);
  color: #fff;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .14);
  backdrop-filter: blur(10px);
}


body.team-add-page .team-add-hero-mini-card > i,
body.team-sponsors-page .team-sponsors-hero-mini-card > i {
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 26, 26, .88);
  color: #fff;
  font-size: 14px;
}


body.team-add-page .team-add-hero-mini-card > span,
body.team-sponsors-page .team-sponsors-hero-mini-card > span {
  display: grid;
  gap: 4px;
  min-width: 0;
}


body.team-add-page .team-add-hero-mini-card small,
body.team-sponsors-page .team-sponsors-hero-mini-card small {
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, .76);
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}


body.team-add-page .team-add-hero-mini-card strong,
body.team-sponsors-page .team-sponsors-hero-mini-card strong {
  color: #fff;
  display: -webkit-box;
  font-size: clamp(.98rem, 1.1vw, 1.15rem);
  font-weight: 950;
  line-height: 1.08;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


body.team-add-page .team-add-hero-skeleton,
body.team-sponsors-page .team-sponsors-hero-skeleton {
  position: relative;
  display: block;
  min-height: 1em;
  overflow: hidden;
  color: transparent !important;
}


body.team-add-page .team-add-hero-skeleton::before,
body.team-sponsors-page .team-sponsors-hero-skeleton::before {
  content: "";
  position: absolute;
  inset: .12em 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .54), rgba(255, 255, 255, .2));
  background-size: 220% 100%;
  animation: map-loading-shimmer 1.3s ease-in-out infinite;
}


body.team-add-page .team-add-hero-skeleton.is-title,
body.team-sponsors-page .team-sponsors-hero-skeleton.is-title {
  width: min(520px, 62vw);
  min-height: 1.05em;
}


body.team-add-page .team-add-hero-skeleton.is-copy,
body.team-sponsors-page .team-sponsors-hero-skeleton.is-copy {
  width: min(680px, 72vw);
  min-height: 1.15em;
  margin-top: 10px;
}


body.team-add-page .team-add-shell {
  max-width: none;
  width: 100%;
}


body.team-add-page .team-add-toolbar {
  align-items: center;
}


body.team-add-page .team-add-workspace {
  grid-template-columns: 248px minmax(0, 1fr) 268px;
  gap: 18px;
  align-items: start;
  margin-top: 16px;
}


body.team-add-page .team-add-side-menu {
  top: 92px;
}


body.team-add-page .team-add-side-menu nav {
  gap: 14px;
  padding: 14px;
  border-radius: 20px;
}


body.team-add-page .team-add-side-menu .belts-section-menu-group {
  gap: 5px;
}


body.team-add-page .team-add-side-menu .belts-section-menu-group > span {
  padding: 0 8px;
}


body.team-add-page .team-add-side-menu .belts-section-menu-link {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
}


body.team-add-page .team-add-main {
  min-width: 0;
}


body.team-add-page .team-add-shortcuts {
  position: sticky;
  top: 92px;
  min-width: 0;
}


body.team-add-page .team-add-shortcuts-panel {
  margin-top: 0;
  padding: 16px;
}


body.team-add-page .team-add-shortcuts-head {
  display: grid;
  gap: 5px;
  margin-bottom: 12px;
}


body.team-add-page .team-add-section-title,
body.team-add-page .team-add-shortcuts-head .belts-clean-section-label,
body.team-sponsors-page .team-sponsors-shortcuts-head .belts-clean-section-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}


body.team-add-page .team-add-section-title {
  display: grid;
}


body.team-add-page .team-add-section-title .belts-clean-section-label i,
body.team-add-page .team-add-shortcuts-head .belts-clean-section-label i,
body.team-sponsors-page .team-sponsors-shortcuts-head .belts-clean-section-label i {
  color: #ff1a1a;
  font-size: .78rem;
}


body.team-add-page .team-add-shortcuts-head strong {
  color: #101828;
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.team-add-page .team-add-shortcut-grid {
  display: grid;
  gap: 9px;
}


body.team-add-page .team-add-shortcut-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 9px 10px;
  border: 1px solid #e7eaf0;
  border-radius: 14px;
  background: #fff;
  color: #101828;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(16, 24, 40, .035);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}


body.team-add-page .team-add-shortcut-card:hover,
body.team-add-page .team-add-shortcut-card:focus {
  transform: translateY(-1px);
  border-color: rgba(255, 26, 26, .24);
  color: #101828;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(16, 24, 40, .07);
}


body.team-add-page .team-add-shortcut-card i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff1f1;
  color: #ff1a1a;
  font-size: .9rem;
}


body.team-add-page .team-add-shortcut-card span {
  min-width: 0;
  overflow: hidden;
  color: #344054;
  font-size: .76rem;
  font-weight: 950;
  line-height: 1.2;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}


body.team-add-page .team-add-panel {
  margin-top: 0;
  padding: 18px;
  overflow: visible;
}


body.team-add-page #div_msm {
  row-gap: 12px;
}


body.team-add-page .team-add-notice-card {
  min-height: 100%;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border: 1px solid #e6e9ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 24, 40, .045);
}


body.team-add-page .team-add-notice-card.is-warning {
  border-color: rgba(255, 26, 26, .18);
  background: linear-gradient(180deg, #fff 0%, #fff8f8 100%);
}


body.team-add-page .team-add-notice-card.is-info {
  background: #f8fafc;
}


body.team-add-page .team-add-notice-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #fff1f1;
  color: #ff1a1a;
  font-size: 1rem;
}


body.team-add-page .team-add-notice-card.is-info .team-add-notice-icon {
  background: #fff;
}


body.team-add-page .team-add-notice-copy {
  min-width: 0;
  display: grid;
  gap: 6px;
}


body.team-add-page .team-add-notice-copy strong {
  color: #101828;
  font-size: .82rem;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}


body.team-add-page .team-add-notice-copy p,
body.team-add-page .team-add-notice-copy ul {
  margin: 0;
  color: #667085;
  font-size: .76rem;
  font-weight: 750;
  line-height: 1.4;
}


body.team-add-page .team-add-notice-copy ul {
  display: grid;
  gap: 4px;
  padding-left: 16px;
}


body.team-add-page #div_add_team,
body.team-add-page #div_configurations {
  margin-top: 0 !important;
}


body.team-add-page #form_info,
body.team-add-page #div_configurations > .row,
body.team-add-page #div_configurations > form {
  row-gap: 8px;
}


body.team-add-page #form_info > .col-12:first-child {
  padding: 12px 14px;
  border: 1px solid rgba(230, 233, 239, .9);
  border-radius: 14px;
  background: #f8fafc;
  color: #667085;
  font-size: .78rem;
  font-weight: 750;
}


body.team-add-page .form-label {
  margin-bottom: 5px;
  color: #344054;
  font-size: .66rem;
  font-weight: 900;
  text-transform: uppercase;
}


body.team-add-page #form_info .form-label + small.text-muted {
  display: block;
  margin: -2px 0 5px;
  color: #98a2b3 !important;
  font-size: .62rem;
  font-weight: 800;
  line-height: 1.25;
}


body.team-add-page .form-control,
body.team-add-page .form-select {
  min-height: 40px;
  border: 1px solid #dfe3e8;
  border-radius: 11px;
  background-color: #fff;
  color: #101828;
  font-size: .82rem;
  font-weight: 700;
  box-shadow: none;
}


body.team-add-page textarea.form-control {
  min-height: 82px;
}


body.team-add-page .form-control:focus,
body.team-add-page .form-select:focus {
  border-color: rgba(255, 26, 26, .38);
  box-shadow: 0 0 0 4px rgba(255, 26, 26, .08);
}


body.team-add-page .select2-container {
  width: 100% !important;
}


body.team-add-page .select2-container--default .select2-selection--single {
  min-height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid #dfe3e8;
  border-radius: 11px;
  background: #fff;
}


body.team-add-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
  padding-left: 12px;
  padding-right: 34px;
  color: #101828;
  font-size: .82rem;
  font-weight: 750;
  line-height: 38px;
}


body.team-add-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 8px;
}


body.team-add-page .team-add-management-block {
  margin: 4px 0 8px;
}


body.team-add-page .team-add-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}


body.team-add-page .team-add-section-head h2 {
  margin: 3px 0 0;
  color: #101828;
  font-size: 1rem;
  font-weight: 950;
}


body.team-add-page .team-add-config-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}


body.team-add-page .team-add-config-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 82px;
  padding: 13px;
  border: 1px solid #e7eaf0;
  border-radius: 16px;
  background: #fff;
  color: #101828;
  text-align: left;
  box-shadow: 0 8px 22px rgba(16, 24, 40, .04);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}


body.team-add-page .team-add-config-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 26, 26, .26);
  box-shadow: 0 13px 28px rgba(16, 24, 40, .08);
}


body.team-add-page .team-add-config-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #fff1f1;
  color: #ff1a1a;
}


body.team-add-page .team-add-config-icon svg {
  width: 22px;
  height: 22px;
}


body.team-add-page .team-add-config-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}


body.team-add-page .team-add-config-copy strong,
body.team-add-page .team-add-config-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.team-add-page .team-add-config-copy strong {
  color: #101828;
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.team-add-page .team-add-config-copy small {
  color: #98a2b3;
  font-size: .66rem;
  font-weight: 800;
}


body.team-add-page .team-add-config-card > i {
  color: #98a2b3;
  font-size: .72rem;
}


body.team-add-page .team-add-config-back {
  margin-bottom: 4px;
}


body.team-add-page .team-add-config-back .toolbar-btn {
  width: 100%;
  justify-content: center;
}


body.team-add-page #container_foto_logo {
  padding: 0;
}


body.team-add-page #container_foto_logo .card,
body.team-add-page #div_configurations .card {
  overflow: hidden;
  border: 1px solid #e7eaf0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .045) !important;
}


body.team-add-page #container_foto_logo .card-header,
body.team-add-page #div_configurations .card-header {
  min-height: 58px;
  padding: 14px 16px;
  border-bottom: 1px solid #edf0f4;
  background: #f8fafc;
  color: #101828;
}


body.team-add-page #container_foto_logo .card-body,
body.team-add-page #div_configurations .card-body {
  padding: 16px;
}


body.team-add-page .team-add-panel-title {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-width: 0;
}


body.team-add-page .team-add-panel-title-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #fff1f1;
  color: #ff1a1a;
}


body.team-add-page .team-add-panel-title-icon svg {
  width: 22px;
  height: 22px;
}


body.team-add-page .team-add-panel-title h5,
body.team-add-page .team-add-panel-title h6 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #101828;
  font-size: .92rem;
  font-weight: 950;
  line-height: 1.15;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}


body.team-add-page .square-box {
  aspect-ratio: 1 / 1;
  min-height: 190px;
  overflow: hidden;
  border: 1px dashed #dfe3e8 !important;
  border-radius: 18px !important;
  background: #f8fafc !important;
}


body.team-add-page #currentPhotoSlot img,
body.team-add-page #currentLogoSlot img,
body.team-add-page #imagePreview,
body.team-add-page #logoPreview {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}


body.team-add-page #label_imageInput,
body.team-add-page #label_logoInput,
body.team-add-page #btn_guardar,
body.team-add-page #btn_actualizar,
body.team-add-page #div_configurations .btn-success {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0 !important;
  border-radius: 12px !important;
  background: #ff1a1a !important;
  color: #fff !important;
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(255, 26, 26, .18);
}


body.team-add-page #btnBorrarFoto,
body.team-add-page #btnBorrarLogo {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px !important;
  background: #101828 !important;
  color: #fff !important;
  font-size: .78rem;
  font-weight: 900;
}


body.team-add-page #btn_guardar,
body.team-add-page #btn_actualizar,
body.team-add-page #div_configurations button[type="submit"].btn-success {
  min-width: min(100%, 260px);
  margin: 0 auto;
  padding: 0 22px;
}


body.team-add-page #div_configurations .btn-primary,
body.team-add-page #div_configurations .btn-outline-primary,
body.team-add-page #div_configurations .btn-secondary,
body.team-add-page #div_configurations .btn-outline-secondary {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #e6e9ef !important;
  border-radius: 12px !important;
  background: #f6f7f9 !important;
  color: #101828 !important;
  font-size: .76rem;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none !important;
  box-shadow: none !important;
}


body.team-add-page #div_configurations .btn-primary:hover,
body.team-add-page #div_configurations .btn-outline-primary:hover,
body.team-add-page #div_configurations .btn-secondary:hover,
body.team-add-page #div_configurations .btn-outline-secondary:hover {
  border-color: #d0d5dd !important;
  background: #eef1f6 !important;
  color: #101828 !important;
}


body.team-add-page #div_configurations .btn-danger,
body.team-add-page #div_configurations .btn-outline-danger {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(217, 45, 32, .18) !important;
  border-radius: 12px !important;
  background: #fff1f1 !important;
  color: #d92d20 !important;
  font-size: .76rem;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none !important;
  box-shadow: none !important;
}


body.team-add-page #div_configurations .btn-danger:hover,
body.team-add-page #div_configurations .btn-outline-danger:hover {
  border-color: rgba(217, 45, 32, .28) !important;
  background: #ffe4e4 !important;
  color: #b42318 !important;
}


body.team-add-page .team-add-panel-action,
body.team-add-page .team-add-save-action {
  min-height: 44px;
  height: 44px;
  padding: 0 18px;
  border-radius: 14px;
  font-size: .78rem;
  text-transform: uppercase;
}


body.team-add-page .team-add-app-table {
  --app-table-padding: 0;
  --app-table-scroll-padding-bottom: 16px;
  --app-table-row-padding: 12px 14px;
  --app-table-row-radius: 14px;
}


body.team-add-page .team-add-table-row {
  align-items: center;
}


body.team-add-page .team-add-table-loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #667085;
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}


body.team-add-page .team-add-table-main {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}


body.team-add-page .team-add-table-main > i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  border-radius: 14px;
  background: rgba(255, 26, 26, .09);
  color: var(--belts-primary, #ff1a1a);
  font-size: 15px;
}


body.team-add-page .team-add-person-avatar {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  overflow: hidden;
  border-radius: 50%;
  background: #101828;
  color: #fff;
  font-size: .78rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}


body.team-add-page .team-add-person-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}


body.team-add-page .team-add-person-avatar-fallback {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .08);
}


body.team-add-page .team-add-table-main > div {
  display: grid;
  gap: 3px;
  min-width: 0;
}


body.team-add-page .team-add-table-main strong,
body.team-add-page .team-add-table-main span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.team-add-page .team-add-table-main strong {
  color: #101828;
  font-size: .88rem;
  font-weight: 950;
}


body.team-add-page .team-add-table-main span {
  color: #667085;
  font-size: .72rem;
  font-weight: 800;
}


body.team-add-page .team-add-table-lock {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  border: 1px solid var(--belts-border, #e6e9ef);
  border-radius: 14px;
  background: var(--belts-soft, #f6f7f9);
  color: #98a2b3;
  font-size: 15px;
}


body.team-add-page .team-add-license-thumb,
body.team-add-page .team-add-license-thumb-placeholder {
  width: 112px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 112px;
  overflow: hidden;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background: #fff;
  color: #98a2b3;
  font-size: .68rem;
  font-weight: 850;
  text-align: center;
}


body.team-add-page .team-add-license-thumb {
  padding: 0;
  cursor: pointer;
}


body.team-add-page .team-add-license-thumb img {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: 14px !important;
  object-fit: cover;
}


body.team-add-page .team-add-table-switch-cell .app-table-mobile-value {
  justify-content: center;
}


body.team-add-page .team-add-preview-close {
  width: 42px;
  height: 42px;
  min-width: 42px;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: #101828;
  color: #fff;
}


body.team-add-page #license_flow_shell .card {
  margin-bottom: 12px !important;
}


body.team-add-page #license_flow_shell .card-body {
  padding: 15px;
}


body.team-add-page #license_flow_shell .row {
  --bs-gutter-x: .65rem;
  --bs-gutter-y: .65rem;
}


body.team-add-page #license_flow_shell .license-flow-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}


body.team-add-page #license_flow_shell .license-flow-header .team-add-panel-title {
  min-width: 0;
  flex: 1 1 auto;
}


body.team-add-page #license_flow_shell .license-flow-header .team-add-save-action {
  flex: 0 0 auto;
}


body.team-add-page #license_flow_shell h5,
body.team-add-page #license_flow_shell h6 {
  color: #101828;
  font-weight: 950;
}


body.team-add-page #license_flow_shell .text-muted.small {
  color: #98a2b3 !important;
  font-size: .66rem;
  font-weight: 900;
  text-transform: uppercase;
}


body.team-add-page #license_flow_shell .form-select,
body.team-add-page #license_flow_shell select.form-select {
  min-height: 40px;
  width: 100%;
  appearance: none;
  padding: 0 38px 0 12px;
  border: 1px solid #dfe3e8;
  border-radius: 11px;
  background-color: #fff;
  background-image:
    linear-gradient(45deg, transparent 50%, #667085 50%),
    linear-gradient(135deg, #667085 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 17px,
    calc(100% - 13px) 17px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  color: #101828;
  font-size: .82rem;
  font-weight: 800;
  line-height: 40px;
  box-shadow: none;
}


body.team-add-page #license_flow_shell .form-select:focus,
body.team-add-page #license_flow_shell select.form-select:focus {
  border-color: rgba(255, 26, 26, .38);
  box-shadow: 0 0 0 4px rgba(255, 26, 26, .08);
}


body.team-add-page #license_flow_shell .form-check.form-switch {
  padding: 8px 10px;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  background: #f8fafc;
}


body.team-add-page .team-add-switch {
  justify-content: center;
  margin: 0;
}


body.team-add-page .form-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding-left: 0;
}


body.team-add-page .form-switch .form-check-input {
  width: 44px;
  height: 24px;
  flex: 0 0 44px;
  margin-left: 0;
  border: 0;
  border-radius: 999px;
  background-color: #d0d5dd;
  box-shadow: inset 0 0 0 1px rgba(16, 24, 40, .08);
  cursor: pointer;
}


body.team-add-page .form-switch .form-check-input:checked {
  background-color: #ff1a1a;
}


body.team-add-page .form-switch .form-check-input:focus {
  border-color: transparent;
  box-shadow: 0 0 0 4px rgba(255, 26, 26, .1);
}


body.team-add-page .form-switch .form-check-label {
  color: #344054;
  font-size: .76rem;
  font-weight: 850;
}


body.team-add-page .swal2-popup.team-add-modal-popup {
  width: min(94vw, 620px) !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #e7eaf0;
  border-radius: 22px;
  background: #fff;
  color: #101828;
  box-shadow: 0 24px 70px rgba(16, 24, 40, .22);
}


body.team-add-page .swal2-popup.team-add-modal-popup-lg {
  width: min(94vw, 760px) !important;
}


body.team-add-page .team-add-modal-title {
  margin: 0 !important;
  padding: 18px 20px 15px !important;
  border-bottom: 1px solid #edf0f4;
  background: #f8fafc;
  color: #101828 !important;
  font-size: 1.04rem !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  text-align: left !important;
}


body.team-add-page .swal2-popup .swal2-title {
  color: #101828 !important;
  font-weight: 950 !important;
}


body.team-add-page .team-add-modal-body {
  margin: 0 !important;
  padding: 18px 20px 6px !important;
  color: #344054;
}


body.team-add-page .team-add-modal-body .form-label {
  margin-bottom: 7px;
  color: #344054;
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.team-add-page .team-add-modal-body .form-control,
body.team-add-page .team-add-modal-body .form-select {
  min-height: 42px;
  border: 1px solid #dfe3e8;
  border-radius: 12px;
  background-color: #fff;
  color: #101828;
  font-size: .84rem;
  font-weight: 750;
  box-shadow: none;
}


body.team-add-page .team-add-modal-body .form-control:focus,
body.team-add-page .team-add-modal-body .form-select:focus {
  border-color: rgba(255, 26, 26, .38);
  box-shadow: 0 0 0 4px rgba(255, 26, 26, .08);
}


body.team-add-page .swal2-input,
body.team-add-page .swal2-textarea {
  min-height: 42px;
  border: 1px solid #dfe3e8 !important;
  border-radius: 12px !important;
  background-color: #fff !important;
  color: #101828 !important;
  font-size: .84rem !important;
  font-weight: 750 !important;
  box-shadow: none !important;
}


body.team-add-page .swal2-input:focus,
body.team-add-page .swal2-textarea:focus {
  border-color: rgba(255, 26, 26, .38) !important;
  box-shadow: 0 0 0 4px rgba(255, 26, 26, .08) !important;
}


body.team-add-page #team_modalities_multi_select {
  min-height: 270px !important;
  padding: 8px;
  overflow: auto;
  border-radius: 15px;
  text-transform: uppercase;
  scrollbar-color: rgba(255, 26, 26, .55) rgba(230, 233, 239, .9);
}


body.team-add-page #team_modalities_multi_select option {
  min-height: 34px;
  margin-bottom: 5px;
  padding: 8px 10px;
  border-radius: 10px;
  color: #344054;
  font-size: .78rem;
  font-weight: 850;
}


body.team-add-page #team_modalities_multi_select option:checked {
  background: linear-gradient(0deg, #fff1f1, #fff1f1);
  color: #c9161d;
}


body.team-add-page .team-add-create-modality-card {
  margin-top: 14px;
  padding: 13px;
  border: 1px dashed rgba(255, 26, 26, .32);
  border-radius: 15px;
  background: #fff8f8;
}


body.team-add-page .team-add-create-modality-card small {
  color: #667085 !important;
  font-size: .72rem;
  font-weight: 750;
  line-height: 1.35;
}


body.team-add-page .team-add-modal-actions {
  gap: 9px;
  margin: 0 !important;
  padding: 16px 20px 20px !important;
}


body.team-add-page .swal2-actions {
  gap: 9px;
}


body.team-add-page .team-add-modal-confirm,
body.team-add-page .team-add-modal-cancel,
body.team-add-page .team-add-modal-secondary-action,
body.team-add-page .team-add-modal-inline-confirm {
  min-height: 42px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px !important;
  border-radius: 13px !important;
  font-size: .78rem !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: none !important;
}


body.team-add-page .team-add-modal-confirm,
body.team-add-page .team-add-modal-inline-confirm,
body.team-add-page .swal2-actions .swal2-confirm {
  border: 0 !important;
  background: #ff1a1a !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(255, 26, 26, .18) !important;
}


body.team-add-page .team-add-modal-confirm:hover,
body.team-add-page .team-add-modal-inline-confirm:hover,
body.team-add-page .swal2-actions .swal2-confirm:hover {
  background: #c9161d !important;
  color: #fff !important;
}


body.team-add-page .team-add-modal-cancel,
body.team-add-page .team-add-modal-secondary-action,
body.team-add-page .swal2-actions .swal2-cancel {
  border: 1px solid #e6e9ef !important;
  background: #f6f7f9 !important;
  color: #101828 !important;
}


body.team-add-page .team-add-modal-cancel:hover,
body.team-add-page .team-add-modal-secondary-action:hover,
body.team-add-page .swal2-actions .swal2-cancel:hover {
  background: #eef1f6 !important;
  color: #101828 !important;
}


body.team-add-page .swal2-actions .swal2-confirm,
body.team-add-page .swal2-actions .swal2-cancel,
body.team-add-page .swal2-actions .swal2-deny {
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px !important;
  border-radius: 13px !important;
  font-size: .78rem !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  text-transform: uppercase;
  text-decoration: none !important;
}


body.team-add-page .team-add-modal-icon-danger {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  border: 1px solid rgba(217, 45, 32, .18);
  border-radius: 13px;
  background: #fff1f1;
  color: #d92d20;
}


body.team-add-page .team-add-modal-icon-danger:hover {
  background: #ffe4e4;
  color: #b42318;
}


body.team-add-page .team-add-diploma-selected {
  padding: 9px;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background: #fff;
}


body.team-add-page .team-modality-diploma-option {
  margin-bottom: 8px;
  padding: 10px !important;
  border: 1px solid #edf0f4 !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: #101828 !important;
  box-shadow: 0 7px 18px rgba(16, 24, 40, .035);
}


body.team-add-page .team-modality-diploma-option:hover,
body.team-add-page .team-modality-diploma-option.active {
  border-color: rgba(255, 26, 26, .26) !important;
  background: #fff8f8 !important;
  color: #c9161d !important;
}


body.team-add-page .swal2-validation-message {
  margin: 10px 20px 0 !important;
  border-radius: 12px;
  background: #fff1f1 !important;
  color: #b42318 !important;
  font-size: .76rem;
  font-weight: 850;
}


@media (max-width: 1450px) {
body.team-add-page .team-add-workspace {
    grid-template-columns: 228px minmax(0, 1fr) 238px;
  }


  body.team-add-page .team-add-config-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


@media (max-width: 1220px) {
body.team-add-page .team-add-workspace {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-add-page .team-add-side-menu {
    position: static;
  }


  body.team-add-page .team-add-side-menu .belts-mobile-collapse-header {
    display: grid;
  }


  body.team-add-page .team-add-side-menu.is-collapsed> :not(.belts-mobile-collapse-header) {
    display: none !important;
  }


  body.team-add-page .team-add-side-menu nav {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 8px;
  }


  body.team-add-page .team-add-shortcuts {
    grid-column: auto;
    position: static;
  }


  body.team-add-page .team-add-shortcut-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


@media (max-width: 992px) {
body.team-add-page .team-add-hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }


  body.team-add-page .team-add-workspace {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-add-page .team-add-side-menu {
    position: static;
  }


  body.team-add-page .team-add-side-menu nav {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-add-page .team-add-shortcuts {
    grid-column: auto;
  }


  body.team-add-page .team-add-shortcut-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.team-add-page .team-add-config-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.team-add-page .team-add-panel {
    padding: 18px;
  }
}


@media (max-width: 768px) {
body.team-add-page .team-add-hero-actions,
body.team-add-page .team-add-toolbar .belts-clean-actions {
    width: 100%;
    justify-content: stretch;
  }


  body.team-add-page .team-add-toolbar .toolbar-btn {
    width: auto;
  }


  body.team-add-page .team-add-hero-heading {
    align-items: flex-start;
  }


  body.team-add-page .team-add-hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.team-add-page .team-add-hero-logo {
    width: 88px;
    height: 88px;
    flex-basis: 88px;
    border-radius: 20px;
  }


  body.team-add-page .team-add-hero-mini-card {
    min-height: 112px;
    padding: 16px 12px;
  }


  body.team-add-page .team-add-panel {
    padding: 15px;
  }


  body.team-add-page .team-add-side-menu nav {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-add-page .team-add-shortcut-grid {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-add-page .team-add-config-grid {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-add-page #container_foto_logo .card-header {
    display: grid !important;
    gap: 10px;
  }


  body.team-add-page #div_configurations .card-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    align-items: stretch !important;
  }


  body.team-add-page #div_configurations .card-header .team-add-panel-title {
    min-width: 0;
  }


  body.team-add-page #div_configurations .card-header .team-add-panel-title h5,
body.team-add-page #div_configurations .card-header .team-add-panel-title h6 {
    white-space: normal;
  }


  body.team-add-page #div_configurations .card-header .team-add-panel-action {
    width: 100%;
  }


  body.team-add-page #container_foto_logo .card-header .d-flex {
    width: 100%;
  }


  body.team-add-page #container_foto_logo .card-header .btn,
body.team-add-page #container_foto_logo .card-header label {
    flex: 1 1 0;
  }


  body.team-add-page #license_flow_shell .license-flow-header {
    display: grid;
    gap: 12px;
  }


  body.team-add-page #license_flow_shell .license-flow-header .team-add-panel-title {
    grid-template-columns: 42px minmax(0, 1fr);
  }


  body.team-add-page #license_flow_shell .license-flow-header .team-add-panel-title h5,
body.team-add-page #license_flow_shell .license-flow-header .team-add-panel-title h6 {
    white-space: normal;
  }


  body.team-add-page #license_flow_shell .license-flow-header .team-add-save-action {
    width: 100%;
  }


  body.team-add-page .team-add-app-table {
    --app-table-mobile-padding: 0;
    --app-table-border: #e7eaf0;
  }


  body.team-add-page .team-add-app-table .app-table-body {
    display: grid;
    gap: 10px;
  }


  body.team-add-page .team-add-app-table .app-table-row:not(.app-table-head),
body.team-add-page .team-add-app-table .app-table-body .app-table-row,
body.team-add-page .team-add-app-table .app-table-body .app-table-row:first-child,
body.team-add-page .team-add-app-table .app-table-body .app-table-row:last-child {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(16, 24, 40, .045);
  }


  body.team-add-page .team-add-table-main.app-table-mobile-main {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 38px;
    align-items: center;
    gap: 11px;
    padding: 13px;
  }


  body.team-add-page .team-add-table-main > div {
    gap: 4px;
  }


  body.team-add-page .team-add-person-avatar {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }


  body.team-add-page .team-add-table-main strong,
body.team-add-page .team-add-table-main span {
    white-space: normal;
    overflow-wrap: anywhere;
  }


  body.team-add-page .team-add-table-main strong {
    display: -webkit-box;
    font-size: .84rem;
    line-height: 1.15;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }


  body.team-add-page .team-add-table-main span {
    font-size: .68rem;
    line-height: 1.25;
  }


  body.team-add-page .team-add-app-table .app-table-mobile-detail {
    padding: 11px 13px;
  }


  body.team-add-page .team-add-app-table .app-table-mobile-value {
    max-width: 68%;
  }


  body.team-add-page .team-add-app-table .app-table-actions-buttons {
    justify-content: flex-end;
  }


  body.team-add-page #table_license_formats .team-add-license-format-row .team-add-table-main.app-table-mobile-main {
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 12px;
    padding: 13px;
  }


  body.team-add-page #table_license_formats .team-add-table-switch-cell .app-table-mobile-value {
    max-width: none;
    justify-content: flex-end;
  }


  body.team-add-page #table_license_formats .team-add-license-thumb,
body.team-add-page #table_license_formats .team-add-license-thumb-placeholder {
    width: 100%;
    max-width: 180px;
    height: auto;
    min-height: 78px;
    aspect-ratio: 16 / 10;
    flex-basis: auto;
    border-radius: 12px;
  }


  body.team-add-page #table_license_formats .team-add-license-thumb img {
    border-radius: 12px !important;
  }
}


@media (max-width: 575px) {
body.team-add-page .team-add-toolbar .toolbar-btn {
    width: 100%;
  }
}


@media (max-width: 520px) {
body.team-add-page .team-add-shell {
    padding-left: 14px;
    padding-right: 14px;
  }


  body.team-add-page .team-add-config-card {
    grid-template-columns: 40px minmax(0, 1fr);
  }


  body.team-add-page .team-add-config-card > i {
    display: none;
  }


  body.team-add-page .square-box {
    min-height: 140px;
  }
}


/* Team relationships */

body.team-relationships-page {
  background: #f4f5f7;
  color: #101828;
}


body.team-relationships-page .team-relationships-shell {
  max-width: none;
  width: 100%;
  padding-bottom: 36px;
}


body.team-relationships-page .team-relationships-workspace {
  grid-template-columns: 240px minmax(0, 1fr) 260px;
  gap: 18px;
  align-items: start;
}


body.team-relationships-page .team-relationships-panel,
body.team-relationships-page .team-relationships-shortcuts-panel {
  padding: 18px;
}


body.team-relationships-page .team-relationships-hero-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}


body.team-relationships-page .team-relationships-hero-logo {
  width: clamp(98px, 8vw, 132px);
  height: clamp(98px, 8vw, 132px);
  flex: 0 0 clamp(98px, 8vw, 132px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  color: #101828;
  font-size: 2rem;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
}


body.team-relationships-page .team-relationships-hero-heading-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}


body.team-relationships-page .team-relationships-hero-heading-copy h1,
body.team-relationships-page .team-relationships-hero-heading-copy p {
  margin: 0;
}


body.team-relationships-page .team-relationships-hero-heading-copy h1 {
  color: #fff;
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  font-weight: 950;
  line-height: 1.05;
}


body.team-relationships-page .team-relationships-hero-heading-copy p {
  max-width: 760px;
  color: rgba(255, 255, 255, .78);
  font-size: .9rem;
  font-weight: 650;
  line-height: 1.45;
}


body.team-relationships-page .team-relationships-hero-mini-card {
  min-width: 0;
  min-height: 74px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .1);
}


body.team-relationships-page .team-relationships-hero-mini-card i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, .16);
  color: #fff;
}


body.team-relationships-page .team-relationships-hero-mini-card span {
  display: grid;
  gap: 3px;
  min-width: 0;
}


body.team-relationships-page .team-relationships-hero-mini-card small,
body.team-relationships-page .team-relationships-hero-mini-card strong {
  min-width: 0;
  overflow: hidden;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.team-relationships-page .team-relationships-hero-mini-card small {
  color: rgba(255, 255, 255, .66);
  font-size: .64rem;
  font-weight: 900;
  text-transform: uppercase;
}


body.team-relationships-page .team-relationships-hero-mini-card strong {
  color: #fff;
  font-size: .84rem;
  font-weight: 950;
}


body.team-relationships-page .team-relationships-hero-skeleton {
  min-height: 14px;
  display: inline-block;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,.12), rgba(255,255,255,.24), rgba(255,255,255,.12));
  color: transparent !important;
}


body.team-relationships-page .team-relationships-hero-skeleton.is-title {
  width: min(420px, 70vw);
  min-height: 34px;
}


body.team-relationships-page .team-relationships-hero-skeleton.is-copy {
  width: min(620px, 78vw);
  min-height: 18px;
}


body.team-relationships-page .team-relationships-help {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid rgba(217, 45, 32, .14);
  border-radius: 16px;
  background: #fff7f7;
}


body.team-relationships-page .team-relationships-help-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #ff1a1a;
  color: #fff;
}


body.team-relationships-page .team-relationships-help strong,
body.team-relationships-page .team-relationships-help p,
body.team-relationships-page .team-relationships-help li {
  color: #101828;
}


body.team-relationships-page .team-relationships-help strong {
  display: block;
  margin-bottom: 5px;
  font-size: .86rem;
  font-weight: 950;
}


body.team-relationships-page .team-relationships-help p,
body.team-relationships-page .team-relationships-help ul {
  margin: 0;
  color: #667085;
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.4;
}


body.team-relationships-page .team-relationships-help ul {
  margin-top: 8px;
  padding-left: 16px;
}


body.team-relationships-page .team-relationships-layout {
  display: grid;
  gap: 16px;
}


body.team-relationships-page .team-relationships-section {
  min-width: 0;
  padding: 16px;
  border: 1px solid #e6e9ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .045);
}


body.team-relationships-page .team-relationships-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}


body.team-relationships-page .team-relationships-section-head h3 {
  margin: 0;
  color: #101828;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.15;
}


body.team-relationships-page .team-relationships-search-card {
  min-width: 0;
}


body.team-relationships-page .team-relationships-franchise-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
  padding: 14px;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  background: #f8fafc;
}


body.team-relationships-page .team-relationships-franchise-card p {
  margin: 0;
  color: #667085;
  font-size: .78rem;
  font-weight: 750;
  line-height: 1.4;
}


body.team-relationships-page .form-label {
  margin-bottom: 5px;
  color: #344054;
  font-size: .66rem;
  font-weight: 900;
  text-transform: uppercase;
}


body.team-relationships-page .form-control,
body.team-relationships-page .form-select {
  min-height: 40px;
  border: 1px solid #dfe3e8;
  border-radius: 11px;
  background-color: #fff;
  color: #101828;
  font-size: .82rem;
  font-weight: 700;
  box-shadow: none;
}


body.team-relationships-page .form-control:focus,
body.team-relationships-page .form-select:focus {
  border-color: rgba(255, 26, 26, .38);
  box-shadow: 0 0 0 4px rgba(255, 26, 26, .08);
}


body.team-relationships-page .select2-container {
  width: 100% !important;
}


body.team-relationships-page .select2-container--default .select2-selection--single {
  min-height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid #dfe3e8;
  border-radius: 11px;
  background: #fff;
  box-shadow: none;
}


body.team-relationships-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
  padding-left: 12px;
  padding-right: 34px;
  color: #101828;
  font-size: .82rem;
  font-weight: 750;
  line-height: 38px;
}


body.team-relationships-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #98a2b3;
}


body.team-relationships-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 8px;
}


body.team-relationships-page .select2-container--default.select2-container--focus .select2-selection--single,
body.team-relationships-page .select2-container--default.select2-container--open .select2-selection--single {
  border-color: rgba(255, 26, 26, .38);
  box-shadow: 0 0 0 4px rgba(255, 26, 26, .08);
}


body.team-relationships-page .team-relationships-list {
  display: grid;
  gap: 10px;
}


body.team-relationships-page .team-relationships-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
  padding: 13px;
  border: 1px solid #e7eaf0;
  border-radius: 16px;
  background: #fff;
}


body.team-relationships-page .team-relationships-card-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}


body.team-relationships-page .team-relationships-card-logo {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  overflow: hidden;
  border-radius: 50%;
  background: #101828;
}


body.team-relationships-page .team-relationships-card-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}


body.team-relationships-page .team-relationships-card-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}


body.team-relationships-page .team-relationships-card-copy strong,
body.team-relationships-page .team-relationships-card-copy span,
body.team-relationships-page .team-relationships-card-copy small,
body.team-relationships-page .team-relationships-card-copy .small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.team-relationships-page .team-relationships-card-copy strong {
  color: #101828;
  font-size: .88rem;
  font-weight: 950;
}


body.team-relationships-page .team-relationships-card-copy span,
body.team-relationships-page .team-relationships-card-copy small,
body.team-relationships-page .team-relationships-card-copy .small {
  color: #667085 !important;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.2;
}


body.team-relationships-page .team-relationships-card-actions {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 auto;
}


body.team-relationships-page .team-relationships-empty-state {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px dashed #dfe3e8;
  border-radius: 15px;
  background: #fafbfc;
  color: #667085;
}


body.team-relationships-page .team-relationships-empty-state > span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #fff1f1;
  color: #ff1a1a;
}


body.team-relationships-page .team-relationships-empty-state strong {
  display: block;
  color: #667085;
  font-size: .76rem;
  font-weight: 900;
  line-height: 1.25;
}


body.team-relationships-page .team-relationships-map-section {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #e6e9ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .045);
}


body.team-relationships-page .team-relationships-map-search {
  margin-bottom: 14px;
  padding: 12px;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  background: #f8fafc;
}


body.team-relationships-page .team-relationships-map-search-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(190px, .9fr) minmax(130px, .55fr) auto auto;
  gap: 10px;
  align-items: end;
}


body.team-relationships-page .team-relationships-search-card .toolbar-btn,
body.team-relationships-page .team-relationships-map-search-grid .toolbar-btn {
  justify-content: center;
  min-width: 128px;
  white-space: nowrap;
}


body.team-relationships-page .team-relationships-map-search-grid #btn_relationship_map_near_me {
  min-width: 152px;
}


body.team-relationships-page .team-relationships-map-field {
  min-width: 0;
}


body.team-relationships-page .team-relationships-input-icon {
  position: relative;
  min-width: 0;
}


body.team-relationships-page .team-relationships-input-icon > i {
  position: absolute;
  left: 12px;
  top: 50%;
  z-index: 2;
  color: #ff1a1a;
  font-size: .78rem;
  transform: translateY(-50%);
  pointer-events: none;
}


body.team-relationships-page .team-relationships-input-icon .form-control,
body.team-relationships-page .team-relationships-input-icon .form-select {
  padding-left: 36px;
}


body.team-relationships-page .team-relationships-input-icon .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 36px;
}


body.team-relationships-page .team-relationships-map-grid {
  display: grid;
  grid-template-columns: minmax(260px, .45fr) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}


body.team-relationships-page .team-relationships-map-results,
body.team-relationships-page .team-relationships-map-panel {
  min-width: 0;
  min-height: 420px;
}


body.team-relationships-page .team-relationships-map-results {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 10px;
}


body.team-relationships-page .team-relationships-map-results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background: #f8fafc;
}


body.team-relationships-page .team-relationships-map-results-head strong,
body.team-relationships-page .team-relationships-map-results-head span {
  color: #101828;
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.team-relationships-page .team-relationships-map-list {
  min-height: 0;
  max-height: 368px;
  display: grid;
  align-content: start;
  gap: 9px;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-color: #ff1a1a #f1f3f5;
  scrollbar-width: thin;
}


body.team-relationships-page .team-relationships-map-list::-webkit-scrollbar {
  width: 8px;
}


body.team-relationships-page .team-relationships-map-list::-webkit-scrollbar-track {
  border-radius: 999px;
  background: #f1f3f5;
}


body.team-relationships-page .team-relationships-map-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #ff1a1a;
}


body.team-relationships-page .team-relationships-map-item {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
  min-height: 128px;
  height: auto;
  padding: 12px 10px 18px;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background: #fff;
  color: #101828;
  cursor: pointer;
  text-align: left;
}


body.team-relationships-page .team-relationships-map-item:hover,
body.team-relationships-page .team-relationships-map-item.is-active {
  border-color: rgba(255, 26, 26, .28);
  background: #fff7f7;
}


body.team-relationships-page .team-relationships-map-item.has-no-geolocation {
  border-color: #e4e7ec;
  background: #f6f7f9;
  cursor: default;
}


body.team-relationships-page .team-relationships-map-item.has-no-geolocation:hover {
  border-color: #e4e7ec;
  background: #f6f7f9;
}


body.team-relationships-page .team-relationships-map-item-logo {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: #101828;
}


body.team-relationships-page .team-relationships-map-item-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}


body.team-relationships-page .team-relationships-map-item-main {
  min-width: 0;
  display: grid;
  gap: 7px;
}


body.team-relationships-page .team-relationships-map-item-side {
  display: grid;
  justify-items: end;
  align-content: start;
  gap: 8px;
  min-width: 0;
}


body.team-relationships-page .team-relationships-map-item strong,
body.team-relationships-page .team-relationships-map-item small,
body.team-relationships-page .team-relationships-map-item em,
body.team-relationships-page .team-relationships-map-item-address {
  min-width: 0;
  overflow: hidden;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.team-relationships-page .team-relationships-map-item strong {
  color: #101828;
  font-size: .78rem;
  font-weight: 950;
}


body.team-relationships-page .team-relationships-map-item small,
body.team-relationships-page .team-relationships-map-item em {
  color: #667085;
  font-size: .66rem;
  font-style: normal;
  font-weight: 850;
}


body.team-relationships-page .team-relationships-map-item-modalities,
body.team-relationships-page .team-relationships-map-item-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 0;
}


body.team-relationships-page .team-relationships-map-item-modalities span,
body.team-relationships-page .team-relationships-map-item-modalities .sports-more-badge,
body.team-relationships-page .team-relationships-map-item-meta {
  width: fit-content;
  max-width: 100%;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #fff1f1;
  color: #c9161d;
  font-size: .62rem;
  font-weight: 900;
  line-height: 22px;
}


body.team-relationships-page .team-relationships-map-item-modalities .sports-more-badge,
body.team-relationships-page .team-relationships-popup-modalities .sports-more-badge {
  border: 0;
  margin: 0;
  cursor: pointer;
}


body.team-relationships-page .team-relationships-map-item-meta {
  background: #f8fafc;
  color: #475467;
}


body.team-relationships-page .team-relationships-map-item-meta i {
  color: #ff1a1a;
  font-size: .65rem;
}


body.team-relationships-page .team-relationships-map-item-geolocation-warning {
  width: fit-content;
  max-width: 100%;
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 8px;
  border-radius: 999px;
  background: #eef1f5;
  color: #667085;
  font-size: .62rem;
  font-weight: 900;
  line-height: 22px;
}


body.team-relationships-page .team-relationships-map-item-geolocation-warning i {
  color: #98a2b3;
  font-size: .62rem;
}


body.team-relationships-page .team-relationships-map-list-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  padding: 9px 11px;
  border: 1px dashed #f0d9dc;
  border-radius: 12px;
  background: #fff7f7;
  color: #c9161d;
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.team-relationships-page .team-relationships-map-list-label i {
  color: #ff1a1a;
  font-size: .72rem;
}


body.team-relationships-page .team-relationships-map-item-actions,
body.team-relationships-page .team-relationships-popup-actions {
  display: flex;
  min-width: 0;
}


body.team-relationships-page .team-relationships-map-item-actions .team-relationships-join-action,
body.team-relationships-page .team-relationships-popup-actions .team-relationships-join-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 32px !important;
  height: 32px !important;
  padding: 0 10px !important;
  border-radius: 10px !important;
  font-size: .66rem !important;
  line-height: 1 !important;
  white-space: nowrap;
}


body.team-relationships-page .team-relationships-map-item-actions .team-relationships-join-action i,
body.team-relationships-page .team-relationships-popup-actions .team-relationships-join-action i {
  font-size: .66rem;
}


body.team-relationships-page .team-relationships-map-item-side .team-relationships-map-item-actions {
  justify-content: flex-end;
}


body.team-relationships-page .team-relationships-map-panel {
  position: relative;
}


body.team-relationships-page .team-relationships-leaflet-map {
  width: 100%;
  min-height: 420px;
  height: 420px;
  overflow: hidden;
  border-radius: 18px;
  background: #eef2f6;
}


body.team-relationships-page .team-relationships-map-legend {
  position: absolute;
  left: 16px;
  right: auto;
  bottom: 16px;
  z-index: 500;
}


body.team-relationships-page .team-relationships-leaflet-marker {
  background: transparent;
  border: 0;
}


body.team-relationships-page .team-relationships-leaflet-marker .custom-marker .pin-logo {
  width: 35px !important;
  min-width: 35px;
  max-width: 35px;
  height: 35px !important;
  min-height: 35px;
  max-height: 35px;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  overflow: hidden;
}


body.team-relationships-page .team-relationships-leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(16, 24, 40, .18);
}


body.team-relationships-page .team-relationships-leaflet-popup .leaflet-popup-content {
  margin: 12px 14px;
}


body.team-relationships-page .team-relationships-leaflet-popup .scorizer-popup-container {
  min-width: 190px;
}


body.team-relationships-page .team-relationships-leaflet-popup .scorizer-popup-header h3 {
  gap: 8px;
  margin: 8px 0 0;
}


body.team-relationships-page .team-relationships-leaflet-popup .scorizer-popup-header h3 > span:last-child {
  color: #fff;
  font-size: .84rem;
  font-weight: 950;
  line-height: 1.18;
  overflow-wrap: anywhere;
}


body.team-relationships-page .team-relationships-leaflet-popup .popup-icon {
  color: #ff1a1a;
}


body.team-relationships-page .team-relationships-leaflet-popup .scorizer-popup-row {
  min-width: 0;
}


body.team-relationships-page .team-relationships-leaflet-popup .team-relationships-popup-address {
  min-width: 0;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.team-relationships-page .team-relationships-leaflet-popup .team-relationships-popup-modalities {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 6px;
}


body.team-relationships-page .team-relationships-leaflet-popup .team-relationships-popup-modalities > span {
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow-wrap: anywhere;
}


body.team-relationships-page .team-relationships-leaflet-popup .btn-scorizer-ver,
body.team-relationships-page .team-relationships-leaflet-popup .btn-scorizer-ver:visited,
body.team-relationships-page .team-relationships-leaflet-popup .btn-scorizer-ver:hover,
body.team-relationships-page .team-relationships-leaflet-popup .btn-scorizer-ver:focus,
body.team-relationships-page .team-relationships-leaflet-popup .btn-scorizer-ver:active {
  color: #fff !important;
  text-decoration: none !important;
}


body.team-relationships-page .team-relationships-leaflet-popup .team-relationships-popup-actions {
  margin-top: 8px;
}


body.team-relationships-page .team-relationships-leaflet-popup .team-relationships-popup-actions .team-relationships-join-action {
  width: 100%;
  min-height: 34px !important;
  height: 34px !important;
}


body.team-relationships-page .team-relationships-leaflet-popup .team-relationships-popup-actions .tertiary-btn {
  border: 0;
  background: #fff1f1;
  color: #c9161d;
  box-shadow: none;
}


body.team-relationships-page .team-relationships-modalities-modal .modal-content {
  border: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(16, 24, 40, .22);
}


body.team-relationships-page .team-relationships-modalities-modal .modal-header,
body.team-relationships-page .team-relationships-modalities-modal .modal-footer {
  border: 0;
  background: #fff;
}


body.team-relationships-page .team-relationships-modalities-modal .modal-header {
  align-items: flex-start;
  padding: 22px 24px 12px;
}


body.team-relationships-page .team-relationships-modalities-modal .modal-title {
  margin: 4px 0 0;
  color: #101828;
  font-size: 1.25rem;
  font-weight: 950;
}


body.team-relationships-page .team-relationships-modalities-modal .modal-body {
  padding: 12px 24px 20px;
}


body.team-relationships-page .team-relationships-modalities-modal .modal-footer {
  padding: 0 24px 24px;
}


body.team-relationships-page .team-relationships-modalities-modal .team-profile-modalities-modal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}


body.team-relationships-page .team-relationships-modalities-modal .team-profile-modalities-modal-item {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 16px;
  background: #f8fafc;
  display: flex;
  gap: 12px;
}


body.team-relationships-page .team-relationships-modalities-modal .team-profile-modalities-modal-item > span {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: #fff1f3;
  color: #d92d20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}


body.team-relationships-page .team-relationships-modalities-modal .team-profile-modalities-modal-item > div {
  min-width: 0;
}


body.team-relationships-page .team-relationships-modalities-modal .team-profile-modalities-modal-item strong,
body.team-relationships-page .team-relationships-modalities-modal .team-profile-modalities-modal-item small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}


body.team-relationships-page .team-relationships-modalities-modal .team-profile-modalities-modal-item strong {
  color: #101828;
  font-size: .96rem;
  font-weight: 950;
  line-height: 1.18;
}


body.team-relationships-page .team-relationships-modalities-modal .team-profile-modalities-modal-item small {
  margin-top: 4px;
  color: #667085;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}


body.team-relationships-page .team-relationships-modalities-modal .team-profile-modalities-modal-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}


body.team-relationships-page .team-relationships-modalities-modal .team-profile-modalities-modal-metrics em {
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid rgba(255, 26, 26, .14);
  border-radius: 999px;
  background: rgba(255, 26, 26, .06);
  color: #344054;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .7rem;
  font-style: normal;
  font-weight: 900;
}


body.team-relationships-page .team-relationships-modalities-modal .team-profile-modalities-modal-metrics i {
  color: #d92d20;
}


body.team-relationships-page .team-relationships-shortcuts-head {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}


body.team-relationships-page .team-relationships-shortcuts-head strong {
  color: #101828;
  font-size: .9rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.team-relationships-page .team-relationships-shortcut-grid {
  display: grid;
  gap: 9px;
}


body.team-relationships-page .team-relationships-shortcut-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 9px;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background: #fff;
  color: #101828;
  text-decoration: none !important;
}


body.team-relationships-page .team-relationships-shortcut-card i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff1f1;
  color: #ff1a1a;
}


body.team-relationships-page .team-relationships-shortcut-card span {
  min-width: 0;
  overflow: hidden;
  color: #344054;
  font-size: .74rem;
  font-weight: 950;
  line-height: 1.2;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}


body.other-teams-page .team-relationships-hero-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}


body.other-teams-page .team-relationships-card-copy .sports-more-badge {
  border: 0;
  margin: 0 0 0 4px;
  padding: 0 7px;
  border-radius: 999px;
  background: #fff1f1;
  color: #c9161d;
  font-size: .62rem;
  font-weight: 900;
  line-height: 20px;
  cursor: pointer;
}


body.other-teams-page .team-relationships-map-item {
  min-height: 168px;
  padding-bottom: 26px;
}


body.other-teams-page .team-relationships-map-item-main {
  gap: 8px;
}


body.other-teams-page .team-relationships-map-item-side {
  max-width: 132px;
}


body.other-teams-page .team-relationships-map-item-side .team-relationships-map-item-actions {
  width: 100%;
}


body.other-teams-page .team-relationships-map-item-side .team-relationships-join-action {
  width: 100%;
}


@media (max-width: 1220px) {
body.team-relationships-page .team-relationships-workspace,
body.team-relationships-page .team-relationships-map-grid {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-relationships-page .team-relationships-map-search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.team-relationships-page .team-relationships-map-search-grid .toolbar-btn {
    width: 100%;
    min-width: 0;
  }


  body.team-relationships-page .team-relationships-side-menu {
    position: static;
  }


  body.team-relationships-page .team-relationships-side-menu nav {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-relationships-page .team-relationships-shortcut-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }


  body.team-relationships-page .team-relationships-map-results,
body.team-relationships-page .team-relationships-map-panel {
    min-height: 360px;
  }


  body.team-relationships-page .team-relationships-map-list {
    max-height: 340px;
  }


  body.team-relationships-page .team-relationships-leaflet-map {
    min-height: 360px;
    height: 360px;
  }
}


@media (max-width: 767px) {
body.team-relationships-page .team-relationships-panel,
body.team-relationships-page .team-relationships-shortcuts-panel,
body.team-relationships-page .team-relationships-section,
body.team-relationships-page .team-relationships-map-section {
    padding: 14px;
  }


  body.team-relationships-page .team-relationships-hero-heading {
    align-items: flex-start;
  }


  body.team-relationships-page .team-relationships-hero-logo {
    width: 88px;
    height: 88px;
    flex-basis: 88px;
    border-radius: 20px;
  }


  body.team-relationships-page .team-relationships-hero-actions {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-relationships-page .team-relationships-card,
body.team-relationships-page .team-relationships-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-relationships-page .team-relationships-card-actions,
body.team-relationships-page .team-relationships-card-actions .toolbar-btn {
    width: 100%;
  }


  body.team-relationships-page .team-relationships-shortcut-grid {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-relationships-page .team-relationships-map-search-grid {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-relationships-page .team-relationships-map-search-grid .toolbar-btn {
    width: 100%;
  }


  body.team-relationships-page .team-relationships-map-item {
    grid-template-columns: 42px minmax(0, 1fr);
  }


  body.team-relationships-page .team-relationships-map-item-side {
    grid-column: 2;
    justify-items: start;
  }


  body.team-relationships-page .team-relationships-map-item em {
    grid-column: 2;
  }


  body.team-relationships-page .team-relationships-leaflet-map {
    min-height: 320px;
    height: 320px;
  }


  body.team-relationships-page .team-relationships-map-list {
    max-height: 320px;
  }


  body.team-relationships-page .team-relationships-modalities-modal .team-profile-modalities-modal-grid {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-relationships-page .team-relationships-modalities-modal .modal-header {
    padding: 18px 18px 10px;
  }


  body.team-relationships-page .team-relationships-modalities-modal .modal-body {
    padding: 10px 18px 18px;
  }


  body.team-relationships-page .team-relationships-modalities-modal .modal-footer {
    padding: 0 18px 18px;
  }
}


/* Team sponsors */

body.team-sponsors-page {
  background: #f4f5f7;
  color: #101828;
}


body.team-sponsors-page .team-sponsors-hero-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}


body.team-sponsors-page .team-sponsors-shell {
  max-width: none;
  width: 100%;
  padding-bottom: 36px;
}


body.team-sponsors-page .team-sponsors-workspace {
  grid-template-columns: 240px minmax(0, 1fr) 260px;
  gap: 18px;
  align-items: start;
}


body.team-sponsors-page .team-sponsors-panel {
  padding: 18px;
}


body.team-sponsors-page .team-sponsors-side-menu .belts-section-menu-link {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
}


body.team-sponsors-page .team-sponsors-section-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}


body.team-sponsors-page .team-sponsors-section-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 82px;
  padding: 13px;
  border: 1px solid #e7eaf0;
  border-radius: 16px;
  background: #fff;
  color: #101828;
  text-align: left;
  box-shadow: 0 8px 22px rgba(16, 24, 40, .04);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}


body.team-sponsors-page .team-sponsors-section-card:hover,
body.team-sponsors-page .team-sponsors-section-card.active,
body.team-sponsors-page .team-sponsors-section-card.is-active {
  transform: translateY(-2px);
  border-color: rgba(255, 26, 26, .26);
  background: #fff8f8;
  color: #101828;
  box-shadow: 0 13px 28px rgba(16, 24, 40, .08);
}


body.team-sponsors-page .team-sponsors-section-card > i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #fff1f1;
  color: #ff1a1a;
}


body.team-sponsors-page .team-sponsors-section-card > span {
  display: grid;
  gap: 4px;
  min-width: 0;
}


body.team-sponsors-page .team-sponsors-section-card strong,
body.team-sponsors-page .team-sponsors-section-card small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}


body.team-sponsors-page .team-sponsors-section-card strong {
  color: #101828;
  font-size: .78rem;
  font-weight: 950;
  line-height: 1.15;
  text-transform: uppercase;
  white-space: nowrap;
}


body.team-sponsors-page .team-sponsors-section-card small {
  display: -webkit-box;
  color: #98a2b3;
  font-size: .64rem;
  font-weight: 800;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


body.team-sponsors-page .logos-page-shell {
  max-width: none;
  margin: 0 !important;
  padding: 0;
}


body.team-sponsors-page .team-image-disclaimer {
  margin-bottom: 16px !important;
  padding: 14px 16px;
  border: 1px solid rgba(255, 26, 26, .13);
  border-radius: 16px;
  background: #fff8f8;
  color: #475467;
  box-shadow: none;
}


body.team-sponsors-page .team-image-disclaimer__title {
  color: #101828;
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.team-sponsors-page .logos-accordion {
  display: block;
}


body.team-sponsors-page .logos-accordion .accordion-item {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}


body.team-sponsors-page .logos-accordion .accordion-header {
  display: none;
}


body.team-sponsors-page .logos-accordion .accordion-collapse {
  display: none;
}


body.team-sponsors-page .logos-accordion .accordion-collapse.show {
  display: block;
}


body.team-sponsors-page .logos-accordion .accordion-body {
  padding: 0;
  background: transparent;
}


body.team-sponsors-page .logo-asset-card {
  border: 1px solid #e6e9ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .05);
  overflow: hidden;
}


body.team-sponsors-page .logo-asset-card__body {
  display: grid;
  gap: 12px;
  padding: 14px;
}


body.team-sponsors-page .logo-asset-card__top {
  align-items: center;
  margin: 0;
}


body.team-sponsors-page .logo-asset-card__title {
  margin: 0;
  color: #101828;
  font-size: .9rem;
  font-weight: 950;
  line-height: 1.15;
}


body.team-sponsors-page .logo-asset-card__meta {
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid #edf0f4;
  border-radius: 999px;
  background: #f8fafc;
  color: #667085;
  font-size: .64rem;
  font-weight: 850;
}


body.team-sponsors-page .logo-asset-preview {
  min-height: 150px;
  border: 1px dashed #d7dce4;
  border-radius: 15px;
  background:
    radial-gradient(circle at top right, rgba(255, 26, 26, .09), transparent 36%),
    linear-gradient(180deg, #fafbfc 0%, #f4f6f9 100%);
}


body.team-sponsors-page .logo-asset-preview--horizontal {
  min-height: 132px;
}


body.team-sponsors-page .logo-asset-preview--vertical {
  min-height: 220px;
}


body.team-sponsors-page .logo-asset-preview--signature {
  min-height: 170px;
}


body.team-sponsors-page .team-identity-preview {
  min-height: 230px;
}


body.team-sponsors-page .logo-asset-preview__img {
  max-width: calc(100% - 28px);
  max-height: 92px;
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 10px 24px rgba(16, 24, 40, .13);
}


body.team-sponsors-page .logo-asset-preview--vertical .logo-asset-preview__img,
body.team-sponsors-page .team-identity-preview__img {
  max-height: 150px;
}


body.team-sponsors-page .logo-asset-preview--signature .logo-asset-preview__img {
  max-height: 98px;
}


body.team-sponsors-page .logo-asset-empty {
  gap: 8px;
  padding: 18px;
  color: #667085;
  font-size: .76rem;
  font-weight: 850;
}


body.team-sponsors-page .logo-asset-empty svg {
  display: none;
}


body.team-sponsors-page .logo-asset-empty::before {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #fff1f1;
  color: #ff1a1a;
  font-family: "Font Awesome 6 Free";
  font-size: 1rem;
  font-weight: 900;
  content: "\f03e";
}


body.team-sponsors-page .team-identity-help {
  margin: 0;
  color: #667085;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.4;
}


body.team-sponsors-page .logo-asset-actions,
body.team-sponsors-page .team-identity-actions,
body.team-sponsors-page .section-save-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 0;
}


body.team-sponsors-page .logo-asset-trigger,
body.team-sponsors-page .section-save-button,
body.team-sponsors-page .team-identity-remove {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 13px;
  padding: 0 16px;
  font-size: .74rem;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none !important;
}


body.team-sponsors-page .section-save-button {
  border: 0;
  background: #ff1a1a;
  color: #fff;
  box-shadow: 0 10px 22px rgba(255, 26, 26, .18);
}


body.team-sponsors-page .section-save-button:hover {
  background: #c9161d;
  color: #fff;
}


body.team-sponsors-page .team-identity-remove {
  min-width: 0;
  border: 0;
  background: #101828;
  color: #fff;
  box-shadow: 0 10px 22px rgba(16, 24, 40, .12);
}


body.team-sponsors-page .team-identity-remove:hover {
  background: #344054;
  color: #fff;
}


body.team-sponsors-page .section-save-button::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0c7";
}


body.team-sponsors-page .team-identity-remove::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f2ed";
}


body.team-sponsors-page .team-sponsors-shortcuts {
  position: sticky;
  top: 96px;
}


body.team-sponsors-page .team-sponsors-shortcuts-panel {
  padding: 14px;
}


body.team-sponsors-page .team-sponsors-shortcuts-head {
  display: grid;
  gap: 5px;
  margin-bottom: 12px;
}


body.team-sponsors-page .team-sponsors-shortcuts-head strong {
  color: #101828;
  font-size: 1rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.team-sponsors-page .team-sponsors-shortcut-grid {
  display: grid;
  gap: 8px;
}


body.team-sponsors-page .team-sponsors-shortcut-card {
  min-height: 48px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 9px;
  border: 1px solid #edf0f4;
  border-radius: 13px;
  background: #fff;
  color: #101828;
  text-decoration: none !important;
  box-shadow: 0 7px 18px rgba(16, 24, 40, .035);
}


body.team-sponsors-page .team-sponsors-shortcut-card:hover {
  border-color: rgba(255, 26, 26, .2);
  background: #fff8f8;
  color: #101828;
}


body.team-sponsors-page .team-sponsors-shortcut-card i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #fff1f1;
  color: #ff1a1a;
}


body.team-sponsors-page .team-sponsors-shortcut-card span {
  overflow: hidden;
  color: #101828;
  font-size: .72rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}


@media (max-width: 1450px) {
body.team-sponsors-page .team-sponsors-workspace {
    grid-template-columns: 228px minmax(0, 1fr) 238px;
  }
}


@media (max-width: 1220px) {
body.team-sponsors-page .team-sponsors-workspace {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-sponsors-page .team-sponsors-side-menu {
    position: static;
  }


  body.team-sponsors-page .team-sponsors-side-menu .belts-mobile-collapse-header {
    display: grid;
  }


  body.team-sponsors-page .team-sponsors-side-menu.is-collapsed> :not(.belts-mobile-collapse-header) {
    display: none !important;
  }


  body.team-sponsors-page .team-sponsors-side-menu nav {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 8px;
  }


  body.team-sponsors-page .team-sponsors-shortcuts {
    grid-column: auto;
    position: static;
  }


  body.team-sponsors-page .team-sponsors-shortcut-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


@media (max-width: 992px) {
body.team-sponsors-page .team-sponsors-hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }


  body.team-sponsors-page .team-sponsors-workspace {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-sponsors-page .team-sponsors-side-menu,
body.team-sponsors-page .team-sponsors-shortcuts {
    grid-column: auto;
    position: static;
  }


  body.team-sponsors-page .team-sponsors-side-menu nav {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-sponsors-page .team-sponsors-shortcut-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.team-sponsors-page .team-sponsors-section-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 768px) {
body.team-sponsors-page .team-sponsors-hero-actions,
body.team-sponsors-page .team-sponsors-toolbar .belts-clean-actions {
    width: 100%;
    justify-content: stretch;
  }


  body.team-sponsors-page .team-sponsors-toolbar .toolbar-btn,
body.team-sponsors-page .logo-asset-trigger,
body.team-sponsors-page .section-save-button,
body.team-sponsors-page .team-identity-remove {
    width: 100%;
  }


  body.team-sponsors-page .team-sponsors-hero-heading {
    align-items: flex-start;
  }


  body.team-sponsors-page .team-sponsors-hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.team-sponsors-page .team-sponsors-hero-logo {
    width: 88px;
    height: 88px;
    flex-basis: 88px;
    border-radius: 20px;
  }


  body.team-sponsors-page .team-sponsors-hero-mini-card {
    min-height: 112px;
    padding: 16px 12px;
  }


  body.team-sponsors-page .team-sponsors-panel {
    padding: 15px;
  }


  body.team-sponsors-page .team-sponsors-side-menu nav,
body.team-sponsors-page .team-sponsors-shortcut-grid,
body.team-sponsors-page .team-sponsors-section-cards {
    grid-template-columns: minmax(0, 1fr);
  }


  body.team-sponsors-page .logo-asset-card__top {
    display: grid;
    gap: 8px;
  }


  body.team-sponsors-page .logo-asset-card__meta {
    justify-self: start;
  }
}


@media (max-width: 520px) {
body.team-sponsors-page .team-sponsors-shell {
    padding-left: 14px;
    padding-right: 14px;
  }
}


/* Team organization menu */

body.organization-entry-page {
  --org-red: #ff1a1a;
  --org-red-dark: #d71920;
  --org-text: #101828;
  --org-muted: #667085;
  --org-border: #e8ebf0;
  --org-green: #128a43;
  --org-radius: 18px;
  min-height: 100vh;
  background: #f7f8fa;
  color: var(--org-text);
}


body.organization-entry-page .organization-layout {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  padding: 18px 22px 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}


body.organization-entry-page .organization-hero .belts-clean-hero-inner {
  align-items: center;
}


body.organization-entry-page .organization-hero-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}


body.organization-entry-page .organization-hero-logo {
  width: clamp(98px, 8vw, 132px);
  height: clamp(98px, 8vw, 132px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 clamp(98px, 8vw, 132px);
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  color: #101828;
  font-size: 2rem;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
}


body.organization-entry-page .organization-hero-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


body.organization-entry-page .organization-hero-heading-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}


body.organization-entry-page .organization-hero-heading-copy h1,
body.organization-entry-page .organization-hero-heading-copy p {
  margin: 0;
}


body.organization-entry-page .organization-hero-heading-copy h1 {
  color: #fff;
  font-size: clamp(1.65rem, 2.8vw, 2.6rem);
  font-weight: 950;
  line-height: 1.04;
}


body.organization-entry-page .organization-hero-heading-copy p {
  max-width: 760px;
  color: rgba(255, 255, 255, .78);
  font-size: .9rem;
  font-weight: 650;
  line-height: 1.45;
}


body.organization-entry-page .organization-hero-actions {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}


body.organization-entry-page .organization-hero-mini-card {
  min-width: 0;
  min-height: 74px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .1);
}


body.organization-entry-page .organization-hero-mini-card i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, .16);
  color: #fff;
}


body.organization-entry-page .organization-hero-mini-card span {
  display: grid;
  gap: 3px;
  min-width: 0;
}


body.organization-entry-page .organization-hero-mini-card small,
body.organization-entry-page .organization-hero-mini-card strong {
  min-width: 0;
  overflow: hidden;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.organization-entry-page .organization-hero-mini-card small {
  color: rgba(255, 255, 255, .66);
  font-size: .64rem;
  font-weight: 900;
  text-transform: uppercase;
}


body.organization-entry-page .organization-hero-mini-card strong {
  color: #fff;
  font-size: .84rem;
  font-weight: 950;
}


body.organization-entry-page .organization-main {
  min-width: 0;
  display: grid;
  gap: 18px;
}


body.organization-entry-page .organization-toolbar {
  margin-top: 0;
}


body.organization-entry-page .organization-grid {
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(280px, 1fr));
  gap: 18px;
  justify-content: center;
}


body.organization-entry-page .organization-card {
  min-width: 0;
  min-height: 0;
  aspect-ratio: 1 / .92;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--org-border);
  border-radius: var(--org-radius);
  background: #fff;
  box-shadow: 0 12px 32px rgba(16, 24, 40, .045);
  text-align: center;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}


body.organization-entry-page .organization-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 26, 26, .25);
  box-shadow: 0 16px 36px rgba(16, 24, 40, .08);
}


body.organization-entry-page .organization-card-icon {
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, #fff 0, #fff 42%, #fff0f2 100%);
  color: var(--org-red);
  font-size: 2.75rem;
}


body.organization-entry-page .organization-card h2 {
  margin: 14px 0 8px;
  color: var(--org-text);
  font-size: 1.28rem;
  font-weight: 950;
  line-height: 1.08;
}


body.organization-entry-page .organization-card p {
  margin: 0;
  max-width: 320px;
  color: #475467;
  font-size: .82rem;
  font-weight: 750;
  line-height: 1.45;
}


body.organization-entry-page .organization-action {
  width: auto;
  min-width: 154px;
  max-width: 210px;
  min-height: 42px;
  margin-top: auto;
  padding: 0 14px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 26, 26, .55);
  border-radius: 10px;
  background: #fff;
  color: var(--org-red);
  font-size: .78rem;
  font-weight: 950;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}


body.organization-entry-page .organization-action:hover {
  border-color: rgba(215, 25, 32, .65);
  background: #fff7f8;
  color: var(--org-red-dark);
}


body.organization-entry-page .organization-action span {
  grid-column: 2;
  text-align: center;
}


body.organization-entry-page .organization-action i {
  grid-column: 3;
  margin-left: 0;
}


body.organization-entry-page .organization-card.is-create {
  grid-column: auto;
}


body.organization-entry-page .organization-card.is-create .organization-card-icon {
  position: relative;
}


body.organization-entry-page .organization-card.is-create .organization-card-icon::after {
  content: "+";
  position: absolute;
  right: 7px;
  bottom: 5px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--org-green);
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
}


body.organization-entry-page .organization-banner {
  min-height: 84px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 26, 26, .08);
  border-radius: 16px;
  background:
    radial-gradient(circle at 8% 50%, rgba(255, 26, 26, .08), transparent 20%),
    linear-gradient(90deg, #fff7f8, #fff9fa);
}


body.organization-entry-page .organization-banner-copy {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}


body.organization-entry-page .organization-banner-icon {
  position: relative;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #fff;
  color: var(--org-red);
  font-size: 1.45rem;
  box-shadow: 0 10px 22px rgba(255, 26, 26, .12);
}


body.organization-entry-page .organization-banner-icon i {
  position: absolute;
  inset: 0;
  font-size: 1.9rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
}


body.organization-entry-page .organization-banner strong,
body.organization-entry-page .organization-banner span {
  display: block;
}


body.organization-entry-page .organization-banner strong {
  color: var(--org-text);
  font-size: .92rem;
  font-weight: 950;
}


body.organization-entry-page .organization-banner span {
  margin-top: 3px;
  color: var(--org-muted);
  font-size: .72rem;
  font-weight: 750;
}


body.organization-entry-page .organization-banner a {
  min-height: 40px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 26, 26, .5);
  border-radius: 10px;
  background: #fff;
  color: var(--org-red);
  font-size: .74rem;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}


@media (max-width: 980px) {
body.organization-entry-page .organization-hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }


  body.organization-entry-page .organization-grid {
    max-width: 760px;
    grid-template-columns: repeat(2, minmax(250px, 1fr));
  }


  body.organization-entry-page .organization-card.is-create {
    grid-column: auto;
  }
}


@media (max-width: 680px) {
body.organization-entry-page .organization-layout {
    padding: 12px 10px 36px;
    gap: 14px;
  }


  body.organization-entry-page .organization-hero-heading {
    align-items: flex-start;
  }


  body.organization-entry-page .organization-hero-logo {
    width: 88px;
    height: 88px;
    flex-basis: 88px;
    border-radius: 20px;
  }


  body.organization-entry-page .organization-hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  body.organization-entry-page .organization-grid {
    grid-template-columns: minmax(0, 1fr);
  }


  body.organization-entry-page .organization-card {
    aspect-ratio: auto;
    min-height: 240px;
  }


  body.organization-entry-page .organization-action {
    width: 100%;
    max-width: none;
  }


  body.organization-entry-page .organization-banner {
    align-items: flex-start;
    flex-direction: column;
  }


body.organization-entry-page .organization-banner a {
    width: 100%;
    justify-content: center;
  }
}


body.staff-teams-recommended-page {
  background: #f4f5f7;
  color: #101828;
}


body.staff-teams-recommended-page .staff-teams-recommended-hero {
  min-height: 230px;
  padding: 96px 22px 46px;
  background:
    linear-gradient(90deg, rgba(16, 24, 40, .92), rgba(16, 24, 40, .68)),
    url("../img/pages/team.jpeg") center/cover no-repeat;
  color: #fff;
}


body.staff-teams-recommended-page .staff-teams-recommended-hero-inner {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}


body.staff-teams-recommended-page .staff-teams-recommended-hero-icon {
  width: 82px;
  height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 4px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 1.8rem;
}


body.staff-teams-recommended-page .staff-teams-recommended-hero small,
body.staff-teams-recommended-page .staff-teams-recommended-hero h1,
body.staff-teams-recommended-page .staff-teams-recommended-hero p {
  display: block;
  margin: 0;
}


body.staff-teams-recommended-page .staff-teams-recommended-hero small {
  color: rgba(255, 255, 255, .72);
  font-size: .74rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.staff-teams-recommended-page .staff-teams-recommended-hero h1 {
  margin-top: 6px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 950;
  line-height: .95;
}


body.staff-teams-recommended-page .staff-teams-recommended-hero p {
  max-width: 720px;
  margin-top: 10px;
  color: rgba(255, 255, 255, .82);
  font-size: .95rem;
  font-weight: 750;
  line-height: 1.45;
}


body.staff-teams-recommended-page .staff-teams-recommended-shell {
  max-width: none;
}


body.staff-teams-recommended-page .staff-teams-recommended-toolbar {
  margin-top: 0;
}


body.staff-teams-recommended-page .staff-teams-recommended-workspace {
  grid-template-columns: 235px minmax(0, 1fr);
  gap: 20px;
}


body.staff-teams-recommended-page .staff-teams-recommended-side-menu {
  top: 88px;
}


body.staff-teams-recommended-page .staff-teams-recommended-side-card {
  min-height: 250px;
  margin-top: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(16, 24, 40, .18), rgba(16, 24, 40, .9)),
    url("../img/pages/team.jpeg") center/cover no-repeat;
  color: #fff;
}


body.staff-teams-recommended-page .staff-teams-recommended-side-card span {
  color: rgba(255, 255, 255, .74);
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.staff-teams-recommended-page .staff-teams-recommended-side-card strong {
  color: #fff;
  font-size: 1.28rem;
  font-weight: 950;
  line-height: 1.05;
}


body.staff-teams-recommended-page .staff-teams-recommended-main {
  gap: 18px;
}


body.staff-teams-recommended-page .staff-teams-recommended-filter-panel {
  padding: 16px;
}


body.staff-teams-recommended-page .staff-teams-recommended-filters {
  display: grid;
  grid-template-columns: minmax(240px, 1.35fr) repeat(3, minmax(150px, .7fr)) auto auto;
  gap: 10px;
  align-items: center;
}


body.staff-teams-recommended-page .staff-teams-recommended-filters .toolbar-btn {
  width: 100%;
}


body.staff-teams-recommended-page .team-relationships-input-icon {
  position: relative;
  min-width: 0;
}


body.staff-teams-recommended-page .team-relationships-input-icon > i {
  position: absolute;
  top: 50%;
  left: 13px;
  z-index: 3;
  color: #98a2b3;
  font-size: .82rem;
  transform: translateY(-50%);
  pointer-events: none;
}


body.staff-teams-recommended-page .team-relationships-input-icon .form-control,
body.staff-teams-recommended-page .team-relationships-input-icon .form-select {
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding-left: 38px;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  background-color: #fff;
  color: #101828;
  font-size: .78rem;
  font-weight: 800;
  box-shadow: none;
}


body.staff-teams-recommended-page .team-relationships-input-icon .select2-container {
  width: 100% !important;
}


body.staff-teams-recommended-page .team-relationships-input-icon .select2-container--default .select2-selection--single {
  height: 44px;
  min-height: 44px;
  padding-left: 30px;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}


body.staff-teams-recommended-page .team-relationships-input-icon .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 8px;
  color: #101828;
  font-size: .78rem;
  font-weight: 800;
  line-height: 42px;
}


body.staff-teams-recommended-page .team-relationships-input-icon .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  right: 8px;
}


body.staff-teams-recommended-page .staff-teams-recommended-list-panel {
  padding: 18px;
}


body.staff-teams-recommended-page .staff-teams-recommended-results-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(360px, .7fr);
  gap: 18px;
  align-items: start;
}


body.staff-teams-recommended-page .staff-teams-recommended-map-panel {
  position: sticky;
  top: 88px;
  padding: 18px;
}


body.staff-teams-recommended-page .staff-teams-recommended-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}


body.staff-teams-recommended-page .staff-teams-recommended-head small,
body.staff-teams-recommended-page .staff-teams-recommended-head strong {
  display: block;
}


body.staff-teams-recommended-page .staff-teams-recommended-head small {
  color: #667085;
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
}


body.staff-teams-recommended-page .staff-teams-recommended-head strong {
  margin-top: 3px;
  color: #101828;
  font-size: 1rem;
  font-weight: 950;
}


body.staff-teams-recommended-page .staff-teams-recommended-head em {
  min-width: 42px;
  height: 32px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff1f3;
  color: #d92d20;
  font-style: normal;
  font-weight: 950;
}


body.staff-teams-recommended-page .staff-teams-recommended-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}


body.staff-teams-recommended-page .staff-teams-recommended-card,
body.staff-teams-recommended-page .staff-teams-recommended-empty {
  min-width: 0;
  min-height: 116px;
  padding: 14px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid #edf0f4;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(16, 24, 40, .035);
}


body.staff-teams-recommended-page .staff-teams-recommended-empty {
  grid-column: 1 / -1;
  grid-template-columns: 46px minmax(0, 1fr);
}


body.staff-teams-recommended-page .staff-teams-recommended-empty i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #fff1f3;
  color: #d92d20;
}


body.staff-teams-recommended-page .staff-teams-recommended-logo {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background: linear-gradient(145deg, #111827, #020617);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: .86rem;
  font-weight: 950;
}


body.staff-teams-recommended-page .staff-teams-recommended-logo.has-image {
  background-color: #fff;
}


body.staff-teams-recommended-page .staff-teams-recommended-card-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}


body.staff-teams-recommended-page .staff-teams-recommended-card strong,
body.staff-teams-recommended-page .staff-teams-recommended-card small,
body.staff-teams-recommended-page .staff-teams-recommended-empty strong,
body.staff-teams-recommended-page .staff-teams-recommended-empty small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


body.staff-teams-recommended-page .staff-teams-recommended-card strong,
body.staff-teams-recommended-page .staff-teams-recommended-empty strong {
  color: #101828;
  font-size: .94rem;
  font-weight: 950;
  line-height: 1.15;
}


body.staff-teams-recommended-page .staff-teams-recommended-card small,
body.staff-teams-recommended-page .staff-teams-recommended-empty small {
  color: #667085;
  font-size: .72rem;
  font-weight: 750;
}


body.staff-teams-recommended-page .staff-teams-recommended-reasons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 5px;
}


body.staff-teams-recommended-page .staff-teams-recommended-reasons em {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  max-width: 100%;
  padding: 0 8px;
  border-radius: 999px;
  background: #fff1f3;
  color: #b42318;
  font-size: .62rem;
  font-style: normal;
  font-weight: 900;
}


body.staff-teams-recommended-page .staff-teams-recommended-pagination {
  margin-top: 16px;
}


body.staff-teams-recommended-page .staff-teams-recommended-pagination.d-none {
  display: none !important;
}


body.staff-teams-recommended-page .staff-teams-recommended-map-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid #edf0f4;
  border-radius: 18px;
  background: #eef2f6;
}


body.staff-teams-recommended-page .staff-teams-recommended-map {
  width: 100%;
  min-height: 520px;
  height: 520px;
}


body.staff-teams-recommended-page .staff-teams-recommended-map-empty {
  position: absolute;
  inset: 14px;
  z-index: 420;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 18px;
  border: 1px dashed #dfe3e8;
  border-radius: 16px;
  background: rgba(255, 255, 255, .9);
  color: #667085;
  text-align: center;
  backdrop-filter: blur(4px);
}


body.staff-teams-recommended-page .staff-teams-recommended-map-empty.d-none {
  display: none !important;
}


body.staff-teams-recommended-page .staff-teams-recommended-map-empty i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #fff1f3;
  color: #d92d20;
}


body.staff-teams-recommended-page .staff-teams-recommended-map-empty strong,
body.staff-teams-recommended-page .staff-teams-recommended-map-empty small {
  display: block;
}


body.staff-teams-recommended-page .staff-teams-recommended-map-empty strong {
  color: #101828;
  font-size: .86rem;
  font-weight: 950;
}


body.staff-teams-recommended-page .staff-teams-recommended-map-empty small {
  color: #667085;
  font-size: .72rem;
  font-weight: 750;
}


body.staff-teams-recommended-page .staff-teams-recommended-map-link {
  width: fit-content;
  min-height: 34px !important;
  height: 34px !important;
  margin-top: 12px;
  padding: 0 12px !important;
  border-radius: 10px !important;
  font-size: .7rem !important;
}


body.staff-teams-recommended-page .staff-teams-recommended-leaflet-marker {
  background: transparent;
  border: 0;
}


body.staff-teams-recommended-page .staff-teams-recommended-leaflet-marker .custom-marker .pin-logo {
  width: 35px !important;
  min-width: 35px;
  max-width: 35px;
  height: 35px !important;
  min-height: 35px;
  max-height: 35px;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  overflow: hidden;
}


body.staff-teams-recommended-page .staff-teams-recommended-leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(16, 24, 40, .18);
}


body.staff-teams-recommended-page .staff-teams-recommended-leaflet-popup .leaflet-popup-content {
  margin: 12px 14px;
}


body.staff-teams-recommended-page .staff-teams-recommended-leaflet-popup .scorizer-popup-container {
  min-width: 190px;
}


body.staff-teams-recommended-page .staff-teams-recommended-leaflet-popup .scorizer-popup-header h3 {
  gap: 8px;
  margin: 8px 0 0;
}


body.staff-teams-recommended-page .staff-teams-recommended-leaflet-popup .scorizer-popup-header h3 > span:last-child {
  color: #fff;
  font-size: .84rem;
  font-weight: 950;
  line-height: 1.18;
  overflow-wrap: anywhere;
}


body.staff-teams-recommended-page .staff-teams-recommended-leaflet-popup .popup-icon {
  color: #ff1a1a;
}


body.staff-teams-recommended-page .staff-teams-recommended-leaflet-popup .scorizer-popup-row {
  min-width: 0;
}


body.staff-teams-recommended-page .staff-teams-recommended-leaflet-popup .btn-scorizer-ver,
body.staff-teams-recommended-page .staff-teams-recommended-leaflet-popup .btn-scorizer-ver:visited,
body.staff-teams-recommended-page .staff-teams-recommended-leaflet-popup .btn-scorizer-ver:hover,
body.staff-teams-recommended-page .staff-teams-recommended-leaflet-popup .btn-scorizer-ver:focus,
body.staff-teams-recommended-page .staff-teams-recommended-leaflet-popup .btn-scorizer-ver:active {
  color: #fff !important;
  text-decoration: none !important;
}


body.staff-teams-recommended-page .staff-teams-recommended-skeleton {
  position: relative;
  display: block;
  width: min(100%, 220px);
  min-height: 1em;
  overflow: hidden;
  border-radius: 999px;
  color: transparent !important;
}


body.staff-teams-recommended-page .staff-teams-recommended-skeleton::before {
  content: "";
  position: absolute;
  inset: .12em 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #eef1f5, #fff, #eef1f5);
  background-size: 220% 100%;
  animation: map-loading-shimmer 1.3s ease-in-out infinite;
}


body.staff-teams-recommended-page .staff-teams-recommended-logo.staff-teams-recommended-skeleton {
  width: 58px;
  min-height: 58px;
  border-radius: 14px;
}


body.staff-teams-recommended-page .staff-teams-recommended-skeleton.is-small {
  min-height: 14px;
}


@media (max-width: 1320px) {
body.staff-teams-recommended-page .staff-teams-recommended-filters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


@media (max-width: 1024px) {
body.staff-teams-recommended-page .staff-teams-recommended-workspace {
    grid-template-columns: minmax(0, 1fr);
  }


  body.staff-teams-recommended-page .staff-teams-recommended-side-menu {
    position: static;
  }


  body.staff-teams-recommended-page .staff-teams-recommended-side-card {
    display: none;
  }


  body.staff-teams-recommended-page .staff-teams-recommended-results-grid {
    grid-template-columns: minmax(0, 1fr);
  }


  body.staff-teams-recommended-page .staff-teams-recommended-map-panel {
    position: static;
  }


  body.staff-teams-recommended-page .staff-teams-recommended-map {
    min-height: 420px;
    height: 420px;
  }


  body.staff-teams-recommended-page .staff-teams-recommended-list {
    grid-template-columns: minmax(0, 1fr);
  }
}


@media (max-width: 768px) {
body.staff-teams-recommended-page .staff-teams-recommended-hero {
    padding: 86px 12px 38px;
  }


  body.staff-teams-recommended-page .staff-teams-recommended-hero-inner,
body.staff-teams-recommended-page .staff-teams-recommended-filters,
body.staff-teams-recommended-page .staff-teams-recommended-card {
    grid-template-columns: minmax(0, 1fr);
  }


  body.staff-teams-recommended-page .staff-teams-recommended-hero-icon {
    width: 68px;
    height: 68px;
    border-radius: 18px;
  }


  body.staff-teams-recommended-page .staff-teams-recommended-hero .toolbar-btn,
body.staff-teams-recommended-page .staff-teams-recommended-pagination .toolbar-btn,
body.staff-teams-recommended-page .staff-teams-recommended-card .toolbar-btn,
body.staff-teams-recommended-page .staff-teams-recommended-map-link {
    width: 100%;
  }


  body.staff-teams-recommended-page .staff-teams-recommended-map {
    min-height: 340px;
    height: 340px;
  }


  body.staff-teams-recommended-page .staff-teams-recommended-pagination {
    align-items: stretch;
    flex-direction: column;
  }
}

body.belts-clean-page .team-profile-manager-people-avatar,
body.belts-clean-page .team-add-person-avatar {
  aspect-ratio: 1 / 1;
  border-radius: 50% !important;
  overflow: hidden;
}


body.belts-clean-page .team-profile-manager-people-avatar img,
body.belts-clean-page .team-add-person-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50% !important;
  object-fit: cover;
}


body.belts-clean-page .map-brand-logo,
body.belts-clean-page .location-popup-logo-wrap,
body.belts-clean-page .location-popup-logo,
body.belts-clean-page .location-popup-logo-fallback,
body.team-profile-page .team-profile-logo,
body.team-profile-page .team-profile-public-logo,
body.team-profile-page .team-profile-banner-logo,
body.team-profile-page .team-profile-leaflet-marker .custom-marker .pin-logo,
body.team-profile-manager-page .team-manager-summary-logo,
body.team-profile-manager-page .team-profile-manager-license-logo,
body.team-profile-manager-page .team-profile-manager-license-logo-fallback,
body.team-add-page .team-add-hero-logo,
body.team-add-page #imagePreview,
body.team-add-page #logoPreview,
body.team-sponsors-page .team-sponsors-hero-logo,
body.team-relationships-page .team-relationships-hero-logo,
body.team-relationships-page .team-relationships-card-logo,
body.team-relationships-page .team-relationships-map-item-logo,
body.team-relationships-page .team-relationships-leaflet-marker .custom-marker .pin-logo,
body.other-teams-page .team-relationships-hero-logo,
body.organization-entry-page .organization-hero-logo {
  aspect-ratio: 1 / 1;
  border-radius: 16px !important;
  overflow: hidden;
}


body.belts-clean-page .map-brand-logo img,
body.belts-clean-page .location-popup-logo-wrap img,
body.belts-clean-page .location-popup-logo img,
body.team-profile-page .team-profile-logo img,
body.team-profile-page .team-profile-public-logo img,
body.team-profile-page .team-profile-banner-logo img,
body.team-profile-page .team-profile-leaflet-marker .custom-marker img.pin-logo,
body.team-profile-manager-page .team-manager-summary-logo img,
body.team-profile-manager-page .team-profile-manager-license-logo img,
body.team-add-page .team-add-hero-logo img,
body.team-add-page #imagePreview,
body.team-add-page #logoPreview,
body.team-sponsors-page .team-sponsors-hero-logo img,
body.team-relationships-page .team-relationships-hero-logo img,
body.team-relationships-page .team-relationships-card-logo img,
body.team-relationships-page .team-relationships-map-item-logo img,
body.team-relationships-page .team-relationships-leaflet-marker .custom-marker img.pin-logo,
body.other-teams-page .team-relationships-hero-logo img,
body.organization-entry-page .organization-hero-logo img {
  width: 100%;
  height: 100%;
  border-radius: inherit !important;
  object-fit: contain;
}

/* Notification cards used by team manager */
body.team-profile-manager-page .team-profile-manager-notification-item {
  min-width: 0;
  padding: 12px;
  border: 1px solid #ececec;
  border-radius: 14px;
  background: #fff;
  color: #101828;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}



body.team-profile-manager-page .team-profile-manager-notification-item:hover {
  border-color: rgba(217, 45, 32, .22);
  box-shadow: 0 12px 24px rgba(16, 24, 40, .07);
  transform: translateY(-1px);
}



body.team-profile-manager-page .team-profile-manager-notification-item>span {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 13px;
  background: #fff1f3;
  color: #d92d20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}



body.team-profile-manager-page .team-profile-manager-notification-item>div {
  min-width: 0;
  display: grid;
  gap: 5px;
}



body.team-profile-manager-page .team-profile-manager-notification-item strong {
  min-width: 0;
  color: #101828;
  font-size: .86rem;
  font-weight: 950;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



body.team-profile-manager-page .team-profile-manager-notification-item small {
  min-width: 0;
  color: #667085;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: .68rem;
  font-weight: 850;
  line-height: 1.1;
  text-transform: uppercase;
}



body.team-profile-manager-page .team-profile-manager-notification-item em {
  color: #d92d20;
  font-style: normal;
  font-weight: 950;
}
