@charset "utf-8";

/* Yotpo テキストの微調整 */
.p-gaming-pc__review__content .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-product-text {
  color: #484848;
  font-size: 14px;
  font-weight: bold;
  overflow: unset;
  line-height: 1.2;
}

.p-gaming-pc__review__content .panel-site-review .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .carousel-review-title {
  display: none;
}

.p-gaming-pc__review__content .yotpo-reviews-carousel .carousel-display-wrapper .stars-container {
  margin-bottom: 10px;
}

/* 横スクロール防止（必要に応じて調整） */
.p-gaming-pc__review__content {
  overflow-x: visible;
}

/* タブ */
.p-top-store-review-tabs {
  display: flex;
  margin-bottom: 20px;
}

.p-top-store-review-tab {
  padding: 8px 16px;
  cursor: pointer;
  width: 100%;
  max-width: 160px;
  font-size: 18px;
  text-align: center;
}

.p-top-store-review-tab.p-top-store-review-active {
  background: #004da1;
  color: #fff;
}

/* パネル（display:none 方式） */
.p-top-store-review-panel {
  display: none;
}

.p-top-store-review-panel.p-top-store-review-active {
  display: block;
}

/* Yotpo 矢印復活用 */
.yotpo .slick-arrow {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 99 !important;
}

.yotpo .slick-prev {
  left: 10px !important;
}

.yotpo .slick-next {
  right: 10px !important;
}

.label-with-tooltip {
  display: unset !important;
}