/* KMTMM individual ambassador profile layout fix */
body.kmtmm-template-no-theme-header,
.kmtmm-profile-page,
.kmtmm-profile-main,
.kmtmm-profile-wrap,
.kmtmm-page {
  background:
    radial-gradient(circle at top left, rgba(90, 90, 90, 0.20), transparent 34%),
    radial-gradient(circle at bottom right, rgba(40, 40, 40, 0.30), transparent 42%),
    linear-gradient(180deg, #161616 0%, #101010 48%, #070707 100%) !important;
}
.kmtmm-profile-page,
.kmtmm-profile-page * { box-sizing:border-box; }
.kmtmm-profile-page { overflow:hidden; }
.kmtmm-profile-page .kmtmm-page-hero { padding:64px 0 42px; }
.kmtmm-profile-wrap {
  display:grid !important;
  grid-template-columns:minmax(0, 1fr) minmax(300px, 430px) !important;
  gap:clamp(28px, 5vw, 56px) !important;
  align-items:start !important;
}
.kmtmm-profile-wrap > * { min-width:0 !important; }
.kmtmm-profile-copy { padding-top:18px; max-width:760px; }
.kmtmm-profile-hero-card {
  width:100% !important;
  max-width:430px !important;
  justify-self:end !important;
  align-self:start !important;
  overflow:hidden !important;
}
.kmtmm-profile-hero-card img {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:4/5;
  object-fit:cover !important;
  object-position:center center !important;
  background:#111;
  max-height:500px;
}
.kmtmm-profile-detail-grid {
  display:grid !important;
  grid-template-columns:minmax(0, 1fr) minmax(280px, .78fr) !important;
  gap:24px !important;
  align-items:start !important;
}
.kmtmm-profile-clean-content,
.kmtmm-profile-clean-content * { max-width:100% !important; }
.kmtmm-profile-clean-content .wp-block-columns,
.kmtmm-profile-clean-content .wp-block-column {
  display:block !important;
  width:100% !important;
  flex-basis:auto !important;
  margin-left:0 !important;
  margin-right:0 !important;
}
.kmtmm-profile-clean-content img {
  display:block;
  width:100% !important;
  height:auto !important;
  border-radius:18px;
  margin:0 0 18px !important;
}
@media (max-width:980px) {
  .kmtmm-profile-wrap,
  .kmtmm-profile-detail-grid { grid-template-columns:1fr !important; }
  .kmtmm-profile-copy { padding-top:0; }
  .kmtmm-profile-hero-card { max-width:560px !important; justify-self:start !important; }
  .kmtmm-profile-hero-card img { aspect-ratio:16/12; max-height:none; }
}
