/* Target the Vision Channel tab icon */
#nav-vision-channel:before {
    content: '▶'; /* Font Awesome 'play' icon */
    font-family: "Font Awesome 6 Free"; /* or 'Font Awesome 6 Pro' if you’re using Pro */
    font-weight: 900; /* Needed for solid icons in FA6 */
}
#vision-inline-player-container {
    border-radius: 12px!important;
    overflow:hidden;
}
.vision-video-actions {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.vision-video-actions .watch-here-btn,
.vision-video-actions .watch-in-vision-btn {
    padding: 6px 12px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    background-color: #0073aa;
    color: white;
}

.vision-video-actions .watch-here-btn:hover,
.vision-video-actions .watch-in-vision-btn:hover {
    background-color: #005e8a;
}