
:root{
  --mbwr-border:var(--mbfe-border,#d9e3f0);
  --mbwr-border-strong:var(--mbfe-border-strong,#cfd9e6);
  --mbwr-text:var(--mbfe-text,#20314d);
  --mbwr-muted:var(--mbfe-muted,#6b7a90);
  --mbwr-brand:var(--mbfe-brand,#173a67);
  --mbwr-blue:var(--mbfe-blue,#4f61e8);
  --mbwr-blue2:var(--mbfe-blue2,#6b7cff);
  --mbwr-page:#f7faff;
  --mbwr-surface:var(--mbfe-surface,#ffffff);
  --mbwr-surface-soft:var(--mbfe-surface-soft,#f8fbff);
  --mbwr-shadow-soft:0 10px 26px rgba(18,38,68,.06);
  --mbwr-shadow-float:0 22px 56px rgba(19,42,76,.10);
  --mbwr-pill-radius:999px;
  --mbwr-card-radius:26px;
}
.mbwr-wrap{padding-top:24px;background:linear-gradient(180deg,#ffffff 0%,var(--mbwr-page) 100%)}
.mbwr-page{max-width:1280px;margin:0 auto;padding:0 18px 44px}
.mbwr-breadcrumb{display:flex;gap:8px;flex-wrap:wrap;color:var(--mbwr-muted);font-size:.92rem;margin-bottom:20px}
.mbwr-breadcrumb a{color:var(--mbwr-muted);text-decoration:none;transition:color .18s ease}.mbwr-breadcrumb a:hover{color:var(--mbwr-brand)}
.mbwr-hero{display:grid;grid-template-columns:minmax(420px,520px) minmax(0,1fr);gap:28px;align-items:start;margin-bottom:24px}
.mbwr-stage-wrap{display:grid;grid-template-columns:72px minmax(0,1fr);gap:14px;align-items:start}
.mbwr-thumb-col{display:flex;flex-direction:column;gap:10px}
.mbwr-stage{position:relative}
.mbwr-panel{display:none}.mbwr-panel.is-active{display:block}
.mbwr-cover-frame{padding:12px;border-radius:24px;background:var(--mbwr-surface);border:1px solid var(--mbwr-border);box-shadow:var(--mbwr-shadow-soft)}
.mbwr-cover{display:block;width:100%;height:auto;border-radius:18px;box-shadow:0 16px 32px rgba(18,38,68,.12);transition:transform .24s ease,box-shadow .24s ease}
.mbwr-cover-frame:hover .mbwr-cover{transform:scale(1.02);box-shadow:0 20px 40px rgba(18,38,68,.16)}
.mbwr-video-frame{position:relative;aspect-ratio:16/9;background:#0f172a;border-radius:24px;overflow:hidden;border:1px solid var(--mbwr-border);box-shadow:var(--mbwr-shadow-soft)}
.mbwr-video-frame iframe,.mbwr-video-frame video,.mbwr-video-frame embed,.mbwr-video-frame object{position:absolute;inset:0;width:100%;height:100%;border:0}
.mbwr-video-fallback{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:260px;color:#fff;text-decoration:none;font-weight:800}
.mbwr-thumb{position:relative;width:62px;height:62px;padding:0;border:1px solid var(--mbwr-border);background:#fff;border-radius:14px;overflow:hidden;cursor:pointer;box-shadow:0 8px 18px rgba(18,38,68,.05);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.mbwr-thumb.is-active{border-color:rgba(79,97,232,.34);box-shadow:0 14px 28px rgba(79,97,232,.16);transform:translateY(-1px)}
.mbwr-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.mbwr-play{position:absolute;left:6px;bottom:6px;width:22px;height:22px;border-radius:999px;background:rgba(15,23,42,.88);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem}
.mbwr-video-label{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:.8rem;font-weight:800;color:#334155}

.mbwr-preview-btn,.mbwr-buy-btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 18px;border-radius:var(--mbwr-pill-radius);background:linear-gradient(135deg,var(--mbwr-blue),var(--mbwr-blue2));color:#fff;text-decoration:none;font-weight:800;font-size:.9rem;line-height:1;border:1px solid transparent;box-shadow:0 14px 28px rgba(79,97,232,.18);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease,border-color .18s ease,background .18s ease,color .18s ease}
.mbwr-preview-btn:hover,.mbwr-buy-btn:hover,.mbwr-preview-btn:focus-visible,.mbwr-buy-btn:focus-visible{color:#fff;text-decoration:none;transform:translateY(-1px);box-shadow:0 18px 34px rgba(79,97,232,.24);filter:saturate(1.02) brightness(.99);outline:none}
.mbwr-preview-btn:active,.mbwr-buy-btn:active{transform:translateY(0)}
.mbwr-buy-btn{min-width:138px}
.mbwr-buy-btn--ghost,.mbwr-preview-btn--inline.mbwr-buy-btn--ghost{background:#fff;color:var(--mbwr-brand);border-color:var(--mbwr-border);box-shadow:0 10px 20px rgba(18,38,68,.05)}
.mbwr-buy-btn--ghost:hover,.mbwr-buy-btn--ghost:focus-visible{background:#f8fbff;color:var(--mbwr-brand);border-color:#bfd0eb;box-shadow:0 14px 26px rgba(18,38,68,.08)}
.mbwr-detail-link,.mbwr-readmore{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:1px solid var(--mbwr-border);border-radius:var(--mbwr-pill-radius);background:#fff;color:var(--mbwr-brand);text-decoration:none;font-weight:700;line-height:1;box-shadow:0 8px 18px rgba(18,38,68,.04);transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease}
.mbwr-detail-link{font-size:.8rem;padding:0;border:none;background:transparent;box-shadow:none;color:var(--mbwr-blue);font-weight:700;justify-content:flex-start}
.mbwr-detail-link:hover{color:var(--mbwr-brand);text-decoration:none}
.mbwr-readmore:hover,.mbwr-readmore:focus-visible{transform:translateY(-1px);background:#f8fbff;color:var(--mbwr-brand);border-color:#bfd0eb;box-shadow:0 14px 28px rgba(18,38,68,.08);outline:none}
.mbwr-readmore:active{transform:translateY(0)}

.mbwr-headline-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}
.mbwr-kicker{display:inline-flex;padding:7px 12px;border-radius:var(--mbwr-pill-radius);background:#eef4fb;color:var(--mbwr-brand);font-weight:800;font-size:.78rem;border:1px solid #d7e3f5}
.mbwr-headline-rating{display:inline-flex;align-items:center;gap:6px;font-size:.84rem;font-weight:800}.mbwr-headline-stars{color:#f59e0b}.mbwr-headline-reviews{color:var(--mbwr-muted)}
.mbwr-title{font-size:clamp(2rem,3vw,2.85rem);line-height:1.04;letter-spacing:-.04em;margin:0 0 10px;color:#0b1220;font-weight:900;max-width:14ch}
.mbwr-subtitle{font-size:1.04rem;line-height:1.62;color:#334155;max-width:760px;margin:0 0 14px;font-weight:500}
.mbwr-offer-card{padding:2px 0 0;max-width:860px}
.mbwr-offer-row{display:grid;grid-template-columns:minmax(128px,150px) minmax(170px,240px) auto;gap:14px;align-items:center;padding:14px;border:1px solid var(--mbwr-border);border-radius:22px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);box-shadow:0 12px 26px rgba(18,38,68,.04);margin-bottom:12px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,transform .18s ease}
.mbwr-offer-row:hover{background:#f8fbff;border-color:#cfd9e6;box-shadow:0 16px 32px rgba(18,38,68,.06);transform:translateY(-1px)}
.mbwr-format{font-size:.95rem;color:#0b1220;font-weight:900}
.mbwr-price{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.mbwr-old{text-decoration:line-through;color:#94a3b8;font-weight:700}.mbwr-new{font-size:1.12rem;color:#0b1220;font-weight:900}
.mbwr-support-text{display:inline-flex;align-items:center;padding:5px 9px;border-radius:var(--mbwr-pill-radius);background:#f5f9ff;border:1px solid #d9e3f0;font-size:.71rem;font-weight:700;color:#4b5f7a}
.mbwr-cta-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.mbwr-microtrust{display:flex;flex-wrap:wrap;gap:8px 10px;margin:0}.mbwr-microtrust span{display:inline-flex;align-items:center;padding:7px 11px;border-radius:var(--mbwr-pill-radius);background:#fff;border:1px solid var(--mbwr-border);font-size:.78rem;font-weight:700;color:#475569;box-shadow:0 8px 18px rgba(18,38,68,.03)}
.mbwr-hero-actions{display:flex;align-items:center;justify-content:flex-start;gap:12px;flex-wrap:wrap;margin-top:8px}
.mbwr-trust{margin-top:10px;font-size:.84rem;color:var(--mbwr-muted)}
.mbwr-cart-notice{margin-top:10px;font-size:.88rem;font-weight:700;color:#166534;min-height:1.2em}

.mbwr-body{display:flex;flex-direction:column;gap:18px}
.mbwr-card,.mbwr-duo-card,.mbwr-aplus-panel{padding:20px;border-radius:var(--mbwr-card-radius);background:var(--mbwr-surface);border:1px solid var(--mbwr-border);box-shadow:var(--mbwr-shadow-soft)}
.mbwr-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}
.mbwr-section-head h2,.mbwr-duo-card h2{margin:0;color:#0b1220;font-size:1.12rem;letter-spacing:-.02em}
.mbwr-desc-shell{position:relative}.mbwr-desc-shell--author{margin-top:6px}
.mbwr-content{color:#223047;line-height:1.82}.mbwr-content h2{margin:1.55em 0 .6em;font-size:1.24rem;color:#0b1220;letter-spacing:-.02em}.mbwr-content h3{margin:1.15em 0 .5em;font-size:1.05rem;color:#0b1220;letter-spacing:-.01em}.mbwr-content p{margin:0 0 1em;color:#223047}.mbwr-content ul{margin:0 0 1em 1.1em}.mbwr-content li{margin:0 0 .52em}.mbwr-content a{color:var(--mbwr-blue);text-decoration:none}.mbwr-content a:hover{color:var(--mbwr-brand);text-decoration:underline}
.mbwr-content--collapsible{position:relative;overflow:hidden;max-height:24rem;transition:max-height .28s ease}.mbwr-content--collapsible.is-expanded{max-height:none}
.mbwr-content--collapsible:not(.is-expanded)::after,.mbwr-author-text:not(.is-expanded)::after{content:"";position:absolute;left:0;right:0;bottom:0;height:108px;background:linear-gradient(180deg,rgba(248,250,252,0),rgba(248,250,252,.92) 60%,#f8fafc)}
.mbwr-author-text{position:relative;overflow:hidden;max-height:11.25rem;transition:max-height .28s ease}.mbwr-author-text.is-expanded{max-height:none}
.mbwr-book-details-stack{display:flex;flex-direction:column;gap:10px;color:#334155}.mbwr-book-cats a,.mbwr-book-details-stack a{color:var(--mbwr-blue);text-decoration:none}.mbwr-book-cats a:hover,.mbwr-book-details-stack a:hover{color:var(--mbwr-brand);text-decoration:underline}

.mbwr-carousel-card{padding-bottom:14px}.mbwr-carousel-controls{display:flex;gap:8px}
.mbwr-arrow{width:42px;height:42px;border-radius:var(--mbwr-pill-radius);border:1px solid var(--mbwr-border);background:#fff;cursor:pointer;font-size:1.18rem;line-height:1;color:var(--mbwr-brand);box-shadow:0 8px 18px rgba(18,38,68,.04);transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease;display:inline-flex;align-items:center;justify-content:center}
.mbwr-arrow:hover,.mbwr-arrow:focus-visible{background:#eef4fb;color:var(--mbwr-brand);border-color:#bfd0eb;transform:translateY(-1px);box-shadow:0 14px 26px rgba(18,38,68,.08);outline:none}
.mbwr-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(155px,155px);gap:16px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:6px}
.mbwr-carousel::-webkit-scrollbar{height:8px}.mbwr-carousel::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}
.mbwr-carousel-item{display:flex;flex-direction:column;gap:7px}
.mbwr-carousel-thumb{display:block;border-radius:16px;overflow:hidden;background:#fff;border:1px solid var(--mbwr-border)}
.mbwr-carousel-thumb img{display:block;width:100%;height:190px;object-fit:cover}
.mbwr-carousel-title{font-size:.92rem;line-height:1.45;color:#0b1220;text-decoration:none;font-weight:700}.mbwr-carousel-title:hover{color:var(--mbwr-brand)}
.mbwr-carousel-meta,.mbwr-carousel-format,.mbwr-carousel-price{font-size:.78rem;color:#475569}.mbwr-stars{color:#f59e0b;font-weight:800}.mbwr-carousel-price{font-weight:800;color:#0b1220}

.mbwr-cta-band{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:18px 20px;border-radius:var(--mbwr-card-radius);background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);color:#0b1220;border:1px solid var(--mbwr-border);box-shadow:var(--mbwr-shadow-soft)}
.mbwr-cta-band h2{margin:0 0 6px;color:#0b1220;font-size:1.18rem;letter-spacing:-.02em}.mbwr-cta-band p{margin:0;color:var(--mbwr-muted);line-height:1.6}
.mbwr-cta-band--soft{background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);border-color:var(--mbwr-border)}.mbwr-cta-band--soft h2{color:#0b1220}.mbwr-cta-band--soft p{color:var(--mbwr-muted)}

.mbwr-aplus-panel{display:grid;grid-template-columns:1fr;gap:18px;align-items:center;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
.mbwr-aplus-eyebrow{font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--mbwr-blue);margin-bottom:8px}
.mbwr-aplus-panel h2{margin:0 0 10px;font-size:1.34rem;line-height:1.22;color:#0b1220;letter-spacing:-.03em}.mbwr-aplus-panel p{margin:0;color:#475569;line-height:1.76}

.mbwr-gain,.mbwr-duo{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.mbwr-gain{grid-template-columns:1fr}
.mbwr-duo-card ul{margin:0;padding-left:18px;color:#334155}.mbwr-duo-card li{margin:0 0 8px;line-height:1.6}
.mbwr-author-lite__inner{display:grid;grid-template-columns:84px 1fr;gap:16px;align-items:start;padding:2px 0}
.mbwr-author-lite__media img{width:84px;height:84px;border-radius:999px;object-fit:cover;display:block;box-shadow:0 10px 22px rgba(18,38,68,.10)}
.mbwr-author-lite__body h3{margin:0 0 8px;color:#0b1220;font-size:1rem}.mbwr-author-lite__body p{margin:0 0 .75rem;color:#475569;line-height:1.75}.mbwr-author-lite__body a{color:var(--mbwr-blue);text-decoration:none}.mbwr-author-lite__body a:hover{color:var(--mbwr-brand)}
.mbwr-author-text{position:relative;overflow:hidden;max-height:8.2rem}.mbwr-author-text.is-expanded{max-height:none}.mbwr-author-text:not(.is-expanded)::after{content:"";position:absolute;left:0;right:0;bottom:0;height:56px;background:linear-gradient(180deg,rgba(255,255,255,0),#fff)}

.mbwr-faq-group{display:flex;flex-direction:column;gap:12px}
.mbwr-faq{border:1px solid var(--mbwr-border);border-radius:22px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);padding:0 16px;box-shadow:0 10px 24px rgba(18,38,68,.04);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease}
.mbwr-faq:hover{transform:translateY(-1px);box-shadow:0 16px 36px rgba(18,38,68,.08);border-color:#cfd9e6}
.mbwr-faq[open]{background:linear-gradient(180deg,#f8fbff 0%,#f4f8ff 100%);border-color:#cfd9e6}
.mbwr-faq summary{cursor:pointer;list-style:none;padding:16px 40px 16px 0;font-weight:800;color:#0b1220;position:relative;font-size:1rem;line-height:1.45}
.mbwr-faq summary::-webkit-details-marker{display:none}
.mbwr-faq summary::after{content:"+";position:absolute;right:2px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:var(--mbwr-brand);background:#fff;border:1px solid var(--mbwr-border);box-shadow:0 6px 14px rgba(18,38,68,.05)}
.mbwr-faq[open] summary::after{content:"−";background:linear-gradient(135deg,var(--mbwr-blue),var(--mbwr-blue2));color:#fff;border-color:transparent}
.mbwr-faq-body{padding:0 0 16px;color:#475569;line-height:1.74}

.mbwr-related-strip{display:flex;gap:14px;overflow-x:auto;padding:10px 0 6px}.mbwr-related-item{display:flex;flex-direction:column;gap:8px;width:110px;text-decoration:none;color:#0b1220}.mbwr-related-item img{width:110px;height:150px;object-fit:cover;border-radius:12px;border:1px solid var(--mbwr-border)}.mbwr-related-item span{font-size:.8rem;line-height:1.45}

@media (max-width:1020px){.mbwr-hero{grid-template-columns:1fr;gap:22px}.mbwr-media{max-width:560px;margin:0 auto;width:100%}.mbwr-title{max-width:none}}
@media (max-width:900px){.mbwr-cta-band{grid-template-columns:1fr}}
@media (max-width:760px){
  .mbwr-page{padding:0 14px 28px}
  .mbwr-stage-wrap{grid-template-columns:1fr}
  .mbwr-thumb-col{flex-direction:row;justify-content:center}
  .mbwr-offer-row{grid-template-columns:1fr;gap:10px}
  .mbwr-hero-actions{justify-content:flex-start}
  .mbwr-gain,.mbwr-duo,.mbwr-author-lite__inner{grid-template-columns:1fr}
  .mbwr-carousel{grid-auto-columns:minmax(138px,138px)}
  .mbwr-carousel-thumb img{height:170px}
  .mbwr-title{font-size:clamp(1.65rem,7vw,2.15rem);line-height:1.08}
  .mbwr-subtitle{font-size:.98rem;line-height:1.6}
  .mbwr-card,.mbwr-duo-card,.mbwr-aplus-panel,.mbwr-cta-band{padding:16px;border-radius:22px}
}
.mbwr-carousel-item .mbwr-carousel-title{min-height:3.6em}
.mbwr-carousel-thumb,.mbwr-related-item img{backface-visibility:hidden;-webkit-backface-visibility:hidden}
.mbwr-carousel-item,.mbwr-related-item{transition:transform .22s ease}
.mbwr-carousel-item:hover,.mbwr-related-item:hover{transform:translateY(-3px)}
.mbwr-carousel-thumb{box-shadow:0 8px 20px rgba(18,38,68,.05);transition:box-shadow .25s ease,border-color .25s ease}
.mbwr-carousel-thumb:hover{box-shadow:0 16px 34px rgba(18,38,68,.10);border-color:#cfd9e6}
.mbwr-carousel-thumb img,.mbwr-carousel-item img{will-change:transform}
.mbwr-related-item img{box-shadow:0 8px 20px rgba(18,38,68,.05);transition:transform .35s ease,box-shadow .25s ease,border-color .25s ease}
.mbwr-related-item:hover img{box-shadow:0 16px 32px rgba(18,38,68,.12);border-color:#cfd9e6}
@media (hover:none){.mbwr-carousel-item:hover,.mbwr-related-item:hover{transform:none}.mbwr-carousel-thumb:hover img,.mbwr-related-item:hover img{transform:none}}
.mbwr-author-text p:last-child,.mbwr-content--collapsible p:last-child{margin-bottom:0}
.mbwr-card .mbwr-readmore{position:relative;z-index:2}


/* v3.2.2 Premium refinement override */
.mbwr-wrap{padding-top:16px;background:linear-gradient(180deg,#ffffff 0%,#f9fbff 58%,#f4f8ff 100%)}
.mbwr-page{padding-bottom:30px;max-width:1220px;margin:0 auto}
.mbwr-breadcrumb{margin-bottom:14px;font-size:.84rem;color:#6b7a90}
.mbwr-hero{gap:20px;margin-bottom:16px;align-items:start}
.mbwr-cover-frame{padding:10px;border-radius:24px;box-shadow:0 14px 30px rgba(18,38,68,.075);border:1px solid #dbe5f0;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
.mbwr-title{font-size:clamp(1.72rem,2.35vw,2.34rem);line-height:1.03;max-width:15ch;margin-bottom:10px;color:#12233f;letter-spacing:-.045em}
.mbwr-subtitle{font-size:.94rem;line-height:1.56;max-width:680px;margin-bottom:12px;color:#4c5d74}
.mbwr-offer-card{max-width:840px}
.mbwr-offer-row{padding:13px 15px;border-radius:22px;grid-template-columns:minmax(122px,144px) minmax(172px,228px) auto;box-shadow:0 12px 24px rgba(18,38,68,.05)}
.mbwr-format{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 13px;border-radius:999px;background:#f4f8ff;border:1px solid #d6e1ef;color:#173a67;font-size:.8rem;letter-spacing:.01em;text-transform:none;font-weight:700}
.mbwr-price{gap:10px}
.mbwr-new{font-size:1.08rem;color:#12233f}
.mbwr-support-text{padding:5px 9px;font-size:.68rem;background:#f7fbff}
.mbwr-buy-btn,.mbwr-preview-btn{min-height:40px;padding:0 16px;border-radius:999px;background:linear-gradient(135deg,var(--mbwr-blue),var(--mbwr-blue2));border:0;box-shadow:0 14px 24px rgba(79,97,232,.18);font-size:.82rem;letter-spacing:-.01em;font-weight:800}
.mbwr-buy-btn:hover,.mbwr-preview-btn:hover,.mbwr-buy-btn:focus-visible,.mbwr-preview-btn:focus-visible{box-shadow:0 18px 30px rgba(79,97,232,.22)}
.mbwr-detail-link,.mbwr-readmore{color:#45617f}
.mbwr-detail-link{font-size:.76rem;font-weight:700}
.mbwr-detail-link:hover{color:#173a67}
.mbwr-preview-btn--inline{background:#fff!important;color:#173a67!important;border:1px solid var(--mbwr-border)!important;box-shadow:0 10px 20px rgba(18,38,68,.05)!important}
.mbwr-preview-btn--inline:hover,.mbwr-preview-btn--inline:focus-visible{background:#f7fbff!important;color:#173a67!important;border-color:#bfd0eb!important;box-shadow:0 14px 28px rgba(18,38,68,.08)!important}
.mbwr-buy-btn--ghost,.mbwr-preview-btn--inline.mbwr-buy-btn--ghost{background:linear-gradient(135deg,var(--mbwr-blue),var(--mbwr-blue2))!important;color:#fff!important;border:0!important;box-shadow:0 16px 28px rgba(79,97,232,.18)!important}
.mbwr-buy-btn--ghost:hover,.mbwr-buy-btn--ghost:focus-visible{color:#fff!important;box-shadow:0 20px 34px rgba(79,97,232,.24)!important}
.mbwr-microtrust span{min-height:34px;padding:0 12px;background:#f9fbff;font-size:.74rem}
.mbwr-trust{margin-top:8px;font-size:.76rem;color:#6b7a90}
.mbwr-body{gap:12px}
.mbwr-card,.mbwr-duo-card,.mbwr-aplus-panel,.mbwr-cta-band{padding:16px 18px;border-radius:24px;border-color:#dbe5f0;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);box-shadow:0 12px 24px rgba(18,38,68,.05)}
.mbwr-section-head{margin-bottom:10px}
.mbwr-section-head h2,.mbwr-duo-card h2{font-size:1rem;color:#13233f;letter-spacing:-.025em}
.mbwr-content{line-height:1.72;color:#2f4158;font-size:.93rem}
.mbwr-content h2{font-size:1.06rem;margin:1.2em 0 .5em;color:#12233f}
.mbwr-content h3{font-size:.94rem;margin:.95em 0 .42em;color:#173a67}
.mbwr-aplus-panel{padding:18px 20px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)}
.mbwr-aplus-eyebrow{margin-bottom:6px;color:#4f61e8}
.mbwr-aplus-panel h2{font-size:1.12rem;max-width:28ch;margin-bottom:8px;line-height:1.24}
.mbwr-aplus-panel p{font-size:.92rem;line-height:1.68;color:#4a5b73}
.mbwr-duo{gap:12px}.mbwr-gain{gap:12px}
.mbwr-duo-card ul{padding-left:16px}.mbwr-duo-card li{margin-bottom:6px;color:#3a4d66;font-size:.9rem;line-height:1.56}
.mbwr-author-lite__inner{gap:12px}.mbwr-author-lite__body h3{font-size:.98rem}.mbwr-author-lite__body p{line-height:1.64;color:#4a5b73;font-size:.9rem}
.mbwr-cta-band{padding:15px 18px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)}
.mbwr-cta-band h2{font-size:1rem;margin-bottom:3px}.mbwr-cta-band p{font-size:.88rem;color:#60718a}
.mbwr-faq-group{gap:8px}
.mbwr-faq{padding:0 12px;border-radius:18px;box-shadow:0 10px 20px rgba(18,38,68,.04)}
.mbwr-faq summary{padding:13px 38px 13px 0;font-size:.88rem;line-height:1.4}
.mbwr-faq-body{padding:0 0 12px;font-size:.88rem;line-height:1.6;color:#5a6a80}
.mbwr-arrow{width:34px;height:34px;background:#fff;color:#173a67;border-color:#d7e2ef;box-shadow:0 6px 14px rgba(18,38,68,.045);font-size:1rem}
.mbwr-arrow:hover,.mbwr-arrow:focus-visible{background:linear-gradient(135deg,var(--mbwr-blue),var(--mbwr-blue2));color:#fff;border-color:transparent;box-shadow:0 10px 20px rgba(79,97,232,.18)}
.mbwr-carousel{gap:12px;grid-auto-columns:minmax(148px,148px)}
.mbwr-carousel-item{padding:9px;border-radius:18px;border:1px solid #dde6f1;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);box-shadow:0 8px 18px rgba(18,38,68,.035)}
.mbwr-carousel-thumb{border-radius:14px}
.mbwr-carousel-title{font-size:.8rem;line-height:1.34;min-height:3em;color:#20314d}
.mbwr-carousel-meta,.mbwr-carousel-format,.mbwr-carousel-price{font-size:.7rem;color:#6b7a90}
.mbwr-carousel-price{font-size:.78rem;color:#12233f;font-weight:800}
@media (max-width:760px){
  .mbwr-wrap{padding-top:12px}
  .mbwr-page{padding:0 14px 24px}
  .mbwr-hero{gap:16px;margin-bottom:14px}
  .mbwr-title{font-size:clamp(1.5rem,6.2vw,1.95rem);max-width:none}
  .mbwr-subtitle{font-size:.95rem;line-height:1.56}
  .mbwr-card,.mbwr-duo-card,.mbwr-aplus-panel,.mbwr-cta-band{padding:14px;border-radius:20px}
  .mbwr-offer-row{padding:12px;border-radius:18px;gap:9px}
  .mbwr-buy-btn,.mbwr-preview-btn{width:100%}
  .mbwr-cta-wrap{width:100%}
  .mbwr-hero-actions{flex-direction:column;align-items:stretch;gap:10px}
  .mbwr-microtrust{width:100%}
  .mbwr-microtrust span{width:100%;justify-content:center}
  .mbwr-cta-band__actions{width:100%}
  .mbwr-cta-band__actions .mbwr-buy-btn,.mbwr-cta-band__actions .mbwr-preview-btn{width:100%}
  .mbwr-carousel{grid-auto-columns:minmax(138px,138px)}
  .mbwr-carousel-item{padding:8px;border-radius:16px}
}

.mbwr-product-details-card .mbwr-book-details-stack{font-size:.88rem;line-height:1.7;color:#42536d}
.mbwr-product-details-card a{color:#4f61e8;font-weight:700;text-decoration:none}
.mbwr-product-details-card a:hover{color:#173a67}
.mbwr-desc-shell,.mbwr-author-lite .mbwr-desc-shell{background:linear-gradient(180deg,#fbfdff 0%,#f8fbff 100%);border:1px solid #e3ebf4;border-radius:18px;padding:14px 14px 12px}
.mbwr-author-lite__media img{border-radius:16px;box-shadow:0 10px 20px rgba(18,38,68,.06)}
.mbwr-book-details-stack > div + div{margin-top:4px}
@media (max-width:760px){.mbwr-content{font-size:.89rem;line-height:1.66}.mbwr-aplus-panel h2{font-size:1rem}.mbwr-buy-btn,.mbwr-preview-btn{min-height:38px;font-size:.8rem}.mbwr-format{min-height:34px;font-size:.78rem}.mbwr-subtitle{font-size:.9rem}}


/* v3.2.3 Compact hero correction on v1.12.3 */
@media (min-width: 1021px){
  .mbwr-page{max-width:1180px}
  .mbwr-hero{grid-template-columns:minmax(400px,520px) minmax(0,560px);gap:18px;align-items:start;margin-bottom:14px}
  .mbwr-copy{display:flex;flex-direction:column;align-self:start;max-width:560px;padding-top:2px}
  .mbwr-headline-row{margin-bottom:6px}
  .mbwr-kicker{padding:6px 12px;font-size:.75rem}
  .mbwr-title{font-size:17px!important;line-height:1.16!important;letter-spacing:-.015em!important;max-width:none!important;width:100%;margin:0 0 6px!important}
  .mbwr-subtitle{font-size:12.5px!important;line-height:1.45!important;max-width:none!important;margin:0 0 10px!important}
  .mbwr-offer-card{max-width:none;padding-top:0}
  .mbwr-offer-row{grid-template-columns:118px minmax(145px,1fr) auto;gap:10px;padding:10px 12px;border-radius:20px;margin-bottom:8px;min-height:0}
  .mbwr-format{min-height:32px;padding:0 12px;font-size:.75rem}
  .mbwr-price{gap:8px;align-items:center}
  .mbwr-old{font-size:.86rem}
  .mbwr-new{font-size:14px!important;line-height:1.1}
  .mbwr-support-text{padding:4px 8px;font-size:.64rem;line-height:1.1}
  .mbwr-cta-wrap{gap:6px}
  .mbwr-buy-btn,.mbwr-preview-btn{min-height:34px!important;padding:0 14px!important;font-size:.76rem!important;min-width:164px;box-shadow:0 10px 18px rgba(79,97,232,.15)}
  .mbwr-detail-link{font-size:.72rem;line-height:1.2}
  .mbwr-hero-actions{margin-top:4px;gap:8px}
  .mbwr-microtrust span{min-height:34px;padding:0 12px;font-size:.71rem}
  .mbwr-trust{margin-top:6px;font-size:.74rem;line-height:1.35}
}
@media (max-width: 1020px){
  .mbwr-title{font-size:clamp(1.12rem,3.7vw,1.5rem)!important;line-height:1.14!important;max-width:none!important}
  .mbwr-subtitle{font-size:.9rem!important;line-height:1.48!important}
}


/* v3.2.4 CTA clarity + mobile hero polish */
.mbwr-buy-btn{gap:8px;white-space:nowrap}
.mbwr-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;flex:0 0 16px}
.mbwr-btn-icon svg{width:16px;height:16px;display:block}
.mbwr-btn-text{display:inline-flex;align-items:center}
.mbwr-detail-link{font-size:.76rem;line-height:1.25;text-decoration:none}
.mbwr-detail-link:hover{text-decoration:none}

@media (min-width:1021px){
  .mbwr-hero-actions{margin-top:6px}
}

@media (max-width:760px){
  .mbwr-wrap{padding-top:10px}
  .mbwr-page{padding:0 14px 22px}
  .mbwr-breadcrumb{font-size:.92rem;line-height:1.65;gap:8px 10px;margin-bottom:12px}
  .mbwr-hero{gap:14px;margin-bottom:12px}
  .mbwr-media{max-width:none}
  .mbwr-stage-wrap{gap:10px}
  .mbwr-thumb-col{order:-1;margin-bottom:0}
  .mbwr-thumb{width:68px;height:92px;border-radius:18px}
  .mbwr-stage{border-radius:26px;padding:10px}
  .mbwr-cover-frame{border-radius:22px;min-height:auto;padding:12px}
  .mbwr-cover{max-height:clamp(360px,64vw,520px);width:auto;max-width:100%;object-fit:contain}
  .mbwr-copy{padding-top:2px}
  .mbwr-headline-row{margin-bottom:8px}
  .mbwr-kicker{padding:8px 14px;font-size:.82rem}
  .mbwr-title{font-size:clamp(1.32rem,6.4vw,1.92rem)!important;line-height:1.12!important;letter-spacing:-.03em!important;margin:0 0 10px!important}
  .mbwr-subtitle{font-size:1rem!important;line-height:1.55!important;margin:0 0 12px!important}
  .mbwr-offer-card{display:flex;flex-direction:column;gap:12px}
  .mbwr-offer-row{grid-template-columns:1fr auto;grid-template-areas:"format price" "support cta" "detail detail";align-items:center;gap:10px 12px;padding:14px;border-radius:24px;margin-bottom:0}
  .mbwr-format{grid-area:format;justify-self:start;min-height:0;padding:0 18px;height:44px;font-size:.92rem}
  .mbwr-price{grid-area:price;justify-self:end;gap:10px;flex-wrap:wrap;justify-content:flex-end}
  .mbwr-old{font-size:1rem}
  .mbwr-new{font-size:1.18rem!important}
  .mbwr-support-text{grid-area:support;justify-self:start;padding:8px 14px;font-size:.78rem;line-height:1.15;border-radius:999px}
  .mbwr-cta-wrap{grid-area:cta;justify-self:end;align-items:flex-end;gap:8px}
  .mbwr-buy-btn{min-height:48px!important;padding:0 18px!important;min-width:220px;width:auto;max-width:100%;font-size:.95rem!important;border-radius:999px;box-shadow:0 14px 26px rgba(79,97,232,.18)}
  .mbwr-btn-icon,.mbwr-btn-icon svg{width:17px;height:17px}
  .mbwr-detail-link{grid-area:detail;display:block;width:100%;text-align:left;font-size:.94rem;line-height:1.3;color:var(--mbwr-brand);padding-top:2px}
  .mbwr-hero-actions{margin-top:4px;display:block}
  .mbwr-preview-btn{width:100%;min-height:48px!important;font-size:.96rem!important;border-radius:999px;padding:0 18px!important}
  .mbwr-trust{margin-top:12px;font-size:.95rem;line-height:1.55}
}

@media (max-width:520px){
  .mbwr-page{padding:0 12px 20px}
  .mbwr-breadcrumb{font-size:.88rem}
  .mbwr-thumb{width:62px;height:84px}
  .mbwr-stage{padding:8px;border-radius:24px}
  .mbwr-cover-frame{padding:10px;border-radius:20px}
  .mbwr-cover{max-height:460px}
  .mbwr-title{font-size:clamp(1.24rem,8vw,1.74rem)!important}
  .mbwr-subtitle{font-size:.96rem!important}
  .mbwr-offer-row{grid-template-columns:1fr;grid-template-areas:"format" "price" "support" "cta" "detail";gap:10px;padding:14px 14px 13px}
  .mbwr-format,.mbwr-price,.mbwr-support-text,.mbwr-cta-wrap,.mbwr-detail-link{justify-self:start;text-align:left}
  .mbwr-price{justify-content:flex-start}
  .mbwr-cta-wrap{width:100%;align-items:stretch}
  .mbwr-buy-btn{width:100%;min-width:0}
  .mbwr-detail-link{font-size:.92rem}
  .mbwr-trust{font-size:.92rem}
}


/* v3.2.5 Offer-row clarity pass */
.mbwr-format{background:transparent!important;border:1px solid #d6e0ee!important;color:#5d6f87!important;font-weight:700!important;box-shadow:none!important}
.mbwr-offer-row{align-items:center}
.mbwr-cta-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:7px}
.mbwr-detail-link{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid #d6e0ee;background:#fff;color:#29476d!important;font-size:.72rem;font-weight:700;line-height:1;text-decoration:none;box-shadow:0 6px 14px rgba(18,38,68,.04)}
.mbwr-detail-link:hover,.mbwr-detail-link:focus-visible{background:#f7fbff;border-color:#bfd0eb;color:#173a67!important;box-shadow:0 10px 18px rgba(18,38,68,.06);text-decoration:none}
@media (min-width:1021px){
  .mbwr-offer-row{grid-template-columns:108px minmax(150px,1fr) auto;gap:10px;padding:10px 12px}
  .mbwr-format{height:30px!important;min-height:30px!important;padding:0 11px!important;font-size:.7rem!important;border-radius:999px}
  .mbwr-price{gap:8px}
  .mbwr-support-text{padding:4px 8px!important;font-size:.63rem!important}
  .mbwr-buy-btn{min-width:158px!important;min-height:34px!important;padding:0 14px!important;font-size:.75rem!important}
  .mbwr-detail-link{min-height:30px;font-size:.69rem;padding:0 10px}
}
@media (max-width:760px){
  .mbwr-wrap{padding-top:8px}
  .mbwr-page{padding:0 12px 20px}
  .mbwr-breadcrumb{margin-bottom:10px;font-size:.84rem;line-height:1.5}
  .mbwr-hero{gap:12px;margin-bottom:10px}
  .mbwr-stage-wrap{gap:8px}
  .mbwr-thumb{width:56px;height:76px;border-radius:16px}
  .mbwr-stage{padding:8px;border-radius:22px}
  .mbwr-cover-frame{padding:8px;border-radius:18px}
  .mbwr-cover{max-height:clamp(250px,54vw,400px)}
  .mbwr-headline-row{margin-bottom:6px}
  .mbwr-kicker{padding:7px 12px;font-size:.76rem}
  .mbwr-title{font-size:clamp(1.16rem,5.2vw,1.5rem)!important;line-height:1.12!important;letter-spacing:-.025em!important;margin:0 0 8px!important}
  .mbwr-subtitle{font-size:.92rem!important;line-height:1.48!important;margin:0 0 10px!important}
  .mbwr-offer-card{gap:10px}
  .mbwr-offer-row{grid-template-columns:1fr;grid-template-areas:"format" "price" "support" "cta" "detail";gap:8px;padding:12px;border-radius:20px}
  .mbwr-format,.mbwr-price,.mbwr-support-text,.mbwr-cta-wrap,.mbwr-detail-link{justify-self:start;text-align:left}
  .mbwr-format{height:30px!important;min-height:30px!important;padding:0 10px!important;font-size:.74rem!important;border-radius:999px}
  .mbwr-price{justify-content:flex-start;gap:8px}
  .mbwr-old{font-size:.94rem}
  .mbwr-new{font-size:1.08rem!important}
  .mbwr-support-text{padding:6px 10px!important;font-size:.72rem!important}
  .mbwr-cta-wrap{width:100%;align-items:stretch;gap:8px}
  .mbwr-buy-btn{width:100%;min-width:0!important;min-height:44px!important;padding:0 16px!important;font-size:.88rem!important;box-shadow:0 12px 22px rgba(79,97,232,.16)}
  .mbwr-btn-icon,.mbwr-btn-icon svg{width:16px;height:16px}
  .mbwr-detail-link{display:flex;width:100%;min-height:38px;padding:0 14px;font-size:.83rem;border-radius:999px}
  .mbwr-preview-btn{min-height:44px!important;font-size:.9rem!important;padding:0 16px!important}
  .mbwr-trust{margin-top:10px;font-size:.88rem;line-height:1.5}
}
@media (max-width:520px){
  .mbwr-page{padding:0 10px 18px}
  .mbwr-cover{max-height:330px}
  .mbwr-title{font-size:clamp(1.08rem,5.6vw,1.34rem)!important}
  .mbwr-subtitle{font-size:.88rem!important}
  .mbwr-offer-row{padding:11px 11px 12px;gap:7px;border-radius:18px}
  .mbwr-buy-btn{min-height:42px!important;font-size:.84rem!important}
  .mbwr-detail-link{min-height:36px;font-size:.79rem;padding:0 12px}
  .mbwr-preview-btn{min-height:42px!important;font-size:.86rem!important}
  .mbwr-trust{font-size:.84rem}
}


/* v1.12.8 elite mobile hero polish */
@media (max-width:760px){
  .mbwr-page{padding:0 12px 26px}
  .mbwr-breadcrumb{margin-bottom:10px;font-size:.92rem;gap:8px;line-height:1.4}
  .mbwr-hero{gap:14px;margin-bottom:18px}
  .mbwr-stage-wrap{grid-template-columns:1fr;gap:8px}
  .mbwr-thumb-col{display:none!important}
  .mbwr-media{max-width:100%!important}
  .mbwr-cover-frame{padding:10px;border-radius:20px}
  .mbwr-cover{
    width:auto;
    max-width:100%;
    max-height:320px;
    margin:0 auto;
    object-fit:contain;
  }
  .mbwr-headline-row{margin-bottom:6px}
  .mbwr-kicker{padding:6px 12px;font-size:.72rem}
  .mbwr-title{
    font-size:clamp(1.32rem,5.8vw,1.8rem);
    line-height:1.08;
    letter-spacing:-.03em;
    margin:0 0 8px;
    max-width:none;
  }
  .mbwr-subtitle{
    font-size:.9rem;
    line-height:1.46;
    margin:0 0 12px;
  }
  .mbwr-offer-card{padding-top:0}
  .mbwr-offer-row{
    padding:12px;
    gap:9px;
    border-radius:18px;
    margin-bottom:10px;
    box-shadow:0 8px 20px rgba(18,38,68,.035);
  }
  .mbwr-format{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:0 14px;
    border-radius:999px;
    background:#f7faff;
    border:1px solid #d9e3f0;
    color:#53667f;
    font-size:.78rem;
    font-weight:800;
    width:auto;
    max-width:max-content;
  }
  .mbwr-price{gap:8px}
  .mbwr-old{font-size:.82rem}
  .mbwr-new{font-size:1rem}
  .mbwr-support-text{
    padding:4px 10px;
    font-size:.72rem;
    min-height:34px;
  }
  .mbwr-cta-wrap{gap:8px}
  .mbwr-buy-btn{
    min-width:0;
    width:100%;
    min-height:48px;
    padding:0 16px;
    border-radius:999px;
    font-size:.86rem;
    box-shadow:0 12px 24px rgba(79,97,232,.16);
  }
  .mbwr-buy-btn .mbwr-btn-icon,
  .mbwr-buy-btn svg{width:16px;height:16px}
  .mbwr-detail-link{
    width:100%;
    min-height:44px;
    padding:0 14px;
    border:1px solid var(--mbwr-border);
    border-radius:999px;
    background:#fff;
    color:var(--mbwr-brand);
    box-shadow:0 6px 14px rgba(18,38,68,.035);
    justify-content:center;
    font-size:.82rem;
    line-height:1.15;
    text-align:center;
  }
  .mbwr-detail-link:hover,.mbwr-detail-link:focus-visible{
    background:#f8fbff;
    border-color:#bfd0eb;
    color:var(--mbwr-brand);
  }
  .mbwr-hero-actions{margin-top:2px;gap:10px}
  .mbwr-preview-btn{
    width:100%;
    min-height:46px;
    padding:0 16px;
    font-size:.9rem;
  }
  .mbwr-trust{
    margin-top:6px;
    font-size:.8rem;
    line-height:1.45;
    color:#6b7a90;
  }
}

/* small tablets */
@media (min-width:761px) and (max-width:980px){
  .mbwr-hero{gap:20px}
  .mbwr-stage-wrap{grid-template-columns:1fr}
  .mbwr-thumb-col{display:none!important}
  .mbwr-media{max-width:520px;margin:0 auto;width:100%}
  .mbwr-cover{max-height:420px;object-fit:contain;margin:0 auto}
  .mbwr-title{font-size:clamp(1.5rem,3.2vw,2rem);line-height:1.08;max-width:none}
  .mbwr-subtitle{font-size:.95rem;line-height:1.5;margin-bottom:12px}
  .mbwr-offer-row{padding:13px;gap:12px;border-radius:20px}
}


/* v1.12.9 compact mobile card pass */
@media (max-width:760px){
  .mbwr-offer-card{gap:8px!important}
  .mbwr-offer-row{
    padding:10px 10px 11px!important;
    gap:7px!important;
    border-radius:16px!important;
    margin-bottom:8px!important;
    box-shadow:0 6px 16px rgba(18,38,68,.028)!important;
  }
  .mbwr-format{
    min-height:32px!important;
    height:32px!important;
    padding:0 12px!important;
    font-size:.72rem!important;
    border-radius:999px!important;
    font-weight:800!important;
  }
  .mbwr-price{
    gap:6px!important;
    row-gap:6px!important;
    align-items:center!important;
  }
  .mbwr-old{font-size:.8rem!important}
  .mbwr-new{
    font-size:1rem!important;
    line-height:1.05!important;
  }
  .mbwr-support-text{
    padding:4px 9px!important;
    min-height:30px!important;
    font-size:.68rem!important;
    line-height:1!important;
    font-weight:800!important;
  }
  .mbwr-cta-wrap{
    gap:6px!important;
    width:100%!important;
  }
  .mbwr-buy-btn{
    min-height:40px!important;
    height:40px!important;
    padding:0 14px!important;
    font-size:.82rem!important;
    box-shadow:0 10px 20px rgba(79,97,232,.14)!important;
  }
  .mbwr-buy-btn svg,
  .mbwr-buy-btn i{
    width:14px!important;
    height:14px!important;
  }
  .mbwr-detail-link{
    min-height:34px!important;
    height:34px!important;
    padding:0 10px!important;
    font-size:.76rem!important;
    border-radius:999px!important;
  }
  .mbwr-preview-btn{
    min-height:40px!important;
    height:40px!important;
    padding:0 14px!important;
    font-size:.82rem!important;
  }
  .mbwr-hero-actions{gap:8px!important}
}
@media (max-width:520px){
  .mbwr-offer-row{
    padding:9px 9px 10px!important;
    gap:6px!important;
    border-radius:15px!important;
    margin-bottom:7px!important;
  }
  .mbwr-format{
    min-height:30px!important;
    height:30px!important;
    padding:0 11px!important;
    font-size:.7rem!important;
  }
  .mbwr-old{font-size:.76rem!important}
  .mbwr-new{font-size:.96rem!important}
  .mbwr-support-text{
    min-height:28px!important;
    padding:4px 8px!important;
    font-size:.64rem!important;
  }
  .mbwr-buy-btn{
    min-height:38px!important;
    height:38px!important;
    font-size:.8rem!important;
    padding:0 12px!important;
  }
  .mbwr-detail-link{
    min-height:32px!important;
    height:32px!important;
    font-size:.72rem!important;
    padding:0 9px!important;
  }
  .mbwr-preview-btn{
    min-height:38px!important;
    height:38px!important;
    font-size:.8rem!important;
    padding:0 12px!important;
  }
}

@media (max-width:760px){
  .mbwr-offer-row{
    display:flex !important;
    flex-wrap:wrap !important;
    flex-direction:row !important;
    align-items:center !important;
    gap:8px 10px !important;
  }
  .mbwr-offer-row > .mbwr-format{
    order:1 !important;
    flex:0 0 auto !important;
    margin:0 !important;
  }
  .mbwr-offer-row > .mbwr-price{
    order:2 !important;
    flex:1 1 auto !important;
    min-width:0 !important;
    margin:0 !important;
  }
  .mbwr-offer-row > .mbwr-support-text{
    order:3 !important;
    flex:0 0 auto !important;
    display:none !important;
  }
  .mbwr-offer-row > .mbwr-price .mbwr-support-text{
    display:inline-flex !important;
  }
  .mbwr-offer-row > .mbwr-cta-wrap{
    order:4 !important;
    flex:0 0 100% !important;
    width:100% !important;
    align-items:flex-start !important;
  }
}


/* v1.12.11 mobile refined CTA width + inline layout */
@media (max-width:760px){
  .mbwr-cta-wrap{
    display:flex!important;
    flex-direction:row!important;
    gap:8px!important;
    flex-wrap:wrap!important;
  }

  .mbwr-buy-btn{
    width:auto!important;
    max-width:max-content!important;
    padding:0 16px!important;
    border-radius:999px!important;
  }

  .mbwr-detail-link{
    width:auto!important;
    max-width:max-content!important;
    padding:0 14px!important;
  }

  /* center alignment for premium feel */
  .mbwr-cta-wrap{
    justify-content:flex-start!important;
  }
}

/* fallback for very small screens */
@media (max-width:520px){
  .mbwr-cta-wrap{
    flex-direction:column!important;
    align-items:flex-start!important;
  }

  .mbwr-buy-btn,
  .mbwr-detail-link{
    width:auto!important;
  }
}


/* v1.12.12 mobile side-by-side CTA lock */
@media (max-width:760px){
  .mbwr-cta-wrap{
    display:grid!important;
    grid-template-columns:auto auto!important;
    align-items:center!important;
    justify-content:start!important;
    gap:8px!important;
    width:auto!important;
  }
  .mbwr-buy-btn,
  .mbwr-detail-link{
    width:auto!important;
    min-width:0!important;
    max-width:max-content!important;
    white-space:nowrap!important;
  }
  .mbwr-buy-btn{
    padding:0 15px!important;
  }
  .mbwr-detail-link{
    padding:0 13px!important;
  }
}
@media (max-width:520px){
  .mbwr-cta-wrap{
    grid-template-columns:auto auto!important;
    gap:6px!important;
  }
  .mbwr-buy-btn{
    min-height:36px!important;
    height:36px!important;
    font-size:.76rem!important;
    padding:0 13px!important;
  }
  .mbwr-detail-link{
    min-height:30px!important;
    height:30px!important;
    font-size:.68rem!important;
    padding:0 11px!important;
  }
}


/* v1.12.13 mobile CTA alignment correction */
@media (max-width:760px){
  .mbwr-offer-row{
    display:flex !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    gap:8px 10px !important;
  }
  .mbwr-offer-row > .mbwr-format{
    order:1 !important;
    flex:0 0 auto !important;
    margin:0 !important;
  }
  .mbwr-offer-row > .mbwr-price{
    order:2 !important;
    flex:1 1 auto !important;
    min-width:0 !important;
    margin:0 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:6px !important;
    row-gap:6px !important;
    flex-wrap:wrap !important;
  }
  .mbwr-offer-row > .mbwr-cta-wrap{
    order:3 !important;
    flex:0 0 100% !important;
    width:100% !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:8px !important;
    margin-top:2px !important;
  }
  .mbwr-offer-row .mbwr-buy-btn,
  .mbwr-offer-row .mbwr-detail-link{
    width:auto !important;
    min-width:0 !important;
    max-width:max-content !important;
    white-space:nowrap !important;
    margin:0 !important;
  }
  .mbwr-offer-row .mbwr-buy-btn{
    min-height:36px !important;
    height:36px !important;
    padding:0 14px !important;
    font-size:.78rem !important;
    line-height:1 !important;
    border-radius:999px !important;
  }
  .mbwr-offer-row .mbwr-detail-link{
    min-height:36px !important;
    height:36px !important;
    padding:0 12px !important;
    font-size:.68rem !important;
    line-height:1 !important;
    font-weight:700 !important;
    border-radius:999px !important;
  }
}

/* very small phones: keep same row but compress further */
@media (max-width:520px){
  .mbwr-offer-row{
    gap:7px 8px !important;
  }
  .mbwr-offer-row > .mbwr-cta-wrap{
    gap:6px !important;
  }
  .mbwr-offer-row .mbwr-buy-btn{
    min-height:34px !important;
    height:34px !important;
    padding:0 12px !important;
    font-size:.74rem !important;
  }
  .mbwr-offer-row .mbwr-detail-link{
    min-height:34px !important;
    height:34px !important;
    padding:0 10px !important;
    font-size:.64rem !important;
  }
}


/* v1.12.14 work description + author mayobook polish */
.mbwr-desc-shell,
.mbwr-author-lite .mbwr-desc-shell{
  position:relative;
  margin-top:6px;
  padding:18px 18px 16px;
  border:1px solid #dfe8f3;
  border-radius:26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(248,251,255,.98) 100%);
  box-shadow:0 12px 28px rgba(18,38,68,.045);
}

.mbwr-content,
.mbwr-author-text{
  color:#2b3c56;
  font-size:1.02rem;
  line-height:1.88;
  letter-spacing:-.01em;
}

.mbwr-content p,
.mbwr-author-text p{
  margin:0 0 1.08em;
  color:#2b3c56;
}

.mbwr-content > *:last-child,
.mbwr-author-text > *:last-child{
  margin-bottom:0;
}

.mbwr-content h2,
.mbwr-content h3,
.mbwr-content h4{
  color:#6d7b90;
  font-weight:800;
  letter-spacing:-.03em;
  line-height:1.2;
}

.mbwr-content h2{
  font-size:clamp(1.12rem,2vw,1.52rem);
  margin:1.45em 0 .62em;
}

.mbwr-content h3{
  font-size:clamp(1rem,1.7vw,1.22rem);
  margin:1.15em 0 .52em;
}

.mbwr-content ul,
.mbwr-content ol{
  margin:0 0 1.02em 0;
  padding:0;
  list-style:none;
}

.mbwr-content li{
  position:relative;
  margin:0 0 .62em;
  padding-left:1.15rem;
  color:#30415b;
}

.mbwr-content li::before{
  content:"";
  position:absolute;
  left:0;
  top:.82em;
  width:7px;
  height:7px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--mbwr-blue),var(--mbwr-blue2));
  box-shadow:0 0 0 3px rgba(79,97,232,.08);
  transform:translateY(-50%);
}

.mbwr-content a,
.mbwr-author-text a{
  color:var(--mbwr-blue);
  text-decoration:none;
  font-weight:700;
}

.mbwr-content a:hover,
.mbwr-author-text a:hover{
  color:var(--mbwr-brand);
  text-decoration:underline;
}

.mbwr-content--collapsible{
  max-height:27rem;
}

.mbwr-author-text{
  max-height:12rem;
}

.mbwr-content--collapsible:not(.is-expanded)::after,
.mbwr-author-text:not(.is-expanded)::after{
  height:128px;
  background:linear-gradient(180deg, rgba(248,251,255,0) 0%, rgba(248,251,255,.72) 46%, #f8fbff 100%);
}

.mbwr-readmore{
  margin-top:14px;
  min-height:44px;
  padding:0 18px;
  border:1px solid #d6e0ee;
  border-radius:999px;
  background:#fff;
  color:#3a557c;
  font-size:.96rem;
  font-weight:800;
  box-shadow:0 10px 22px rgba(18,38,68,.05);
}

.mbwr-readmore:hover,
.mbwr-readmore:focus-visible{
  background:#f6faff;
  color:#173a67;
  border-color:#bfd0eb;
}

.mbwr-author-lite{
  overflow:hidden;
}

.mbwr-author-lite__inner{
  display:grid;
  grid-template-columns:90px minmax(0,1fr);
  gap:18px;
  align-items:start;
}

.mbwr-author-lite__media img{
  width:90px;
  height:90px;
  border-radius:24px;
  object-fit:cover;
  border:1px solid #dfe8f3;
  box-shadow:0 12px 24px rgba(18,38,68,.08);
}

.mbwr-author-lite__body h3{
  margin:0 0 10px;
  font-size:1.08rem;
  line-height:1.15;
  letter-spacing:-.02em;
  color:#122744;
}

.mbwr-author-lite__body h3 a{
  color:#24456f;
  text-decoration:none;
}

.mbwr-author-lite__body h3 a:hover{
  color:#173a67;
}

@media (max-width:760px){
  .mbwr-desc-shell,
  .mbwr-author-lite .mbwr-desc-shell{
    padding:15px 14px 14px;
    border-radius:22px;
  }

  .mbwr-content,
  .mbwr-author-text{
    font-size:.97rem;
    line-height:1.78;
  }

  .mbwr-content h2{
    font-size:1.06rem;
    margin:1.25em 0 .55em;
  }

  .mbwr-content h3{
    font-size:.98rem;
    margin:1.05em 0 .5em;
  }

  .mbwr-readmore{
    min-height:40px;
    padding:0 16px;
    font-size:.9rem;
    margin-top:12px;
  }

  .mbwr-author-lite__inner{
    grid-template-columns:72px minmax(0,1fr);
    gap:14px;
  }

  .mbwr-author-lite__media img{
    width:72px;
    height:72px;
    border-radius:20px;
  }

  .mbwr-author-text{
    max-height:11rem;
  }
}

@media (max-width:520px){
  .mbwr-desc-shell,
  .mbwr-author-lite .mbwr-desc-shell{
    padding:14px 12px 12px;
    border-radius:20px;
  }

  .mbwr-content,
  .mbwr-author-text{
    font-size:.94rem;
    line-height:1.72;
  }

  .mbwr-content h2{
    font-size:1rem;
  }

  .mbwr-content h3{
    font-size:.94rem;
  }

  .mbwr-readmore{
    min-height:38px;
    padding:0 14px;
    font-size:.86rem;
  }
}


/* v1.12.15 homepage bestseller rail styling for work-page rails */
.mbwr-carousel-card{padding:18px 14px 14px}
.mbwr-carousel{grid-auto-columns:minmax(250px,250px);gap:18px;padding-bottom:10px}
.mbwr-rail-card{
  gap:0;
  padding:14px 14px 12px;
  border:1px solid #dde6f2;
  border-radius:28px;
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
  box-shadow:0 12px 28px rgba(18,38,68,.045);
  min-height:100%;
}
.mbwr-rail-card .mbwr-carousel-thumb{
  border-radius:22px;
  border:1px solid #dbe4f0;
  box-shadow:0 10px 22px rgba(18,38,68,.05);
  margin-bottom:12px;
}
.mbwr-rail-card .mbwr-carousel-thumb img{
  height:308px;
  object-fit:cover;
}
.mbwr-rail-card .mbwr-carousel-title{
  font-size:.95rem;
  line-height:1.35;
  font-weight:800;
  color:#1f3150;
  letter-spacing:-.02em;
  min-height:3.9em;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin-bottom:10px;
}
.mbwr-rail-card .mbwr-carousel-meta{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:8px;
  font-size:.82rem;
  color:#70809a;
}
.mbwr-rail-card .mbwr-stars{
  color:#f59e0b;
  font-weight:900;
}
.mbwr-rail-card .mbwr-carousel-format{
  font-size:.82rem;
  color:#70809a;
  margin-bottom:8px;
}
.mbwr-rail-bottom{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
  margin-top:auto;
}
.mbwr-rail-card .mbwr-carousel-price{
  font-size:1.02rem;
  font-weight:900;
  color:#152744;
}
.mbwr-rail-card .mbwr-carousel-price del,
.mbwr-rail-card .mbwr-carousel-price .amount + .amount{
  color:#8d9ab0;
}
.mbwr-rail-card .mbwr-carousel-price del{
  margin-right:6px;
  font-weight:700;
}
.mbwr-rail-cart{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #cfe0fb;
  background:#f4f8ff;
  color:#294c7c;
  text-decoration:none;
  box-shadow:0 8px 18px rgba(18,38,68,.04);
  transition:transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}
.mbwr-rail-cart:hover,
.mbwr-rail-cart:focus-visible{
  background:#eef4ff;
  border-color:#bfd0eb;
  color:#173a67;
  transform:translateY(-1px);
  box-shadow:0 12px 22px rgba(18,38,68,.08);
}
.mbwr-rail-cart svg{width:18px;height:18px;display:block}

@media (max-width:1020px){
  .mbwr-carousel{grid-auto-columns:minmax(210px,210px)}
  .mbwr-rail-card .mbwr-carousel-thumb img{height:255px}
}
@media (max-width:760px){
  .mbwr-carousel-card{padding:14px 10px 12px}
  .mbwr-carousel{grid-auto-columns:minmax(162px,162px);gap:12px;padding-bottom:8px}
  .mbwr-rail-card{
    padding:10px 10px 10px;
    border-radius:22px;
  }
  .mbwr-rail-card .mbwr-carousel-thumb{
    border-radius:18px;
    margin-bottom:10px;
  }
  .mbwr-rail-card .mbwr-carousel-thumb img{height:190px}
  .mbwr-rail-card .mbwr-carousel-title{
    font-size:.82rem;
    min-height:3.45em;
    margin-bottom:8px;
  }
  .mbwr-rail-card .mbwr-carousel-meta,
  .mbwr-rail-card .mbwr-carousel-format{
    font-size:.74rem;
    margin-bottom:6px;
  }
  .mbwr-rail-card .mbwr-carousel-price{
    font-size:.88rem;
  }
  .mbwr-rail-cart{
    width:36px;
    height:36px;
    min-width:36px;
  }
  .mbwr-rail-cart svg{width:16px;height:16px}
}


/* v1.12.16 work rails density correction to match homepage/product rhythm */
.mbwr-carousel-card{padding:16px 12px 12px!important}
.mbwr-carousel{
  grid-auto-columns:calc((100% - 5 * 14px)/6)!important;
  gap:14px!important;
  padding-bottom:8px!important;
}
.mbwr-rail-card{
  padding:10px 10px 10px!important;
  border-radius:22px!important;
  box-shadow:none!important;
  min-height:0!important;
}
.mbwr-rail-card .mbwr-carousel-thumb{
  margin-bottom:9px!important;
  border-radius:16px!important;
  box-shadow:none!important;
}
.mbwr-rail-card .mbwr-carousel-thumb img{
  height:220px!important;
  object-fit:cover!important;
}
.mbwr-rail-card .mbwr-carousel-title{
  font-size:.84rem!important;
  line-height:1.28!important;
  min-height:3.25em!important;
  margin-bottom:6px!important;
}
.mbwr-rail-card .mbwr-carousel-meta{
  margin-bottom:4px!important;
  font-size:.76rem!important;
  gap:6px!important;
}
.mbwr-rail-card .mbwr-carousel-format{
  margin-bottom:6px!important;
  font-size:.74rem!important;
}
.mbwr-rail-card .mbwr-carousel-price{
  font-size:.86rem!important;
  line-height:1.1!important;
}
.mbwr-rail-bottom{
  gap:8px!important;
}
.mbwr-rail-cart{
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  box-shadow:none!important;
}
.mbwr-rail-cart svg{width:15px!important;height:15px!important}
.mbwr-carousel-controls{gap:8px!important}
.mbwr-arrow{
  width:44px!important;
  height:44px!important;
  box-shadow:none!important;
}

@media (max-width:1180px){
  .mbwr-carousel{
    grid-auto-columns:calc((100% - 3 * 14px)/4)!important;
  }
  .mbwr-rail-card .mbwr-carousel-thumb img{height:205px!important}
}

@media (max-width:900px){
  .mbwr-carousel{
    grid-auto-columns:calc((100% - 2 * 12px)/3)!important;
    gap:12px!important;
  }
  .mbwr-carousel-card{padding:14px 10px 10px!important}
  .mbwr-rail-card{padding:9px 9px 9px!important;border-radius:20px!important}
  .mbwr-rail-card .mbwr-carousel-thumb img{height:180px!important}
  .mbwr-rail-card .mbwr-carousel-title{
    font-size:.8rem!important;
    min-height:3.1em!important;
  }
}

@media (max-width:760px){
  .mbwr-carousel{
    grid-auto-columns:calc((100% - 12px)/2)!important;
    gap:12px!important;
    padding-bottom:8px!important;
  }
  .mbwr-carousel-card{padding:12px 8px 10px!important}
  .mbwr-rail-card{
    padding:8px 8px 9px!important;
    border-radius:18px!important;
  }
  .mbwr-rail-card .mbwr-carousel-thumb{
    margin-bottom:8px!important;
    border-radius:14px!important;
  }
  .mbwr-rail-card .mbwr-carousel-thumb img{height:160px!important}
  .mbwr-rail-card .mbwr-carousel-title{
    font-size:.76rem!important;
    line-height:1.24!important;
    min-height:3em!important;
    margin-bottom:5px!important;
  }
  .mbwr-rail-card .mbwr-carousel-meta,
  .mbwr-rail-card .mbwr-carousel-format{
    font-size:.69rem!important;
    margin-bottom:4px!important;
  }
  .mbwr-rail-card .mbwr-carousel-price{
    font-size:.8rem!important;
  }
  .mbwr-rail-cart{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
  }
  .mbwr-rail-cart svg{width:14px!important;height:14px!important}
  .mbwr-arrow{
    width:40px!important;
    height:40px!important;
  }
}


/* v1.12.17 product-page style rail cards */
.mbwr-carousel-card{padding:14px 10px 10px!important}
.mbwr-carousel{
  gap:14px!important;
}
.mbwr-rail-card{
  padding:10px 10px 10px!important;
  border-radius:24px!important;
  border:1px solid #dbe5f2!important;
  background:linear-gradient(180deg,#fff 0%,#fcfdff 100%)!important;
  box-shadow:none!important;
}
.mbwr-rail-card .mbwr-carousel-thumb{
  border-radius:18px!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid #dfe7f2!important;
  margin-bottom:10px!important;
}
.mbwr-rail-card .mbwr-carousel-thumb img{
  height:232px!important;
  object-fit:cover!important;
  image-rendering:auto!important;
}
.mbwr-rail-card .mbwr-carousel-title{
  font-size:.78rem!important;
  line-height:1.25!important;
  font-weight:800!important;
  color:#1f3150!important;
  min-height:1.25em!important;
  margin-bottom:7px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  display:block!important;
  -webkit-line-clamp:unset!important;
}
.mbwr-rail-card .mbwr-carousel-meta{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-bottom:6px!important;
  font-size:.72rem!important;
  color:#6f7f97!important;
}
.mbwr-rail-card .mbwr-stars{
  color:#f59e0b!important;
  font-weight:900!important;
  letter-spacing:.01em!important;
}
.mbwr-rail-card .mbwr-carousel-format{
  font-size:.72rem!important;
  color:#74839a!important;
  margin-bottom:8px!important;
}
.mbwr-rail-bottom{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin-top:auto!important;
}
.mbwr-rail-card .mbwr-carousel-price{
  font-size:.82rem!important;
  line-height:1.1!important;
  font-weight:900!important;
  color:#162744!important;
}
.mbwr-rail-card .mbwr-carousel-price del,
.mbwr-rail-card .mbwr-carousel-price ins + del,
.mbwr-rail-card .mbwr-carousel-price .amount:first-child{
  color:#9aa6b8!important;
  font-weight:700!important;
}
.mbwr-rail-card .mbwr-carousel-price del{
  margin-right:6px!important;
}
.mbwr-rail-card .mbwr-carousel-price ins{
  text-decoration:none!important;
}
.mbwr-rail-cart{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  border-radius:999px!important;
  background:#f4f8ff!important;
  border:1px solid #cfe0fb!important;
  color:#2e4f7f!important;
  box-shadow:none!important;
}
.mbwr-rail-cart svg{width:16px!important;height:16px!important}
.mbwr-rail-cart:hover,.mbwr-rail-cart:focus-visible{
  background:#eef4ff!important;
  color:#173a67!important;
  border-color:#bfd0eb!important;
}
.mbwr-arrow{
  width:42px!important;
  height:42px!important;
  border-radius:999px!important;
}
@media (min-width:1181px){
  .mbwr-carousel{grid-auto-columns:calc((100% - 5 * 14px)/6)!important}
}
@media (max-width:1180px){
  .mbwr-carousel{grid-auto-columns:calc((100% - 3 * 14px)/4)!important}
  .mbwr-rail-card .mbwr-carousel-thumb img{height:216px!important}
}
@media (max-width:900px){
  .mbwr-carousel{grid-auto-columns:calc((100% - 2 * 12px)/3)!important;gap:12px!important}
  .mbwr-rail-card{padding:9px 9px 9px!important;border-radius:22px!important}
  .mbwr-rail-card .mbwr-carousel-thumb img{height:198px!important}
}
@media (max-width:760px){
  .mbwr-carousel{grid-auto-columns:calc((100% - 12px)/2)!important;gap:12px!important}
  .mbwr-rail-card{
    padding:8px 8px 8px!important;
    border-radius:20px!important;
  }
  .mbwr-rail-card .mbwr-carousel-thumb{
    border-radius:16px!important;
    margin-bottom:8px!important;
  }
  .mbwr-rail-card .mbwr-carousel-thumb img{height:170px!important}
  .mbwr-rail-card .mbwr-carousel-title{
    font-size:.74rem!important;
    margin-bottom:6px!important;
  }
  .mbwr-rail-card .mbwr-carousel-meta,
  .mbwr-rail-card .mbwr-carousel-format{
    font-size:.68rem!important;
  }
  .mbwr-rail-card .mbwr-carousel-price{
    font-size:.78rem!important;
  }
  .mbwr-rail-cart{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
  }
}


/* v1.12.18 elite card system for work-page rails */
.mbwr-rail-card{
  display:flex!important;
  flex-direction:column!important;
}
.mbwr-rail-card .mbwr-carousel-title{
  font-size:.76rem!important;
  line-height:1.22!important;
  font-weight:800!important;
  min-height:1.22em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  margin-bottom:6px!important;
  color:#1e3150!important;
}
.mbwr-rail-card .mbwr-carousel-meta{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  margin-bottom:8px!important;
  font-size:.72rem!important;
  color:#7b8aa0!important;
}
.mbwr-rail-card .mbwr-stars{
  color:#f59e0b!important;
  font-weight:900!important;
}
.mbwr-rail-card .mbwr-carousel-format{
  display:none!important;
}
.mbwr-rail-bottom{
  margin-top:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding-top:6px!important;
}
.mbwr-rail-card .mbwr-carousel-price{
  display:inline-flex!important;
  align-items:baseline!important;
  gap:6px!important;
  flex-wrap:nowrap!important;
  white-space:nowrap!important;
  font-size:.82rem!important;
  line-height:1!important;
}
.mbwr-rail-card .mbwr-carousel-price del{
  color:#a0acbe!important;
  text-decoration:line-through!important;
  font-weight:700!important;
  margin:0!important;
}
.mbwr-rail-card .mbwr-carousel-price ins,
.mbwr-rail-card .mbwr-carousel-price .amount:last-child{
  color:#182842!important;
  text-decoration:none!important;
  font-weight:900!important;
}
.mbwr-rail-cart{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  border-radius:999px!important;
  background:#f5f9ff!important;
  border:1px solid #d3e0f5!important;
  color:#2a4b78!important;
}
.mbwr-rail-cart svg{
  width:15px!important;
  height:15px!important;
}
@media (min-width:1181px){
  .mbwr-carousel{
    grid-auto-columns:calc((100% - 5 * 14px)/6)!important;
  }
  .mbwr-rail-card .mbwr-carousel-thumb img{height:214px!important}
}
@media (max-width:1180px){
  .mbwr-carousel{
    grid-auto-columns:calc((100% - 3 * 14px)/4)!important;
  }
  .mbwr-rail-card .mbwr-carousel-thumb img{height:198px!important}
  .mbwr-rail-card .mbwr-carousel-title{font-size:.74rem!important}
}
@media (max-width:900px){
  .mbwr-carousel{
    grid-auto-columns:calc((100% - 2 * 12px)/3)!important;
  }
  .mbwr-rail-card .mbwr-carousel-thumb img{height:180px!important}
  .mbwr-rail-card .mbwr-carousel-title{font-size:.72rem!important}
  .mbwr-rail-card .mbwr-carousel-meta{font-size:.69rem!important}
}
@media (max-width:760px){
  .mbwr-carousel{
    grid-auto-columns:calc((100% - 12px)/2)!important;
  }
  .mbwr-rail-card .mbwr-carousel-thumb img{height:158px!important}
  .mbwr-rail-card .mbwr-carousel-title{
    font-size:.71rem!important;
    margin-bottom:5px!important;
  }
  .mbwr-rail-card .mbwr-carousel-meta{
    font-size:.66rem!important;
    margin-bottom:6px!important;
  }
  .mbwr-rail-card .mbwr-carousel-price{
    font-size:.76rem!important;
    gap:5px!important;
  }
  .mbwr-rail-cart{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
  }
}


/* v1.12.19 always-show rail reviews */
.mbwr-rail-card .mbwr-carousel-meta{
  min-height:1.2em;
}
.mbwr-rail-card .mbwr-stars.is-empty{
  color:#c7d1df!important;
  letter-spacing:.02em!important;
}
.mbwr-rail-card .mbwr-reviews{
  color:#7b8aa0!important;
  font-weight:500!important;
}


/* v1.12.20 rail price compact polish */
.mbwr-rail-card .mbwr-carousel-price{
  font-size:.74rem!important;
  line-height:1!important;
  gap:4px!important;
  letter-spacing:-.01em!important;
}
.mbwr-rail-card .mbwr-carousel-price del{
  font-size:.66rem!important;
  color:#a9b4c4!important;
  font-weight:700!important;
}
.mbwr-rail-card .mbwr-carousel-price ins,
.mbwr-rail-card .mbwr-carousel-price .amount:last-child{
  font-size:.74rem!important;
  font-weight:900!important;
  color:#182842!important;
}
.mbwr-rail-bottom{
  padding-top:4px!important;
  align-items:center!important;
}
.mbwr-rail-card .mbwr-carousel-meta{
  margin-bottom:5px!important;
}
@media (max-width:760px){
  .mbwr-rail-card .mbwr-carousel-price{
    font-size:.72rem!important;
    gap:4px!important;
  }
  .mbwr-rail-card .mbwr-carousel-price del{
    font-size:.64rem!important;
  }
  .mbwr-rail-card .mbwr-carousel-price ins,
  .mbwr-rail-card .mbwr-carousel-price .amount:last-child{
    font-size:.72rem!important;
  }
}


/* v1.12.23 work reading alignment + section heading polish */
.mbwr-content,
.mbwr-content p,
.mbwr-content li,
.mbwr-content blockquote,
.mbwr-content h2,
.mbwr-content h3,
.mbwr-content h4,
.mbwr-duo-card p,
.mbwr-duo-card li,
.mbwr-aplus-panel p,
.mbwr-author-lite__body p,
.mbwr-book-details-stack,
.mbwr-book-details-stack p,
.mbwr-faq__answer,
.mbwr-faq__answer p {
  text-align: justify !important;
  text-justify: inter-word;
}

.mbwr-aplus-copy,
.mbwr-aplus-panel,
.mbwr-aplus-panel h2,
.mbwr-aplus-panel p {
  width: 100%;
}

.mbwr-aplus-copy {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.mbwr-aplus-eyebrow {
  width: 100%;
  text-align: center !important;
  justify-content: center;
  letter-spacing: .14em;
}

.mbwr-aplus-panel h2 {
  display: block;
  text-align: center !important;
  font-size: clamp(1.16rem, 2.1vw, 1.5rem) !important;
  line-height: 1.2 !important;
  letter-spacing: -.03em;
  max-width: none !important;
  margin: 0 0 12px !important;
  color: #122744 !important;
}

.mbwr-aplus-panel p {
  margin: 0 !important;
  color: #41536f !important;
  line-height: 1.78 !important;
}

.mbwr-content h2,
.mbwr-content h3,
.mbwr-content h4,
.mbwr-duo-card h2,
.mbwr-author-lite__body h3,
.mbwr-card > h2,
.mbwr-faq-wrap > h2 {
  width: 100%;
}

@media (max-width: 760px) {
  .mbwr-aplus-panel h2 {
    font-size: 1.06rem !important;
    margin-bottom: 10px !important;
  }
  .mbwr-content,
  .mbwr-content p,
  .mbwr-content li,
  .mbwr-duo-card p,
  .mbwr-duo-card li,
  .mbwr-aplus-panel p,
  .mbwr-author-lite__body p,
  .mbwr-book-details-stack,
  .mbwr-book-details-stack p,
  .mbwr-faq__answer,
  .mbwr-faq__answer p {
    text-align: justify !important;
  }
}


/* v1.12.24 unify Work page background with homepage/product page */
body.single-work,
.single-work,
.post-type-work,
body.post-type-work {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

.mbwr-wrap,
.mbwr-section,
.mbwr-page,
.mbwr-container,
.mbwr-root,
.mbwr-main,
.mbwr-shell {
  background: transparent !important;
}

.mbwr-wrap::before,
.mbwr-wrap::after,
.mbwr-section::before,
.mbwr-section::after,
.mbwr-page::before,
.mbwr-page::after,
.mbwr-container::before,
.mbwr-container::after,
.mbwr-root::before,
.mbwr-root::after,
.mbwr-main::before,
.mbwr-main::after,
.mbwr-shell::before,
.mbwr-shell::after {
  display: none !important;
  content: none !important;
}

.single-work .site,
.single-work .site-content,
.single-work .content-area,
.single-work .inside-article,
.single-work .entry-content,
.single-work article,
.single-work .gp-container,
.single-work .gb-container,
.single-work .generate-back-to-top,
.single-work .wp-site-blocks {
  background: transparent !important;
}

.single-work .site-main,
.single-work main,
.single-work #primary,
.single-work #content {
  background: transparent !important;
}

/* keep cards and modules on their own surfaces only */
.single-work .mbwr-card,
.single-work .mbwr-duo-card,
.single-work .mbwr-aplus-panel,
.single-work .mbwr-desc-shell,
.single-work .mbwr-faq,
.single-work .mbwr-carousel-card,
.single-work .mbwr-cta-band,
.single-work .mbwr-author-lite {
  background-clip: padding-box;
}

@media (max-width: 760px) {
  body.single-work,
  .single-work,
  .post-type-work,
  body.post-type-work {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  }
}


/* v1.12.25 final Work page elite system */
.mbwr-aplus-eyebrow{
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-size: .88rem !important;
  font-weight: 700 !important;
  color: #385276 !important;
  margin-bottom: 10px !important;
}
.mbwr-aplus-panel{
  border-radius: 24px !important;
}
.mbwr-aplus-panel h2{
  max-width: 860px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.mbwr-aplus-panel p{
  max-width: 980px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.mbwr-cta-band{
  border-radius: 22px !important;
  padding: 16px 18px !important;
}
.mbwr-cta-band h2{
  font-size: 1.02rem !important;
}
.mbwr-cta-band p{
  color: #5d708b !important;
}
.mbwr-faq-wrap,
.mbwr-card .mbwr-faq-group{
  margin-bottom: 0 !important;
}
.mbwr-card + .mbwr-card,
.mbwr-card + .mbwr-carousel-card,
.mbwr-cta-band + .mbwr-card,
.mbwr-card + .mbwr-cta-band{
  margin-top: 14px !important;
}
.mbwr-readmore--author{
  min-width: 0 !important;
}
.mbwr-author-lite__body h3{
  margin-bottom: 10px !important;
}
.mbwr-author-why-inline{
  text-align: justify !important;
}
.mbwr-carousel-card:last-child{
  margin-bottom: 26px !important;
}
.single-work .site-footer,
.single-work footer{
  margin-top: 8px !important;
}
@media (max-width: 900px){
  .mbwr-card,.mbwr-duo-card,.mbwr-aplus-panel{
    padding: 18px !important;
  }
}
@media (max-width: 760px){
  .mbwr-card,.mbwr-duo-card,.mbwr-aplus-panel{
    padding: 16px !important;
    border-radius: 20px !important;
  }
  .mbwr-section-head{
    margin-bottom: 12px !important;
  }
  .mbwr-section-head h2,.mbwr-duo-card h2{
    font-size: 1.02rem !important;
  }
  .mbwr-aplus-eyebrow{
    font-size: .82rem !important;
    margin-bottom: 8px !important;
  }
  .mbwr-aplus-panel h2{
    font-size: 1rem !important;
  }
  .mbwr-cta-band{
    padding: 14px 16px !important;
    gap: 12px !important;
  }
  .mbwr-card + .mbwr-card,
  .mbwr-card + .mbwr-carousel-card,
  .mbwr-cta-band + .mbwr-card,
  .mbwr-card + .mbwr-cta-band{
    margin-top: 12px !important;
  }
  .mbwr-carousel-card:last-child{
    margin-bottom: 18px !important;
  }
}


/* v1.12.27 work rail price hierarchy matches product-page rails */
.mbwr-rail-card .mbwr-carousel-price{
  display:inline-flex !important;
  align-items:baseline !important;
  gap:6px !important;
  line-height:1 !important;
}

.mbwr-rail-card .mbwr-carousel-price del,
.mbwr-rail-card .mbwr-carousel-price del .woocommerce-Price-amount,
.mbwr-rail-card .mbwr-carousel-price .price-old{
  font-size:.66rem !important;
  font-weight:400 !important;
  color:#94A3B8 !important;
  text-decoration:line-through !important;
  opacity:1 !important;
}

.mbwr-rail-card .mbwr-carousel-price ins,
.mbwr-rail-card .mbwr-carousel-price ins .woocommerce-Price-amount,
.mbwr-rail-card .mbwr-carousel-price .price-new,
.mbwr-rail-card .mbwr-carousel-price > .woocommerce-Price-amount:last-child{
  font-size:.76rem !important;
  font-weight:700 !important;
  color:#0F172A !important;
  text-decoration:none !important;
}

.mbwr-rail-card .mbwr-carousel-price ins{
  margin-left:2px !important;
  background:none !important;
  padding:0 !important;
}

.mbwr-rail-cart{
  opacity:.88 !important;
  transform:scale(.95);
}

@media (max-width:760px){
  .mbwr-rail-card .mbwr-carousel-price del,
  .mbwr-rail-card .mbwr-carousel-price del .woocommerce-Price-amount,
  .mbwr-rail-card .mbwr-carousel-price .price-old{
    font-size:.62rem !important;
  }

  .mbwr-rail-card .mbwr-carousel-price ins,
  .mbwr-rail-card .mbwr-carousel-price ins .woocommerce-Price-amount,
  .mbwr-rail-card .mbwr-carousel-price .price-new,
  .mbwr-rail-card .mbwr-carousel-price > .woocommerce-Price-amount:last-child{
    font-size:.72rem !important;
  }
}


/* v1.12.28 rail price styling exactly follows work hero pricing */
.mbwr-rail-card .mbwr-carousel-price{
  display:flex !important;
  align-items:baseline !important;
  gap:8px !important;
  flex-wrap:nowrap !important;
  white-space:nowrap !important;
  line-height:1 !important;
}

.mbwr-rail-card .mbwr-carousel-price del,
.mbwr-rail-card .mbwr-carousel-price del .woocommerce-Price-amount{
  order:1 !important;
  font-size:.68rem !important;
  font-weight:700 !important;
  color:#97A3B7 !important;
  text-decoration:line-through !important;
  text-decoration-thickness:1.5px !important;
  opacity:1 !important;
}

.mbwr-rail-card .mbwr-carousel-price ins,
.mbwr-rail-card .mbwr-carousel-price ins .woocommerce-Price-amount{
  order:2 !important;
  font-size:.84rem !important;
  font-weight:800 !important;
  color:#162744 !important;
  text-decoration:none !important;
}

.mbwr-rail-card .mbwr-carousel-price ins{
  background:transparent !important;
  padding:0 !important;
  margin:0 !important;
}

.mbwr-rail-card .mbwr-carousel-price > .woocommerce-Price-amount{
  font-size:.84rem !important;
  font-weight:800 !important;
  color:#162744 !important;
}

.mbwr-rail-bottom{
  align-items:center !important;
}

@media (max-width:760px){
  .mbwr-rail-card .mbwr-carousel-price{
    gap:7px !important;
  }
  .mbwr-rail-card .mbwr-carousel-price del,
  .mbwr-rail-card .mbwr-carousel-price del .woocommerce-Price-amount{
    font-size:.64rem !important;
  }
  .mbwr-rail-card .mbwr-carousel-price ins,
  .mbwr-rail-card .mbwr-carousel-price ins .woocommerce-Price-amount,
  .mbwr-rail-card .mbwr-carousel-price > .woocommerce-Price-amount{
    font-size:.78rem !important;
  }
}


/* v1.12.29 fix: left align content headers in work content blocks */
.mbwr-content-section,
.mbwr-content-section h1,
.mbwr-content-section h2,
.mbwr-content-section h3,
.mbwr-content-section h4{
  text-align:left !important;
}

.mbwr-content-section{
  text-align:left !important;
}



/* v1.12.30 fix: left align hero/intro trust section text */
.mbwr-intro,
.mbwr-intro *,
.mbwr-hero-text,
.mbwr-hero-text *,
.mbwr-aplus,
.mbwr-aplus *,
.mbwr-aplus-panel,
.mbwr-aplus-panel *,
.mbwr-aplus-copy,
.mbwr-aplus-copy * {
  text-align: left !important;
}

.mbwr-intro,
.mbwr-hero-text,
.mbwr-aplus,
.mbwr-aplus-panel,
.mbwr-aplus-copy {
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

.mbwr-aplus-eyebrow,
.mbwr-aplus-panel h2,
.mbwr-aplus-panel p {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
}


/* v1.12.31 unify work text sections with Mayobook styled reading surface */
.mbwr-card .mbwr-desc-shell,
.mbwr-gain .mbwr-duo-card,
.mbwr-duo .mbwr-duo-card,
.mbwr-author-lite .mbwr-desc-shell{
  position: relative !important;
  padding: 22px 22px 20px !important;
  border: 1px solid #dfe8f3 !important;
  border-radius: 26px !important;
  background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(248,251,255,.98) 100%) !important;
  box-shadow: 0 12px 28px rgba(18,38,68,.045) !important;
}

.mbwr-gain .mbwr-duo-card,
.mbwr-duo .mbwr-duo-card{
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
}

.mbwr-gain .mbwr-duo-card h2,
.mbwr-duo .mbwr-duo-card h2,
.mbwr-card .mbwr-desc-shell .mbwr-content h2,
.mbwr-card .mbwr-desc-shell .mbwr-content h3,
.mbwr-card .mbwr-desc-shell .mbwr-content h4{
  color: #122744 !important;
  letter-spacing: -.03em !important;
  line-height: 1.16 !important;
}

.mbwr-gain .mbwr-duo-card h2,
.mbwr-duo .mbwr-duo-card h2{
  margin: 0 0 12px !important;
  font-size: 1.06rem !important;
}

.mbwr-card .mbwr-desc-shell .mbwr-content p,
.mbwr-card .mbwr-desc-shell .mbwr-content li,
.mbwr-gain .mbwr-duo-card li,
.mbwr-duo .mbwr-duo-card li,
.mbwr-author-lite__body p{
  color: #334866 !important;
  line-height: 1.78 !important;
}

.mbwr-gain .mbwr-duo-card ul,
.mbwr-duo .mbwr-duo-card ul{
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mbwr-gain .mbwr-duo-card li,
.mbwr-duo .mbwr-duo-card li{
  position: relative !important;
  margin: 0 0 .72em !important;
  padding-left: 1.15rem !important;
}

.mbwr-gain .mbwr-duo-card li::before,
.mbwr-duo .mbwr-duo-card li::before{
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: .78em !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--mbwr-blue), var(--mbwr-blue2)) !important;
  box-shadow: 0 0 0 3px rgba(79,97,232,.08) !important;
  transform: translateY(-50%) !important;
}

.mbwr-card .mbwr-desc-shell .mbwr-readmore,
.mbwr-author-lite .mbwr-desc-shell .mbwr-readmore{
  margin-top: 14px !important;
}

@media (max-width: 760px){
  .mbwr-card .mbwr-desc-shell,
  .mbwr-gain .mbwr-duo-card,
  .mbwr-duo .mbwr-duo-card,
  .mbwr-author-lite .mbwr-desc-shell{
    padding: 16px 16px 14px !important;
    border-radius: 22px !important;
  }

  .mbwr-gain .mbwr-duo-card h2,
  .mbwr-duo .mbwr-duo-card h2{
    font-size: 1rem !important;
    margin-bottom: 10px !important;
  }

  .mbwr-gain .mbwr-duo-card li,
  .mbwr-duo .mbwr-duo-card li{
    margin-bottom: .62em !important;
    padding-left: 1.05rem !important;
  }
}


/* v1.12.32 mobile author card polish */
@media (max-width: 760px){
  .mbwr-author-lite{
    padding: 16px !important;
    border-radius: 22px !important;
  }

  .mbwr-author-lite .mbwr-section-head{
    margin-bottom: 12px !important;
  }

  .mbwr-author-lite .mbwr-section-head h2{
    font-size: 1rem !important;
    line-height: 1.15 !important;
  }

  .mbwr-author-lite__inner{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    align-items: start !important;
  }

  .mbwr-author-lite__media{
    display: flex !important;
    justify-content: flex-start !important;
  }

  .mbwr-author-lite__media img{
    width: 88px !important;
    height: 88px !important;
    border-radius: 24px !important;
  }

  .mbwr-author-lite__body{
    min-width: 0 !important;
  }

  .mbwr-author-lite__body h3{
    margin: 0 0 10px !important;
    font-size: 1rem !important;
    line-height: 1.15 !important;
  }

  .mbwr-author-lite .mbwr-desc-shell{
    margin-top: 0 !important;
    padding: 16px 16px 14px !important;
    border-radius: 22px !important;
  }

  .mbwr-author-text{
    max-height: 10.5rem !important;
    font-size: .96rem !important;
    line-height: 1.72 !important;
  }

  .mbwr-author-lite .mbwr-readmore{
    min-height: 40px !important;
    padding: 0 16px !important;
    font-size: .92rem !important;
    border-radius: 999px !important;
  }

  .mbwr-author-why-inline{
    margin-top: 10px !important;
    font-size: .92rem !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 520px){
  .mbwr-author-lite{
    padding: 14px !important;
    border-radius: 20px !important;
  }

  .mbwr-author-lite__inner{
    gap: 12px !important;
  }

  .mbwr-author-lite__media img{
    width: 80px !important;
    height: 80px !important;
    border-radius: 22px !important;
  }

  .mbwr-author-lite__body h3{
    font-size: .96rem !important;
  }

  .mbwr-author-lite .mbwr-desc-shell{
    padding: 14px 14px 12px !important;
    border-radius: 20px !important;
  }

  .mbwr-author-text{
    max-height: 9.75rem !important;
    font-size: .94rem !important;
    line-height: 1.68 !important;
  }

  .mbwr-author-lite .mbwr-readmore{
    min-height: 38px !important;
    padding: 0 14px !important;
    font-size: .88rem !important;
  }
}


/* v1.12.33 desktop author section polish */
.mbwr-author-lite{
  padding: 22px !important;
  border-radius: 28px !important;
}

.mbwr-author-lite .mbwr-section-head{
  margin-bottom: 16px !important;
}

.mbwr-author-lite .mbwr-section-head h2{
  font-size: 1.18rem !important;
  line-height: 1.12 !important;
  letter-spacing: -.03em !important;
}

.mbwr-author-lite__inner{
  display: grid !important;
  grid-template-columns: 128px minmax(0,1fr) !important;
  gap: 24px !important;
  align-items: start !important;
}

.mbwr-author-lite__media{
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.mbwr-author-lite__media img{
  width: 128px !important;
  height: 128px !important;
  border-radius: 30px !important;
  object-fit: cover !important;
  box-shadow: 0 16px 32px rgba(18,38,68,.12) !important;
}

.mbwr-author-lite__body{
  min-width: 0 !important;
}

.mbwr-author-lite__body h3{
  margin: 0 0 14px !important;
  font-size: 1.1rem !important;
  line-height: 1.08 !important;
  letter-spacing: -.03em !important;
  color: #1d3d6b !important;
}

.mbwr-author-lite .mbwr-desc-shell{
  margin-top: 0 !important;
  padding: 22px 22px 18px !important;
  border-radius: 28px !important;
  border-color: #dde7f3 !important;
  box-shadow: 0 14px 30px rgba(18,38,68,.05) !important;
}

.mbwr-author-text{
  max-height: 10.8rem !important;
  font-size: 1rem !important;
  line-height: 1.82 !important;
  color: #334866 !important;
}

.mbwr-author-lite .mbwr-readmore{
  min-height: 42px !important;
  padding: 0 18px !important;
  font-size: .94rem !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
}

.mbwr-author-why-inline{
  margin-top: 12px !important;
  font-size: .95rem !important;
  line-height: 1.72 !important;
  color: #425773 !important;
}

@media (min-width: 1180px){
  .mbwr-author-lite__inner{
    grid-template-columns: 144px minmax(0,1fr) !important;
    gap: 26px !important;
  }
  .mbwr-author-lite__media img{
    width: 144px !important;
    height: 144px !important;
    border-radius: 32px !important;
  }
}


/* v1.12.34 author name under image desktop layout */
@media (min-width: 760px){
  .mbwr-author-lite__inner{
    grid-template-columns: 160px minmax(0,1fr) !important;
    align-items: start !important;
  }

  .mbwr-author-lite__media{
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  /* hide original name */
  .mbwr-author-lite__body h3{
    display: none !important;
  }

  /* create new name under image */
  .mbwr-author-lite__media:after{
    content: attr(data-name);
    font-size: 1rem;
    font-weight: 700;
    color: #1d3d6b;
    letter-spacing: -.02em;
  }
}


/* v1.12.35 explicit author name under image */
@media (min-width: 760px){
  .mbwr-author-lite__inner{
    grid-template-columns: 160px minmax(0,1fr) !important;
  }

  .mbwr-author-lite__media{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:12px !important;
  }

  .mbwr-author-lite__name{
    display:block !important;
    font-size:1rem !important;
    font-weight:700 !important;
    color:#1d3d6b !important;
    line-height:1.2 !important;
    letter-spacing:-.02em !important;
  }

  .mbwr-author-lite__name a{
    color:inherit !important;
    text-decoration:none !important;
  }

  .mbwr-author-lite__name a:hover{
    color:#173a67 !important;
  }

  .mbwr-author-lite__body h3{
    display:none !important;
  }
}

@media (max-width: 759px){
  .mbwr-author-lite__name{
    display:none !important;
  }
}


/* v1.12.36 real author name below image on desktop */
.mbwr-author-lite__name{display:none}
.mbwr-author-lite__name a{color:inherit !important;text-decoration:none !important}

@media (min-width:760px){
  .mbwr-author-lite__inner{
    grid-template-columns:160px minmax(0,1fr) !important;
    align-items:start !important;
  }
  .mbwr-author-lite__media{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:12px !important;
  }
  .mbwr-author-lite__name{
    display:block !important;
    width:100%;
    font-size:1rem !important;
    font-weight:800 !important;
    line-height:1.18 !important;
    letter-spacing:-.02em !important;
    color:#1d3d6b !important;
  }
  .mbwr-author-lite__body > h3:first-child{
    display:none !important;
  }
}


/* v1.12.37 author section mobile perfection */
@media (max-width: 759px){
  .mbwr-author-lite{
    padding: 14px !important;
    border-radius: 22px !important;
  }

  .mbwr-author-lite .mbwr-section-head{
    margin-bottom: 12px !important;
  }

  .mbwr-author-lite .mbwr-section-head h2{
    font-size: 1.02rem !important;
    line-height: 1.12 !important;
    letter-spacing: -.02em !important;
  }

  .mbwr-author-lite__inner{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    align-items: start !important;
  }

  .mbwr-author-lite__media{
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    justify-content: flex-start !important;
  }

  .mbwr-author-lite__media img{
    width: 84px !important;
    height: 84px !important;
    border-radius: 24px !important;
    object-fit: cover !important;
    box-shadow: 0 10px 24px rgba(18,38,68,.10) !important;
    flex: 0 0 84px !important;
  }

  .mbwr-author-lite__name{
    display: block !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: -.02em !important;
    color: #1d3d6b !important;
    margin: 0 !important;
  }

  .mbwr-author-lite__name a{
    color: inherit !important;
    text-decoration: none !important;
  }

  .mbwr-author-lite__body{
    min-width: 0 !important;
  }

  .mbwr-author-lite__body > h3:first-child{
    display: none !important;
  }

  .mbwr-author-lite .mbwr-desc-shell{
    margin-top: 0 !important;
    padding: 16px 16px 14px !important;
    border-radius: 22px !important;
    min-height: 0 !important;
  }

  .mbwr-author-text{
    max-height: 9.8rem !important;
    font-size: .95rem !important;
    line-height: 1.7 !important;
    letter-spacing: -.005em !important;
  }

  .mbwr-author-lite .mbwr-readmore{
    min-height: 40px !important;
    padding: 0 16px !important;
    font-size: .92rem !important;
    border-radius: 999px !important;
    margin-top: 14px !important;
  }

  .mbwr-author-why-inline{
    margin-top: 10px !important;
    font-size: .9rem !important;
    line-height: 1.6 !important;
  }
}

@media (max-width: 480px){
  .mbwr-author-lite{
    padding: 12px !important;
    border-radius: 20px !important;
  }

  .mbwr-author-lite__inner{
    gap: 10px !important;
  }

  .mbwr-author-lite__media{
    gap: 10px !important;
  }

  .mbwr-author-lite__media img{
    width: 72px !important;
    height: 72px !important;
    border-radius: 20px !important;
    flex-basis: 72px !important;
  }

  .mbwr-author-lite__name{
    font-size: .95rem !important;
  }

  .mbwr-author-lite .mbwr-desc-shell{
    padding: 14px 14px 12px !important;
    border-radius: 20px !important;
  }

  .mbwr-author-text{
    max-height: 9.2rem !important;
    font-size: .92rem !important;
    line-height: 1.66 !important;
  }

  .mbwr-author-lite .mbwr-readmore{
    min-height: 38px !important;
    padding: 0 14px !important;
    font-size: .88rem !important;
  }
}


/* v1.13.06 remove redundant hero thumbnail rail */
.mbwr-thumb-col{display:none !important;}
.mbwr-stage-wrap{grid-template-columns:minmax(0,1fr) !important;}

/* v1.13.08 hero thumbnail hard removal */
.mbwr-thumb-col,.mbwr-thumb,.mbwr-media .flex-control-thumbs,.woocommerce-product-gallery .flex-control-thumbs{display:none!important;}
.mbwr-stage-wrap{grid-template-columns:minmax(0,1fr)!important;}

/* v1.2.11 rebuilt single-work shell contract */
.single-work #page.site.grid-container.container,
.single-work #content.site-content,
.single-work .site-content,
.single-work #primary,
.single-work .content-area,
.single-work .site-main,
.single-work #main,
.single-work .inside-article,
.single-work .entry-content{
  width:100%;
  max-width:none;
  margin:0;
  padding-left:0;
  padding-right:0;
  box-sizing:border-box;
}

.single-work .mbwr-shell{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  box-sizing:border-box;
}

.single-work .mbwr-shell__inner{
  width:min(100%,1180px);
  margin:0 auto;
  padding:0 18px 44px;
  box-sizing:border-box;
}

.single-work .mbwr-wrap,
.single-work .mbwr-page{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  box-sizing:border-box;
}

.single-work .mbfe-footer-inner{
  width:min(100%,1180px);
  max-width:none;
  margin:0 auto;
  padding-left:18px;
  padding-right:18px;
  box-sizing:border-box;
}

.single-work .mbfe-footer-grid,
.single-work .mbfe-footer-meta{
  width:100%;
  box-sizing:border-box;
}

.single-work .mbwr-hero,
.single-work .mbwr-media,
.single-work .mbwr-copy,
.single-work .mbwr-stage-wrap,
.single-work .mbwr-stage,
.single-work .mbwr-panel,
.single-work .mbwr-cover-frame,
.single-work .mbwr-body,
.single-work .mbwr-card,
.single-work .mbwr-carousel-card,
.single-work .mbwr-offer-card,
.single-work .mbwr-offer-row,
.single-work .mbwr-price,
.single-work .mbwr-cta-wrap,
.single-work .mbwr-book-details-stack,
.single-work .mbwr-section-head,
.single-work .mbwr-rail-bottom,
.single-work .mbwr-author-lite__inner,
.single-work .mbwr-author-lite__body,
.single-work .mbwr-content,
.single-work .mbwr-desc-shell{
  min-width:0;
  max-width:100%;
  box-sizing:border-box;
}

.single-work .mbwr-trust,
.single-work .mbwr-title,
.single-work .mbwr-subtitle,
.single-work .mbwr-detail-link,
.single-work .mbwr-carousel-title{
  overflow-wrap:anywhere;
  word-break:break-word;
}

.single-work .mbwr-carousel,
.single-work .mbwr-related-strip{
  overflow-x:auto;
  overflow-y:hidden;
  overscroll-behavior-x:contain;
  -webkit-overflow-scrolling:touch;
}

.single-work .mbwr-carousel-item,
.single-work .mbwr-rail-card,
.single-work .mbwr-related-item{
  overflow:hidden;
}

@media (max-width: 820px){
  html,
  body.single-work{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  .single-work #page.site.grid-container.container,
  .single-work #content.site-content,
  .single-work .site-content,
  .single-work #primary,
  .single-work .content-area,
  .single-work .site-main,
  .single-work #main,
  .single-work .inside-article,
  .single-work .entry-content,
  .single-work .mbwr-shell,
  .single-work .mbwr-wrap,
  .single-work .mbwr-page,
  .single-work .mbwr-body,
  .single-work .mbwr-card,
  .single-work .mbwr-carousel-card,
  .single-work .mbfe-footer,
  .single-work .mbfe-footer-inner,
  .single-work .mbfe-footer-grid,
  .single-work .mbfe-footer-meta{
    width:100%;
    max-width:100%;
    min-width:0;
    margin-left:0;
    margin-right:0;
    box-sizing:border-box;
  }

  .single-work .mbwr-shell__inner{
    width:100%;
    max-width:100%;
    padding:0 12px 28px;
  }

  .single-work .mbfe-footer-inner{
    width:100%;
    max-width:100%;
    padding-left:12px;
    padding-right:12px;
  }

  .single-work .mbwr-hero{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:14px;
  }

  .single-work .mbwr-stage-wrap{
    display:block;
  }

  .single-work .mbwr-stage{
    padding:0;
    border-radius:0;
  }

  .single-work .mbwr-cover-frame{
    padding:10px;
    border-radius:20px;
  }

  .single-work .mbwr-cover,
  .single-work img,
  .single-work iframe,
  .single-work video,
  .single-work embed,
  .single-work object{
    display:block;
    max-width:100%;
    height:auto;
  }

  .single-work .mbwr-offer-row{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:8px;
    align-items:start;
  }

  .single-work .mbwr-price{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    align-items:center;
  }

  .single-work .mbwr-cta-wrap{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center;
    justify-content:flex-start;
  }

  .single-work .mbwr-buy-btn{
    width:auto;
    max-width:100%;
    min-width:0;
    flex:0 0 auto;
    white-space:nowrap;
  }

  .single-work .mbwr-detail-link{
    display:inline-flex;
    width:auto;
    max-width:100%;
    min-width:0;
    flex:0 1 auto;
    white-space:normal;
    text-align:center;
  }

  .single-work .mbwr-preview-btn{
    width:100%;
    max-width:100%;
  }
}


/* v1.2.12 single-work mobile rail neutralization */
@media (max-width: 820px){
  html, body.single-work,
  .single-work #page,
  .single-work #content,
  .single-work .site-content,
  .single-work .mbwr-shell,
  .single-work .mbwr-shell__inner,
  .single-work .mbwr-wrap,
  .single-work .mbwr-page,
  .single-work .mbwr-body,
  .single-work .mbfe-footer,
  .single-work .mbfe-footer-inner{
    overscroll-behavior-x:none !important;
    touch-action:pan-y !important;
  }

  .single-work .mbwr-shell__inner{
    padding:0 14px 30px !important;
    overflow-x:clip !important;
  }

  .single-work .mbwr-card,
  .single-work .mbwr-carousel-card,
  .single-work .mbwr-offer-card,
  .single-work .mbwr-desc-shell,
  .single-work .mbwr-cover-frame,
  .single-work .mbfe-footer,
  .single-work .mbfe-footer-inner,
  .single-work .mbfe-footer-grid,
  .single-work .mbfe-footer-meta{
    overflow-x:clip !important;
  }

  .single-work .mbwr-carousel-controls{
    display:none !important;
  }

  .single-work .mbwr-carousel,
  .single-work .mbwr-related-strip{
    display:grid !important;
    grid-auto-flow:column !important;
    grid-auto-columns:calc((100% - 12px) / 2) !important;
    grid-template-columns:none !important;
    gap:12px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    padding-bottom:6px !important;
    scroll-behavior:smooth !important;
    -webkit-overflow-scrolling:touch !important;
    overscroll-behavior-x:contain !important;
    touch-action:pan-x pan-y !important;
    scroll-snap-type:x proximity !important;
  }

  .single-work .mbwr-carousel::-webkit-scrollbar,
  .single-work .mbwr-related-strip::-webkit-scrollbar{
    display:none !important;
  }

  .single-work .mbwr-carousel-item,
  .single-work .mbwr-rail-card,
  .single-work .mbwr-related-item{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    scroll-snap-align:start !important;
  }

  .single-work .mbwr-rail-card{
    padding:10px !important;
    border-radius:18px !important;
  }

  .single-work .mbwr-rail-card .mbwr-carousel-thumb{
    border-radius:14px !important;
  }

  .single-work .mbwr-rail-card .mbwr-carousel-thumb img{
    height:170px !important;
  }

  .single-work .mbwr-rail-card .mbwr-carousel-title{
    font-size:.76rem !important;
    line-height:1.35 !important;
    min-height:2.7em !important;
  }

  .single-work .mbwr-rail-card .mbwr-carousel-meta,
  .single-work .mbwr-rail-card .mbwr-carousel-format{
    font-size:.68rem !important;
  }

  .single-work .mbwr-rail-card .mbwr-carousel-price{
    font-size:.78rem !important;
  }

  .single-work .mbfe-payments{
    display:flex !important;
    flex-wrap:wrap !important;
    overflow:visible !important;
    gap:8px !important;
    white-space:normal !important;
    -webkit-overflow-scrolling:auto !important;
    overscroll-behavior-x:none !important;
    touch-action:pan-y !important;
  }

  .single-work .mbfe-payments span{
    white-space:normal !important;
    flex:0 1 auto !important;
    max-width:100% !important;
  }
}

@media (max-width: 480px){
  .single-work .mbwr-carousel,
  .single-work .mbwr-related-strip{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:10px !important;
  }

  .single-work .mbwr-rail-card{
    padding:8px !important;
    border-radius:16px !important;
  }

  .single-work .mbwr-rail-card .mbwr-carousel-thumb img{
    height:150px !important;
  }

  .single-work .mbwr-rail-card .mbwr-carousel-title{
    font-size:.72rem !important;
  }
}

/* v1.2.14 single-work mobile premium rail + offer polish */
@media (max-width: 820px){
  .single-work .mbwr-carousel-controls{
    display:flex !important;
    gap:8px !important;
    align-items:center !important;
  }

  .single-work .mbwr-arrow{
    width:36px !important;
    height:36px !important;
    border-radius:999px !important;
    border:1px solid #d7e2ef !important;
    background:#fff !important;
    color:#173a67 !important;
    box-shadow:0 8px 18px rgba(18,38,68,.06) !important;
    font-size:1rem !important;
  }

  .single-work .mbwr-arrow:hover,
  .single-work .mbwr-arrow:focus-visible{
    background:linear-gradient(135deg,var(--mbwr-blue),var(--mbwr-blue2)) !important;
    color:#fff !important;
    border-color:transparent !important;
    box-shadow:0 12px 24px rgba(79,97,232,.18) !important;
  }

  .single-work .mbwr-carousel,
  .single-work .mbwr-related-strip{
    display:grid !important;
    grid-auto-flow:column !important;
    grid-auto-columns:calc((100% - 12px) / 2) !important;
    grid-template-columns:none !important;
    gap:12px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    padding:0 2px 4px !important;
    scroll-snap-type:x proximity !important;
    scroll-padding-inline:2px !important;
  }

  .single-work .mbwr-rail-card{
    padding:10px !important;
    border-radius:18px !important;
    box-shadow:0 10px 22px rgba(18,38,68,.04) !important;
  }

  .single-work .mbwr-rail-card .mbwr-carousel-thumb{
    margin-bottom:8px !important;
    border-radius:14px !important;
  }

  .single-work .mbwr-rail-card .mbwr-carousel-thumb img{
    height:158px !important;
  }

  .single-work .mbwr-rail-card .mbwr-carousel-title{
    font-size:.74rem !important;
    line-height:1.22 !important;
    min-height:2.42em !important;
    margin-bottom:6px !important;
  }

  .single-work .mbwr-rail-card .mbwr-carousel-meta{
    margin-bottom:4px !important;
    font-size:.68rem !important;
    gap:6px !important;
  }

  .single-work .mbwr-rail-card .mbwr-carousel-format{
    display:none !important;
  }

  .single-work .mbwr-rail-card .mbwr-rail-bottom{
    margin-top:4px !important;
    align-items:center !important;
    gap:8px !important;
  }

  .single-work .mbwr-rail-card .mbwr-carousel-price{
    font-size:.76rem !important;
    line-height:1.1 !important;
  }

  .single-work .mbwr-rail-card .mbwr-rail-cart{
    width:40px !important;
    height:40px !important;
    flex:0 0 40px !important;
  }

  .single-work .mbwr-offer-card{
    gap:10px !important;
    margin-top:2px !important;
  }

  .single-work .mbwr-offer-row{
    grid-template-columns:1fr !important;
    grid-template-areas:"format" "price" "cta" !important;
    gap:10px !important;
    padding:12px 12px 11px !important;
    border-radius:22px !important;
    background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%) !important;
    box-shadow:0 12px 24px rgba(18,38,68,.045) !important;
    text-align:left !important;
  }

  .single-work .mbwr-offer-row > .mbwr-format,
  .single-work .mbwr-offer-row > .mbwr-price,
  .single-work .mbwr-offer-row > .mbwr-cta-wrap,
  .single-work .mbwr-offer-row > .mbwr-detail-link{
    justify-self:start !important;
  }

  .single-work .mbwr-format{
    height:34px !important;
    min-height:34px !important;
    padding:0 14px !important;
    font-size:.82rem !important;
    font-weight:800 !important;
    color:#4f627e !important;
    background:#f7faff !important;
    border:1px solid #dbe5f0 !important;
  }

  .single-work .mbwr-price{
    gap:8px !important;
    align-items:center !important;
  }

  .single-work .mbwr-old,
  .single-work .mbwr-new{
    font-size:1rem !important;
  }

  .single-work .mbwr-support-text{
    padding:6px 10px !important;
    font-size:.72rem !important;
    font-weight:800 !important;
    background:#f7fbff !important;
  }

  .single-work .mbwr-cta-wrap{
    width:100% !important;
    display:flex !important;
    flex-wrap:wrap !important;
    gap:10px !important;
    align-items:center !important;
  }

  .single-work .mbwr-buy-btn{
    min-height:44px !important;
    padding:0 18px !important;
    font-size:.88rem !important;
    border-radius:999px !important;
    box-shadow:0 14px 26px rgba(79,97,232,.19) !important;
    flex:0 0 auto !important;
  }

  .single-work .mbwr-detail-link{
    min-height:44px !important;
    padding:0 18px !important;
    border-radius:999px !important;
    font-size:.86rem !important;
    font-weight:800 !important;
    background:#fff !important;
    border:1px solid #d8e2ef !important;
    box-shadow:0 8px 18px rgba(18,38,68,.04) !important;
  }

  .single-work .mbwr-hero-actions{
    margin-top:4px !important;
  }

  .single-work .mbwr-preview-btn{
    width:auto !important;
    min-width:0 !important;
    max-width:100% !important;
    min-height:42px !important;
    padding:0 18px !important;
    border-radius:999px !important;
    background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%) !important;
    color:#173a67 !important;
    border:1px solid #d9e3f0 !important;
    box-shadow:0 10px 22px rgba(18,38,68,.05) !important;
  }

  .single-work .mbwr-preview-btn:hover,
  .single-work .mbwr-preview-btn:focus-visible{
    background:#fff !important;
    color:#173a67 !important;
    border-color:#bfd0eb !important;
    box-shadow:0 14px 26px rgba(18,38,68,.08) !important;
  }

  .single-work .mbwr-trust{
    margin-top:8px !important;
    font-size:.8rem !important;
    line-height:1.4 !important;
    color:#6c7b91 !important;
  }
}

@media (max-width: 480px){
  .single-work .mbwr-carousel,
  .single-work .mbwr-related-strip{
    grid-auto-columns:calc((100% - 10px) / 2) !important;
    gap:10px !important;
  }

  .single-work .mbwr-rail-card{
    padding:9px !important;
    border-radius:17px !important;
  }

  .single-work .mbwr-rail-card .mbwr-carousel-thumb img{
    height:148px !important;
  }

  .single-work .mbwr-rail-card .mbwr-carousel-title{
    font-size:.72rem !important;
    margin-bottom:5px !important;
  }

  .single-work .mbwr-rail-card .mbwr-carousel-meta{
    margin-bottom:3px !important;
  }

  .single-work .mbwr-buy-btn,
  .single-work .mbwr-detail-link,
  .single-work .mbwr-preview-btn{
    min-height:42px !important;
  }
}


/* v1.2.15 single-work mobile compact CTA + rail step polish */
@media (max-width: 820px){
  .single-work .mbwr-offer-row{
    justify-items:center !important;
    text-align:center !important;
    padding:10px 10px 10px !important;
    gap:8px !important;
  }

  .single-work .mbwr-offer-row > .mbwr-format,
  .single-work .mbwr-offer-row > .mbwr-price,
  .single-work .mbwr-offer-row > .mbwr-cta-wrap,
  .single-work .mbwr-offer-row > .mbwr-detail-link{
    justify-self:center !important;
  }

  .single-work .mbwr-format{
    height:32px !important;
    min-height:32px !important;
    padding:0 12px !important;
    font-size:.74rem !important;
  }

  .single-work .mbwr-price{
    justify-content:center !important;
    flex-wrap:wrap !important;
    gap:6px 8px !important;
  }

  .single-work .mbwr-old,
  .single-work .mbwr-new{
    font-size:.92rem !important;
  }

  .single-work .mbwr-support-text{
    padding:5px 9px !important;
    font-size:.66rem !important;
  }

  .single-work .mbwr-cta-wrap{
    width:100% !important;
    justify-content:center !important;
    gap:8px !important;
  }

  .single-work .mbwr-buy-btn{
    min-height:40px !important;
    min-width:146px !important;
    padding:0 14px !important;
    font-size:.78rem !important;
    letter-spacing:-.01em !important;
  }

  .single-work .mbwr-buy-btn .mbwr-btn-icon,
  .single-work .mbwr-buy-btn svg{
    width:14px !important;
    height:14px !important;
  }

  .single-work .mbwr-detail-link{
    min-height:40px !important;
    padding:0 14px !important;
    font-size:.76rem !important;
    line-height:1 !important;
  }

  .single-work .mbwr-hero-actions{
    display:flex !important;
    justify-content:center !important;
    margin-top:2px !important;
  }

  .single-work .mbwr-preview-btn{
    min-height:38px !important;
    padding:0 16px !important;
    font-size:.78rem !important;
    box-shadow:0 8px 18px rgba(18,38,68,.05) !important;
  }

  .single-work .mbwr-trust{
    text-align:center !important;
    font-size:.76rem !important;
  }

  .single-work .mbwr-carousel-controls{
    gap:6px !important;
  }

  .single-work .mbwr-arrow{
    width:32px !important;
    height:32px !important;
    font-size:.92rem !important;
  }

  .single-work .mbwr-rail-card{
    padding:8px !important;
    border-radius:16px !important;
  }

  .single-work .mbwr-rail-card .mbwr-carousel-thumb{
    margin-bottom:6px !important;
  }

  .single-work .mbwr-rail-card .mbwr-carousel-title{
    font-size:.7rem !important;
    line-height:1.18 !important;
    min-height:2.2em !important;
    margin-bottom:4px !important;
  }

  .single-work .mbwr-rail-card .mbwr-carousel-meta{
    margin-bottom:2px !important;
    font-size:.64rem !important;
    gap:4px !important;
  }

  .single-work .mbwr-rail-card .mbwr-rail-bottom{
    margin-top:2px !important;
    gap:6px !important;
  }

  .single-work .mbwr-rail-card .mbwr-carousel-price{
    font-size:.72rem !important;
  }

  .single-work .mbwr-rail-card .mbwr-rail-cart{
    width:36px !important;
    height:36px !important;
    flex:0 0 36px !important;
  }
}

@media (max-width: 480px){
  .single-work .mbwr-buy-btn{
    min-width:138px !important;
    font-size:.75rem !important;
  }

  .single-work .mbwr-detail-link{
    font-size:.72rem !important;
    padding:0 12px !important;
  }

  .single-work .mbwr-preview-btn{
    min-height:36px !important;
    font-size:.76rem !important;
    padding:0 14px !important;
  }
}
