/* Animated 3D Mesh Hero - Frontend Styles */
.a3dmh-mesh-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.a3dmh-mesh-container canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.a3dmh-auto-inserted {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: var(--a3dmh-z-index, -1);
}

.a3dmh-auto-inserted + * {
    position: relative;
    z-index: 1;
}
