/* お客様の声（Googleクチコミ）スライダー — 旧Trustindexウィジェットの代替 */
.mirai-reviews {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
.mirai-reviews-loading {
    text-align: center;
    color: #999;
    padding: 30px 0;
}
.mirai-reviews-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 24px;
    margin-bottom: 24px;
    text-align: center;
}
.mirai-reviews-header .mr-store {
    font-weight: 700;
    font-size: 16px;
}
.mirai-reviews-header .mr-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 18px;
}
.mr-stars {
    color: #f8af0d;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 1;
}
.mr-stars .mr-star-empty { color: #ddd; }
.mirai-reviews-header .mr-count {
    color: #777;
    font-size: 13px;
    font-weight: 400;
}
.mr-actions {
    display: flex;
    gap: 10px;
}
.mr-actions a {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 24px;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid #b89590;
    color: #b89590;
    background: #fff;
    transition: 0.2s;
}
.mr-actions a.mr-primary {
    background: #b89590;
    color: #fff;
}
.mr-actions a:hover { opacity: 0.8; }

.mirai-reviews-slider { margin: 0 -8px; }
.mirai-reviews-slider .slick-track { display: flex; }
.mirai-reviews-slider .slick-slide {
    height: auto;
    margin: 0 8px;
}
.mr-card {
    background: #fff;
    border: 1px solid #e5e0de;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.mr-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.mr-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    background: #eee;
}
.mr-avatar-fallback {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #b89590;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
}
.mr-name { font-weight: 700; font-size: 14px; }
.mr-date { color: #999; font-size: 12px; }
.mr-card .mr-stars { margin-bottom: 8px; }
.mr-text {
    font-size: 13.5px;
    line-height: 1.7;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-line;
}
.mr-card.mr-open .mr-text {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}
.mr-more {
    background: none;
    border: none;
    color: #b89590;
    font-size: 12.5px;
    cursor: pointer;
    padding: 6px 0 0;
    text-align: left;
}
.mr-google-note {
    margin-top: 16px;
    text-align: center;
    color: #999;
    font-size: 12px;
}
.mirai-reviews .slick-dots { bottom: -32px; }
.mirai-reviews .slick-prev:before,
.mirai-reviews .slick-next:before { color: #b89590; }
.mirai-reviews-slider { margin-bottom: 44px; }

/* クチコミ0件時（リンクのみ表示） */
.mr-empty {
    text-align: center;
    padding: 10px 0 20px;
}
.mr-empty p {
    color: #666;
    margin-bottom: 16px;
    font-size: 14px;
}
