.pr-wrapper-155c03f7 {
    padding: 20px 0;
    direction: rtl;
    text-align: right;
    max-width: 100%;
    overflow: hidden;
}
.pr-title {
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}
.pr-swiper-155c03f7 {
    padding-bottom: 50px !important;
}
.swiper-slide {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto;
}
.pr-quote-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    opacity: 0.5;
}
.pr-quote-icon svg {
    fill: #e2e8f0;
    width: 100%;
    height: 100%;
}
.pr-stars {
    margin-bottom: 15px;
    z-index: 1;
}
.pr-star {
    font-size: 20px;
    color: #f5b83d;
    margin-left: 2px;
}
.pr-content {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #555;
    flex-grow: 1;
    z-index: 1;
}
.pr-author-wrap {
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.pr-author {
    font-weight: 700;
    color: #111;
    font-size: 15px;
}
.pr-source {
    font-size: 13px;
    color: #888;
}
.pr-source a {
    color: #0073aa;
    text-decoration: none;
    font-weight: bold;
}
.pr-source a:hover {
    text-decoration: underline;
}
.swiper-pagination-bullet-active {
    background: #111 !important;
}