.bh360-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #1F3A32;
}
.bh360-viewer {
    width: 100%;
    height: 100%;
}
.bh360-loading {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #1F3A32;
    color: #C6A96A;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 5;
    transition: opacity 0.6s ease;
    pointer-events: none;
}
.bh360-loading.loaded {
    opacity: 0;
}
.bh360-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(198,169,106,0.2);
    border-top-color: #C6A96A;
    border-radius: 50%;
    animation: bh360spin 0.8s linear infinite;
    margin-bottom: 15px;
}
@keyframes bh360spin {
    to { transform: rotate(360deg); }
}

/* Pannellum overrides for premium look */
.pnlm-container {
    background: #1F3A32 !important;
}
.pnlm-controls-container {
    bottom: 15px !important;
    right: 15px !important;
    top: auto !important;
    left: auto !important;
}
.pnlm-controls .pnlm-control {
    background: rgba(31,58,50,0.85) !important;
    border: 1px solid rgba(198,169,106,0.3) !important;
    color: #C6A96A !important;
    border-radius: 4px !important;
    backdrop-filter: blur(10px);
    transition: all 0.2s ease;
}
.pnlm-controls .pnlm-control:hover {
    background: rgba(31,58,50,0.95) !important;
    border-color: #C6A96A !important;
}
.pnlm-compass .pnlm-compass-arrow {
    border-bottom-color: #C6A96A !important;
}
.pnlm-load-button {
    background: rgba(31,58,50,0.9) !important;
    color: #C6A96A !important;
    font-family: 'Lato', sans-serif !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    border: 1px solid rgba(198,169,106,0.4) !important;
    border-radius: 4px !important;
    padding: 12px 30px !important;
}
.pnlm-load-button:hover {
    background: #1F3A32 !important;
    border-color: #C6A96A !important;
}
.pnlm-about-msg {
    display: none !important;
}
.pnlm-panorama-info {
    background: rgba(31,58,50,0.8) !important;
    border-top: 1px solid rgba(198,169,106,0.3) !important;
    backdrop-filter: blur(10px);
}
.pnlm-title-box {
    color: #FFFFFF !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 16px !important;
}
