/*
  Profile rads and likes module.
  Extracted from the former pages/60-profile-systems.css; keep after 62-profile-canonical-shell.css.
*/

   Public UI P2.61 РІР‚вЂќ profile Rads tab stabilization
   Goal: isolate the Rads layout from legacy generic mini/event
   table overrides, remove text overlap, and keep the profile
   shell height stable on both small and large datasets.
========================================================= */
body.page-profile .profilePane--rads{
  --rads-section-gap: 10px;
}
body.page-profile .profilePane--rads .card__head{
  align-items: flex-start !important;
}
body.page-profile .profilePane--rads .profileSplit{
  display: grid !important;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, .98fr) !important;
  gap: 12px !important;
  align-items: stretch !important;
}
body.page-profile .profilePane--rads #profileRadsSummary,
body.page-profile .profilePane--rads #profileRadsDaily,
body.page-profile .profilePane--rads #profileRadsEvents{
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}
body.page-profile .profilePane--rads .radsSectionHead{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
body.page-profile .profilePane--rads .radsSectionMeta{
  flex: 0 0 auto;
  padding: 5px 9px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color: rgba(231,237,243,.78);
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}
body.page-profile .profilePane--rads .radsSummaryGrid{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
}
body.page-profile .profilePane--rads .radsSummaryStat{
  min-width: 0;
  min-height: 104px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  display: flex;
  flex-direction: column;
  gap: 6px;
}
body.page-profile .profilePane--rads .radsSummaryStat__label{
  color: rgba(231,237,243,.74);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
body.page-profile .profilePane--rads .radsSummaryStat__value{
  min-width: 0;
  color: var(--text900);
  font-size: 20px;
  font-weight: 1100;
  line-height: 1.15;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
  word-break: break-word;
}
body.page-profile .profilePane--rads .radsSummaryStat__meta{
  margin-top: auto;
  color: rgba(231,237,243,.66);
  font-size: 11px;
  line-height: 1.42;
  overflow-wrap: anywhere;
}
body.page-profile .profilePane--rads .radsDailyList{
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
  max-height: clamp(280px, 33dvh, 420px);
  overflow: auto;
  padding-right: 4px;
  scrollbar-gutter: stable;
}
body.page-profile .profilePane--rads .radsDayRow{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}
body.page-profile .profilePane--rads .radsDayRow__main{
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
body.page-profile .profilePane--rads .radsDayRow__day{
  color: var(--text900);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
}
body.page-profile .profilePane--rads .radsDayRow__date{
  color: rgba(231,237,243,.66);
  font-size: 11px;
  line-height: 1.35;
}
body.page-profile .profilePane--rads .radsDayRow__amount,
body.page-profile .profilePane--rads .radsEventAmt{
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum' 1;
  white-space: nowrap;
}
body.page-profile .profilePane--rads .radsDayRow__amount{
  align-self: center;
  color: var(--text900);
  font-size: 16px;
  font-weight: 1000;
  text-align: right;
}
body.page-profile .profilePane--rads .radsDayRow.is-positive .radsDayRow__amount,
body.page-profile .profilePane--rads .radsEventRow.is-positive .radsEventAmt{
  color: rgba(140, 232, 174, .96);
}
body.page-profile .profilePane--rads .radsDayRow.is-negative .radsDayRow__amount,
body.page-profile .profilePane--rads .radsEventRow.is-negative .radsEventAmt{
  color: rgba(255, 157, 157, .96);
}
body.page-profile .profilePane--rads .radsEventTable{
  min-width: 0;
  min-height: 0;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.025);
  overflow: hidden;
}
body.page-profile .profilePane--rads .radsEventHead,
body.page-profile .profilePane--rads .radsEventRow{
  display: grid;
  grid-template-columns: minmax(122px, 132px) minmax(86px, 98px) minmax(190px, 1.12fr) minmax(140px, .88fr);
  gap: 10px 12px;
}
body.page-profile .profilePane--rads .radsEventHead{
  align-items: center;
  padding: 11px 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  color: rgba(231,237,243,.66);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
body.page-profile .profilePane--rads .radsEventHead__amount{
  text-align: right;
}
body.page-profile .profilePane--rads .radsEventBody{
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 0;
  max-height: clamp(280px, 36dvh, 460px);
  overflow: auto;
  padding-right: 4px;
  scrollbar-gutter: stable;
}
body.page-profile .profilePane--rads .radsEventRow{
  align-items: start;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: transparent;
}
body.page-profile .profilePane--rads .radsEventRow:last-child{
  border-bottom: 0;
}
body.page-profile .profilePane--rads .radsEventTs,
body.page-profile .profilePane--rads .radsEventAmt,
body.page-profile .profilePane--rads .radsEventMeta,
body.page-profile .profilePane--rads .radsEventWhere{
  min-width: 0;
  line-height: 1.42;
}
body.page-profile .profilePane--rads .radsEventTs{
  color: rgba(231,237,243,.78);
  font-size: 12px;
}
body.page-profile .profilePane--rads .radsEventAmt{
  justify-self: end;
  color: var(--text900);
  font-size: 15px;
  font-weight: 1000;
  text-align: right;
}
body.page-profile .profilePane--rads .radsEventMeta{
  color: var(--text900);
  font-size: 12px;
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-word;
}
body.page-profile .profilePane--rads .radsEventWhere{
  color: rgba(231,237,243,.66);
  font-size: 11px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
body.page-profile .profilePane--rads .radsPanelActions{
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
body.page-profile .profilePane--rads .radsDailyList::-webkit-scrollbar,
body.page-profile .profilePane--rads .radsEventBody::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}
body.page-profile .profilePane--rads .radsDailyList::-webkit-scrollbar-thumb,
body.page-profile .profilePane--rads .radsEventBody::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,.14);
  border-radius: 999px;
}
body.page-profile .profilePane--rads .radsDailyList::-webkit-scrollbar-track,
body.page-profile .profilePane--rads .radsEventBody::-webkit-scrollbar-track{
  background: rgba(0,0,0,.12);
  border-radius: 999px;
}
@media (max-width: 1220px){
  body.page-profile .profilePane--rads .profileSplit{
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 860px){
  body.page-profile .profilePane--rads .radsSummaryGrid{
    grid-template-columns: 1fr !important;
  }
  body.page-profile .profilePane--rads .radsEventHead{
    display: none;
  }
  body.page-profile .profilePane--rads .radsEventRow{
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      'ts amt'
      'meta meta'
      'where where';
  }
  body.page-profile .profilePane--rads .radsEventTs{ grid-area: ts; }
  body.page-profile .profilePane--rads .radsEventAmt{
    grid-area: amt;
    justify-self: start;
    text-align: left;
  }
  body.page-profile .profilePane--rads .radsEventMeta{ grid-area: meta; }
  body.page-profile .profilePane--rads .radsEventWhere{ grid-area: where; }
}
@media (max-width: 620px){
  body.page-profile .profilePane--rads .radsSectionHead{
    flex-direction: column;
    align-items: flex-start;
  }
  body.page-profile .profilePane--rads .radsDayRow{
    grid-template-columns: 1fr;
    align-items: start;
  }
  body.page-profile .profilePane--rads .radsDayRow__amount{
    text-align: left;
  }
}

/* =========================================================
   Public UI P2.64 РІР‚вЂќ profile likes cards + pagination
   Goal: remove legacy row-layout pressure from the Likes tab,
   isolate it from old .likeUser* overrides and keep the tab in
   the same stable shell height as Information.
========================================================= */
body.page-profile .profilePane--likes{
  --likes-card-min: 260px;
}
body.page-profile .profilePane--likes .card__head{
  align-items: flex-start !important;
}
body.page-profile .profilePane--likes .profileLikesSummary{
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
}
body.page-profile .profilePane--likes .profileLikesToolbar{
  display: grid !important;
  grid-template-columns: auto minmax(280px, 1fr) !important;
  align-items: center !important;
  gap: 10px 12px !important;
}
body.page-profile .profilePane--likes .profileLikesSearch{
  width: 100% !important;
}
body.page-profile .profilePane--likes #profileLikesList,
body.page-profile .profilePane--likes #profileLikesPager{
  width: 100% !important;
}
body.page-profile .profilePane--likes #profileLikesList{
  display: block !important;
}
body.page-profile .profilePane--likes .profilePanel__footerActions--likes{
  margin-top: 10px !important;
  padding-top: 0 !important;
  justify-content: stretch !important;
}
body.page-profile .profilePane--likes .profileLikesCatalog{
  display: grid;
  gap: 10px;
}
body.page-profile .profilePane--likes .profileSectionMiniTitle--withMeta{
  margin-bottom: 0 !important;
}
body.page-profile .profilePane--likes .likesCardGrid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--likes-card-min), 1fr));
  gap: 10px;
  align-items: stretch;
}
body.page-profile .profilePane--likes .likesCard{
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 150px;
  padding: 14px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
  min-width: 0;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
body.page-profile .profilePane--likes .likesCard:hover,
body.page-profile .profilePane--likes .likesCard:focus-visible{
  transform: translateY(-1px);
  border-color: rgba(255,171,73,.24) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 14px 28px rgba(0,0,0,.18);
  outline: none;
}
body.page-profile .profilePane--likes .likesCard__media{
  display: inline-flex;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
}
body.page-profile .profilePane--likes .likesCard__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.page-profile .profilePane--likes .likesCard__body{
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 10px;
  height: 100%;
}
body.page-profile .profilePane--likes .likesCard__top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px 12px;
}
body.page-profile .profilePane--likes .likesCard__identity{
  min-width: 0;
  display: grid;
  gap: 4px;
}
body.page-profile .profilePane--likes .likesCard__name{
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  color: #f5f7fb;
  white-space: normal;
  overflow-wrap: anywhere;
}
body.page-profile .profilePane--likes .likesCard__steam,
body.page-profile .profilePane--likes .likesCard__meta{
  font-size: 11px;
  line-height: 1.45;
  color: rgba(231,237,243,.72);
  white-space: normal;
  overflow-wrap: anywhere;
}
body.page-profile .profilePane--likes .likesCard__flag{
  flex: 0 0 auto;
  max-width: min(160px, 52%);
  padding: 5px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,171,73,.18);
  background: rgba(255,171,73,.10);
  color: #ffe9c9;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .03em;
  text-align: center;
  white-space: normal;
  line-height: 1.25;
}
body.page-profile .profilePane--likes .likesCard__actions{
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
body.page-profile .profilePane--likes .likesCard__actions .btn{
  min-width: 92px;
}
body.page-profile .profilePane--likes .likesPager{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 12px;
  flex-wrap: wrap;
}
body.page-profile .profilePane--likes .likesPager__meta{
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: rgba(235,240,255,.74);
  font-size: 10px;
}
body.page-profile .profilePane--likes .likesPager__note{
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: rgba(245,247,251,.86);
}
body.page-profile .profilePane--likes .likesPager__controls{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
body.page-profile .profilePane--likes .likesPager__btn{
  min-width: 34px;
  min-height: 28px;
  padding: 0 10px !important;
  border-radius: 10px !important;
  font-size: 11px !important;
}
body.page-profile .profilePane--likes .likesPager__btn--nav{
  min-width: 74px;
}
body.page-profile .profilePane--likes .likesPager__btn.is-active,
body.page-profile .profilePane--likes .likesPager__btn[aria-current="page"]{
  background: linear-gradient(180deg, rgba(255,171,73,.20), rgba(255,140,0,.12)) !important;
  border-color: rgba(255,154,59,.40) !important;
  color: #fff2d9 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 10px 24px rgba(255,140,0,.12) !important;
}
body.page-profile .profilePane--likes .likesPager__dots{
  color: rgba(235,240,255,.42);
  padding: 0 2px;
  user-select: none;
}
@media (max-width: 1080px){
  body.page-profile .profilePane--likes{
    --likes-card-min: 240px;
  }
}
@media (max-width: 980px){
  body.page-profile .profilePane--likes .profileLikesToolbar{
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 760px){
  body.page-profile .profilePane--likes .likesCardGrid{
    grid-template-columns: 1fr;
  }
  body.page-profile .profilePane--likes .likesCard{
    min-height: 0;
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 12px !important;
  }
  body.page-profile .profilePane--likes .likesCard__top{
    flex-direction: column;
    align-items: flex-start;
  }
  body.page-profile .profilePane--likes .likesCard__flag{
    max-width: 100%;
  }
  body.page-profile .profilePane--likes .likesPager{
    align-items: stretch;
  }
  body.page-profile .profilePane--likes .likesPager__controls{
    width: 100%;
  }
}


/* =========================================================
   Public UI P2.65 РІР‚вЂќ profile likes compact mini cards
   Goal: make likes cards minimal, smaller and denser without
   changing the stable shell or breaking pagination.
========================================================= */
body.page-profile .profilePane--likes{
  --likes-card-min: 208px;
}
body.page-profile .profilePane--likes .profileLikesCatalog{
  gap: 8px;
}
body.page-profile .profilePane--likes .profileSectionMiniTitle{
  min-height: 0;
}
body.page-profile .profilePane--likes .likesCardGrid{
  grid-template-columns: repeat(auto-fit, minmax(var(--likes-card-min), 1fr));
  gap: 8px;
}
body.page-profile .profilePane--likes .likesCard.likesCard--compact{
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
  min-height: 0;
  padding: 10px 11px !important;
  border-radius: 14px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
}
body.page-profile .profilePane--likes .likesCard.likesCard--compact:hover,
body.page-profile .profilePane--likes .likesCard.likesCard--compact:focus-visible{
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 10px 20px rgba(0,0,0,.14);
}
body.page-profile .profilePane--likes .likesCard--compact .likesCard__media{
  width: 40px;
  height: 40px;
  border-radius: 12px;
}
body.page-profile .profilePane--likes .likesCard--compact .likesCard__body{
  gap: 7px;
}
body.page-profile .profilePane--likes .likesCard--compact .likesCard__top,
body.page-profile .profilePane--likes .likesCard--compact .likesCard__top--compact{
  display: block;
}
body.page-profile .profilePane--likes .likesCard--compact .likesCard__identity{
  gap: 3px;
}
body.page-profile .profilePane--likes .likesCard--compact .likesCard__name{
  font-size: 12px;
  line-height: 1.22;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.page-profile .profilePane--likes .likesCard--compact .likesCard__metaRow{
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
body.page-profile .profilePane--likes .likesCard--compact .likesCard__flag{
  flex: 0 0 auto;
  max-width: none;
  padding: 3px 7px;
  font-size: 9px;
  line-height: 1.15;
  white-space: nowrap;
}
body.page-profile .profilePane--likes .likesCard--compact .likesCard__meta,
body.page-profile .profilePane--likes .likesCard--compact .likesCard__steam{
  font-size: 10px;
  line-height: 1.2;
}
body.page-profile .profilePane--likes .likesCard--compact .likesCard__meta{
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.page-profile .profilePane--likes .likesCard--compact .likesCard__steam{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: .82;
}
body.page-profile .profilePane--likes .likesCard--compact .likesCard__actions,
body.page-profile .profilePane--likes .likesCard__actions--compact{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-top: 0;
}
body.page-profile .profilePane--likes .likesCard--compact .likeMini{
  transform-origin: left center;
}
body.page-profile .profilePane--likes .likesCard--compact .likesCard__openBtn,
body.page-profile .profilePane--likes .likesCard--compact .likesCard__actions .btn{
  min-width: 0;
  padding-inline: 9px !important;
  height: 30px;
  font-size: 10px !important;
  border-radius: 9px !important;
}
body.page-profile .profilePane--likes .likesPager__meta{
  font-size: 11px;
}
@media (max-width: 1280px){
  body.page-profile .profilePane--likes{
    --likes-card-min: 196px;
  }
}
@media (max-width: 980px){
  body.page-profile .profilePane--likes{
    --likes-card-min: 184px;
  }
}
@media (max-width: 760px){
  body.page-profile .profilePane--likes{
    --likes-card-min: 100%;
  }
  body.page-profile .profilePane--likes .likesCardGrid{
    grid-template-columns: 1fr;
  }
  body.page-profile .profilePane--likes .likesCard.likesCard--compact{
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 10px !important;
  }
  body.page-profile .profilePane--likes .likesCard--compact .likesCard__metaRow{
    flex-wrap: wrap;
  }
  body.page-profile .profilePane--likes .likesCard--compact .likesCard__meta{
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}

/* =========================================================
   Public UI P2.66 РІР‚вЂќ profile likes micro tiles
   Goal: keep liked-player cards visually tiny, non-stretched,
   and packed like avatar tiles instead of wide content cards.
========================================================= */
body.page-profile .profilePane--likes{
  --likes-card-width: 172px;
}
body.page-profile .profilePane--likes .likesCardGrid{
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
body.page-profile .profilePane--likes .likesCard.likesCard--micro{
  width: var(--likes-card-width);
  flex: 0 0 var(--likes-card-width);
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  min-height: 0;
  padding: 8px 9px !important;
  border-radius: 13px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
}
body.page-profile .profilePane--likes .likesCard.likesCard--micro:hover,
body.page-profile .profilePane--likes .likesCard.likesCard--micro:focus-visible{
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 10px 20px rgba(0,0,0,.14);
}
body.page-profile .profilePane--likes .likesCard--micro .likesCard__media{
  width: 34px;
  height: 34px;
  border-radius: 10px;
}
body.page-profile .profilePane--likes .likesCard--micro .likesCard__body{
  gap: 4px;
}
body.page-profile .profilePane--likes .likesCard--micro .likesCard__identity{
  display: grid;
  gap: 2px;
}
body.page-profile .profilePane--likes .likesCard--micro .likesCard__head{
  display: flex;
  align-items: flex-start;
  gap: 5px;
  min-width: 0;
}
body.page-profile .profilePane--likes .likesCard--micro .likesCard__name{
  min-width: 0;
  flex: 1 1 auto;
  font-size: 12px;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.page-profile .profilePane--likes .likesCard--micro .likesCard__flag{
  flex: 0 0 auto;
  max-width: none;
  margin-left: auto;
  padding: 2px 6px;
  border-radius: 999px;
  font-size: 9px;
  line-height: 1.05;
  white-space: nowrap;
}
body.page-profile .profilePane--likes .likesCard--micro .likesCard__meta,
body.page-profile .profilePane--likes .likesCard--micro .likesCard__steam{
  font-size: 10px;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.page-profile .profilePane--likes .likesCard--micro .likesCard__meta{
  color: rgba(231,237,243,.76);
}
body.page-profile .profilePane--likes .likesCard--micro .likesCard__steam{
  color: rgba(231,237,243,.56);
}
body.page-profile .profilePane--likes .likesCard--micro .likesCard__sub{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-width: 0;
}
body.page-profile .profilePane--likes .likesCard--micro .likesCard__sub .likeMini{
  flex: 0 0 auto;
  transform: scale(.88);
  transform-origin: right center;
}
body.page-profile .profilePane--likes .likesCard--micro .likesCard__actions,
body.page-profile .profilePane--likes .likesCard--micro .likesCard__openBtn{
  display: none !important;
}
@media (max-width: 1440px){
  body.page-profile .profilePane--likes{
    --likes-card-width: 166px;
  }
}
@media (max-width: 1080px){
  body.page-profile .profilePane--likes{
    --likes-card-width: 160px;
  }
}
@media (max-width: 760px){
  body.page-profile .profilePane--likes{
    --likes-card-width: 100%;
  }
  body.page-profile .profilePane--likes .likesCard.likesCard--micro{
    width: 100%;
    flex-basis: 100%;
    grid-template-columns: 34px minmax(0, 1fr);
  }
}

