/* 旧クラス rounded-image = 16px */
.wp-block-image.is-style-rounded-image {
  border-radius: 16px;
}

.wp-block-image.is-style-rounded-image > figure {
  border-radius: 16px;
  overflow: hidden;
}

.wp-block-image.is-style-rounded-image > figure > a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}

.wp-block-image.is-style-rounded-image img {
  display: block;
  border-radius: 16px;
}

/* rounded-16 
.wp-block-image.is-style-rounded-16 {
  border-radius: 16px;
}

.wp-block-image.is-style-rounded-16 > figure {
  border-radius: 16px;
  overflow: hidden;
}

.wp-block-image.is-style-rounded-16 > figure > a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}

.wp-block-image.is-style-rounded-16 img {
  display: block;
  border-radius: 16px;
}*/

/* rounded-20 */
.wp-block-image.is-style-rounded-20 {
  border-radius: 20px;
}

.wp-block-image.is-style-rounded-20 > figure {
  border-radius: 20px;
  overflow: hidden;
}

.wp-block-image.is-style-rounded-20 > figure > a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.wp-block-image.is-style-rounded-20 img {
  display: block;
  border-radius: 20px;
}