/*
 * Responsive CSS for StreamPro Theme
 */

@media (max-width: 768px) {
    .header-right {
        display: none;
    }

    .main-navigation {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-content h1 {
        font-size: 2rem;
    }
}
