/* Titulos */
.titles-page .honors-table .picture-card .wrap .meta .head .year{ width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; background: var(--grey-222); color: var(--white); border-radius: 100%; margin-right: 15px; font-size: 16px; position: relative; top: -4px; }

/* Todos los titulos */
.titles-tournament-page .cards-table{ padding-left: 40px; position: relative; }
.titles-tournament-page .cards-table:before{ content: ""; position: absolute; left: 11px; top: 0; width: 1px; height: 100%; border-left: 1px dashed var(--grey-555); }
.titles-tournament-page .picture-card{ width: 100%; }
.titles-tournament-page .picture-card .wrap .meta .name:before{ content: ""; display: block; width: 13px; height: 13px; background: var(--grey-555); border-radius: 100%; position: absolute; left: -55px; top: 8px; z-index: 10; }