.searchlistblock{ &:last-child{ margin-bottom: $md-space; } } .searchresultblock_personal{ .personal_result_tag{ &:first-child{ .personal_result{ border-top: none; padding-top: 0px; } } &:hover{ text-decoration: none; .personal__title{ text-decoration: underline !important; } .personal__content{ text-decoration: none; } .personal__additional{ text-decoration: none; } } .personal_result{ padding-top: $sm-space; padding-bottom: $sm-space; border-top: 1px solid $grey-border; margin-bottom: 0px !important; .result-email{ color: $blue; } } } .searchresultblock_img_container{ height: 80px; width: 80px; border-radius: 100%; overflow: hidden; transition: all 0.3s ease 0s; margin-bottom: $xs-space; .searchresultblock_img_person{ height: 100%; width: 100%; border-radius: 50%; background-size: cover; background-position: center; } } }