/* 이벤트 후기 전체 목록 — 모바일 카드형 (강남언니형) */
body.bt-page-event-reviews .bt-ev-reviews-page {
    width: 100%;
    max-width: 100%;
    padding: 0 0 1.5rem;
}

/* 헤더: ← 옆 총 N개의 후기 */
.bt-subpage-toolbar__inner--title-start {
    grid-template-columns: minmax(0, 1fr) auto;
}

.bt-subpage-toolbar__slot--start:has(.bt-subpage-toolbar__title--start) {
    gap: 0.15rem;
    min-width: 0;
}

.bt-subpage-toolbar__title--start {
    flex: 1;
    min-width: 0;
    padding: 0 0 0 0.15rem;
    text-align: left;
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.bt-subpage-toolbar__count-num {
    font-weight: 800;
}

.bt-ev-reviews-page__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bt-ev-review-card {
    padding: 1rem 1rem 1.15rem;
    border-bottom: 1px solid #f2f3f7;
}

.bt-ev-review-card:last-child {
    border-bottom: none;
}

.bt-ev-review-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.bt-ev-review-card__user {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
    flex: 1;
}

.bt-ev-review-card__avatar {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #eef0f3;
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    overflow: hidden;
}

.bt-ev-review-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bt-ev-review-card__meta {
    min-width: 0;
}

.bt-ev-review-card__nick {
    display: block;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
    word-break: break-all;
}

.bt-ev-review-card__date {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.75rem;
    color: #9ca3af;
    line-height: 1.3;
}

.bt-ev-review-card__rating {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #111827;
    line-height: 1;
}

.bt-ev-review-card__rating .bi-star-fill {
    color: #fbbf24;
    font-size: 0.875rem;
}

.bt-ev-review-card__body-wrap {
    margin-bottom: 0.5rem;
}

.bt-ev-review-card__body {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #374151;
    white-space: pre-wrap;
    word-break: break-word;
}

.bt-ev-review-card__body.is-clamped {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.bt-ev-review-card__expand {
    display: none;
    margin: 0.35rem 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 0.875rem;
    font-weight: 600;
    color: #6b7280;
    line-height: 1.4;
}

.bt-ev-review-card__expand.is-visible {
    display: inline-block;
}

.bt-ev-review-card__photos {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    margin: 0.65rem 0 0;
    padding-bottom: 0.15rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.bt-ev-review-card__photos::-webkit-scrollbar {
    display: none;
}

.bt-ev-review-card__photo {
    flex: 0 0 auto;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 10px;
    overflow: hidden;
    background: #e8eaed;
}

.bt-ev-review-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bt-ev-review-card__reply {
    margin-top: 0.85rem;
    padding: 0.75rem 0.85rem;
    border-radius: 10px;
    background: #f3f4f6;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #4b5563;
}

.bt-ev-review-card__reply-label {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #6b7280;
}

.bt-ev-reviews-page__empty,
.bt-ev-reviews-page__loading {
    text-align: center;
    color: #676c6f;
    font-size: 0.875rem;
    padding: 2.5rem 1rem;
}

.bt-ev-reviews-more-wrap {
    padding: 0.75rem 1rem 0;
}

.bt-ev-reviews-more-btn {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    color: #374151;
    font-size: 0.875rem;
    font-weight: 600;
}

.bt-ev-reviews-more-btn:disabled {
    opacity: 0.55;
}
