.vcs-58c2e8e9-viewport {
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 10px 0;
}

.vcs-58c2e8e9-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.vcs-58c2e8e9-slide {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}

.vcs-58c2e8e9-slide a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.vcs-58c2e8e9-slide a span {
    transition: color 0.3s ease;
}

.vcs-58c2e8e9-slide img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}