.wp3d-loop-wrap {
    width: 100%;
    margin: 0;
}

.wp3d-loop-canvas {
    position: relative;
    display: block;
    width: 100%;
    height: var(--wp3d-height, 560px);
    min-height: 260px;
    overflow: hidden;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.wp3d-loop-canvas::after {
    content: none;
}

.wp3d-loop-canvas canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
    background: transparent;
}

.wp3d-loop-loading {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #24435f;
    font-size: 0.98rem;
    letter-spacing: 0.01em;
}

.wp3d-loop-message,
.wp3d-loop-notice {
    display: grid;
    place-items: center;
    min-height: 140px;
    padding: 1rem;
    color: #10314d;
    text-align: center;
    font-size: 0.98rem;
    line-height: 1.5;
    background: #f7fbff;
    border: 1px solid #d6e4f2;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .wp3d-loop-canvas {
        height: var(--wp3d-mobile-height, 360px);
        border-radius: 0;
    }
}
