/* Scoped to native content routes; no player, access or publication logic is replaced. */
.onv-content-route [data-onv-world-surface] { display: none !important; }
body.onv-content-first { background: #f5f6f7; }
.onv-content-first #content-wrapper > .page-container { max-width: 1320px; width: calc(100% - 40px); }
.onv-content-toolbar, .onv-content-toolbar * { box-sizing: border-box; letter-spacing: 0; }
.onv-content-toolbar {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 12px 0; margin: 0 0 16px; border-bottom: 1px solid #d8dfe1;
    color: #20292d; min-height: 65px;
}
.onv-content-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.onv-content-action {
    display: inline-flex; align-items: center; justify-content: center; gap: 7px;
    min-height: 40px; padding: 8px 12px; color: #334348 !important; background: #fff;
    border: 1px solid #ccd6d9; border-radius: 5px; font-size: 13px; font-weight: 600;
    text-decoration: none !important; line-height: 20px; cursor: pointer;
}
.onv-content-action .material-symbols-outlined { width: 20px; flex: 0 0 20px; font-size: 20px; }
.onv-content-action:hover { border-color: #168575; background: #eff8f6; }
.onv-content-action:focus-visible { outline: 3px solid #bd6b1f; outline-offset: 3px; }
.onv-content-action[aria-pressed="true"] { color: #fff !important; background: #176d60; border-color: #176d60; }
.onv-content-home { border: 0; background: transparent; padding-left: 0; font-size: 20px; }
.onv-content-home .material-symbols-outlined { color: #087f71; }
.onv-content-primary { background: #087f71; border-color: #087f71; color: #fff !important; }
.onv-content-primary:hover { background: #09675d; }
.onv-content-icon { width: 40px; padding: 8px; }
.onv-content-first #center .bar-content-warp { border-color: #dce2e4; border-radius: 6px; box-shadow: none; }
.onv-content-first #center .box_header_title { font-size: 22px; line-height: 1.35; overflow-wrap: anywhere; }
.onv-content-first #center .box_content { overflow-wrap: anywhere; }
.onv-content-videos .video-detail { width: 100%; height: auto; padding: 0; aspect-ratio: 16 / 9; max-height: 75vh; background: #101414; overflow: hidden; }
.onv-content-videos .video-detail iframe,
.onv-content-videos .video-detail video {
    position: static; display: block; width: 100% !important; height: 100% !important; aspect-ratio: 16 / 9;
    min-height: 0; border: 0; object-fit: contain; max-height: 75vh;
}
.onv-content-videos .video-lists.grid-view .core-item-figure { aspect-ratio: 16 / 9; overflow: hidden; border-radius: 6px; background: #e8ecec; }
.onv-content-videos .video-lists.grid-view .core-item-figure a { display: block; height: 100%; }
.onv-content-videos .video-lists.grid-view .video_cover { background-size: cover; background-position: center; }
.onv-content-videos .core-item-title { font-size: 15px; line-height: 1.4; }
.onv-content-first #leftnav .box2, .onv-content-first #right .box2 { border-color: #dce2e4; border-radius: 6px; box-shadow: none; }
/* These are authored promotional panels, not native results, notices or permission checks. */
.onv-content-first .onv-business-hero,
.onv-content-first .onv-business-activation,
.onv-content-first .onv-business-operating,
.onv-content-first .onv-business-stack,
.onv-content-first .onv-academy-hero,
.onv-content-first .onv-academy-activation,
.onv-content-first .onv-academy-studio,
.onv-content-first .onv-academy-monetization,
.onv-content-first .onv-academy-stack { display: none; }
.onv-content-first .onv-business-world,
.onv-content-first .onv-academy-world { display: flex; flex-direction: column; gap: 16px; }
.onv-content-first .onv-business-directory,
.onv-content-first .onv-academy-catalog { order: -1; }
.onv-content-first .onv-business-world > .box_header_search,
.onv-content-first .onv-academy-world > .box_header_search { order: -2; }
.onv-content-first .onv-business-section,
.onv-content-first .onv-academy-section { border-radius: 0; box-shadow: none; background: transparent; padding: 0; border: 0; }
@media (min-width: 992px) {
    .onv-content-theater #center { width: 100%; }
    .onv-content-theater #right { display: none !important; }
}
@media (max-width: 991px) {
    .onv-content-toolbar .onv-content-icon { display: none; }
}
@media (max-width: 767px) {
    .onv-content-first #content-wrapper > .page-container { width: 100%; padding-left: 12px; padding-right: 12px; }
    .onv-content-toolbar { align-items: flex-start; flex-wrap: wrap; gap: 8px; padding: 10px 0; margin-bottom: 10px; }
    .onv-content-home { font-size: 18px; min-height: 36px; }
    .onv-content-actions { width: 100%; gap: 6px; }
    .onv-content-action { min-height: 40px; padding: 7px 9px; font-size: 12px; }
    .onv-content-first #center .box_header_title { font-size: 19px; }
    .onv-content-theater #right { display: none !important; }
}
