﻿癤?* list2 profile thumbnail style */
.thumbnail-list2-page .architect-profile-grid {
  gap: 18px !important;
}

.thumbnail-list2-page .architect-profile-grid .nectar-fancy-box {
  aspect-ratio: 1.3 / 1 !important;
  overflow: hidden !important;
  border-radius: 32px !important;
  background: #ededee !important;
  color: #111 !important;
  box-shadow: none !important;
}

.thumbnail-list2-page .architect-profile-grid .image-wrap {
  position: relative !important;
  inset: auto !important;
  height: 40% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background: #081263 !important;
}

.thumbnail-list2-page .architect-profile-grid .box-bg {
  width: 100% !important;
  height: 100% !important;
  background-position: center !important;
  background-size: cover !important;
  filter: saturate(1.1) contrast(1.08) brightness(.68) !important;
  transform: scale(1.04) !important;
  transition: transform .8s cubic-bezier(.22, 1, .36, 1), filter .8s cubic-bezier(.22, 1, .36, 1) !important;
}

.thumbnail-list2-page .architect-profile-grid .image-wrap::after {
  content: none !important;
  display: none !important;
}

.thumbnail-list2-page .architect-profile-grid .nectar-fancy-box::before,
.thumbnail-list2-page .architect-profile-grid .nectar-fancy-box::after,
.thumbnail-list2-page .architect-profile-grid .architect-badges,
.thumbnail-list2-page .architect-profile-grid .text::before,
.thumbnail-list2-page .architect-profile-grid .text p::after {
  content: none !important;
  display: none !important;
}

.thumbnail-list2-page .architect-profile-grid .text {
  position: relative !important;
  inset: auto !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  grid-template-areas:
    "avatar follow"
    "main main" !important;
  align-items: start !important;
  min-height: 50% !important;
  padding: 0 32px 28px !important;
  background: #ededee !important;
  color: #111 !important;
  pointer-events: auto !important;
}

.thumbnail-list2-page .architect-profile-grid .profile-avatar {
  grid-area: avatar;
  width: 108px;
  height: 108px;
  margin-top: -54px;
  border: 8px solid #ededee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
}

.thumbnail-list2-page .architect-profile-grid .profile-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.thumbnail-list2-page .architect-profile-grid .profile-follow {
  grid-area: follow;
  align-self: start;
  min-width: 132px;
  height: 44px;
  margin-top: 28px;
  border: 0;
  border-radius: 999px;
  background: #101010;
  color: #fff;
  font-family: 'Instrument Sans', Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.thumbnail-list2-page .architect-profile-grid .profile-main {
  grid-area: main;
  padding-top: 10px;
}

.thumbnail-list2-page .architect-profile-grid .profile-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.thumbnail-list2-page .architect-profile-grid h4 {
  max-width: none !important;
  margin: 0 !important;
  color: #111 !important;
  font-size: clamp(20px, 1.5vw, 28px) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  text-shadow: none !important;
}

.thumbnail-list2-page .architect-profile-grid .profile-handle {
  display: block;
  margin-top: 3px;
  color: #222;
  font-family: 'Instrument Sans', Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
}

.thumbnail-list2-page .architect-profile-grid .profile-verified {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0867b7;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.thumbnail-list2-page .architect-profile-grid p {
  position: static !important;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #111 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  backdrop-filter: none !important;
}

.thumbnail-list2-page .architect-profile-grid .profile-stats {
  display: flex;
  gap: 26px;
  margin-top: 18px;
  color: #777;
  font-family: 'Instrument Sans', Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.thumbnail-list2-page .architect-profile-grid .profile-stats strong {
  color: #111;
  font-weight: 700;
}

.thumbnail-list2-page .architect-profile-grid .profile-link {
  margin-top: 20px;
  color: #111;
  font-family: 'Instrument Sans', Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

.thumbnail-list2-page .architect-profile-grid .profile-link::before {
  content: "o";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 2px solid #0867b7;
  border-radius: 50%;
  color: #0867b7;
  font-size: 0;
  line-height: 1;
}

.thumbnail-list2-page .architect-profile-grid .box-link {
  border-radius: 32px !important;
}

.thumbnail-list2-page .architect-profile-grid .nectar-fancy-box:hover .box-bg {
  transform: scale(1.08) !important;
  filter: saturate(1.18) contrast(1.08) brightness(.72) !important;
}

@media (max-width: 1199px) {
  .thumbnail-list2-page .architect-profile-grid .text {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .thumbnail-list2-page .architect-profile-grid .profile-avatar {
    width: 92px;
    height: 92px;
    margin-top: -46px;
    border-width: 7px;
  }

  .thumbnail-list2-page .architect-profile-grid .profile-follow {
    min-width: 108px;
    height: 40px;
    margin-top: 24px;
    font-size: 14px;
  }

  .thumbnail-list2-page .architect-profile-grid .profile-stats {
    gap: 16px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .thumbnail-list2-page .architect-profile-grid .nectar-fancy-box {
    aspect-ratio: 1.3 / 1 !important;
    border-radius: 26px !important;
  }

  .thumbnail-list2-page .architect-profile-grid .image-wrap::after {
    font-size: 18px;
  }

  .thumbnail-list2-page .architect-profile-grid .text {
    padding: 0 20px 24px !important;
  }

  .thumbnail-list2-page .architect-profile-grid .profile-avatar {
    width: 82px;
    height: 82px;
    margin-top: -41px;
    border-width: 6px;
  }

  .thumbnail-list2-page .architect-profile-grid .profile-follow {
    min-width: 96px;
    height: 38px;
    margin-top: 22px;
    font-size: 13px;
  }

  .thumbnail-list2-page .architect-profile-grid p {
    margin-top: 20px !important;
    font-size: 14px !important;
  }

  .thumbnail-list2-page .architect-profile-grid .profile-stats {
    margin-top: 22px;
    flex-wrap: wrap;
    row-gap: 8px;
  }
}





