
.links_component {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;

    gap: 8px;
}

.links_icon {
    width: 32px;
    height: 32px;
}

.links_bar {
    height: 1px;
    background: rgba(255,255,255, 0.30);
}