.vd-cielo-web-bar {
    position: sticky;
    top: 0;
    z-index: 9000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: #0f172a;
    color: #f8fafc;
    font-size: 13px;
}

.vd-cielo-web-bar a {
    color: #38bdf8;
    font-weight: 600;
    text-decoration: none;
}

.vd-cielo-web-bar a:hover {
    text-decoration: underline;
}
