/* MSJ legal pages V5.2 — campaign-blue legal layout, white typography. */
body.msj-pdf-theme .msj-legal-page{
  background:
    radial-gradient(circle at 72% 18%, rgba(255,255,255,.075) 0 12%, transparent 12.4%),
    radial-gradient(circle at 72% 18%, transparent 0 18%, rgba(255,255,255,.055) 18.4% 18.8%, transparent 19.2%),
    linear-gradient(135deg,#0a4a7b 0%,#0d639b 52%,#07416f 100%);
  color:#fff;
  padding:38px 0 72px;
  font-family:Arial,Helvetica,sans-serif;
}
.msj-legal-shell{width:min(1120px,calc(100% - 40px));margin:0 auto}
.msj-legal-breadcrumb{display:flex;gap:9px;align-items:center;margin:0 0 16px;color:#d8e8f5;font-size:13px;line-height:1.4}
.msj-legal-breadcrumb a{color:#fff;text-decoration:none;font-weight:700}.msj-legal-breadcrumb a:hover{text-decoration:underline}
.msj-legal-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 16px}
.msj-legal-tabs a{display:inline-flex;align-items:center;min-height:38px;padding:0 15px;border:1px solid rgba(255,255,255,.5);border-radius:5px;background:rgba(2,38,67,.38);color:#fff;font-size:13px;font-weight:800;text-decoration:none}
.msj-legal-tabs a:hover{background:rgba(2,38,67,.62)}
.msj-legal-tabs a.active{border-color:#ffb619;background:#ffb619;color:#052f52}
.msj-legal-document{max-width:1000px;margin:0 auto;background:rgba(3,47,82,.78);border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:46px 56px 58px;box-shadow:0 14px 34px rgba(0,25,48,.24);backdrop-filter:blur(1px)}
.msj-legal-header{padding:0 0 28px;border-bottom:1px solid rgba(255,255,255,.2)}
.msj-legal-eyebrow{margin:0 0 9px!important;color:#ffb619!important;font-size:12px!important;font-weight:900!important;letter-spacing:.11em!important;line-height:1.2!important;text-transform:uppercase}
.msj-legal-header h1{margin:0!important;color:#fff!important;font-family:Arial,Helvetica,sans-serif!important;font-size:clamp(30px,4vw,42px)!important;font-weight:800!important;letter-spacing:-.02em!important;line-height:1.12!important;text-transform:none!important}
.msj-legal-dates{display:flex;flex-wrap:wrap;gap:10px 26px;margin-top:15px;color:#d7e7f4;font-size:13px;line-height:1.5}.msj-legal-dates strong{color:#fff}
.msj-legal-index{margin:26px 0 6px;border:1px solid rgba(255,255,255,.18);border-radius:7px;background:rgba(2,38,67,.36)}
.msj-legal-index summary{cursor:pointer;padding:13px 16px;color:#fff;font-size:14px;font-weight:800;list-style-position:inside}
.msj-legal-index nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;padding:0 16px 15px}
.msj-legal-index a{padding:8px 0;border-bottom:1px solid rgba(255,255,255,.12);color:#f2f8fc;font-size:13px;line-height:1.4;text-decoration:none}.msj-legal-index a:hover{color:#ffcf61;text-decoration:underline}
.msj-legal-body{padding-top:14px;color:#eef7ff;font-size:15.5px;line-height:1.78}
.msj-legal-body>p{margin:0 0 16px!important;color:#eef7ff!important;font-family:Arial,Helvetica,sans-serif!important;font-size:15.5px!important;line-height:1.78!important}
.msj-legal-body h2{scroll-margin-top:24px;margin:34px 0 11px!important;padding-top:30px;border-top:1px solid rgba(255,255,255,.17);color:#fff!important;font-family:Arial,Helvetica,sans-serif!important;font-size:21px!important;font-weight:800!important;letter-spacing:-.01em!important;line-height:1.28!important;text-transform:none!important}
.msj-legal-body h2:first-of-type{margin-top:18px!important;padding-top:14px;border-top:0}
.msj-legal-body strong{color:#fff;font-weight:800}
.msj-legal-body a{color:#ffd064;text-decoration:underline;text-underline-offset:2px}.msj-legal-body a:hover{color:#fff}
.msj-legal-contact-block{margin:15px 0 20px;padding:18px 20px;border-left:3px solid #ffb619;border-radius:0 7px 7px 0;background:rgba(2,38,67,.45);color:#eef7ff}
.msj-legal-contact-block dl{display:grid;gap:9px;margin:0}.msj-legal-contact-block dl>div{display:grid;grid-template-columns:180px 1fr;gap:12px}.msj-legal-contact-block dt{font-size:13px;font-weight:800;color:#fff}.msj-legal-contact-block dd{margin:0;font-size:14px;color:#eef7ff}
.msj-legal-contact-block>p{margin:10px 0 0!important;color:#eef7ff!important;font-size:14px!important;line-height:1.55!important}
.msj-legal-contact-block a{color:#ffd064!important;font-weight:700}
@media(max-width:760px){
  body.msj-pdf-theme .msj-legal-page{padding:24px 0 50px}
  .msj-legal-shell{width:calc(100% - 24px)}
  .msj-legal-document{padding:28px 22px 38px;border-radius:7px}
  .msj-legal-header h1{font-size:30px!important}
  .msj-legal-body,.msj-legal-body>p{font-size:15px!important;line-height:1.72!important}
  .msj-legal-body h2{font-size:19px!important;margin-top:28px!important;padding-top:24px}
  .msj-legal-index nav{grid-template-columns:1fr}
  .msj-legal-contact-block dl>div{grid-template-columns:1fr;gap:2px}
}

/* V5.3 — compact, aligned legal contact card (Terms + Privacy). */
.msj-legal-contact-block{
  width:100%;
  max-width:680px;
  box-sizing:border-box;
  margin:18px 0 24px;
  padding:10px 22px;
  border-left:4px solid #ffb619;
  border-radius:0 8px 8px 0;
  background:rgba(2,38,67,.58);
  box-shadow:0 8px 22px rgba(0,25,48,.12);
}
.msj-legal-contact-block dl{
  display:block;
  margin:0;
}
.msj-legal-contact-block dl>div,
.msj-legal-contact-block>p{
  display:grid!important;
  grid-template-columns:210px minmax(0,1fr);
  align-items:center;
  gap:18px;
  min-height:46px;
  margin:0!important;
  padding:10px 0!important;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.msj-legal-contact-block>p:last-child{
  border-bottom:0;
}
.msj-legal-contact-block dt,
.msj-legal-contact-block>p>strong{
  margin:0;
  color:#fff!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.35!important;
  white-space:nowrap;
}
.msj-legal-contact-block dd,
.msj-legal-contact-block>p>a{
  margin:0!important;
  color:#eef7ff!important;
  font-size:14px!important;
  font-weight:500!important;
  line-height:1.45!important;
  overflow-wrap:anywhere;
}
.msj-legal-contact-block dd a,
.msj-legal-contact-block>p>a{
  color:#ffd064!important;
  font-weight:800!important;
  text-decoration:none!important;
}
.msj-legal-contact-block dd a:hover,
.msj-legal-contact-block>p>a:hover{
  color:#fff!important;
  text-decoration:underline!important;
}
@media(max-width:760px){
  .msj-legal-contact-block{
    max-width:none;
    padding:8px 18px;
  }
  .msj-legal-contact-block dl>div,
  .msj-legal-contact-block>p{
    grid-template-columns:1fr!important;
    gap:4px;
    padding:12px 0!important;
  }
  .msj-legal-contact-block dt,
  .msj-legal-contact-block>p>strong{
    white-space:normal;
    color:#ffcf61!important;
  }
}
