
/* Olgoo News v5.1.5 — scoped ownership/trust enhancement only. */
.mh-trust-page--ownership .mh-ownership-ledger{
  margin:28px 0 34px;
  padding:clamp(22px,3vw,36px);
  border:1px solid rgba(23,33,43,.09);
  border-radius:30px;
  background:
    radial-gradient(circle at 92% 0,rgba(226,27,34,.10),transparent 28%),
    linear-gradient(145deg,#fff 0%,#f7f8fa 100%);
  box-shadow:0 18px 45px rgba(23,33,43,.06);
  overflow:hidden;
}
.mh-trust-page--ownership .mh-ownership-ledger>header{
  max-width:760px;
  margin-bottom:24px;
}
.mh-trust-page--ownership .mh-ownership-ledger>header>span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 11px;
  border-radius:999px;
  background:#17212b;
  color:#fff;
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
}
.mh-trust-page--ownership .mh-ownership-ledger h2{
  margin:12px 0 8px;
  color:#17212b;
  font-size:clamp(22px,3.2vw,34px);
  line-height:1.45;
}
.mh-trust-page--ownership .mh-ownership-ledger>header p{
  margin:0;
  color:#67717b;
  line-height:2;
}
.mh-trust-page--ownership .mh-ownership-ledger__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.mh-trust-page--ownership .mh-ownership-ledger__grid>div{
  position:relative;
  min-width:0;
  padding:20px 18px;
  border:1px solid rgba(23,33,43,.08);
  border-radius:22px;
  background:rgba(255,255,255,.86);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.mh-trust-page--ownership .mh-ownership-ledger__grid>div:hover{
  transform:translateY(-3px);
  border-color:rgba(226,27,34,.24);
  box-shadow:0 14px 30px rgba(23,33,43,.07);
}
.mh-trust-page--ownership .mh-ownership-ledger__grid i{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  margin-bottom:20px;
  border-radius:14px;
  background:#f0f2f5;
  color:#e21b22;
  font-style:normal;
}
.mh-trust-page--ownership .mh-ownership-ledger__grid i svg{width:20px;height:20px}
.mh-trust-page--ownership .mh-ownership-ledger__grid small{
  position:absolute;
  inset:18px auto auto 18px;
  color:#b7c0c8;
  font-weight:900;
  font-size:11px;
}
.mh-trust-page--ownership .mh-ownership-ledger__grid strong{
  display:block;
  margin-bottom:8px;
  color:#17212b;
  font-size:15px;
}
.mh-trust-page--ownership .mh-ownership-ledger__grid p{
  margin:0;
  color:#6f7780;
  font-size:12px;
  line-height:1.95;
}
.mh-trust-page--ownership .mh-ownership-cta{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:24px;
  margin:34px 0 10px;
  padding:clamp(24px,3vw,38px);
  border-radius:30px;
  background:#17212b;
  color:#fff;
  box-shadow:0 20px 48px rgba(23,33,43,.16);
}
.mh-trust-page--ownership .mh-ownership-cta small{
  color:#ff9195;
  font-size:11px;
  font-weight:800;
}
.mh-trust-page--ownership .mh-ownership-cta h2{
  margin:6px 0 8px;
  color:#fff;
  font-size:clamp(21px,2.7vw,30px);
}
.mh-trust-page--ownership .mh-ownership-cta p{
  max-width:760px;
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:13px;
  line-height:2;
}
.mh-trust-page--ownership .mh-ownership-cta__actions{
  display:flex;
  flex-direction:column;
  gap:9px;
  min-width:170px;
}
.mh-trust-page--ownership .mh-ownership-cta__actions a{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:44px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:14px;
  color:#fff;
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}
.mh-trust-page--ownership .mh-ownership-cta__actions a.is-primary{
  border-color:#e21b22;
  background:#e21b22;
}
.mh-trust-page--ownership .mh-ownership-cta__actions svg{width:16px;height:16px}
@media (max-width:900px){
 .mh-trust-page--ownership .mh-ownership-ledger__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
 .mh-trust-page--ownership .mh-ownership-ledger{border-radius:22px;padding:20px 14px}
 .mh-trust-page--ownership .mh-ownership-ledger__grid{grid-template-columns:1fr}
 .mh-trust-page--ownership .mh-ownership-ledger__grid>div{border-radius:18px}
 .mh-trust-page--ownership .mh-ownership-cta{grid-template-columns:1fr;border-radius:22px;padding:22px 17px}
 .mh-trust-page--ownership .mh-ownership-cta__actions{min-width:0;flex-direction:row;flex-wrap:wrap}
 .mh-trust-page--ownership .mh-ownership-cta__actions a{flex:1 1 140px}
}


.mh-trust-page--ownership .mh-ownership-identity{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  margin:-8px 0 28px;
  border:1px solid rgba(23,33,43,.09);
  border-radius:22px;
  background:rgba(23,33,43,.08);
  overflow:hidden;
  box-shadow:0 14px 32px rgba(23,33,43,.05);
}
.mh-trust-page--ownership .mh-ownership-identity>div{
  min-width:0;
  padding:17px 18px;
  background:#fff;
}
.mh-trust-page--ownership .mh-ownership-identity small{
  display:block;
  margin-bottom:7px;
  color:#e21b22;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
}
.mh-trust-page--ownership .mh-ownership-identity strong{
  display:block;
  overflow:hidden;
  margin-bottom:4px;
  color:#17212b;
  font-size:14px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.mh-trust-page--ownership .mh-ownership-identity span{
  display:block;
  color:#7b848d;
  font-size:10px;
  line-height:1.7;
}
@media (max-width:760px){
 .mh-trust-page--ownership .mh-ownership-identity{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}
}
@media (max-width:420px){
 .mh-trust-page--ownership .mh-ownership-identity{grid-template-columns:1fr}
 .mh-trust-page--ownership .mh-ownership-identity strong{white-space:normal}
}
