/* Shared component styles for bp1 pages */

:root {
    --bp1-focus-ring: #ff7f50;
}

/* Defensive layout rules to avoid accidental horizontal overflow */
html,
body {
    max-width: 100%;
    overflow-x: clip;
}

img,
video,
iframe {
    max-width: 100%;
}

.movie-grid,
.news-grid,
.hot-search-list {
    min-width: 0;
}

.movie-card,
.movie-item,
.news-card {
    min-width: 0;
}

/* Common icon-only button shape */
button i,
.action-btn i {
    pointer-events: none;
}

/* Mobile tap target normalization */
@media (pointer: coarse) {
    .main-nav a,
    .footer-links a,
    .section-actions .more-link,
    .tab-btn,
    button,
    [role="button"] {
        min-height: 40px;
    }
}
