.ludobooks-tp-wrapper {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
max-width: 100%;
margin: 0 auto;
padding: 20px 0;
} .ludobooks-tp-header {
background: #fff;
border: 1px solid #e8e8e8;
border-radius: 8px;
padding: 30px;
margin-bottom: 30px;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.ludobooks-tp-header-content {
display: flex;
align-items: center;
gap: 25px;
}
.ludobooks-tp-logo {
display: flex;
align-items: center;
gap: 12px;
}
.ludobooks-tp-logo-star {
width: 40px;
height: 40px;
flex-shrink: 0;
}
.ludobooks-tp-logo-text {
font-size: 32px;
font-weight: 600;
color: #191919;
letter-spacing: -0.5px;
} @media (min-width: 768px) {
.ludobooks-tp-logo {
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
}
.ludobooks-tp-score {
flex: 1;
}
.ludobooks-tp-rating {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 8px;
}
.ludobooks-tp-rating-number {
font-size: 28px;
font-weight: 700;
color: #333;
}
.ludobooks-tp-trustscore {
margin-bottom: 5px;
font-size: 14px;
}
.ludobooks-tp-label {
color: #666;
margin-right: 5px;
}
.ludobooks-tp-score-value {
font-size: 20px;
font-weight: 700;
color: #00b67a;
}
.ludobooks-tp-total {
color: #777;
font-size: 13px;
} .ludobooks-tp-stars {
display: inline-flex;
gap: 0px;
letter-spacing: -1px;
}
.ludobooks-tp-star {
font-size: 24px;
line-height: 1;
}
.ludobooks-tp-star-full {
color: #00b67a;
}
.ludobooks-tp-star-half {
color: #00b67a;
position: relative;
}
.ludobooks-tp-star-empty {
color: #dcdce6;
} .ludobooks-tp-review-rating .ludobooks-tp-star {
font-size: 16px;
}
.ludobooks-tp-review-rating {
margin: 3px 0;
} .ludobooks-tp-reviews {
display: flex;
flex-direction: column;
gap: 20px;
} .ludobooks-tp-review {
background: #fff;
border: 1px solid #e8e8e8;
border-radius: 8px;
padding: 25px;
transition: all 0.3s ease;
display: flex;
flex-direction: column;
}
.ludobooks-tp-review:hover {
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
transform: translateY(-2px);
} .ludobooks-tp-review-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 15px;
}
.ludobooks-tp-review-author {
display: flex;
gap: 12px;
align-items: center;
}
.ludobooks-tp-avatar {
flex-shrink: 0;
}
.ludobooks-tp-avatar-circle {
width: 48px;
height: 48px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
font-weight: 600;
color: #fff;
overflow: hidden;
}
.ludobooks-tp-avatar-circle img {
width: 100%;
height: 100%;
object-fit: cover;
}
.ludobooks-tp-author-info {
display: flex;
flex-direction: column;
gap: 4px;
}
.ludobooks-tp-author-name {
font-weight: 600;
font-size: 15px;
color: #333;
}
.ludobooks-tp-review-date {
font-size: 13px;
color: #999;
} .ludobooks-tp-review-title {
font-size: 16px;
font-weight: 700;
color: #191919;
margin-bottom: 12px;
line-height: 1.4;
} .ludobooks-tp-review-text {
color: #3d3d3d;
font-size: 14px;
line-height: 1.6;
margin-bottom: 15px;
} @media (min-width: 768px) {
.ludobooks-tp-review-text {
max-height: 160px; overflow-y: auto;
}
.ludobooks-tp-review-text::-webkit-scrollbar {
width: 6px;
}
.ludobooks-tp-review-text::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 3px;
}
.ludobooks-tp-review-text::-webkit-scrollbar-thumb {
background: #888;
border-radius: 3px;
}
.ludobooks-tp-review-text::-webkit-scrollbar-thumb:hover {
background: #555;
}
} .ludobooks-tp-review-footer {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 15px;
margin-top: auto;
border-top: 1px solid #f0f0f0;
}
.ludobooks-tp-read-more {
color: #00b67a;
text-decoration: none;
font-size: 13px;
font-weight: 600;
transition: color 0.2s ease;
}
.ludobooks-tp-read-more:hover {
color: #008a5d;
} .ludobooks-tp-theme-grid .ludobooks-tp-reviews {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 20px;
}
.ludobooks-tp-theme-grid .ludobooks-tp-review {
height: 100%;
display: flex;
flex-direction: column;
}
.ludobooks-tp-theme-grid .ludobooks-tp-review-text {
flex: 1;
} .ludobooks-tp-error {
background: #fff3cd;
border: 1px solid #ffc107;
border-radius: 6px;
padding: 15px 20px;
color: #856404;
font-size: 14px;
} @media (max-width: 768px) {
.ludobooks-tp-header {
padding: 20px;
}
.ludobooks-tp-header-content {
flex-direction: column;
text-align: center;
}
.ludobooks-tp-review {
padding: 20px;
}
.ludobooks-tp-review-header {
flex-direction: column;
gap: 12px;
}
.ludobooks-tp-review-rating {
align-self: flex-start;
}
.ludobooks-tp-theme-grid .ludobooks-tp-reviews {
grid-template-columns: 1fr;
}
}
@media (max-width: 480px) {
.ludobooks-tp-rating-number {
font-size: 22px;
}
.ludobooks-tp-score-value {
font-size: 18px;
}
.ludobooks-tp-avatar-circle {
width: 40px;
height: 40px;
font-size: 18px;
}
} @keyframes fadeIn {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.ludobooks-tp-review {
animation: fadeIn 0.5s ease-out;
} .ludobooks-tp-review:nth-child(1) { animation-delay: 0s; }
.ludobooks-tp-review:nth-child(2) { animation-delay: 0.1s; }
.ludobooks-tp-review:nth-child(3) { animation-delay: 0.2s; }
.ludobooks-tp-review:nth-child(4) { animation-delay: 0.3s; }
.ludobooks-tp-review:nth-child(5) { animation-delay: 0.4s; } .ludobooks-tp-owner-reply {
margin-top: 16px;
padding: 16px;
background-color: #f2f2f2;
border-radius: 8px;
border-left: 4px solid #0073e6;
}
.ludobooks-tp-owner-reply-header {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 10px;
color: #191919;
}
.ludobooks-tp-owner-reply-header svg {
color: #0073e6;
flex-shrink: 0;
width: 16px;
height: 16px;
}
.ludobooks-tp-owner-reply-header strong {
font-weight: 600;
font-size: 14px !important;
}
.ludobooks-tp-owner-reply-date {
margin-left: auto;
font-size: 12px !important;
color: #6c757d;
font-weight: normal !important;
}
.ludobooks-tp-owner-reply-text {
color: #3d3d3d !important;
font-size: 14px !important;
line-height: 1.5 !important;
font-weight: 400 !important;
} .ludobooks-tp-owner-reply-text,
.ludobooks-tp-owner-reply-text *,
.ludobooks-tp-owner-reply-text p,
.ludobooks-tp-owner-reply-text span,
.ludobooks-tp-owner-reply-text div {
font-size: 14px !important;
line-height: 1.5 !important;
font-weight: 400 !important;
} .ludobooks-tp-source-badge {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 4px 10px;
border-radius: 12px;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.3px;
}
.ludobooks-tp-source-badge svg {
flex-shrink: 0;
}
.ludobooks-tp-source-google {
background-color: #f8f9fa;
border: 1px solid #dadce0;
color: #5f6368;
}
.ludobooks-tp-source-trustpilot {
background-color: #e8f5e9;
border: 1px solid #00b67a;
color: #00875a;
} @media (max-width: 767px) {
.ludobooks-tp-review-header {
flex-direction: column;
align-items: flex-start;
}
.ludobooks-tp-source-badge {
margin-top: 8px;
align-self: flex-start;
}
} @media (min-width: 768px) {
.ludobooks-tp-review-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.ludobooks-tp-source-badge {
margin-left: auto;
}
} .ludobooks-tp-header-badges {
display: flex;
gap: 30px;
flex-wrap: wrap;
margin-bottom: 30px;
}
.ludobooks-tp-badge {
flex: 1;
min-width: 280px;
background: white;
border: 2px solid #e0e0e0;
border-radius: 12px;
padding: 20px;
display: flex;
flex-direction: column;
gap: 10px;
}
.ludobooks-tp-badge-google {
border-color: #e8eaed;
}
.ludobooks-tp-badge-trustpilot {
border-color: #00b67a;
}
.ludobooks-tp-badge-logo {
display: flex;
align-items: center;
gap: 10px;
}
.ludobooks-tp-badge-logo svg {
flex-shrink: 0;
}
.ludobooks-tp-badge-name {
font-size: 20px;
font-weight: 600;
color: #191919;
}
.ludobooks-tp-badge-rating {
display: flex;
align-items: center;
gap: 10px;
}
.ludobooks-tp-badge-rating .ludobooks-tp-rating-number {
font-size: 24px;
font-weight: 700;
color: #191919;
}
.ludobooks-tp-badge-total {
font-size: 14px;
color: #6c757d;
}
.ludobooks-tp-badge-label {
font-size: 16px;
font-weight: 600;
color: #00b67a;
} @media (max-width: 767px) {
.ludobooks-tp-header-badges {
flex-direction: column;
}
.ludobooks-tp-badge {
min-width: 100%;
}
}