/* mmcv - showcase for mymobicasino.com (CA). The site keeps its own design:
   palette, buttons and type are taken from the existing theme (green header #2e7d32,
   orange Visit pill, gold stars, grey cards). No site redesign is done here. */
.mmcv-wrap{--mmcv-green:#2e7d32;--mmcv-green-l:#4caf50;--mmcv-orange:#ff9100;--mmcv-orange-l:#ffb14b;
  --mmcv-ink:#1f333d;--mmcv-mut:#667075;--mmcv-line:#e2e8e3;--mmcv-bg:#fafafa;
  margin:26px 0 30px;clear:both;position:relative;font-family:inherit;color:var(--mmcv-ink)}
.mmcv-wrap *{box-sizing:border-box}
.mmcv-h2{font-size:24px;line-height:1.25;margin:0 0 8px;color:var(--mmcv-ink)}
.mmcv-lead{margin:0 0 14px;color:var(--mmcv-mut);font-size:14px;line-height:1.5}
.mmcv-f,.mmcv-more{position:absolute;top:0;left:0;width:1px;height:1px;margin:0;padding:0;border:0;
  opacity:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);pointer-events:none}
.mmcv-filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px 18px;
  padding:11px 14px;margin:0 0 14px;background:#f2f7f2;border:1px solid var(--mmcv-line);border-radius:4px}
.mmcv-flabel{font-size:13px;font-weight:700;color:var(--mmcv-mut);text-transform:uppercase;letter-spacing:.04em}
.mmcv-chip{display:inline-flex;align-items:center;gap:8px;font-size:14px;line-height:1.2;cursor:pointer;color:var(--mmcv-ink)}
.mmcv-chip:before{content:"";width:16px;height:16px;flex:0 0 16px;border:2px solid #b9c6bc;
  border-radius:3px;background:#fff}
.mmcv-list{list-style:none;margin:0;padding:0;counter-reset:none}
.mmcv-list>li{display:grid;grid-template-columns:44px 140px minmax(0,1fr) 196px 164px;
  align-items:center;gap:0 16px;padding:18px 16px 18px 10px;margin:0 0 10px;min-height:150px;
  background:#fff;border:1px solid var(--mmcv-line);border-left:4px solid var(--mmcv-green-l);border-radius:4px}
.mmcv-list>li.mmcv-hid{display:none}
.mmcv-rank{display:flex;align-items:center;justify-content:center;width:30px;height:30px;
  border-radius:50%;background:var(--mmcv-green-l);color:#fff;font-weight:700;font-size:15px}
.mmcv-list>li:nth-child(-n+2) .mmcv-rank{background:var(--mmcv-green)}
.mmcv-logo{display:flex;align-items:center;justify-content:center;height:70px;
  background:var(--mmcv-bg);border:1px solid var(--mmcv-line);border-radius:3px;padding:6px}
.mmcv-logo img{max-width:120px;max-height:46px;width:auto;height:auto;display:block}
.mmcv-word{font-weight:700;font-size:15px;text-align:center}
.mmcv-main{min-width:0}
.mmcv-name{display:inline-block;font-size:17px;font-weight:700;margin-right:8px}
.mmcv-pick{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;
  letter-spacing:.05em;color:#8a5b00;background:#fff3d6;border:1px solid #ffd88a;border-radius:3px;padding:2px 7px;vertical-align:2px}
.mmcv-facts{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:4px 10px}
.mmcv-facts li{font-size:13px;line-height:1.35;color:var(--mmcv-mut);position:relative;padding-left:12px}
.mmcv-facts li:before{content:"";position:absolute;left:0;top:7px;width:5px;height:5px;
  border-radius:50%;background:var(--mmcv-green-l)}
.mmcv-facts li:first-child{color:var(--mmcv-green);font-weight:600}
.mmcv-offer{text-align:center;line-height:1.3}
.mmcv-olabel{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.06em;
  color:var(--mmcv-mut);margin-bottom:4px}
.mmcv-sum{display:block;font-size:17px;font-weight:700;color:var(--mmcv-green)}
.mmcv-spins{display:block;font-size:13px;color:var(--mmcv-mut);margin-top:2px}
.mmcv-act{display:flex;flex-direction:column;align-items:stretch;gap:6px}
.mmcv-cta{display:block;text-align:center;padding:11px 10px;border-radius:22px;font-weight:700;
  font-size:15px;color:#fff!important;text-decoration:none;
  background:linear-gradient(180deg,var(--mmcv-orange-l),var(--mmcv-orange));border-bottom:3px solid #e07c00}
.mmcv-cta:hover,.mmcv-cta:focus{background:linear-gradient(180deg,#ffbe6b,#ff9f22);color:#fff!important;text-decoration:none}
.mmcv-rev{display:block;text-align:center;font-size:13px;color:var(--mmcv-mut);text-decoration:underline}
.mmcv-morebtn{display:block;width:100%;text-align:center;padding:11px;margin:2px 0 12px;cursor:pointer;
  font-weight:700;font-size:14px;color:var(--mmcv-green);background:#f2f7f2;
  border:1px solid var(--mmcv-line);border-radius:4px}
.mmcv-morebtn .mmcv-close{display:none}
.mmcv-note{font-size:12px;line-height:1.6;color:var(--mmcv-mut);margin:0}
.mmcv-note em{font-style:normal;font-weight:600}

/* behaviour: the inputs sit as siblings BEFORE the list, so ~ reaches every row
   (an input inside its own label never cuts anything - lesson from casinoatlas.se) */
.mmcv-more:checked~.mmcv-list>li.mmcv-hid{display:grid}
.mmcv-more:checked~.mmcv-morebtn .mmcv-open{display:none}
.mmcv-more:checked~.mmcv-morebtn .mmcv-close{display:inline}
.mmcv-f:nth-of-type(1):checked~.mmcv-list>li:not([data-f1="1"]),
.mmcv-f:nth-of-type(2):checked~.mmcv-list>li:not([data-f2="1"]),
.mmcv-f:nth-of-type(3):checked~.mmcv-list>li:not([data-f3="1"]){display:none}
.mmcv-wrap:has(.mmcv-f:nth-of-type(1):checked) .mmcv-filters .mmcv-chip:nth-of-type(1):before,
.mmcv-wrap:has(.mmcv-f:nth-of-type(2):checked) .mmcv-filters .mmcv-chip:nth-of-type(2):before,
.mmcv-wrap:has(.mmcv-f:nth-of-type(3):checked) .mmcv-filters .mmcv-chip:nth-of-type(3):before{
  background:var(--mmcv-green);border-color:var(--mmcv-green);
  box-shadow:inset 0 0 0 2px #fff}

@media (max-width:900px){
  .mmcv-list>li{grid-template-columns:38px 110px minmax(0,1fr);grid-template-areas:
    "rank logo main" "offer offer act";gap:8px 12px;padding:12px;min-height:0}
  .mmcv-more:checked~.mmcv-list>li.mmcv-hid{display:grid}
  .mmcv-rank{grid-area:rank}
  .mmcv-logo{grid-area:logo;height:56px}
  .mmcv-main{grid-area:main}
  .mmcv-offer{grid-area:offer;text-align:left;margin-top:2px;
    padding-top:10px;border-top:1px solid var(--mmcv-line)}
  .mmcv-olabel{display:inline;margin-right:8px}
  .mmcv-sum{display:inline;font-size:16px}
  .mmcv-spins{display:inline;margin-left:6px}
  .mmcv-act{grid-area:act;flex-direction:column;align-items:stretch;gap:4px;justify-content:center}
  .mmcv-cta{padding:11px 10px}
  .mmcv-facts li:nth-child(n+4){display:none}
  .mmcv-h2{font-size:21px}
  .mmcv-filters{gap:8px 14px}
}
@media (max-width:480px){
  .mmcv-list>li{grid-template-columns:34px minmax(0,1fr);grid-template-areas:
    "rank logo" "main main" "offer offer" "act act";gap:8px 10px}
  .mmcv-offer{padding-top:8px;font-size:14px}
  .mmcv-list>li{padding:11px 12px}
  .mmcv-cta{padding:10px}
  .mmcv-facts{margin-top:4px}
  .mmcv-facts li{line-height:1.3}
  .mmcv-act{flex-direction:row;align-items:center;gap:12px}
  .mmcv-cta{flex:1 1 auto}
  .mmcv-logo{height:52px;justify-self:start;width:100%;max-width:150px}
  .mmcv-facts{gap:2px 8px}
  .mmcv-facts li{width:100%}
}

/* sidebar units of the theme, refilled with our brands (theme layout untouched) */
.mmcsb-offer{display:block;font-size:12px;line-height:1.3;font-weight:600;color:#2e7d32;margin:2px 0 6px}
.topConv .logo img,.topCasinos .logo img{max-width:100%;height:auto;display:block;margin:0 auto}
