/* Loottube Main Styles */
#loottube-app {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Hide WordPress admin bar for full-screen experience */
.loottube-fullscreen {
    margin-top: -32px !important;
}

@media screen and (max-width: 782px) {
    .loottube-fullscreen {
        margin-top: -46px !important;
    }
}

/* Loading spinner */
@keyframes spin {
    to { transform: rotate(360deg); }
}

.animate-spin {
    animation: spin 1s linear infinite;
}

/* Basic responsive video container */
.loottube-video-player {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.loottube-shorts-feed {
    width: 100%;
    min-height: 100vh;
}
