.wp-block-cnb-linkparameter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wp-block-cnb-linkparameter p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #25283D;
  margin-bottom: 0;
  margin-right: 80px;
}
.wp-block-cnb-linkparameter .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: -9px;
}
.wp-block-cnb-linkparameter .links .wp-block-cnb-link {
  position: relative;
  padding-right: 9px;
}
.wp-block-cnb-linkparameter .links .wp-block-cnb-link::after {
  content: ',';
  color: #7161EF;
  position: absolute;
  bottom: 2px;
  right: 5px;
  line-height: 1;
}
.wp-block-cnb-linkparameter .links .wp-block-cnb-link:last-child::after {
  content: none;
}
.wp-block-cnb-linkparameter .links .wp-block-cnb-link a {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 136%;
  color: #7161EF;
  margin-bottom: 0;
  text-decoration: underline;
  display: block;
}
.wp-block-cnb-linkparameter .links .wp-block-cnb-link a:hover {
  text-decoration: none;
}
