/* 見た目は Polaris web components が持つ。ここは Polaris に無い見本の枠だけを整える。 */
.kk-sample {
  width: 100%;
  height: 150px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  background: #fff;
}

.kk-sample--page {
  height: 320px;
}
