.dm-sub-header__trustpilot {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    box-sizing: border-box !important;
    flex: 0 0 174px !important;
    width: 174px !important;
    min-width: 174px !important;
    max-width: 174px !important;
    height: 32px !important;
    padding: 3px 8px 3px 4px !important;
    overflow: hidden !important;
    border: 1px solid rgba(0, 182, 122, 0.3) !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, rgba(0, 182, 122, 0.13), rgba(255, 255, 255, 0.035)) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 6px 18px rgba(0, 0, 0, 0.18) !important;
    color: #fff !important;
    line-height: 1 !important;
    text-decoration: none !important;
    transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease !important;
}

.dm-sub-header__trustpilot:hover {
    border-color: rgba(0, 182, 122, 0.58) !important;
    background: linear-gradient(135deg, rgba(0, 182, 122, 0.22), rgba(255, 255, 255, 0.055)) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 8px 22px rgba(0, 0, 0, 0.24) !important;
    transform: translateY(-1px);
}

.dm-sub-header__trustpilot:focus-visible {
    outline: 2px solid #00b67a !important;
    outline-offset: 2px !important;
}

.dm-sub-header__trustpilot-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #00b67a;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(0, 182, 122, 0.1);
}

.dm-sub-header__trustpilot-mark svg {
    display: block;
    width: 15px;
    height: 15px;
}

.dm-sub-header__trustpilot-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
    text-align: left;
}

.dm-sub-header__trustpilot-copy strong {
    color: #fff;
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.01em;
}

.dm-sub-header__trustpilot-copy > span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
}

.dm-sub-header__trustpilot-arrow {
    margin-left: auto;
    color: rgba(255, 255, 255, 0.48);
    font-size: 11px;
    line-height: 1;
    transition: color 0.18s ease, transform 0.18s ease;
}

.dm-sub-header__trustpilot:hover .dm-sub-header__trustpilot-arrow {
    color: #00b67a;
    transform: translate(1px, -1px);
}

@media (max-width: 1180px) and (min-width: 900px) {
    .dm-sub-header__trustpilot {
        flex-basis: 164px !important;
        width: 164px !important;
        min-width: 164px !important;
        max-width: 164px !important;
    }

    .dm-sub-header__trustpilot-arrow {
        display: none;
    }
}

@media (max-width: 899px) {
    .dm-sub-header__trustpilot {
        display: none !important;
    }
}
