*{box-sizing:border-box}
:root{
  --card:#fff;
  --ink:#101936;
  --muted:#7b8298;
  --purple:#6048ff;
  --deep:#121b45;
  --green:#00c96f;
  --orange:#ffad00;
  --red:#ff414d;
  --surface:#faf9ff;
}
html,body{margin:0;padding:0;min-width:320px;background:#f7f7fc;color:var(--ink);font-family:Tahoma,Arial,sans-serif}
body{overflow-x:hidden}
button{font:inherit;-webkit-tap-highlight-color:transparent}
button:focus-visible{outline:3px solid rgba(96,72,255,.22);outline-offset:2px}
.page-shell{
  width:100%;
  max-width:430px;
  margin:0 auto;
  padding:8px 8px 14px;
  background:linear-gradient(180deg,#faf9ff 0,#ffffff 100%);
}
.card{
  background:rgba(255,255,255,.985);
  border:1px solid #eef0f6;
  border-radius:16px;
  box-shadow:0 4px 16px rgba(28,35,75,.055);
}

/* Mobile profile header: same composition as the reference */
.profile-card{
  position:relative;
  min-height:188px;
  padding:12px 12px 11px 14px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 132px;
  gap:12px;
  align-items:center;
  direction:ltr;
}
.profile-photo{
  grid-column:2;
  width:132px;
  height:132px;
  align-self:start;
  margin-top:1px;
  object-fit:cover;
  border-radius:29px;
  box-shadow:0 3px 10px rgba(18,24,51,.18);
}
.profile-info{grid-column:1;grid-row:1;text-align:right;direction:rtl;padding-top:5px;min-width:0}
.profile-info h1{margin:0;font-size:20px;line-height:1.35;font-weight:900;white-space:nowrap}
.username{direction:ltr;text-align:right;color:#757c93;font-size:13px;font-weight:700;margin-top:1px;margin-bottom:6px}
.category-chip{border:0;background:#f4f1ff;color:#6557eb;border-radius:10px;padding:6px 9px;font-size:12.5px;font-weight:800;cursor:pointer}
.rating-line{margin-top:8px;display:flex;align-items:center;gap:6px;font-size:13px;color:#697188;white-space:nowrap}
.rating-line strong{color:#15203d;font-size:14.5px}
.stars{color:#ffb000;font-size:18px;letter-spacing:.4px;direction:ltr;line-height:1}
.divider{color:#cfd3df}
.profile-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:10px;direction:rtl}
.primary-btn,.secondary-btn{height:36px;border-radius:10px;border:1px solid #dde1ed;cursor:pointer;font-size:12.5px;font-weight:900;white-space:nowrap}
.primary-btn{background:var(--deep);color:#fff;border-color:var(--deep)}
.secondary-btn{background:#fff;color:#26304d}
.primary-btn:active,.secondary-btn:active{transform:translateY(1px)}
.icon-button{background:#fff;border:1px solid #e8ebf3;box-shadow:0 2px 8px rgba(24,31,65,.08);border-radius:8px;width:28px;height:28px;cursor:pointer;color:#596078}
.menu-button{position:absolute;top:11px;left:10px;z-index:3;line-height:18px;letter-spacing:1px}
.menu-popover{position:absolute;top:43px;left:10px;z-index:9;background:#fff;border:1px solid #e7e9f2;border-radius:11px;padding:5px;box-shadow:0 10px 25px rgba(21,28,62,.15);min-width:155px;direction:rtl}
.menu-popover button{display:block;width:100%;border:0;background:transparent;text-align:right;padding:8px 9px;border-radius:7px;cursor:pointer;color:#2d3450;font-size:13px}
.menu-popover button:hover{background:#f5f4ff}

/* About */
.bio-card{margin-top:7px;min-height:95px;padding:11px 13px 12px;position:relative}
.bio-title{color:#5c47ff;font-size:14px;font-weight:900;margin-bottom:5px}
.accent-icon{font-size:16px}
.bio-card p{margin:0 0 24px;color:#707890;font-size:13px;line-height:1.85;text-align:right}
.member-since{position:absolute;left:13px;bottom:11px;color:#333b58;font-size:12.5px;white-space:nowrap}

/* Two charts stay side-by-side on mobile, like the reference */
.charts-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:7px;direction:rtl}
.chart-card{height:171px;padding:10px 9px 8px;position:relative;overflow:hidden}
.chart-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:4px;min-height:31px}
.chart-name{font-size:11.8px;line-height:1.35;font-weight:900;color:#353d5a;max-width:102px}
.eye{color:#5065a0}.followers-icon{color:#00c878}
.period-button{border:1px solid #edf0f6;background:#fff;border-radius:9px;padding:5px 6px;color:#596079;font-size:10.8px;line-height:1;cursor:pointer;white-space:nowrap}
.chart-value{font-weight:900;font-size:18px;margin-top:1px;text-align:right;color:#5a43ff}
.chart-change{display:inline-block;margin-top:1px;border-radius:7px;padding:2px 5px;font-size:10.2px;font-weight:900;direction:ltr}
.up-orange{color:#f49f00;background:#fff9e7}.up-green{color:#00ad62;background:#eafff3}
.chart-svg{position:absolute;left:22px;right:9px;bottom:8px;width:calc(100% - 31px);height:72px}
.axis-labels{position:absolute;left:5px;bottom:13px;height:64px;display:flex;flex-direction:column;justify-content:space-between;color:#858ba0;font-size:8.5px;font-weight:700;direction:ltr}

/* Four KPI cards remain one row as in the reference */
.summary{margin-top:7px;padding:9px 8px 10px}
.section-title{font-size:13.5px;font-weight:900;color:#222b4a}
.crown{color:#ffb100;font-size:17px}
.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin-top:7px}
.metric{min-height:86px;border-radius:11px;background:linear-gradient(180deg,#faf9ff,#f6f6fe);padding:7px 6px;position:relative;text-align:right;overflow:hidden}
.metric-title{font-size:10.6px;line-height:1.35;color:#737a91;min-height:29px;font-weight:700}
.metric-row{display:flex;align-items:center;justify-content:space-between;gap:2px;margin-top:1px;direction:ltr}
.metric-row strong{font-size:15px;color:#151e3b;white-space:nowrap}
.metric-icon{font-size:16px;font-weight:900;flex:0 0 auto}
.metric-icon.green{color:#00c97a}.metric-icon.purple{color:#6f56ff}
.metric-change{font-size:9.6px;font-weight:900;border-radius:6px;padding:2px 4px;display:inline-block;margin-top:2px;direction:ltr;white-space:nowrap}
.green-text{color:#00ad62;background:#eafff3}.red-text{color:#ff4050;background:#fff0f1}

/* Reviews */
.reviews{margin-top:7px;padding:9px 8px 10px}
.reviews-heading{display:flex;align-items:center;justify-content:space-between;padding:0 3px 7px}
.purple-title{color:#252c4c}.purple-title span{color:#684dff}
#showAllReviews{border:0;background:#f7f7fb;border-radius:8px;padding:5px 7px;color:#4d566f;font-size:11.5px;cursor:pointer;white-space:nowrap}
.review{position:relative;min-height:133px;border:1px solid #eff1f6;border-radius:13px;margin-top:6px;padding:10px 92px 10px 72px;background:#fff;box-shadow:0 3px 13px rgba(31,37,74,.03)}
.review>img{position:absolute;right:10px;top:12px;width:70px;height:70px;object-fit:cover;border-radius:50%;box-shadow:0 0 0 3px #fff,0 0 0 4px #e9ebf3}
.review-body{text-align:right;min-width:0}
.review-user{display:flex;align-items:center;gap:5px;font-size:13px;line-height:1.2}
.user-badge{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:6px;color:#111;font-size:12px;flex:0 0 auto}
.yellow{background:#ffc61a}.mustard{background:#e8aa0d}
.handle{direction:ltr;text-align:right;color:#9096a8;font-size:10.8px;margin-top:1px}
.review-stars{color:#6250ff;font-size:14.5px;letter-spacing:1.2px;direction:ltr;text-align:right;height:18px;line-height:18px}
.review h3{font-size:13px;line-height:1.45;margin:2px 0;color:#262f4d}
.review p{font-size:11.5px;color:#747c93;line-height:1.7;margin:0}
.review-meta{position:absolute;left:9px;top:11px;bottom:11px;width:58px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;font-size:10.2px;line-height:1.35;color:#9399ab}
.profile-link{border:0;background:transparent;padding:0;color:#ffad00;font-size:10.8px;line-height:1.4;font-weight:900;cursor:pointer;text-align:right}

/* Interactions */
.modal-backdrop{position:fixed;inset:0;background:rgba(10,14,35,.42);display:grid;place-items:center;padding:18px;z-index:30}
.modal-backdrop[hidden]{display:none}
.modal{position:relative;width:min(370px,92vw);background:#fff;border-radius:16px;padding:23px 18px 17px;box-shadow:0 20px 60px rgba(0,0,0,.22);text-align:right}
.modal h2{font-size:18px;margin:0 0 7px}.modal p{font-size:13.5px;line-height:1.9;color:#666e85;margin:0}
.modal-close{position:absolute;left:12px;top:10px;border:0;background:#f3f4f8;border-radius:50%;width:28px;height:28px;font-size:20px;cursor:pointer}
.modal-confirm{width:100%;margin-top:13px}
.toast{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);width:max-content;max-width:calc(100vw - 28px);background:#121a43;color:#fff;padding:9px 13px;border-radius:10px;font-size:12.5px;z-index:50;box-shadow:0 8px 25px rgba(0,0,0,.18)}
.toast[hidden]{display:none}

/* Narrow phones: preserve composition, only tighten spacing */
@media(max-width:380px){
  .page-shell{padding-left:6px;padding-right:6px}
  .profile-card{grid-template-columns:minmax(0,1fr) 118px;gap:9px;padding:11px 10px 10px 12px;min-height:178px}
  .profile-photo{width:118px;height:118px;border-radius:25px}
  .profile-info h1{font-size:18.5px}
  .username{font-size:12px}.category-chip{font-size:11.5px}
  .rating-line{font-size:12px;gap:4px}.rating-line strong{font-size:13.5px}.stars{font-size:16px}
  .primary-btn,.secondary-btn{font-size:11.5px;height:34px}
  .bio-title{font-size:13.5px}.bio-card p{font-size:12.2px}.member-since{font-size:11.5px}
  .chart-card{height:166px;padding-left:7px;padding-right:7px}.chart-name{font-size:10.7px}.period-button{font-size:10px;padding-left:5px;padding-right:5px}
  .metric{padding-left:4px;padding-right:4px}.metric-title{font-size:9.7px}.metric-row strong{font-size:14px}.metric-icon{font-size:15px}.metric-change{font-size:9px}
  .review{padding-right:84px;padding-left:66px}.review>img{width:64px;height:64px}.review-user{font-size:12.2px}.review h3{font-size:12.3px}.review p{font-size:10.8px}.review-meta{width:54px;font-size:9.7px}.profile-link{font-size:10px}
}

/* On tablets/desktops this intentionally remains a mobile-width page. */
@media(min-width:431px){
  body{padding:14px 0}
}

/* Readability tuning for the mobile-only build */
.bio-card p{font-size:13.8px}
.member-since{font-size:13px}
.chart-name{font-size:12.6px;max-width:108px}
.period-button{font-size:11.3px}
.chart-change{font-size:10.8px}
.axis-labels{font-size:9.2px}
.metric-title{font-size:11.2px}
.metric-row strong{font-size:15.8px}
.metric-change{font-size:10.1px}
#showAllReviews{font-size:12px}
.handle{font-size:11.4px}
.review h3{font-size:13.5px}
.review p{font-size:12.1px}
.review-meta{font-size:10.7px}
.profile-link{font-size:11.2px}

@media(max-width:380px){
  .bio-card p{font-size:12.7px}
  .member-since{font-size:11.8px}
  .chart-name{font-size:11.1px;max-width:94px}
  .period-button{font-size:10.2px}
  .metric-title{font-size:10px}
  .metric-row strong{font-size:14.3px}
  .metric-change{font-size:9.2px}
  .handle{font-size:10.6px}
  .review h3{font-size:12.5px}
  .review p{font-size:11px}
  .review-meta{font-size:9.8px}
  .profile-link{font-size:10.2px}
}
.menu-button{font-size:23px;font-weight:800;letter-spacing:0;padding:0 0 3px}


/* Exact 4.8/5 rating: 4 full stars and exactly 80% of the fifth. */
.rating-stars{
  display:inline-flex;
  align-items:center;
  direction:ltr;
  gap:.4px;
  font-size:18px;
  line-height:1;
}
.rating-star{
  position:relative;
  display:inline-block;
  width:1em;
  height:1em;
  color:#d9dce6;
  overflow:hidden;
}
.rating-star-fill{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  overflow:hidden;
  white-space:nowrap;
  color:#ffb000;
  z-index:1;
}
.rating-star-fill.fill-100{width:100%}
.rating-star-fill.fill-80{width:80%}

.review-user{gap:0}
.review>img{
  background:#fff;
  padding:6px;
}

/* Full numbers replace shorthand K values, so keep them compact on mobile. */
.chart-value{font-size:17px;letter-spacing:-.2px}
.metric-row strong{font-size:14.3px;letter-spacing:-.15px}
.axis-labels{font-size:8.6px}

@media(max-width:380px){
  .rating-stars{font-size:16px}
  .chart-value{font-size:15.8px}
  .metric-row strong{font-size:13px}
  .axis-labels{font-size:8px}
}


/* SVG rating icons make the 20% unfilled part of the 4.8 rating visually explicit. */
.rating-stars{
  display:inline-flex;
  align-items:center;
  direction:ltr;
  gap:2px;
  line-height:1;
}
.rating-star-svg{
  display:block;
  width:18px;
  height:18px;
  flex:0 0 18px;
}
@media(max-width:380px){
  .rating-star-svg{width:16px;height:16px;flex-basis:16px}
}


/* Demo disclosure for fictional blogger profile */
.demo-blogger-label{
  display:inline-block;
  margin-right:4px;
  color:#7b8095;
  font-size:11px;
  font-weight:700;
  vertical-align:middle;
  white-space:nowrap;
}
.reviews-title-wrap{
  display:flex;
  flex-direction:column;
  gap:2px;
  align-items:flex-start;
}
.reviews-demo-note{
  color:#9a9fb0;
  font-size:9.5px;
  font-weight:600;
  line-height:1.45;
}
@media(max-width:380px){
  .demo-blogger-label{font-size:10px}
  .reviews-demo-note{font-size:9px}
}


/* Verification-gated preview
   All major content except user reviews remains visible, but intentionally faded.
   No subscription language is used. */
.verification-locked{
  position:relative;
  isolation:isolate;
}
.verification-locked::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:20;
  border-radius:inherit;
  background:rgba(250,250,255,.70);
  pointer-events:auto;
}
.verification-locked::after{
  content:attr(data-lock-text);
  position:absolute;
  z-index:21;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 12px 8px;
  border:1px solid rgba(101,76,255,.18);
  border-radius:11px;
  background:rgba(255,255,255,.94);
  box-shadow:0 5px 18px rgba(29,34,71,.08);
  color:#5f4cf5;
  font-size:12.5px;
  line-height:1.35;
  font-weight:900;
  text-align:center;
  white-space:nowrap;
  pointer-events:none;
}
.charts-grid.verification-locked{
  border-radius:14px;
}
.charts-grid.verification-locked::before{
  border-radius:14px;
}
.summary.verification-locked::before,
.profile-card.verification-locked::before,
.bio-card.verification-locked::before{
  border-radius:inherit;
}

/* The reviews section deliberately remains fully visible. */
.reviews{
  opacity:1;
  filter:none;
  pointer-events:auto;
}

@media(max-width:380px){
  .verification-locked::after{
    min-height:31px;
    padding:6px 10px 7px;
    font-size:11.5px;
  }
}


/* Company logos inside review profile images */
.review>img{
  object-fit:contain !important;
  background:#ffffff;
  padding:6px;
}


/* Custom uploaded Mihan logo avatar */
.review>img.filled-logo-avatar{
  object-fit:cover !important;
  background:transparent !important;
  padding:0 !important;
}


/* Custom uploaded Zamzam logo avatar */
.review>img.filled-logo-avatar{
  object-fit:cover !important;
  background:transparent !important;
  padding:0 !important;
}


/* Custom uploaded Digikala logo avatar */
.review>img.filled-logo-avatar{
  object-fit:cover !important;
  background:transparent !important;
  padding:0 !important;
}


/* Custom uploaded SnappFood logo avatar */
.review>img.filled-logo-avatar{
  object-fit:cover !important;
  background:transparent !important;
  padding:0 !important;
}


/* Uploaded Zarmacaron logo profile */
.review>img.filled-logo-avatar{
  object-fit:cover !important;
  background:transparent !important;
  padding:0 !important;
}


/* Custom uploaded SnappPay logo avatar */
.review>img.filled-logo-avatar{
  object-fit:cover !important;
  background:transparent !important;
  padding:0 !important;
}

/* Final review-avatar fix:
   each logo asset is now a true circle; holder also clips hard at the same diameter. */
.review-avatar-clip{
  border-radius:50% !important;
  overflow:hidden !important;
  contain:paint !important;
  background:#fff !important;
}
.review-avatar-clip > img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  border-radius:50% !important;
  clip-path:circle(50% at 50% 50%) !important;
  -webkit-clip-path:circle(50% at 50% 50%) !important;
}


/* Sensitive-only hidden state for the two lower gated sections
   Non-sensitive labels remain visible; sensitive values are masked. */
.locked-preview{
  position:relative;
  isolation:isolate;
}

.locked-preview::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:transparent !important;
  pointer-events:none;
  z-index:20;
}

.locked-preview::after{
  content:attr(data-lock-text);
  position:absolute;
  left:50%;
  bottom:12px;
  transform:translateX(-50%);
  z-index:22;
  min-height:31px;
  padding:7px 12px 8px;
  border:1px solid rgba(101,76,255,.18);
  border-radius:11px;
  background:rgba(255,255,255,.96);
  box-shadow:0 5px 18px rgba(29,34,71,.08);
  color:#5f4cf5;
  font-size:12.3px;
  line-height:1.35;
  font-weight:900;
  white-space:nowrap;
  pointer-events:none;
}

/* Charts: titles visible, values and numeric axes hidden */
.locked-chart-section{
  border-radius:14px;
}
.locked-chart-card{
  overflow:hidden;
  opacity:1 !important;
}
.locked-chart-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:8px;
}
.locked-filter{
  border:none;
  outline:none;
  background:#f4f6fb;
  color:#6d748d;
  height:29px;
  min-width:72px;
  border-radius:9px;
  padding:0 10px;
  font-size:11px;
  font-family:inherit;
  font-weight:700;
  box-shadow:inset 0 0 0 1px #edf0f7;
}
.locked-chart-title-wrap{
  text-align:right;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:6px;
}
.locked-chart-title{
  font-size:11.8px;
  line-height:1.35;
  font-weight:900;
  color:#353d5a;
}
.locked-chart-value-mask{
  width:74px;
  height:18px;
  border-radius:8px;
  background:linear-gradient(180deg,#eceff6,#e4e8f2);
}
.locked-axis-masks{
  position:absolute;
  left:10px;
  top:44px;
  bottom:20px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  z-index:2;
}
.locked-axis-masks span{
  display:block;
  width:32px;
  height:8px;
  border-radius:999px;
  background:#e8ebf2;
}
.locked-chart-visual{
  position:absolute;
  left:38px;
  right:8px;
  bottom:10px;
  width:calc(100% - 46px);
  height:88px;
}
.locked-chart-visual .fill{
  fill:rgba(54,199,130,.18);
}
.locked-chart-visual.views .fill{
  fill:rgba(255,184,0,.18);
}
.locked-chart-visual .line{
  fill:none;
  stroke:#2cce81;
  stroke-width:2.6;
  stroke-linecap:round;
}
.locked-chart-visual.views .line{
  stroke:#f3b100;
}

/* Summary: visible titles only, numeric values masked */
.locked-summary-section{
  opacity:1 !important;
}
.locked-summary-section .section-head{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  margin-bottom:8px;
}
.locked-summary-section .section-title{
  font-size:13.5px;
  font-weight:900;
  color:#222b4a;
}
.locked-metric-card{
  background:linear-gradient(180deg,#faf9ff,#f6f6fe);
  min-height:86px;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:flex-start;
  gap:7px;
}
.locked-metric-card .metric-title{
  font-size:10.6px;
  line-height:1.35;
  color:#737a91;
  min-height:29px;
  font-weight:700;
  text-align:right;
  width:100%;
}
.locked-metric-value-mask{
  width:58px;
  height:15px;
  border-radius:8px;
  background:linear-gradient(180deg,#e9edf6,#e0e5f0);
  margin-right:0;
}
.locked-metric-sub-mask{
  width:42px;
  height:10px;
  border-radius:999px;
  background:#ebedf5;
  margin-right:0;
}
.locked-metric-sub-mask.short{
  width:34px;
}

@media(max-width:380px){
  .locked-preview::after{
    bottom:10px;
    min-height:30px;
    padding:6px 10px 7px;
    font-size:11.5px;
  }
  .locked-filter{
    min-width:66px;
    font-size:10.5px;
  }
  .locked-axis-masks span{
    width:28px;
  }
  .locked-chart-value-mask{
    width:64px;
  }
  .locked-metric-value-mask{
    width:52px;
  }
}


/* Restore original review-profile size and position.
   Exact state from before the sensitive-only lower-section edit. */
.review-avatar-clip{
  position:absolute !important;
  right:10px !important;
  top:12px !important;
  width:70px !important;
  height:70px !important;
  min-width:70px !important;
  min-height:70px !important;
  max-width:70px !important;
  max-height:70px !important;
  border-radius:50% !important;
  overflow:hidden !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-shadow:0 0 0 3px #fff,0 0 0 4px #e9ebf3 !important;
  background:#fff !important;
  isolation:isolate;
  contain:paint !important;
}

.review-avatar-clip > img{
  position:static !important;
  display:block !important;
  width:70px !important;
  height:70px !important;
  min-width:70px !important;
  min-height:70px !important;
  max-width:70px !important;
  max-height:70px !important;
  flex:0 0 70px !important;
  object-fit:cover !important;
  border-radius:50% !important;
  clip-path:circle(50% at 50% 50%) !important;
  -webkit-clip-path:circle(50% at 50% 50%) !important;
  box-shadow:none !important;
  margin:0 !important;
  padding:0 !important;
}

@media(max-width:380px){
  .review-avatar-clip{
    width:64px !important;
    height:64px !important;
    min-width:64px !important;
    min-height:64px !important;
    max-width:64px !important;
    max-height:64px !important;
    right:10px !important;
    top:12px !important;
  }
  .review-avatar-clip > img{
    width:64px !important;
    height:64px !important;
    min-width:64px !important;
    min-height:64px !important;
    max-width:64px !important;
    max-height:64px !important;
    flex-basis:64px !important;
  }
}


/* iBlogger v25 — mobile review avatar size adjustment.
   Scope: creator profile mobile only. 10% smaller than the approved previous size. */
@media (max-width:620px){
  body.creator-profile-page .review-avatar-clip{
    width:63px !important;
    height:63px !important;
    min-width:63px !important;
    min-height:63px !important;
    max-width:63px !important;
    max-height:63px !important;
  }
  body.creator-profile-page .review-avatar-clip > img{
    width:63px !important;
    height:63px !important;
    min-width:63px !important;
    min-height:63px !important;
    max-width:63px !important;
    max-height:63px !important;
    flex-basis:63px !important;
  }
}

@media (max-width:380px){
  body.creator-profile-page .review-avatar-clip{
    width:57.6px !important;
    height:57.6px !important;
    min-width:57.6px !important;
    min-height:57.6px !important;
    max-width:57.6px !important;
    max-height:57.6px !important;
  }
  body.creator-profile-page .review-avatar-clip > img{
    width:57.6px !important;
    height:57.6px !important;
    min-width:57.6px !important;
    min-height:57.6px !important;
    max-width:57.6px !important;
    max-height:57.6px !important;
    flex-basis:57.6px !important;
  }
}
