
.trs-swiper-container {
    width: 100%;
    padding: 1rem 0;
    margin-top: 1rem;
}
.trs-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: auto;
}
.trs-review {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #f9f9f9;
    border-radius: 1rem;
    padding: 1rem 1.6rem;
    width: 100%;
}
.trs-product-image img {
    border-radius: 0.75rem;
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.trs-author {
    font-weight: bold;
    margin-bottom: 0 !important;
}
.trs-star {
    color: #ccc;
    font-size: 1rem;
}
.trs-star.filled {
    color: #b76e79;
}
.trs-comment {
    font-style: italic;
    position: relative;
    padding-left: 0 !important;
    margin: 0 !important;
}
.trs-comment::before {
    content: "“";
    font-size: 0;
    position: absolute;
    left: 0;
    top: -0.5rem;
    color: #ccc;
}
.swiper-button-next,
.swiper-button-prev {
    color: #999 !important;
    scale: 0.75 !important;
    width: 30px !important;
}
.swiper-button-next {
    right: 0 !important;
}
.swiper-button-prev {
    left: 0 !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1.5rem !important;
}

.trs-review-content {
    width: 100%;
}

.trs-gallery-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trs-gallery {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.trs-gallery img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    border-radius: 8px;
}

.trs-gallery-close,
.trs-gallery-next,
.trs-gallery-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    padding: 0.5rem 1rem;
    z-index: 10000;
}

.trs-gallery-close {
    top: 1rem;
    right: 1rem;
    transform: none;
}

.trs-gallery-prev {
    left: -3rem;
}

.trs-gallery-next {
    right: -3rem;
}
