.hcrp-container { font-family: inherit !important; max-width: 1280px !important; margin: 0 auto !important; } .hcrp-tabs-container { display: flex !important; justify-content: center; flex-wrap: wrap !important; gap: 10px !important; padding: 15px !important; background-color: #F3F3F3 !important; border-radius: 8px !important; margin-bottom: 30px !important; }
.hcrp-tab { display: flex !important; align-items: center !important; padding: 8px 16px !important; border-radius: 6px !important; cursor: pointer !important; font-weight: 500 !important; font-size: 15px !important; color: #3C434A !important; transition: background-color 0.2s, box-shadow 0.2s !important; border: 1px solid transparent !important; }
.hcrp-tab.active { background-color: #fff !important; color: #1D2327 !important; font-weight: 600 !important; border-color: #E0E0E0 !important; box-shadow: 0 1px 2px rgba(0,0,0,0.05) !important; }
.hcrp-tab:not(.active):hover { background-color: #E9E9E9 !important; }
.hcrp-tab-logo { width: 16px !important; height: 16px !important; margin-right: 8px !important; }
.hcrp-tab-rating { margin-left: 8px !important; font-weight: 700 !important; color: #1D2327 !important; } .hcrp-reviews-grid { display: grid !important; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)) !important; gap: 25px !important; margin-bottom: 25px !important; }
.hcrp-review-card { display: flex !important; flex-direction: column !important; background: #F3F3F3 !important; border-radius: 8px !important; padding: 24px !important; box-shadow: 0 4px 10px rgba(0,0,0,0.03) !important; } .hcrp-card-header { display: flex !important; align-items: center !important; margin-bottom: 6px !important; }
.hcrp-avatar-link { text-decoration: none !important; }
.hcrp-avatar { margin-right: 12px !important; }
.hcrp-reviewer-photo { width: 44px !important; height: 44px !important; border-radius: 50% !important; object-fit: cover !important; vertical-align: middle !important; }
.hcrp-reviewer-initial { display: inline-flex !important; align-items: center !important; justify-content: center !important; width: 44px !important; height: 44px !important; border-radius: 50% !important; color: #fff !important; font-weight: 600 !important; font-size: 20px !important; }
.hcrp-reviewer-info { display: flex !important; flex-direction: column !important; }
.hcrp-reviewer-name-link { text-decoration: none !important; outline: none !important; }
.hcrp-reviewer-name { font-weight: 600 !important; color: #1D2327 !important; font-size: 16px !important; }
.hcrp-review-date { font-size: 14px !important; color: #8b8b8b !important; } .hcrp-card-body { flex-grow: 1 !important; }
.hcrp-star-rating { color: #FFB900 !important; margin-bottom: 2px !important; font-size: 28px !important; }
.hcrp-review-content { overflow: hidden !important; }
.hcrp-review-text { color: #3C434A !important; font-weight: 400 !important; line-height: 1.6 !important; margin: 0 !important; font-size: 15px !important; } .hcrp-review-text.hcrp-line-clamp {
overflow: hidden !important;
display: -webkit-box !important;
-webkit-line-clamp: 3 !important;
-webkit-box-orient: vertical !important;
}
.hcrp-read-more { background: none !important; border: none !important; outline: none; color: #8f8f8f !important; cursor: pointer !important; padding: 0 !important; font-size: 16px !important; font-weight: 400 !important; display: none; } .hcrp-card-footer { margin-top: auto !important; padding-top: 15px !important; }
.hcrp-card-footer a, .hcrp-footer-no-link { display: flex !important; align-items: center !important; text-decoration: none !important; }
.hcrp-footer-logo { width: 24px !important; height: 24px !important; margin-right: 10px !important; }
.hcrp-footer-text { display: flex !important; flex-direction: column !important; font-size: 14px !important; }
.hcrp-footer-text span { color: #8b8b8b !important; }
.hcrp-footer-text strong { color: #1D2327 !important; font-weight: 600 !important; } .hcrp-load-more { display: block !important; margin: 30px auto !important; padding: 12px 30px !important; background: #F6F7F7 !important; border: 1px solid #D1D1D1 !important; border-radius: 6px !important; cursor: pointer !important; font-weight: 500 !important; color: #1D2327 !important; }
.hcrp-load-more:disabled { opacity: 0.7 !important; cursor: not-allowed !important; } .hcrp-carousel-wrapper {
position: relative !important;
padding: 0 !important; }
.hcrp-reviews-carousel .swiper-slide {
display: flex !important;
justify-content: center !important;
padding-bottom: 20px !important;
height: auto !important; }
.hcrp-reviews-carousel .hcrp-review-card {
width: 100% !important;
height: 100% !important; }
.hcrp-reviews-carousel .swiper-wrapper {
transition-property: height;
} .hcrp-swiper-nav {
position: absolute !important;
top: 50% !important;
transform: translateY(-50%) !important;
width: 32px !important;
height: 32px !important;
background-color: rgb(17 17 17 / 50%) !important;
border-radius: 50% !important;
color: #fff !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
cursor: pointer !important;
transition: background-color 0.2s !important;
border: none !important;
outline: none !important;
}
.hcrp-swiper-nav:hover {
background-color: #000 !important;
}
.hcrp-swiper-nav::after {
font-size: 14px !important; font-weight: 700 !important;
}
.swiper-button-prev.hcrp-swiper-nav {
left: 10px !important;
}
.swiper-button-next.hcrp-swiper-nav {
right: 10px !important;
}
.hcrp-swiper-nav.swiper-button-disabled {
opacity: 0.4 !important;
cursor: auto !important;
pointer-events: none !important;
} @media (max-width: 768px) {
.hcrp-carousel-wrapper {
padding: 0 !important; }
.hcrp-swiper-nav { width: 36px !important;
height: 36px !important;
}
.swiper-button-prev.hcrp-swiper-nav {
left: 5px !important;
}
.swiper-button-next.hcrp-swiper-nav {
right: 5px !important;
}
.hcrp-swiper-nav::after {
font-size: 16px !important;
}
} .hcrp-badge-wrapper {
position: fixed !important;
bottom: 20px !important;
left: 20px !important;
z-index: 99999 !important;
background-color: #fff !important;
border-radius: 12px !important;
padding: 16px !important;
width: 200px !important;
box-shadow: 0 4px 25px rgba(0,0,0,0.25) !important;
text-align: center !important;
font-family: inherit !important;
}
.hcrp-badge-logos {
height: 30px !important;
width: 100px !important;
margin-inline: auto !important;
margin-bottom: 8px !important;
overflow: hidden !important;
}
.hcrp-badge-logos .swiper-slide {
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
.hcrp-badge-logos img {
max-height: 24px !important;
width: auto !important;
}
.hcrp-badge-wrapper h4 {
margin: 0 !important;
font-size: 16px !important;
font-weight: 600 !important;
color: #1D2327 !important;
}
.hcrp-badge-rating-line {
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 8px !important;
margin-bottom: 5px !important;
}
.hcrp-badge-average {
font-size: 28px !important;
font-weight: 700 !important;
color: #1D2327 !important;
}
.hcrp-badge-rating-line .hcrp-star-rating {
font-size: 28px !important;
margin: 0 !important;
line-height: 1 !important;
}
.hcrp-badge-count {
margin: 0 !important;
font-size: 14px !important;
color: #8b8b8b !important;
} .hcrp-badge-close {
position: absolute !important;
top: 5px;
right: 8px;
width: 24px !important;
height: 24px !important;
padding: 0 !important;
margin: 0 !important; border: none !important;
border-radius: 50% !important;
color: #50575e !important;
font-size: 26px !important;
line-height: 24px !important;
text-align: center !important;
cursor: pointer !important;
transition: background-color 0.2s, color 0.2s !important;
outline: none !important;
}
.hcrp-badge-close:hover {
background-color: #e2e4e7 !important;
color: #1d2327 !important;
}
.hcrp-badge-logos-static {
height: 30px !important;
margin-bottom: 8px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 15px !important;
}
.hcrp-badge-logos-static img {
height: 24px !important;
}