.mgr-tabs-wrap{border:1px solid #eaeaea;border-radius:14px;padding:12px}
.mgr-tabs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;border-bottom:1px solid #e5e5e5;padding-bottom:8px;margin-bottom:12px}
.mgr-tab{background:transparent;border:0;padding:8px 10px;border-radius:10px;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:6px}
.mgr-tab .mgr-g{display:inline-flex;width:18px;height:18px;border-radius:50%;justify-content:center;align-items:center;font-weight:700;border:1px solid #ddd}
      .mgr-tab strong{margin-left:4px}
      .mgr-tab.is-active{background:#f6f6f6}
      .mgr-cta{margin-left:auto;background:#ef4136;color:#fff;padding:10px 14px;border-radius:999px;text-decoration:none;font-weight:700}
      .mgr-cta-row{margin-top:20px;}
      .mgr-cta-row .mgr-cta{background:#000000;border-radius:0px}
      .mgr-panel{display:none}
      .mgr-panel.is-active{display:block}
      .mgr-title{display:flex;align-items:center;gap:8px;margin:10px 0 14px}
      .mgr-big{font-size:1.25rem;font-weight:700}
      .mgr-stars{transform:translateY(-1px); color:#f6ab27;}
      .mgr-stars span{font-size:20px!important;}
      .mgr-slider{position:relative;overflow:hidden;margin-bottom: 20px;}
      .mgr-track{display:flex;gap:12px;transition:transform .25s ease}
      .mgr-card{min-width:240px;max-width:280px;flex:0 0 auto;background:#fafafa;border:1px solid #eee;border-radius:12px;padding:12px;max-height: 260px;overflow: scroll;}
      .mgr-card .mgr-top{display:flex;justify-content:space-between;align-items:left;margin-bottom:6px;flex-direction: column;}
      .mgr-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
      .mgr-arrow{width:34px;height:34px;border:1px solid #111;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;cursor:pointer}
      .mgr-muted{opacity:.6}
      @media (max-width:600px){ .mgr-card{min-width:85%} }
      .mgr-badge { display:inline-flex; align-items:center; gap:8px; font-weight:700; }
.mgr-badge a { color: inherit; text-decoration: none; display:inline-flex; align-items:center; gap:8px; }
.mgr-badge-g { display:inline-flex; width:20px; height:20px; border-radius:50%; align-items:center; justify-content:center; border:1px solid #ddd; font-weight:800; }
.mgr-badge-label { opacity:.95; }
.mgr-badge-score { font-weight:800; }
.mgr-badge--sm { font-size:.9rem; }
.mgr-badge--md { font-size:1rem; }
.mgr-badge--lg { font-size:1.125rem; }