:root{
  --ms-accent:#8b5cf6;
  --ms-accent-2:#ec4899;
  --ms-text:#182033;
  --ms-muted:#5d6680;
  --ms-border:#d9deea;
  --ms-bg:#f6f4fb;
  --ms-bg-soft:#fbfaff;
  --ms-success:#22c55e;
  --ms-danger:#ef4444;
  --ms-radius:22px;
  --ms-shadow:0 10px 30px rgba(69, 44, 141, .06);
}
.msb-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:14px;line-height:1;padding:10px 16px;border-radius:999px;background:rgba(139,92,246,.12);color:#7c3aed;margin-bottom:18px;font-weight:600}
.msb-section-heading{margin:24px 0 32px}.msb-section-heading h2,.msb-three-cards-wrap h2,.msb-cta-banner h2{font-size:clamp(30px,4vw,52px);line-height:1.06;letter-spacing:-.03em;color:var(--ms-text);margin:0 0 14px}.msb-section-heading p,.msb-cta-banner p{color:var(--ms-muted);font-size:18px;line-height:1.7;max-width:760px;margin:0}
.msb-three-cards-wrap{margin:24px 0 34px}.msb-three-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.msb-card{background:#fff;border:1px solid var(--ms-border);border-left:4px solid var(--ms-accent);border-radius:18px;padding:28px 20px;box-shadow:var(--ms-shadow)}.msb-card h3{font-size:22px;line-height:1.15;margin:0 0 10px;color:var(--ms-text)}.msb-card p{margin:0;color:var(--ms-muted);line-height:1.6}
.msb-brand-card{background:#fff;border:1px solid var(--ms-border);border-radius:24px;overflow:hidden;box-shadow:var(--ms-shadow);margin:24px 0 32px}.msb-brand-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;padding:26px 26px 22px;border-bottom:1px solid var(--ms-border)}.msb-brand-identity{display:flex;gap:16px;align-items:flex-start;min-width:0}.msb-brand-logo,.msb-brand-logo-preview{width:56px;height:56px;border-radius:14px;object-fit:contain;background:#f1ebff;border:1px solid #eadfff;padding:8px}.msb-brand-title-wrap h3{font-size:32px;line-height:1.05;margin:0 0 6px;color:var(--ms-text)}.msb-subtitle{color:var(--ms-muted);font-size:18px}.msb-brand-side{display:flex;flex-direction:column;align-items:flex-end;gap:14px}.msb-badge{display:inline-flex;padding:10px 16px;border-radius:999px;background:#efe7ff;color:#7c3aed;font-weight:600;font-size:14px}.msb-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:#5b5c6d;color:#fff;border-radius:999px;min-height:46px;padding:0 18px;font-weight:700}.msb-brand-body{padding:28px 26px 26px}.msb-brand-body h4,.msb-review-summary h3,.msb-pros-cons h3{font-size:22px;line-height:1.15;margin:0 0 14px;color:var(--ms-text)}.msb-brand-body p{font-size:18px;line-height:1.8;color:var(--ms-muted);margin:0 0 22px}
.msb-check-list,.msb-cross-list{list-style:none;padding:0;margin:0 0 24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 28px}.msb-check-list li,.msb-cross-list li{position:relative;padding-left:28px;color:var(--ms-text);line-height:1.6}.msb-check-list li:before,.msb-cross-list li:before{content:"";position:absolute;left:0;top:.45em;width:16px;height:16px;border-radius:50%}.msb-check-list li:before{background:var(--ms-success)}.msb-cross-list li:before{background:var(--ms-danger)}.msb-takeaway{background:#f7f1ff;border:1px solid #d9c8ff;border-radius:16px;padding:20px 20px 18px}.msb-takeaway-title{font-size:18px;font-weight:700;color:var(--ms-text);margin-bottom:8px}.msb-takeaway p{margin:0;color:var(--ms-muted);font-size:17px;line-height:1.7}
.msb-review-summary{background:#fff;border:1px solid var(--ms-border);border-radius:24px;box-shadow:var(--ms-shadow);padding:26px;margin:24px 0 32px}.msb-review-grid{display:grid;grid-template-columns:1.1fr 1fr 1.2fr;gap:22px}.msb-review-brand,.msb-review-offer,.msb-review-meta{border:1px solid var(--ms-border);border-radius:18px;padding:20px;background:var(--ms-bg-soft)}.msb-rating{display:inline-block;margin-top:10px;padding:10px 14px;border-radius:999px;background:linear-gradient(90deg,var(--ms-accent),var(--ms-accent-2));color:#fff;font-weight:700}.msb-offer-text{font-size:22px;line-height:1.2;color:var(--ms-text);margin-bottom:18px;font-weight:700}.msb-meta-label{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#7c3aed;font-weight:700;margin-bottom:14px}.msb-meta-row{margin-top:14px;color:var(--ms-muted);line-height:1.6}
.msb-pros-cons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:24px 0 32px}.msb-col{border-radius:22px;border:1px solid var(--ms-border);background:#fff;box-shadow:var(--ms-shadow);padding:24px}.msb-col-good{border-top:4px solid #22c55e}.msb-col-bad{border-top:4px solid #ef4444}
.msb-cta-banner{padding:32px 28px;border-radius:24px;background:linear-gradient(180deg,#f7f1ff 0%, #ffffff 100%);border:1px solid #ded1ff;box-shadow:var(--ms-shadow);margin:26px 0 32px}.msb-cta-banner .msb-button{margin-top:18px;background:linear-gradient(90deg,var(--ms-accent),var(--ms-accent-2))}
.msb-faq-item{margin:0 0 14px;background:#fff;border:1px solid var(--ms-border);border-radius:18px;box-shadow:var(--ms-shadow);overflow:hidden}.msb-faq-item summary{padding:20px 22px;cursor:pointer;font-weight:700;color:var(--ms-text)}.msb-faq-answer{padding:0 22px 20px;color:var(--ms-muted);line-height:1.7}
.msb-team-member,.msb-testimonial,.msb-rg-note{margin:24px 0;background:#fff;border:1px solid var(--ms-border);border-radius:22px;box-shadow:var(--ms-shadow);padding:24px}.msb-team-photo,.msb-team-photo-preview{width:96px;height:96px;border-radius:18px;object-fit:cover;margin-bottom:14px}.msb-team-member h3{margin:0 0 8px;font-size:26px;color:var(--ms-text)}.msb-role{color:#7c3aed;font-weight:600;margin-bottom:10px}.msb-team-member p,.msb-testimonial p,.msb-rg-note p{margin:0;color:var(--ms-muted);line-height:1.7}.msb-testimonial{border-left:4px solid var(--ms-accent)}.msb-testimonial cite{display:block;margin-top:14px;font-style:normal;color:var(--ms-text);font-weight:700}.msb-rg-note{background:#fff9ed;border-color:#f2d9a6}.msb-rg-note strong{display:block;margin-bottom:8px;color:#7a4b00}
@media (max-width:900px){.msb-three-cards,.msb-review-grid,.msb-pros-cons,.msb-check-list,.msb-cross-list{grid-template-columns:1fr}.msb-brand-head{flex-direction:column}.msb-brand-side{align-items:flex-start}.msb-brand-title-wrap h3{font-size:28px}}
@media (max-width:640px){.msb-card,.msb-brand-head,.msb-brand-body,.msb-review-summary,.msb-col,.msb-cta-banner,.msb-team-member,.msb-testimonial,.msb-rg-note{padding-left:18px;padding-right:18px}.msb-section-heading h2,.msb-three-cards-wrap h2,.msb-cta-banner h2{font-size:34px}.msb-brand-title-wrap h3{font-size:24px}.msb-brand-body p{font-size:17px}}


/* Only change to existing block: Pros & Cons lists become vertical bullet lists */
.msb-check-list,
.msb-cross-list{
  display:block;
  grid-template-columns:none;
}
.msb-check-list li,
.msb-cross-list li{
  display:block;
  margin-bottom:12px;
}

/* New blocks */
.msb-casino-single-card{
  margin:24px 0 32px;
}
.msb-casino-single-card__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  background:#fff;
  border:1px solid var(--ms-border);
  border-radius:24px;
  padding:24px 26px;
  box-shadow:var(--ms-shadow);
}
.msb-casino-single-card__inner .msb-offer-text{
  margin:4px 0 8px;
}

.msb-compare-table-wrap{
  margin:24px 0 32px;
}
.msb-compare-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--ms-border);
  border-radius:22px;
  box-shadow:var(--ms-shadow);
}
.msb-compare-table th,
.msb-compare-table td{
  padding:16px 18px;
  text-align:left;
  border-bottom:1px solid var(--ms-border);
}
.msb-compare-table thead th{
  background:var(--ms-bg-soft);
  color:var(--ms-text);
  font-weight:700;
}
.msb-compare-table tbody tr:last-child td{
  border-bottom:none;
}
.msb-compare-controls{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-bottom:12px;
}

.msb-zoom-gallery{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:24px 0 32px;
}
.msb-gallery-trigger{
  border:none;
  padding:0;
  background:none;
  cursor:pointer;
}
.msb-gallery-thumb{
  width:100%;
  aspect-ratio:1.3/1;
  object-fit:cover;
  border-radius:18px;
  border:1px solid var(--ms-border);
  box-shadow:var(--ms-shadow);
  display:block;
}
.msb-gallery-thumb--empty{
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--ms-bg-soft);
  color:var(--ms-muted);
}
.msb-lightbox{
  position:fixed;
  inset:0;
  background:rgba(14,16,23,.7);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  z-index:99999;
}
.msb-lightbox img{
  max-width:min(1100px,94vw);
  max-height:84vh;
  border-radius:18px;
}
.msb-lightbox-close{
  position:absolute;
  top:18px;
  right:18px;
  width:42px;
  height:42px;
  border:none;
  border-radius:999px;
  background:#fff;
  color:#111;
  font-size:24px;
  cursor:pointer;
}

.msb-top-picks-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:24px 0 32px;
}
.msb-top-pick{
  background:var(--ms-bg-soft);
  border:1px solid var(--ms-border);
  border-radius:18px;
  padding:16px 18px;
  font-weight:600;
  color:var(--ms-text);
  text-align:center;
}

.msb-key-stats{
  background:#fff;
  border:1px solid var(--ms-border);
  border-radius:24px;
  box-shadow:var(--ms-shadow);
  padding:24px 26px;
  margin:24px 0 32px;
}
.msb-key-stats h3,
.msb-trust-box h3,
.msb-payments h3,
.msb-best-for-card h3,
.msb-bonus-terms h3{
  font-size:22px;
  margin:0 0 16px;
  color:var(--ms-text);
}
.msb-key-stats-grid,
.msb-bonus-terms-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.msb-stat-card,
.msb-bonus-term{
  background:var(--ms-bg-soft);
  border:1px solid var(--ms-border);
  border-radius:18px;
  padding:18px;
}
.msb-stat-value,
.msb-bonus-term-value{
  font-size:26px;
  line-height:1.1;
  font-weight:700;
  color:var(--ms-text);
  margin-bottom:6px;
}
.msb-stat-label,
.msb-bonus-term-label{
  color:var(--ms-muted);
  font-size:14px;
}

.msb-trust-box,
.msb-payments,
.msb-best-for-card,
.msb-bonus-terms{
  background:#fff;
  border:1px solid var(--ms-border);
  border-radius:24px;
  box-shadow:var(--ms-shadow);
  padding:24px 26px;
  margin:24px 0 32px;
}
.msb-check-list--single{
  display:block;
}
.msb-payment-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.msb-payment-chip{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  background:var(--ms-bg-soft);
  border:1px solid var(--ms-border);
  color:var(--ms-text);
  font-weight:600;
}
.msb-best-for-card p{
  color:var(--ms-muted);
  line-height:1.7;
  margin:0;
}

.msb-ranking-list-wrap{
  margin:24px 0 36px;
}
.msb-ranking-list-wrap > h2{
  font-size:clamp(28px,4vw,46px);
  line-height:1.08;
  letter-spacing:-.03em;
  margin:0 0 16px;
  color:var(--ms-text);
}
.msb-ranking-inner-note{
  color:var(--ms-muted);
  margin-bottom:12px;
}
.msb-ranking-item{
  display:grid;
  grid-template-columns:80px minmax(0,1.2fr) minmax(0,1fr) 180px 150px;
  align-items:center;
  gap:16px;
  background:#fff;
  border:1px solid var(--ms-border);
  border-radius:22px;
  box-shadow:var(--ms-shadow);
  padding:18px 20px;
  margin-bottom:14px;
}
.msb-ranking-rank{
  width:54px;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:var(--ms-bg-soft);
  border:1px solid var(--ms-border);
  font-weight:700;
  color:var(--ms-text);
}
.msb-ranking-brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.msb-ranking-brand-copy h3{
  margin:0 0 4px;
  font-size:22px;
  color:var(--ms-text);
}
.msb-ranking-bonus,
.msb-ranking-wagering{
  color:var(--ms-text);
  font-weight:600;
}
.msb-ranking-grid-edit{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

@media (max-width: 1024px){
  .msb-ranking-item{
    grid-template-columns:64px 1fr;
  }
  .msb-ranking-bonus,
  .msb-ranking-wagering,
  .msb-ranking-item .msb-button{
    grid-column:2;
  }
}

@media (max-width: 768px){
  .msb-three-cards,
  .msb-top-picks-strip,
  .msb-key-stats-grid,
  .msb-bonus-terms-grid,
  .msb-zoom-gallery{
    grid-template-columns:1fr;
  }
  .msb-review-grid{
    grid-template-columns:1fr;
  }
  .msb-brand-head,
  .msb-casino-single-card__inner{
    flex-direction:column;
    align-items:flex-start;
  }
  .msb-compare-controls{
    grid-template-columns:1fr;
  }
  .msb-compare-table{
    display:block;
    overflow-x:auto;
  }
  .msb-ranking-item{
    grid-template-columns:1fr;
    align-items:flex-start;
  }
  .msb-ranking-rank{
    width:auto;
    height:auto;
    padding:10px 14px;
  }
}


/* Ranking list: only improved block styles */
.msb-ranking-list-wrap{
  margin:24px 0 36px;
}
.msb-ranking-list-wrap > h2{
  font-size:clamp(28px,4vw,46px);
  line-height:1.08;
  letter-spacing:-.03em;
  margin:0 0 16px;
  color:var(--ms-text);
}
.msb-ranking-list-wrap--editor{
  padding:18px 0 4px;
}
.msb-ranking-inner-note{
  color:var(--ms-muted);
  margin-bottom:14px;
}
.msb-ranking-item{
  display:grid;
  grid-template-columns:88px minmax(0,1.5fr) minmax(180px,1fr) minmax(150px,.85fr) auto;
  align-items:center;
  gap:18px;
  background:#fff;
  border:1px solid var(--ms-border);
  border-radius:22px;
  box-shadow:var(--ms-shadow);
  padding:18px 20px;
  margin-bottom:14px;
}
.msb-ranking-item--editor{
  grid-template-columns:88px minmax(0,1.2fr) minmax(170px,1fr) minmax(140px,.9fr) auto;
}
.msb-ranking-rank{
  width:64px;
  height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:var(--ms-bg-soft);
  border:1px solid var(--ms-border);
  font-weight:700;
  color:var(--ms-text);
  font-size:24px;
}
.msb-ranking-brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.msb-ranking-brand .msb-brand-logo{
  width:62px;
  height:62px;
  border-radius:16px;
  object-fit:contain;
  background:#f1ebff;
  border:1px solid #eadfff;
  padding:8px;
}
.msb-brand-logo--placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--ms-muted);
  font-size:12px;
}
.msb-ranking-brand-copy h3{
  margin:0 0 6px;
  font-size:22px;
  color:var(--ms-text);
  line-height:1.1;
}
.msb-rating-line{
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--ms-muted);
  font-size:18px;
}
.msb-rating-star{
  color:#f5b301;
  font-size:16px;
  line-height:1;
}
.msb-ranking-bonus,
.msb-ranking-wagering{
  color:var(--ms-text);
  font-weight:600;
  line-height:1.4;
}
.msb-ranking-item .msb-button--ranking{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  min-width:168px;
  padding:0 22px;
  white-space:nowrap;
  border-radius:999px;
  font-weight:700;
  text-align:center;
}
.msb-ranking-grid-edit{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

@media (max-width: 1024px){
  .msb-ranking-item,
  .msb-ranking-item--editor{
    grid-template-columns:76px minmax(0,1fr) auto;
    align-items:center;
  }
  .msb-ranking-bonus,
  .msb-ranking-wagering{
    grid-column:2;
  }
  .msb-ranking-item .msb-button--ranking{
    grid-column:3;
    grid-row:1 / span 3;
    align-self:center;
  }
}

@media (max-width: 768px){
  .msb-ranking-item,
  .msb-ranking-item--editor{
    grid-template-columns:1fr;
    gap:14px;
    padding:18px;
  }
  .msb-ranking-rank{
    width:auto;
    height:auto;
    padding:10px 14px;
    font-size:20px;
  }
  .msb-ranking-brand{
    align-items:center;
  }
  .msb-ranking-brand .msb-brand-logo{
    width:56px;
    height:56px;
  }
  .msb-ranking-brand-copy h3{
    font-size:20px;
  }
  .msb-ranking-item .msb-button--ranking{
    width:100%;
    min-width:0;
  }
}

/* Author profile block */
.msb-author-profile{
  display:grid;
  grid-template-columns:120px minmax(0,1fr);
  gap:18px;
  align-items:center;
  background:#fff;
  border:1px solid var(--ms-border);
  border-radius:24px;
  box-shadow:var(--ms-shadow);
  padding:22px 24px;
  margin:24px 0 32px;
}
.msb-author-avatar{
  width:120px;
  height:120px;
  border-radius:22px;
  object-fit:cover;
  background:var(--ms-bg-soft);
  border:1px solid var(--ms-border);
}
.msb-author-avatar--placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--ms-muted);
  font-size:13px;
}
.msb-author-copy h3{
  margin:0 0 10px;
  font-size:28px;
  line-height:1.08;
  color:var(--ms-text);
}
.msb-author-role{
  margin-bottom:14px;
}
.msb-author-copy p{
  margin:0;
  color:var(--ms-muted);
  line-height:1.7;
}
@media (max-width: 768px){
  .msb-author-profile{
    grid-template-columns:1fr;
  }
  .msb-author-avatar{
    width:96px;
    height:96px;
  }
}


/* FIX RANKING LIST SCALE */
.msb-ranking-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.msb-ranking-item{
  padding:14px 18px !important;
  border-radius:18px;
}

.msb-ranking-item h3{
  font-size:20px !important;
  line-height:1.2;
}

.msb-ranking-item .msb-offer-text{
  font-size:16px !important;
}

.msb-ranking-item .msb-button{
  min-height:38px;
  padding:0 14px;
  font-size:14px;
}




/* Ranking list redesign */
.msb-ranking-list-wrap{
  margin:24px 0 36px;
}
.msb-ranking-list-wrap > h2{
  font-size:clamp(28px,4vw,46px);
  line-height:1.08;
  letter-spacing:-.03em;
  margin:0 0 16px;
  color:var(--ms-text);
}
.msb-ranking-list-wrap--editor{
  padding:18px 0 4px;
}
.msb-ranking-item{
  position:relative;
  display:grid;
  grid-template-columns:172px minmax(0,1fr) 190px;
  gap:0;
  align-items:stretch;
  background:#fff;
  border:1px solid var(--ms-border);
  border-radius:18px;
  box-shadow:var(--ms-shadow);
  overflow:hidden;
  margin-bottom:14px;
}
.msb-ranking-item--editor{
  grid-template-columns:150px minmax(0,1fr) 168px;
}
.msb-ranking-media{
  position:relative;
  min-height:164px;
  background:linear-gradient(135deg, #f2ebff 0%, #ede7fb 100%);
  border-right:1px solid var(--ms-border);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:26px 20px 20px;
}
.msb-ranking-rank{
  position:absolute;
  top:0;
  left:0;
  min-width:34px;
  height:34px;
  padding:0 10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:0 0 12px 0;
  background:linear-gradient(180deg,#ede7ff 0%,#ddd3ff 100%);
  border-right:1px solid rgba(139,92,246,.14);
  border-bottom:1px solid rgba(139,92,246,.14);
  color:#4320c9;
  font-weight:800;
  font-size:18px;
  z-index:2;
}
.msb-ranking-media .msb-brand-logo{
  width:84px;
  height:84px;
  border-radius:18px;
  object-fit:contain;
  background:#fff;
  border:1px solid #e7ddff;
  padding:10px;
  box-shadow:0 10px 24px rgba(76,29,149,.08);
}
.msb-brand-logo--placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--ms-muted);
  font-size:12px;
}
.msb-ranking-content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:14px;
  padding:24px 26px;
  min-width:0;
}
.msb-ranking-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.msb-ranking-title{
  margin:0;
  font-size:24px;
  line-height:1.08;
  color:var(--ms-text);
}
.msb-rating-line{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--ms-muted);
  font-size:16px;
  white-space:nowrap;
}
.msb-rating-star{
  color:#f5b301;
  font-size:16px;
  line-height:1;
}
.msb-ranking-offer{
  font-size:clamp(24px,2.2vw,36px);
  line-height:1.12;
  letter-spacing:-.02em;
  font-weight:800;
  color:#4c1d95;
}
.msb-ranking-stats{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  max-width:460px;
}
.msb-ranking-stat{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:12px 14px;
  background:var(--ms-bg-soft);
  border:1px solid var(--ms-border);
  border-radius:14px;
}
.msb-ranking-stat-label{
  font-size:12px;
  line-height:1.2;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--ms-muted);
  font-weight:700;
}
.msb-ranking-stat-value{
  font-size:18px;
  line-height:1.25;
  color:var(--ms-text);
  font-weight:800;
}
.msb-ranking-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px 22px;
  border-left:1px solid var(--ms-border);
  background:linear-gradient(180deg,#fff 0%,#faf8ff 100%);
}
.msb-button--ranking{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:152px;
  min-height:46px;
  padding:0 22px;
  border:none;
  border-radius:12px;
  text-decoration:none;
  background:linear-gradient(90deg, #5b21b6 0%, #3b0bbf 100%);
  color:#fff !important;
  font-size:16px;
  font-weight:800;
  line-height:1;
  box-shadow:0 12px 24px rgba(76,29,149,.18);
}
.msb-button--ranking:hover{
  transform:translateY(-1px);
}

@media (max-width: 1024px){
  .msb-ranking-item{
    grid-template-columns:140px minmax(0,1fr);
  }
  .msb-ranking-actions{
    grid-column:1 / -1;
    border-left:none;
    border-top:1px solid var(--ms-border);
    justify-content:flex-start;
    padding:18px 20px 20px;
  }
  .msb-button--ranking{
    min-width:170px;
  }
}

@media (max-width: 767px){
  .msb-ranking-item,
  .msb-ranking-item--editor{
    grid-template-columns:1fr;
    border-radius:14px;
  }
  .msb-ranking-media{
    min-height:118px;
    border-right:none;
    border-bottom:1px solid var(--ms-border);
    padding:28px 18px 18px;
  }
  .msb-ranking-media .msb-brand-logo{
    width:76px;
    height:76px;
    border-radius:16px;
  }
  .msb-ranking-rank{
    min-width:32px;
    height:32px;
    font-size:17px;
  }
  .msb-ranking-content{
    align-items:center;
    text-align:center;
    padding:18px 16px 16px;
    gap:12px;
  }
  .msb-ranking-topline{
    width:100%;
    flex-direction:column;
    gap:6px;
  }
  .msb-ranking-title{
    font-size:18px;
  }
  .msb-rating-line{
    font-size:15px;
  }
  .msb-ranking-offer{
    font-size:18px;
    line-height:1.22;
    max-width:280px;
  }
  .msb-ranking-stats{
    width:100%;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .msb-ranking-stat{
    padding:10px 10px 12px;
  }
  .msb-ranking-stat-value{
    font-size:16px;
  }
  .msb-ranking-actions{
    border-top:none;
    border-left:none;
    padding:0 16px 18px;
    justify-content:center;
    background:#fff;
  }
  .msb-button--ranking{
    width:100%;
    max-width:220px;
    min-width:0;
    min-height:44px;
    border-radius:10px;
    font-size:15px;
  }
}
