/* Structural helpers shared by the standalone lookup and result screens. */
.sps-verify-page{
    display:grid;
    align-content:start;
    justify-items:center;
    gap:16px;
    min-height:100svh;
}
.sps-verify-public-nav,.sps-verify-shell{width:min(1160px,100%)}
.sps-verify-data-row dd{overflow-wrap:anywhere;word-break:break-word}
.sps-verify-embed-page{min-height:auto;place-items:stretch}
@media(max-width:1040px){.sps-verify-hero,.sps-verify-content{grid-template-columns:1fr!important}}
