/* WP A-Frame Builder — Frontend Styles */

/* ── Scene wrapper ─────────────────────────────────────────────────────────── */
.wpaframe-scene-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    margin: 20px 0;
}

.wpaframe-scene-wrapper a-scene {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0; left: 0;
}

/* ── 360° Viewer ───────────────────────────────────────────────────────────── */
.wpaframe-360-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    margin: 20px 0;
}

.wpaframe-360-wrapper a-scene {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0; left: 0;
}

.wpaframe-360-title {
    position: absolute;
    bottom: 16px; left: 0; right: 0;
    z-index: 10;
    text-align: center;
    color: #fff;
    font-family: sans-serif;
    font-size: 0.95rem;
    text-shadow: 0 1px 4px rgba(0,0,0,0.7);
    pointer-events: none;
}

/* ── Embed iFrame ──────────────────────────────────────────────────────────── */
.wpaframe-embed {
    display: block;
    width: 100%;
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    margin: 20px 0;
}

/* ── Scene page (single-vr_scene.php) ─────────────────────────────────────── */
.wpaframe-scene-header {
    padding: 16px 0 12px;
}

.wpaframe-scene-title {
    margin-bottom: 4px;
    font-size: 1.8rem;
}

.wpaframe-scene-meta {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #666;
    font-size: 0.9rem;
}

.wpaframe-fullscreen-link {
    color: #000043;
    text-decoration: none;
    font-weight: 600;
    padding: 3px 10px;
    border: 1px solid #000043;
    border-radius: 20px;
}

.wpaframe-fullscreen-link:hover {
    background: #000043;
    color: #fff;
}

.wpaframe-scene-description {
    padding: 16px 0;
    color: #555;
    max-width: 720px;
}

/* ── Error / notice ─────────────────────────────────────────────────────────── */
.wpaframe-error, .wpaframe-notice {
    padding: 10px 14px;
    border-left: 4px solid #000043;
    background: #f0f4ff;
    color: #333;
    font-family: sans-serif;
    border-radius: 0 4px 4px 0;
    margin: 10px 0;
}

.wpaframe-error {
    border-color: #c0392b;
    background: #fdf2f0;
}
