:root{
  --mpv-pink:#e50a8e;
  --mpv-pink-soft:#fff0f8;
  --mpv-navy:#132b4c;
  --mpv-text:#26384f;
  --mpv-muted:#6f7e91;
  --mpv-border:#dfe5ec;
  --mpv-bg:#f6f8fb;
  --mpv-white:#fff;
  --mpv-green:#16835a;
  --mpv-red:#c93643;
}

body.mobile-detail-page .site-content{background:var(--mpv-bg)}
.mpv-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:20px 0 42px;color:var(--mpv-text)}
.mpv-shell *{box-sizing:border-box}
.mpv-shell a{text-decoration:none}
.mpv-shell svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.mpv-breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 16px;font-size:12px;color:var(--mpv-muted)}
.mpv-breadcrumbs a{color:var(--mpv-muted)}
.mpv-breadcrumbs strong{color:var(--mpv-navy)}
.mpv-breadcrumbs svg{width:14px;height:14px}

.mpv-hero{display:grid;grid-template-columns:minmax(340px,.92fr) minmax(0,1.45fr);gap:24px;background:var(--mpv-white);border:1px solid var(--mpv-border);border-radius:24px;padding:24px}
.mpv-gallery{min-width:0}
.mpv-main-image{position:relative;display:grid;place-items:center;min-height:410px;border:1px solid var(--mpv-border);border-radius:20px;background:#fff;overflow:hidden}
.mpv-main-image>img{width:100%;height:390px;object-fit:contain;padding:24px}
.mpv-floating-action{position:absolute;top:14px;z-index:2;width:42px;height:42px;border:1px solid var(--mpv-border);border-radius:50%;background:#fff;color:var(--mpv-pink);display:grid;place-items:center;cursor:pointer}
.mpv-floating-action:first-of-type{right:14px}
.mpv-share-top{left:14px}
.mpv-floating-action.is-active{background:var(--mpv-pink);color:#fff;border-color:var(--mpv-pink)}
.mpv-thumbnails{display:flex;gap:9px;overflow-x:auto;padding:12px 2px 2px;scrollbar-width:thin}
.mpv-thumbnails button{flex:0 0 64px;height:64px;border:1px solid var(--mpv-border);border-radius:12px;background:#fff;padding:4px;cursor:pointer}
.mpv-thumbnails button.is-active{border-color:var(--mpv-pink)}
.mpv-thumbnails img{width:100%;height:100%;object-fit:contain}
.mpv-gallery-colors{display:flex;align-items:center;gap:12px;margin-top:14px;padding:12px 14px;border:1px solid var(--mpv-border);border-radius:14px;background:#fff;font-size:13px}
.mpv-color-list{display:flex;align-items:center;gap:7px;flex-wrap:wrap;color:var(--mpv-muted)}
.mpv-color-list i{width:21px;height:21px;border-radius:50%;background:var(--mpv-color);border:1px solid #cfd6df}

.mpv-hero-copy{min-width:0;display:flex;flex-direction:column}
.mpv-brand-row{display:flex;align-items:center;justify-content:space-between;gap:16px}
.mpv-brand{display:flex;align-items:center;gap:10px;color:var(--mpv-navy)}
.mpv-brand img{width:48px;height:34px;object-fit:contain}
.mpv-brand span{display:flex;flex-direction:column}
.mpv-brand small,.mpv-data-badge{font-size:11px;color:var(--mpv-muted)}
.mpv-brand b{font-size:15px}
.mpv-data-badge{border:1px solid #ffd0e8;background:var(--mpv-pink-soft);color:var(--mpv-pink);border-radius:999px;padding:7px 10px;font-weight:700}
.mpv-hero-copy h1{font-size:32px;line-height:1.35;color:var(--mpv-navy);margin:18px 0 4px}
.mpv-model-name{margin:0 0 18px;color:var(--mpv-muted);font-size:13px;text-align:start}
.mpv-score-and-meta{display:grid;grid-template-columns:135px 1fr;gap:14px;align-items:stretch}
.mpv-score{border:1px solid #ffc7e4;background:var(--mpv-pink-soft);border-radius:18px;padding:14px;text-align:center;display:flex;flex-direction:column;justify-content:center}
.mpv-score strong{font-size:36px;line-height:1;color:var(--mpv-pink)}
.mpv-score span{font-size:12px;color:var(--mpv-navy);font-weight:700;margin-top:6px}
.mpv-score small{font-size:11px;color:var(--mpv-muted);margin-top:5px}
.mpv-release-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--mpv-border);border-radius:18px;overflow:hidden}
.mpv-release-meta>span{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-align:center;padding:12px;border-inline-start:1px solid var(--mpv-border)}
.mpv-release-meta>span:first-child{border-inline-start:0}
.mpv-release-meta svg{color:var(--mpv-pink)}
.mpv-release-meta small{font-size:11px;color:var(--mpv-muted)}
.mpv-release-meta b{font-size:12px;color:var(--mpv-navy);line-height:1.5}

.mpv-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px}
.mpv-quick-card{min-width:0;display:flex;align-items:flex-start;gap:9px;border:1px solid var(--mpv-border);border-radius:15px;padding:12px;background:#fff}
.mpv-quick-card>svg{flex:0 0 21px;color:var(--mpv-pink)}
.mpv-quick-card span{min-width:0;display:flex;flex-direction:column;gap:4px}
.mpv-quick-card b{font-size:12px;color:var(--mpv-navy)}
.mpv-quick-card small{font-size:11px;line-height:1.5;color:var(--mpv-muted);overflow-wrap:anywhere}
.mpv-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:auto;padding-top:18px}
.mpv-actions a,.mpv-actions button{min-height:44px;border:1px solid var(--mpv-border);border-radius:12px;background:#fff;color:var(--mpv-navy);display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;font:inherit;font-size:13px;font-weight:700;cursor:pointer}
.mpv-actions .mpv-primary{background:var(--mpv-pink);border-color:var(--mpv-pink);color:#fff;flex:1 1 230px}

.mpv-tabs{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:0;margin:18px 0;background:#fff;border:1px solid var(--mpv-border);border-radius:16px;overflow-x:auto;scrollbar-width:none}
.mpv-tabs::-webkit-scrollbar{display:none}
.mpv-tabs a{position:relative;flex:1 0 auto;min-width:130px;text-align:center;padding:15px 16px;color:var(--mpv-muted);font-size:13px;font-weight:700;white-space:nowrap}
.mpv-tabs a.is-active{color:var(--mpv-pink)}
.mpv-tabs a.is-active:after{content:"";position:absolute;right:20%;left:20%;bottom:0;height:3px;border-radius:3px 3px 0 0;background:var(--mpv-pink)}

.mpv-overview{display:grid;grid-template-columns:1.25fr .95fr;gap:18px}
.mpv-summary-card,.mpv-pros-cons,.mpv-specifications,.mpv-prices,.mpv-related,.mpv-news{background:#fff;border:1px solid var(--mpv-border);border-radius:20px}
.mpv-summary-card{padding:24px}
.mpv-eyebrow,.mpv-section-heading span{font-size:11px;font-weight:800;letter-spacing:.03em;color:var(--mpv-pink)}
.mpv-summary-card h2,.mpv-section-heading h2{margin:7px 0 10px;color:var(--mpv-navy);font-size:22px;line-height:1.45}
.mpv-summary-card p{margin:0;color:var(--mpv-text);font-size:14px;line-height:2}
.mpv-pros-cons{display:grid;grid-template-columns:1fr 1fr;overflow:hidden}
.mpv-pros-cons>div{padding:22px}
.mpv-pros-cons>div+div{border-inline-start:1px solid var(--mpv-border)}
.mpv-pros-cons h2{font-size:16px;margin:0 0 13px;color:var(--mpv-navy)}
.mpv-pros-cons ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.mpv-pros-cons li{position:relative;padding-inline-start:24px;font-size:12px;line-height:1.65;color:var(--mpv-text)}
.mpv-pros-cons li:before{position:absolute;inset-inline-start:0;top:0;font-weight:900}
.mpv-pros li:before{content:"✓";color:var(--mpv-green)}
.mpv-cons li:before{content:"!";color:var(--mpv-red);border:1px solid currentColor;width:16px;height:16px;border-radius:50%;display:grid;place-items:center;font-size:10px;top:2px}

.mpv-specifications,.mpv-prices,.mpv-related,.mpv-news{margin-top:18px;padding:24px}
.mpv-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}
.mpv-section-heading h2{margin-bottom:0}
.mpv-section-heading>a{color:var(--mpv-pink);font-size:13px;font-weight:700}
.mpv-spec-accordion{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}
.mpv-spec-group{border:1px solid var(--mpv-border);border-radius:15px;overflow:hidden;background:#fff}
.mpv-spec-toggle{width:100%;min-height:58px;border:0;background:#fff;color:var(--mpv-navy);display:flex;align-items:center;justify-content:space-between;padding:0 16px;font:inherit;cursor:pointer}
.mpv-spec-toggle>span{display:flex;align-items:center;gap:10px}
.mpv-spec-toggle>span svg{color:var(--mpv-pink)}
.mpv-spec-toggle>b,.mpv-spec-toggle span b{font-size:14px}
.mpv-spec-toggle>svg{transition:transform .2s ease}
.mpv-spec-group.is-open .mpv-spec-toggle>svg{transform:rotate(90deg)}
[dir="ltr"] .mpv-spec-group.is-open .mpv-spec-toggle>svg{transform:rotate(-90deg)}
.mpv-spec-body{display:none;margin:0;border-top:1px solid var(--mpv-border)}
.mpv-spec-group.is-open .mpv-spec-body{display:block}
.mpv-spec-row{display:grid;grid-template-columns:minmax(120px,.75fr) minmax(0,1.25fr);gap:14px;padding:13px 16px;border-bottom:1px solid #edf0f4}
.mpv-spec-row:last-child{border-bottom:0}
.mpv-spec-row dt{font-size:12px;color:var(--mpv-muted)}
.mpv-spec-row dd{margin:0;font-size:12px;font-weight:700;line-height:1.7;color:var(--mpv-navy);overflow-wrap:anywhere}

.mpv-price-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.mpv-price-grid article{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--mpv-border);border-radius:15px;padding:15px}
.mpv-price-grid article>div{min-width:0}
.mpv-price-grid small{font-size:11px;color:var(--mpv-muted)}
.mpv-price-grid h3{margin:4px 0;color:var(--mpv-navy);font-size:14px}
.mpv-price-grid span{font-size:11px;color:var(--mpv-muted)}
.mpv-price-grid strong{flex:0 0 auto;color:var(--mpv-pink);font-size:17px}

.mpv-related-scroll{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.mpv-related-card{min-width:0;display:grid;grid-template-columns:115px minmax(0,1fr);gap:13px;border:1px solid var(--mpv-border);border-radius:16px;padding:12px}
.mpv-related-image{display:grid;place-items:center;border-radius:12px;background:#f8fafc;min-height:140px;overflow:hidden}
.mpv-related-image img{width:100%;height:140px;object-fit:contain;padding:7px}
.mpv-related-card small{font-size:10px;color:var(--mpv-pink);font-weight:700}
.mpv-related-card h3{font-size:14px;line-height:1.4;margin:5px 0}
.mpv-related-card h3 a{color:var(--mpv-navy)}
.mpv-related-card p{font-size:11px;line-height:1.55;color:var(--mpv-muted);margin:0 0 8px}
.mpv-related-card div>a{display:inline-flex;align-items:center;gap:5px;color:var(--mpv-pink);font-size:11px;font-weight:700}
.mpv-related-card div>a svg{width:14px;height:14px}

.mpv-news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.mpv-news-grid article{display:grid;grid-template-columns:150px minmax(0,1fr);gap:14px;border:1px solid var(--mpv-border);border-radius:15px;padding:10px}
.mpv-news-image{display:block;min-height:115px;border-radius:11px;overflow:hidden;background:#eef2f6}
.mpv-news-image img{width:100%;height:115px;object-fit:cover}
.mpv-news-grid small{font-size:10px;color:var(--mpv-muted)}
.mpv-news-grid h3{margin:5px 0;font-size:14px;line-height:1.55}
.mpv-news-grid h3 a{color:var(--mpv-navy)}
.mpv-news-grid p{font-size:11px;line-height:1.65;color:var(--mpv-muted);margin:0}

.mpv-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;border:1px dashed var(--mpv-border);border-radius:16px;padding:28px;color:var(--mpv-muted);background:#fff;min-height:320px}
.mpv-empty h1{color:var(--mpv-navy)}
.mpv-empty a{color:var(--mpv-pink);font-weight:700}


/* V2: stronger product hierarchy, with no visitor opinions or ratings. */
.mpv-hero{grid-template-columns:minmax(390px,.95fr) minmax(0,1.42fr);gap:28px;padding:28px}
.mpv-main-image{min-height:445px;background:#fbfcfe}
.mpv-main-image>img{height:425px;padding:24px}
.mpv-hero-copy h1{font-size:36px;margin:20px 0 3px;letter-spacing:-.02em}
.mpv-model-name{margin-bottom:10px}
.mpv-title-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 14px}
.mpv-title-badges span{display:inline-flex;align-items:center;gap:6px;min-height:31px;padding:0 10px;border:1px solid var(--mpv-border);border-radius:999px;background:#fff;color:var(--mpv-navy);font-size:11px;font-weight:800}
.mpv-title-badges span:first-child{border-color:#ffc9e5;background:var(--mpv-pink-soft);color:var(--mpv-pink)}
.mpv-title-badges svg{width:15px;height:15px}
.mpv-hero-intro{margin:0 0 16px;color:var(--mpv-text);font-size:13px;line-height:1.85;max-width:760px}
.mpv-release-meta{border-radius:16px;background:#fbfcfe}
.mpv-release-meta>span{min-height:88px;padding:12px 10px}
.mpv-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}
.mpv-quick-card{align-items:center;min-height:84px;padding:13px 12px;background:#fff}
.mpv-quick-card>svg{width:25px;height:25px;flex-basis:25px;color:var(--mpv-pink)}
.mpv-quick-card span{gap:3px}
.mpv-quick-card small{font-size:10px;color:var(--mpv-muted);font-weight:700}
.mpv-quick-card strong{font-size:12px;line-height:1.55;color:var(--mpv-navy);overflow-wrap:anywhere}
.mpv-actions{padding-top:14px}
.mpv-actions .mpv-primary{min-height:48px}
.mpv-tabs a{min-width:150px}

@media(max-width:1024px){
  .mpv-hero{grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr)}
  .mpv-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mpv-related-scroll{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:760px){
  .mpv-shell{width:100%;padding:10px 12px 88px}
  .mpv-breadcrumbs{padding:0 2px;white-space:nowrap;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}
  .mpv-hero{display:flex;flex-direction:column;padding:0;border-radius:20px;gap:0;overflow:hidden}
  .mpv-gallery{padding:10px 10px 0}
  .mpv-main-image{min-height:330px;border-radius:17px}
  .mpv-main-image>img{height:320px;padding:20px}
  .mpv-floating-action{width:39px;height:39px;top:10px}
  .mpv-floating-action:first-of-type{right:10px}
  .mpv-share-top{left:10px}
  .mpv-thumbnails{padding-top:9px}
  .mpv-thumbnails button{flex-basis:55px;height:55px}
  .mpv-gallery-colors{margin:8px 0 0;padding:9px 11px;border-radius:12px}
  .mpv-hero-copy{padding:14px 12px 16px;text-align:center}
  .mpv-brand-row{align-items:center}
  .mpv-brand{text-align:start}
  .mpv-brand img{width:39px;height:30px}
  .mpv-data-badge{padding:6px 8px;font-size:10px}
  .mpv-hero-copy h1{font-size:25px;margin:14px 0 3px}
  .mpv-model-name{text-align:center;margin-bottom:8px}
  .mpv-title-badges{justify-content:center;margin-bottom:10px}
  .mpv-hero-intro{text-align:start;font-size:12px;line-height:1.8;margin-bottom:11px}
  .mpv-release-meta{grid-template-columns:repeat(3,minmax(88px,1fr));overflow-x:auto;border-radius:14px}
  .mpv-release-meta>span{min-height:78px;padding:9px 7px}
  .mpv-release-meta b{font-size:10px}
  .mpv-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:9px}
  .mpv-quick-card{min-height:75px;padding:9px 8px;border-radius:13px;gap:7px;text-align:start}
  .mpv-quick-card small{font-size:9px}.mpv-quick-card strong{font-size:11px;line-height:1.45}
  .mpv-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding-top:12px}
  .mpv-actions .mpv-primary{grid-column:1/-1;flex:none}
  .mpv-actions a,.mpv-actions button{padding:0 9px;font-size:11px;min-height:42px}
  .mpv-tabs{margin:12px 0;border-radius:14px;top:0}
  .mpv-tabs a{min-width:105px;padding:13px 10px;font-size:11px}
  .mpv-overview{grid-template-columns:1fr;gap:12px}
  .mpv-summary-card,.mpv-specifications,.mpv-prices,.mpv-related,.mpv-news{padding:16px;border-radius:17px}
  .mpv-summary-card h2,.mpv-section-heading h2{font-size:18px}
  .mpv-summary-card p{font-size:13px;line-height:1.9}
  .mpv-pros-cons{grid-template-columns:1fr;border-radius:17px}
  .mpv-pros-cons>div{padding:16px}
  .mpv-pros-cons>div+div{border-inline-start:0;border-top:1px solid var(--mpv-border)}
  .mpv-spec-accordion{grid-template-columns:1fr;gap:8px}
  .mpv-spec-group{border-radius:13px}
  .mpv-spec-toggle{min-height:54px;padding:0 13px}
  .mpv-spec-row{grid-template-columns:105px minmax(0,1fr);padding:11px 13px;gap:10px}
  .mpv-spec-row dt,.mpv-spec-row dd{font-size:11px}
  .mpv-price-grid{grid-template-columns:1fr}
  .mpv-price-grid article{padding:13px}
  .mpv-related{overflow:hidden}
  .mpv-related-scroll{display:flex;overflow-x:auto;gap:9px;padding-bottom:5px;scroll-snap-type:x mandatory}
  .mpv-related-card{flex:0 0 84%;grid-template-columns:105px minmax(0,1fr);scroll-snap-align:start}
  .mpv-related-image,.mpv-related-image img{height:130px;min-height:130px}
  .mpv-news-grid{grid-template-columns:1fr}
  .mpv-news-grid article{grid-template-columns:112px minmax(0,1fr)}
  .mpv-news-image,.mpv-news-image img{height:100px;min-height:100px}
}

@media(max-width:390px){
  .mpv-shell{padding-inline:8px}
  .mpv-main-image{min-height:300px}.mpv-main-image>img{height:292px}
  .mpv-release-meta{grid-template-columns:repeat(3,minmax(82px,1fr))}
  .mpv-quick-card>svg{width:18px;height:18px}
  .mpv-related-card{flex-basis:91%}
}

/* V3: restore the real visitor rating and make it a primary product element. */
.mpv-main-image{position:relative}
.mpv-image-rating{position:absolute;z-index:3;inset-inline-start:14px;bottom:14px;display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:0 11px;border:1px solid #ffc7e4;border-radius:999px;background:#fff;color:var(--mpv-navy);font-size:13px;font-weight:800}
.mpv-image-rating b{color:#f4a000;font-size:17px;line-height:1}
.mpv-title-zone{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:16px;align-items:stretch;margin-top:14px}
.mpv-title-copy{min-width:0}
.mpv-title-zone .mpv-title-copy h1{margin:0 0 3px}
.mpv-title-zone .mpv-model-name{margin-bottom:12px}
.mpv-rating-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid #ffc7e4;border-radius:18px;background:var(--mpv-pink-soft);padding:13px 10px;min-height:142px}
.mpv-rating-summary{display:flex;flex-direction:column;align-items:center}
.mpv-rating-summary small{font-size:10px;font-weight:800;color:var(--mpv-pink)}
.mpv-rating-summary strong{display:flex;align-items:flex-end;gap:2px;color:var(--mpv-pink);font-size:38px;line-height:1;margin:6px 0 3px}
.mpv-rating-summary strong em{font-style:normal;font-size:12px;color:var(--mpv-muted);padding-bottom:4px}
.mpv-rating-summary>span{font-size:10px;color:var(--mpv-muted)}
.mpv-rating-stars{display:flex;direction:ltr;gap:1px;margin-top:7px}
.mpv-rating-stars button{width:25px;height:27px;padding:0;border:0;background:transparent;color:#cfd5de;font:inherit;font-size:22px;line-height:1;cursor:pointer}
.mpv-rating-stars button.is-selected{color:#f4a000}
.mpv-rating-stars button:focus-visible{outline:2px solid var(--mpv-pink);outline-offset:1px;border-radius:5px}
.mpv-rating-stars button:disabled{cursor:wait;opacity:.75}
.mpv-rating-card p{margin:5px 0 0;color:var(--mpv-muted);font-size:9px;line-height:1.45}
.mpv-hero-intro{border-inline-start:3px solid var(--mpv-pink);padding-inline-start:12px}

@media(max-width:1024px){
  .mpv-title-zone{grid-template-columns:minmax(0,1fr) 170px}
}

@media(max-width:760px){
  .mpv-image-rating{inset-inline-start:10px;bottom:10px;min-height:32px;padding-inline:9px;font-size:12px}
  .mpv-title-zone{grid-template-columns:1fr;margin-top:10px;gap:10px}
  .mpv-title-zone .mpv-title-copy h1{margin-top:0}
  .mpv-rating-card{min-height:0;display:grid;grid-template-columns:86px minmax(0,1fr);grid-template-areas:"summary stars" "summary message";gap:1px 8px;padding:10px 12px;text-align:start}
  .mpv-rating-summary{grid-area:summary;align-items:flex-start;border-inline-end:1px solid #ffc7e4;padding-inline-end:10px}
  .mpv-rating-summary strong{font-size:31px;margin:4px 0 2px}
  .mpv-rating-stars{grid-area:stars;justify-content:center;align-self:end;margin:0}
  .mpv-rating-stars button{width:30px;height:31px;font-size:25px}
  .mpv-rating-card p{grid-area:message;text-align:center;align-self:start;margin:1px 0 0}
  .mpv-hero-intro{text-align:start;border-inline-start-width:2px;padding-inline-start:9px}
}

/* Content Lab overlay: published editorial content from isolated modern tables. */
.mpv-fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}
.mpv-fit-grid>div,.mpv-whats-new{padding:20px;border:1px solid var(--mpv-border);border-radius:18px;background:#fff}
.mpv-fit-grid span,.mpv-whats-new>span{display:inline-flex;margin-bottom:7px;color:var(--mpv-pink);font-size:11px;font-weight:800}
.mpv-fit-grid h2,.mpv-whats-new h2{margin:0 0 10px;color:var(--mpv-navy);font-size:18px}
.mpv-fit-grid ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}
.mpv-fit-grid li{position:relative;padding-inline-start:21px;color:var(--mpv-text);font-size:13px;line-height:1.75}
.mpv-fit-grid li:before{position:absolute;inset-inline-start:0;top:3px;font-weight:900}
.mpv-fit-positive{border-top:3px solid var(--mpv-green)!important}
.mpv-fit-positive li:before{content:'✓';color:var(--mpv-green)}
.mpv-fit-negative{border-top:3px solid var(--mpv-red)!important}
.mpv-fit-negative li:before{content:'!';display:grid;place-items:center;width:15px;height:15px;border:1px solid var(--mpv-red);border-radius:50%;color:var(--mpv-red);font-size:9px;line-height:1}
.mpv-whats-new{margin-top:14px;border-inline-start:4px solid var(--mpv-pink);background:linear-gradient(90deg,var(--mpv-pink-soft),#fff 55%)}
[dir="rtl"] .mpv-whats-new{background:linear-gradient(270deg,var(--mpv-pink-soft),#fff 55%)}
.mpv-whats-new p{margin:0;color:var(--mpv-text);font-size:13px;line-height:1.95}
.mpv-modern-faq{margin-top:16px;padding:22px;border:1px solid var(--mpv-border);border-radius:20px;background:#fff}
.mpv-faq-list{display:grid;gap:8px;margin-top:14px}
.mpv-faq-list details{border:1px solid var(--mpv-border);border-radius:13px;background:#fff;overflow:hidden}
.mpv-faq-list summary{cursor:pointer;padding:14px 16px;color:var(--mpv-navy);font-size:13px;font-weight:800;list-style:none}
.mpv-faq-list summary::-webkit-details-marker{display:none}
.mpv-faq-list summary:after{content:'+';float:left;color:var(--mpv-pink);font-size:18px;line-height:1}
[dir="ltr"] .mpv-faq-list summary:after{float:right}
.mpv-faq-list details[open] summary:after{content:'−'}
.mpv-faq-list p{margin:0;padding:0 16px 15px;color:var(--mpv-muted);font-size:13px;line-height:1.85}

@media(max-width:760px){
  .mpv-fit-grid{grid-template-columns:1fr;gap:10px}
  .mpv-fit-grid>div,.mpv-whats-new,.mpv-modern-faq{padding:16px;border-radius:16px}
  .mpv-fit-grid h2,.mpv-whats-new h2{font-size:16px}
}
