.dll-513-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.dll-layout-vertical .dll-513-list {
    flex-direction: column;
}

.dll-layout-horizontal .dll-513-list {
    flex-direction: row;
    flex-wrap: wrap;
}

.dll-513-item a {
    text-decoration: none;
    transition: all 0.3s ease;
}