.apiturisme-sidebar-reviews {
    position: relative;
    width: 100%;
    margin: 0 0 22px;
    padding: 22px 18px 18px;
    background: #fff7ea;
    border: 1px solid rgba(225, 137, 26, 0.28);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    color: #3b2a19;
    overflow: hidden;
}

.apiturisme-sidebar-title {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    color: #3b2a19;
}

.apiturisme-sidebar-stage {
    position: relative;
    min-height: 150px;
}

.apiturisme-sidebar-review {
    display: none;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 360ms ease, transform 360ms ease;
}

.apiturisme-sidebar-review.is-active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.apiturisme-sidebar-stars {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
    color: #e89b21;
}

.apiturisme-sidebar-stars .is-empty {
    color: rgba(59, 42, 25, 0.22);
}

.apiturisme-sidebar-review-title {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.apiturisme-sidebar-text {
    font-size: 14px;
    line-height: 1.55;
}

.apiturisme-sidebar-text p {
    margin: 0 0 10px;
}

.apiturisme-sidebar-name {
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid rgba(59, 42, 25, 0.14);
    font-weight: 700;
    font-size: 14px;
    color: #6a4219;
}

.apiturisme-sidebar-name:before {
    content: "— ";
}

.apiturisme-sidebar-dots {
    display: flex;
    gap: 6px;
    margin-top: 14px;
}

.apiturisme-sidebar-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(59, 42, 25, 0.25);
}

.apiturisme-sidebar-dots span.is-active {
    background: #e89b21;
}

.apiturisme-sidebar-reviews-empty {
    padding: 14px;
    min-height: 0;
    font-size: 14px;
}
