/* P154 Trust register authority */
#trust-register .p7-card{cursor:pointer;transition:.2s ease}#trust-register .p7-card.is-active{outline:3px solid rgba(72,132,119,.35);transform:translateY(-3px)}
.tr154-detail{max-width:1480px;margin:28px auto 0;padding:28px;border-radius:24px;background:#eef4f2;border:1px solid rgba(63,103,95,.18);display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.tr154-detail div{padding:18px;border-radius:16px;background:#fff;border:1px solid rgba(63,103,95,.12)}.tr154-detail span,.tr154-detail strong{display:block}.tr154-detail span{font-size:12px;color:#66766f;text-transform:uppercase;letter-spacing:.06em}.tr154-detail strong{margin-top:8px;color:#1e3934;line-height:1.5}
html.dark .tr154-detail,body.dark .tr154-detail,[data-theme="dark"] .tr154-detail{background:#10282a;border-color:rgba(130,183,170,.18)}html.dark .tr154-detail div,body.dark .tr154-detail div,[data-theme="dark"] .tr154-detail div{background:#173336;border-color:rgba(130,183,170,.18)}html.dark .tr154-detail span,body.dark .tr154-detail span,[data-theme="dark"] .tr154-detail span{color:#9db5af}html.dark .tr154-detail strong,body.dark .tr154-detail strong,[data-theme="dark"] .tr154-detail strong{color:#f2f8f6}
@media(max-width:900px){.tr154-detail{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.tr154-detail{grid-template-columns:1fr;padding:18px}}
