/* 合作/专家头像拍立得框：16:21，底栏标签 */
.coop_polaroid {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 190px;
  aspect-ratio: 15.5 / 21;
  margin: 0 auto;
  border-radius: 6px;
  background: #f2f3ef;
  box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.08);
  padding: 12px;
}

a.coop_polaroid {
  text-decoration: none;
  color: inherit;
}

.coop_polaroid_photo {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
  background: #f0f0f0;
}

.coop_polaroid_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.coop_polaroid_label {
  flex-shrink: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #234a35;
  line-height: 1.35;
  padding: 0 2px;
}

.detail_partner .partner_avatar .coop_polaroid {
  margin: 0;
}

.parter_panel_img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.parter_panel_img .coop_polaroid {
  max-width: none;
  width: 190px;
}

.industry_experts_profile_box--polaroid {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0;
}

.industry_experts_profile_box--polaroid .coop_polaroid {
  margin: 0;
}

/* 详情侧栏「推荐」：上左右无内边距铺满，底部留白条印字（与主头像标签一致） */
.partner_recommend_polaroid {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: clamp(96px, 34%, 118px);
  flex: 0 0 auto;
  margin: 0;
  border-radius: 6px;
  background: #f2f3ef;
  box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 0;
}

.partner_recommend_polaroid_photo {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  aspect-ratio: 15.5 / 21;
  overflow: hidden;
  background: #f0f0f0;
}

.partner_recommend_polaroid_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.partner_recommend_polaroid_label {
  flex-shrink: 0;
  align-self: stretch;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #234a35;
  line-height: 1.35;
  padding: 3px;
  background: #f2f3ef;
}

@media screen and (max-width: 900px) {
  .industry_experts_profile_box--polaroid {
    min-height: 0 !important;
  }

  .industry_experts_profile .coop_polaroid {
    max-width: none;
    width: 100%;
  }
}
