.vs-10f5fc81-wrapper {
    width: 100%;
}
.vs-10f5fc81-vertical-light-bar {
    position: relative;
    padding-left: 16px;
}
.vs-10f5fc81-vertical-light-bar::before {
    content: '';
    position: absolute;
    left: -16px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #00AEEF;
    box-shadow: 0 0 8px #00AEEF;
}
.vs-10f5fc81-glass-card {
    background: rgba(22, 22, 29, 0.7);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.vs-10f5fc81-glass-card img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 12px;
}