/* Veltrion Web Platform Phase 06 bridge */
.vweb-nav a[href="admin/"] {
    color: #ffd36e;
}
.vweb-nav a[href="admin/"]::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 7px;
    border-radius: 999px;
    background: #6effbf;
    box-shadow: 0 0 16px rgba(110,255,191,.65);
}
