.kc-trustpilot-placeholder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow: hidden;
}

.kc-trustpilot-placeholder-lg {
    min-height: 350px;
}

.kc-trustpilot-placeholder-sm {
    max-width: 200px;
}

.kc-trustpilot-placeholder::before {
    content: "";
    position: absolute;
    inset: 0;
}

.kc-trustpilot-text {
    position: relative;
    z-index: 1;

    max-width: 500px;
    padding: 20px;

    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;

    line-height: 1.6;
}

.kc-trustpilot-text a {
    color: #00b67a;
    text-decoration: underline;
}
