/* User Card Component Styles */
/* RTL support for Hebrew content */
/* Width: 417px */
* {
  box-sizing: border-box;
  font-family: Heebo, sans-serif;
}

.page-pav-2025 .connections-container, .remaining-connections-container {
  display: grid;
  gap: 23px 12px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 417px), 417px));
  max-width: 850px;
  overflow: hidden;
  justify-content: flex-start;
}

.page-pav-2025 {
  font-family: Heebo, sans-serif;
}

.page-pav-2025 .pc-users-cards {
  max-width: 850px;
  margin: auto;
}

.pav-2026-user-card {
  width: 417px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 14px 28px 19px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pav-2026-user-card--wrapper {
  display: flex;
}
.pav-2026-user-card__top {
  width: 100%;
  height: 20px;
  padding: 0 4px 0 5px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.pav-2026-user-card__bookmark {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 1px;
  color: #848484;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
  margin-top: 3px;
}
.pav-2026-user-card__bookmark:hover {
  color: rgb(131.49, 131.49, 131.49);
  background: transparent;
}
.pav-2026-user-card__bookmark.saved svg path {
  fill: #848484;
}
.pav-2026-user-card__view {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px 0px;
  color: #6999C3;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 14px;
  font-weight: 400;
  transition: opacity 0.2s ease;
}
.pav-2026-user-card__view-span {
  font-size: 14px;
  letter-spacing: -2%;
  font-weight: 500;
  margin-top: -1px;
}
.pav-2026-user-card__header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: start;
  padding: 14px 10px 11px 12px;
  border: 1px solid #eee;
  border-radius: 8px;
}
.pav-2026-user-card__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  direction: ltr;
  margin-top: -6px;
  overflow: hidden;
}
.pav-2026-user-card__status {
  display: flex;
  align-items: start;
  gap: 4px;
  margin-top: 2px;
}
.pav-2026-user-card__status-indicator {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #68D288;
  flex-shrink: 0;
  display: none;
  margin-top: 6px;
}
.pav-2026-user-card__status-indicator--online {
  display: flex;
}
.pav-2026-user-card__name {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  margin: 0;
  position: relative;
  text-decoration: underline;
  text-align: start;
  width: 100%;
  word-break: break-word;
  word-wrap: break-word;
  text-wrap: wrap;
  white-space: wrap;
}
.pav-2026-user-card__role {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 0;
  line-height: 1.3;
  text-align: start;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.pav-2026-user-card__tags {
  font-size: 13px;
  font-weight: 300;
  color: #444444;
  margin: 0;
  line-height: 1.3;
  text-align: start;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.pav-2026-user-card__avatar {
  width: 105px;
  height: 105px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
.pav-2026-user-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pav-2026-user-card__badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
  height: 26px;
  overflow: hidden;
}
.pav-2026-user-card__badge {
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  height: 26px;
  color: #fff;
  background-color: #525356;
}
.pav-2026-user-card__badge--entrepreneur {
  background-color: rgba(165, 166, 246, 0.35);
  color: #000;
}
.pav-2026-user-card__badge--employee {
  background-color: #BBE9F7;
  color: #000;
}
.pav-2026-user-card__badge--investor {
  background-color: #FAA6E5;
  color: #000;
}
.pav-2026-user-card__badge--advisor {
  background-color: rgba(255, 203, 0, 0.35);
}
.pav-2026-user-card__badge--state {
  width: auto;
  max-width: unset;
}
.pav-2026-user-card__details {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 5px;
  margin-bottom: 37px;
}
.pav-2026-user-card__details .info-point {
  font-size: 16px;
  line-height: 23px;
}
.pav-2026-user-card__details .info-point strong {
  font-weight: 600;
}
.pav-2026-user-card__details .info-point.about_me {
  letter-spacing: -0.2px;
}
.pav-2026-user-card__detail-item {
  display: flex;
  align-items: center;
}
.pav-2026-user-card__detail-label {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
}
.pav-2026-user-card__expanded-content {
  display: grid;
  gap: 16px;
}
.pav-2026-user-card__expanded-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pav-2026-user-card__expanded-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: 0;
  line-height: 1.5;
}
.pav-2026-user-card__expanded-text {
  font-size: 14px;
  color: #4A4A4A;
  margin: 0;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pav-2026-user-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 300px;
  margin: auto auto 0;
}
.pav-2026-user-card__button {
  padding: 7px 10px;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease;
  border: none;
  line-height: 1.3;
  height: 37px;
  font-size: 18px;
  font-weight: 500;
}
.pav-2026-user-card__button svg {
  flex-shrink: 0;
}
.pav-2026-user-card__button--outline {
  padding: 7px 10px;
  background: transparent;
  border: 1.5px solid #009aff;
  color: #009aff;
  gap: 4px;
}
.pav-2026-user-card__button--outline:hover, .pav-2026-user-card__button--outline:focus, .pav-2026-user-card__button--outline:active {
  background: rgb(229.5, 244.9, 255);
  border: 1.5px solid #0189E2;
  color: #0189E2;
}
.pav-2026-user-card__button--primary {
  background: #009aff;
  color: #ffffff;
  border: 1.5px solid #009aff;
  width: 167px;
}
.pav-2026-user-card__button--primary:hover, .pav-2026-user-card__button--primary:focus, .pav-2026-user-card__button--primary:active {
  background: #0189E2;
  border-color: #0189E2;
}
.pav-2026-user-card__button--save.saved svg path {
  fill: #019AFF;
}
.pav-2026-user-card:not(.pav-2026-user-card--expanded) .pav-2026-user-card__expanded-content {
  display: none;
}
.pav-2026-user-card--expanded .pav-2026-user-card__details {
  display: none;
}
.pav-2026-user-card--short {
  width: 339px;
}
.pav-2026-user-card--popup {
  width: 100%;
  height: 100%;
  padding: 29px 33px;
  text-align: start;
}
.pav-2026-user-card--popup .pav-2026-user-card__top {
  justify-content: start;
  gap: 12px;
  height: 25px;
}
.pav-2026-user-card--popup .pav-2026-user-card__view-span {
  font-size: 16px;
}
.pav-2026-user-card--popup .pav-2026-user-card__details--full .pav-2026-user-card__detail-item {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
  overflow: visible;
  text-overflow: initial;
}
.pav-2026-user-card--popup .pav-2026-user-card__actions--popup {
  grid-template-columns: 167px 122px 122px;
  gap: 8px;
  direction: ltr;
  width: unset;
  margin-inline-start: 0;
}
.pav-2026-user-card--popup .pav-2026-user-card__actions--popup .pav-2026-user-card__button {
  direction: rtl;
}
.pav-2026-user-card__close {
  position: absolute;
  top: 25px;
  left: 23px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
  z-index: 1;
}
.pav-2026-user-card__close:focus, .pav-2026-user-card__close:active, .pav-2026-user-card__close:hover {
  color: #000;
  background: transparent;
}
.pav-2026-user-card__close svg {
  width: 24px;
  height: 24px;
}
.pav-2026-user-card__updated-date {
  color: #000;
  border-radius: 6px;
  padding: 0 18px;
  background: #eee;
  font-size: 16px;
  line-height: 16px;
  height: 100%;
  display: flex;
  align-items: center;
}
.pav-2026-user-card__linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  transition: opacity 0.2s ease;
}
.pav-2026-user-card__linkedin:hover {
  opacity: 0.8;
}
.pav-2026-user-card__linkedin svg {
  width: 16px;
  height: 17px;
}

@media (max-width: 480px) {
  .pav-2026-user-card {
    width: 100%;
  }
}
.pav-2026-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999 !important;
  width: 570px;
  max-height: 772px;
  padding: 0;
  transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 24px;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .pav-section-wrapper {
    padding: 0 19px 0 17px;
  }
  .pav-modal.overlay {
    z-index: 20000;
  }
  .pav-2026-modal {
    width: calc(100% - 32px);
    max-width: 570px;
    max-height: calc(100vh - 40px);
    border-radius: 20px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .pav-2026-modal {
    width: calc(100% - 24px);
    max-height: calc(100vh - 32px);
    border-radius: 16px;
    margin: 0 auto;
  }
}
@media (max-width: 375px) {
  .pav-2026-modal {
    width: calc(100% - 16px);
    max-height: calc(100vh - 24px);
    border-radius: 12px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .pav-2026-modal .pav-2026-user-card--popup {
    padding: 18px 21px;
  }
  .pav-2026-modal .pav-2026-user-card--popup .pav-2026-user-card__top {
    height: 16px;
  }
  .pav-2026-modal .pav-2026-user-card--popup .pav-2026-user-card__actions--popup {
    grid-template-columns: repeat(3, auto);
  }
  .pav-2026-modal .pav-2026-user-card__view {
    padding: 0;
    height: 16px;
  }
  .pav-2026-modal .pav-2026-user-card__view .pav-2026-user-card__view-span {
    font-size: 14px;
    line-height: 14px;
  }
  .pav-2026-modal .pav-2026-user-card__updated-date {
    font-size: 12px;
    line-height: 12px;
    padding: 5px;
    height: 16px;
  }
  .pav-2026-modal .pav-2026-user-card__close {
    top: 15px;
    left: 18px;
  }
  .pav-2026-modal .pav-2026-user-card__close svg {
    width: 14px;
    height: 14px;
  }
  .pav-2026-modal .pav-2026-user-card__avatar {
    margin-bottom: 0;
  }
  .pav-2026-modal .pav-2026-user-card__avatar img {
    width: 100px;
    height: 100px;
  }
  .pav-2026-modal .pav-2026-user-card__info {
    width: 100%;
  }
  .pav-2026-modal .pav-2026-user-card__name {
    font-size: 17px;
  }
  .pav-2026-modal .pav-2026-user-card__role {
    font-size: 13px;
  }
  .pav-2026-modal .pav-2026-user-card__details {
    margin-top: 15px;
  }
  .pav-2026-modal .pav-2026-user-card__actions {
    flex-direction: column;
    gap: 8px;
  }
  .pav-2026-modal .pav-2026-user-card__button {
    font-size: 14px;
    line-height: 12px;
    padding: 6px;
    height: 24px;
    gap: 3px;
  }
  .pav-2026-modal .pav-2026-user-card__button--primary {
    width: 114px;
  }
  .pav-2026-modal .pav-2026-user-card__button svg {
    height: 14px;
  }
}
@media (max-width: 480px) {
  .pav-2026-modal .pav-2026-user-card--popup {
    padding: 18px 21px;
  }
  .pav-2026-modal .pav-2026-user-card__close {
    top: 15px;
    left: 18px;
  }
  .pav-2026-modal .pav-2026-user-card__close svg {
    width: 14px;
    height: 14px;
  }
  .pav-2026-modal .pav-2026-user-card__avatar img {
    width: 100px;
    height: 100px;
  }
  .pav-2026-modal .pav-2026-user-card__name {
    font-size: 17px;
  }
  .pav-2026-modal .pav-2026-user-card__role {
    font-size: 13px;
  }
}
@media (max-width: 375px) {
  .pav-2026-modal .pav-2026-user-card--popup {
    padding: 18px 21px;
  }
  .pav-2026-modal .pav-2026-user-card__avatar img {
    width: 100px;
    height: 100px;
  }
  .pav-2026-modal .pav-2026-user-card__name {
    font-size: 17px;
  }
  .pav-2026-modal .pav-2026-user-card__role {
    font-size: 13px;
  }
  .pav-2026-modal .pav-2026-user-card__badge {
    font-size: 11px;
    padding: 4px 8px;
  }
}

/*# sourceMappingURL=pav-2026-user-card.css.map */
