/* --- TRUSTPILOT STYLE --- */
.tp-slider-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    box-sizing: border-box;
}

/* Karty opinii */
.tp-card {
    background: #ffffff;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    border-top: 1px solid #00b67a;
    padding-top: 16px;
}

.tp-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

/* Prawdziwe zielone kwadraciki z gwiazdkami w stylu Trustpilota */
.tp-stars-box {
    display: flex;
    gap: 3px;
}

.tp-star-box {
    width: 18px;
    height: 18px;
    background-color: #00b67a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
}

.tp-star-box.empty {
    background-color: #dbdbdb;
}

.tp-star-box.half {
    background: linear-gradient(90deg, #00b67a 50%, #dbdbdb 50%);
}

.tp-time {
    font-size: 13px;
    color: #9c8e87;
}

.tp-card-title {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #2e2623;
    line-height: 1.3;
}

.tp-card-body {
    font-size: 13.5px;
    color: #5d514a;
    line-height: 1.45;
    margin-bottom: 14px;
}

.tp-card-body p {
    margin: 0 0 8px 0;
}

.tp-card-author {
    font-size: 13px;
    color: #9c8e87;
    margin-top: auto;
}

/* Nawigacja po bokach */
.tp-nav-btn {
    color: #2e2623 !important;
    width: 24px !important;
    height: 24px !important;
}

.tp-nav-btn::after {
    font-size: 16px !important;
    font-weight: bold;
}

.swiper-button-prev {
    left: 10px !important;
}

.swiper-button-next {
    right: 10px !important;
}

/* Stopka pod sliderem */
.tp-slider-footer {
    text-align: center;
    margin-top: 32px;
    font-size: 13px;
    color: #7d6e65;
}

.tp-footer-text a {
    color: #7d6e65;
    text-decoration: underline;
}

.tp-logo-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    font-size: 15px;
    color: #2e2623;
    text-decoration: none !important;
}

.tp-logo-star {
    color: #00b67a;
    font-size: 16px;
}

/* --- BADGE (Drugie zdjęcie) --- */
.tp-badge-link {
    text-decoration: none !important;
    display: inline-block;
}

.tp-badge-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #2e2623;
}

.tp-badge-top {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    font-size: 16px;
}

.tp-badge-star {
    color: #00b67a;
    font-size: 20px;
}

.tp-badge-brand {
    color: #1b1b1b;
}

.tp-badge-score {
    color: #4a3831;
}

.tp-badge-bottom {
    text-align: right;
    margin-top: 1px;
}

.tp-badge-label {
    font-size: 13.5px;
    color: #8c7a70;
}