/* StudioFlicks Single Video Page Styles */

.studioflicks-video {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    background: var(--primary-bg);
    color: var(--text-primary);
    line-height: 1.6;
}

/* Single page specific titles */
.studioflicks-video .meta-flex h1 {
    color: var(--text-primary) !important;
}

/* Video specific styling can be added here */
