.hp-review-wrapper {
    max-width: 700px;
}

.hp-review-card {
    background: #f7f7f7;
    padding: 30px;
    border-radius: 10px;
}

.hp-review-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.hp-avatar img {
    border-radius: 6px;
    margin-right: 15px;
}

.hp-author {
    font-size: 20px;
    font-weight: 500;
}

.hp-rating-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp-stars {
    color: #ffb400;
}

.star {
    color: #ddd;
}

.star.filled {
    color: #ffb400;
}

.hp-date {
    font-size: 12px;
    letter-spacing: 1px;
    color: #999;
    text-transform: uppercase;
}

.hp-text {
    color: #666;
    line-height: 1.6;
}

.hp-listing {
    margin-top: 15px;
    color: #777;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}

.hp-listing a {
    color: #666;
    text-decoration: none;
}

.hp-listing a:hover {
    color: #3aa0d8;
}

.hp-arrow {
    margin-right: 10px;
    color: #aaa;
}

.hp-bottom-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.hp-nav {
    display: flex;
    gap: 10px;
}

.swiper-button-prev,
.swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 14px;
    color: #999;
}

.swiper-pagination {
    position: relative;
}
