/* LollyBet v18 — Trustpilot CTA strip */
.lb-tp-cta {
    background: #0d1117;
    border-top: 1px solid #1e2d3d;
    padding: 14px 24px;
    width: 100%;
    box-sizing: border-box;
}
.lb-tp-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Étoiles */
.lb-tp-stars {
    display: flex;
    align-items: center;
    gap: 3px;
    flex-shrink: 0;
}
.lb-tp-star--full { color: #00b67a; }
.lb-tp-star--half { color: #73cf11; }
.lb-tp-score {
    font-size: .78rem;
    color: #64748b;
    margin-left: 8px;
    white-space: nowrap;
}

/* Texte */
.lb-tp-text {
    flex: 1;
    color: #64748b;
    font-size: .82rem;
    line-height: 1.5;
    margin: 0;
    min-width: 180px;
}

/* Bouton */
.lb-tp-btn {
    display: inline-flex;
    align-items: center;
    background: #00b67a;
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    padding: 9px 18px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .2s, transform .15s;
}
.lb-tp-btn:hover {
    background: #00985f;
    transform: translateY(-1px);
    color: #fff;
    text-decoration: none;
}

@media (max-width: 640px) {
    .lb-tp-inner { justify-content: center; text-align: center; }
    .lb-tp-stars { justify-content: center; width: 100%; }
    .lb-tp-text  { text-align: center; width: 100%; }
    .lb-tp-btn   { width: 100%; justify-content: center; }
}
