/** Shopify CDN: Minification failed

Line 37:22 Expected identifier but found whitespace
Line 37:23 Unexpected "14px"
Line 47:0 Expected "}" to go with "{"

**/
/* ------------------------------
   Judge.me layout like screenshot
--------------------------------- */
body .jm-reviewer-avatar__initial{
background:#D9D9D9 !important;
}

body .jm-star-rating__font-icon{
    font-size:1.2em !important;
}

/* 見出し「カスタマーレビュー」を上中央に */
#judgeme_product_reviews .jm-review-widget-minimal-header{
  justify-content: center !important;
}
#judgeme_product_reviews .jm-review-widget-minimal-header__title{
  text-align: center !important;
  margin: 0 auto !important;
  letter-spacing: .08em !important;
}

/* 「レビューを書く」ボタンを中央寄せ */
#judgeme_product_reviews .jm-review-widget-minimal-header__action-buttons{
  justify-content: center !important;
}

/* 上段：写真サムネを横並び（添付みたいに） */
#judgeme_product_reviews .jm-media-grid{
  --thumbnail-size: 140px !important;     /* ←サイズ調整はここ */
  --thumbnail-spacing: 14px !imp


/**/

body .compare-toggle--text {
  display: block;
  transform: rotate(00deg);
}

