:root{--vg-bg:#0f1115;--vg-panel:#0b121a;--vg-accent:#00afc1;--vg-accent-2:#0094a4;--vg-grid:#1f2937;--vg-cell:#0e1620;--vg-text:#e5e7eb;--vg-dim:#9ca3af;--vg-now:#ff425e;}
.vidapi-guide{font:14px/1.4 system-ui,-apple-system,Segoe UI,Roboto,Arial;color:var(--vg-text);background:var(--vg-bg);border-radius:0;overflow:hidden;margin:16px 0;border:1px solid rgba(255,255,255,.08)}
.vidapi-guide .vg-ruler{background:var(--vg-accent);color:#fff;position:relative;height:36px;display:flex;align-items:center}
.vidapi-guide .vg-ruler .vg-ticks{position:relative;height:100%;width:100%;margin-top:-2px}
.vidapi-guide .vg-body{position:relative;height:340px;display:flex}
.vidapi-guide .vg-channels{width:220px;background:var(--vg-panel);border-right:1px solid var(--vg-grid);overflow:auto}
.vidapi-guide .vg-row{height:94px;display:flex;align-items:center;padding:0 10px;border-bottom:1px solid var(--vg-grid)}
.vidapi-guide .vg-row .vg-name {
    color: #fff;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    font-size: 20px;
}

.vidapi-guide .vg-timeline-wrap{position:relative;overflow:auto;flex:1;background:var(--vg-cell)}
.vidapi-guide .vg-lane{position:relative;height:94px;border-bottom:1px solid var(--vg-grid)}
.vidapi-guide .vg-tile{position:absolute;top:8px;bottom:8px;border-radius:0;padding:8px 10px;background:#c4f1f9;color:#0f172a;border:1px solid #cfd8dc;cursor:pointer;overflow:hidden}
.vidapi-guide .vg-tile.vg-disabled{cursor:default;opacity:.7}
.vidapi-guide .vg-tile .vg-time{font-size:12px;color:#315b6b;margin-bottom:2px}
.vidapi-guide .vg-tile .vg-title{font-size:14px;font-weight:700}
.vidapi-guide .vg-tile .vg-desc{font-size:12px;color:#334155;margin-top:2px}
.vidapi-guide .vg-nowline{position:absolute;top:0;bottom:0;width:2px;background:var(--vg-now)}
.vg-channel-img {
  box-shadow: 0 1px 4px rgba(0,0,0,.25);
}
.vg-tile{
    left: 213px !important;
    width: 250px !important;
    height: 75px !important;
}