maxtiz-size-help{display:block;margin:-5px 0 14px}
body .mx-size-guide__trigger{appearance:none;border:0;background:transparent!important;color:#383735!important;padding:4px 0;font:inherit;font-size:14px;text-decoration:underline;text-underline-offset:3px;cursor:pointer;box-shadow:none!important}
body dialog.mx-size-guide__dialog{position:fixed;inset:0;margin:auto;padding:0;border:1px solid #e3e1dc;border-radius:14px;width:min(760px,calc(100vw - 32px));max-width:calc(100vw - 32px);max-height:calc(100dvh - 40px);background:#fff;color:#202020;box-shadow:0 20px 70px rgb(0 0 0 / 22%);overflow:hidden}
body dialog.mx-size-guide__dialog:not([open]){display:none!important}
body dialog.mx-size-guide__dialog[open]{display:flex;flex-direction:column}
.mx-size-guide__dialog::backdrop{background:rgb(0 0 0 / 55%)}
.mx-size-guide__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 24px;border-bottom:1px solid #e3e1dc;flex-shrink:0}
body .mx-size-guide__header h2{margin:0;font-size:22px;line-height:1.3;color:#202020!important}
body .mx-size-guide__close{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;padding:0;border:1px solid #e3e1dc;border-radius:50%;background:#fff!important;color:#202020!important;font:28px/1 Arial,sans-serif;cursor:pointer;box-shadow:none!important}
.mx-size-guide__content{padding:22px 24px;min-height:0;overflow:auto;overscroll-behavior:contain;font-size:15px;line-height:1.65}
.mx-size-guide__content img{max-width:100%!important;height:auto!important;display:block;margin:16px auto}
.mx-size-guide__content table{max-width:100%;border-collapse:collapse}
.mx-size-guide__content :is(th,td){padding:8px;border:1px solid #e3e1dc}
.mx-size-guide__content :is(h1,h2,h3){line-height:1.3}
@media(max-width:600px){
  .mx-size-guide__header{padding:12px 16px}
  body .mx-size-guide__header h2{font-size:19px}
  .mx-size-guide__content{padding:16px}
}
