.h2-header-trustpilot {
    display: none;
}

@media (min-width: 993px) {
    .h2-header-trustpilot {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        margin-left: auto;
        margin-right: 0;
        padding: 0;
        height: 24px;
        line-height: 0;
        overflow: hidden;
    }

    .h2-header-trustpilot__widget {
        height: 24px;
        line-height: 0;
        overflow: hidden;
    }

    .h2-header-trustpilot__widget [id^="trustpilot-widget-trustbox"] {
        margin: 0 !important;
        height: 24px !important;
        overflow: hidden;
    }

    .h2-header-trustpilot__widget .trustpilot-widget {
        display: inline-block;
        width: auto;
        height: 24px !important;
        max-height: 24px;
        margin: 0 !important;
        padding: 0;
        vertical-align: top;
    }

    .h2-header-trustpilot__widget .trustpilot-widget > a {
        display: none;
    }

    .h2-header-trustpilot__widget .trustpilot-widget iframe {
        width: auto !important;
        height: 24px !important;
        margin: 0 !important;
        padding: 0;
        border: 0;
        vertical-align: top;
    }

    .h2-header-trustpilot__widget .tp-widget-wrapper {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        height: 24px;
        margin: 0;
        padding: 0;
    }


    .header-5 .h2-header-actions {
        margin-left: 1.25rem;
    }
}