.srp-model-presentation {
    position: relative;
    height: 100%;
    min-height: 31rem;
    margin: 0;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 58% 40%,rgba(174,182,255,.12),transparent 35%),linear-gradient(145deg,#0b0a12,#211d2b);
}

.srp-model-presentation__interactive {
    position: relative;
    height: 100%;
    min-height: 31rem;
}

.srp-model-viewer {
    width: 100%;
    height: 100%;
    min-height: 31rem;
    background: transparent;
    --poster-color: transparent;
}

.srp-model-presentation__badge {
    position: absolute;
    z-index: 2;
    top: 1rem;
    left: 1rem;
    padding: .58rem .8rem;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: var(--srp-radius-pill);
    color: rgba(255,255,255,.76);
    background: rgba(8,8,16,.68);
    backdrop-filter: blur(12px);
    font-size: .68rem;
    font-weight: 800;
    pointer-events: none;
}

.srp-model-presentation__mobile { display: none; }

.srp-model-presentation > figcaption {
    position: absolute;
    z-index: 2;
    right: .8rem;
    bottom: .8rem;
    max-width: calc(100% - 1.6rem);
    padding: .55rem .75rem;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: .75rem;
    color: rgba(255,255,255,.65);
    background: rgba(8,8,16,.74);
    backdrop-filter: blur(10px);
    font-size: .67rem;
}

.srp-model-caption--mobile { display: none; }

.srp-model-runtime-error .srp-model-presentation__interactive { display: none; }
.srp-model-runtime-error .srp-model-presentation__mobile { display: block; }

@media (max-width:47.99rem) {
    .srp-model-presentation {
        min-height: 0;
        background: #0d0c14;
    }

    .srp-model-presentation__interactive { display: none; }

    .srp-model-presentation__mobile {
        display: block;
        min-height: 0;
    }

    .srp-model-presentation__mobile img {
        display: block;
        width: 100%;
        aspect-ratio: 1.08;
        object-fit: contain;
        background: #0d0c14;
    }

    .srp-model-caption--desktop { display: none; }
    .srp-model-caption--mobile { display: inline; }
}
