.trustpilot {
	height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F4F4F4;
    color: #000;
    padding: 0 20px;
    border-radius: 15px;
    gap: 10px;
    text-align: center;
    width: 100%;
    max-width: none;
    margin: 0 auto;
}

.trustpilot-logo {
    width: 100px;
}

.mobile-hidden {
    font-weight: 400 !important;
    margin: 0 5px;
    margin-top: 22px;
    font-size: 16px !important;
    text-align: center;
}

.trustpilot-stars {
    width: 100px;
    margin: 0px;
}

.info-icon {
    width: 16px;
    height: 16px;
    margin: 0;
}

.rating {
    font-weight: 400 !important;
    margin-top: 22px;
}

@media (max-width: 768px) {
    .mobile-hidden {
        display: none;
        font-size: 14px;
    }

    .trustpilot-logo,
    .trustpilot-stars {
        width: 80px;
    }
}
