.credibility-snippets-wrapper {
    margin-block: 20px 27px;
}

.credibility-snippets-caption {
    font: normal normal bold 16px/26px Ubuntu;
    letter-spacing: 0px;
    color: #0E1015;
    text-transform: uppercase;
    opacity: 1;
    text-align: center;
    margin-bottom: 19px;
}

.credibility-snippets-items {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 20px 34px;
}

.credibility-snippets-item {
    flex: 0 0 auto;
    display: flex;
    gap: 10px;
    font: normal normal normal 14px/26px Ubuntu;
    letter-spacing: 0px;
    color: #0E1015;
    border-bottom: 1px dashed #B8BFD9;
    cursor: pointer;
}

span.credibility-snippets-item-icon {
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    background: #B8BFD9;
    border-radius: 50%;
    color: #fff;
    display: flex;
    line-height: 14px;
    font-size: 10px;
    align-items: center;
    justify-content: center;
    padding: 0;
    align-self: center;
}

.credibility-snippets-item:hover {
    text-decoration: none !important;
    border-color: #f24175;
}

.template-body {
    max-height: 427px;
    overflow: auto;
    font-size: 14px;
    line-height: 1.8;
    color: #0E1015;
    padding-right: 15px;
}
.template-body p{
    font-size: 14px;
    line-height: 1.8;
    color: #0E1015;
    margin: 0;
}

.template-body-inner{
    margin-right: -15px;
    padding-right: 15px;
}

.media-clients {
    display: flex;
    flex-flow: row wrap;
    gap: 21px;
    margin-block: 26px 17px;
}

.media-client-item {
    flex: 0 0 auto;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-client-item > img {
    max-height: 100%;
    width: auto;
}

.media-client-item:nth-child(1) {
    flex: 0 0 49px;
}

.media-client-item:nth-child(2) {
    flex: 0 0 59px;
}

.media-client-item:nth-child(3) {
    flex: 0 0 42px;
}

.media-client-item:nth-child(4) {
    flex: 0 0 69px;
}

.media-client-item:nth-child(5) {
    flex: 0 0 67px;
}

.media-client-item:nth-child(6) {
    flex: 0 0 44px;
}
.styled-list {
    margin-block: 17px 0;
}
.styled-list-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.styled-list-item:not(:last-child){
    margin-bottom: 24px;
}

.styled-list-item-text {
    flex: 0 1 100%;
}

.styled-list-item-style {
    flex: 0 0 15px;
    height: 15px;
    background: #b8bfd9;
    border-radius: 100%;
    margin-top: calc((14px * 1.8 - 15px) / 2);
}


.tippy-box[data-theme~='credibility'] {
    background-color: #fff;
    box-shadow: 0px 0px 6px #B8BFD9;
    border: 1px solid #B8BFD9;
   
}

.tippy-box[data-theme~='credibility'] .tippy-arrow{
    width: 12px;
    height: 12px;
    color: #fff;
}
.tippy-box[data-theme~='credibility'] .tippy-content{
    padding: 21px 18px;
    padding-right: 5px;
}

.tippy-box[data-theme~='credibility'] > .tippy-arrow:after {
    content: '';
    position: absolute;
    border-color: transparent;
    border-style: solid;
}
.tippy-box[data-theme~='credibility'][data-placement^=left]>.tippy-arrow:after {
    border-width: 6px 0 6px 12px;
    right: -9px;
    transform-origin: center left;
    color: #fff;
    border-left-color: initial;
}
.tippy-box[data-theme~='credibility'][data-placement^=left]>.tippy-arrow:before {
    border-width: 6px 0 6px 12px;
    border-left-color: #b8bfd9;
    right: -12px;
    transform-origin: center left;
}

.tippy-box[data-theme~='credibility'][data-placement^=right]>.tippy-arrow:before{
    left: -12px;
    border-width: 6px 12px 6px 0;
    border-right-color: #b8bfd9;
    transform-origin: center right;
}
.tippy-box[data-theme~='credibility'][data-placement^=right]>.tippy-arrow:after{
    left: -9px;
    border-width: 6px 12px 6px 0;
    border-right-color: #fff;
    transform-origin: center right;
}

.tippy-box[data-theme~='credibility'][data-placement^=bottom]>.tippy-arrow:before{
    border-width: 0 6px 12px;
    border-bottom-color: #b8bfd9;
    top: -12px;
    transform-origin: center bottom;
}
.tippy-box[data-theme~='credibility'][data-placement^=bottom]>.tippy-arrow:after {
    border-width: 0 6px 12px;
    top: -9px;
    transform-origin: center bottom;
    color: #fff;
    border-bottom-color: initial;
}

.tippy-box[data-theme~='credibility'][data-placement^=top]>.tippy-arrow:before{
    bottom: -12px;
    left: 0;
    border-width: 12px 6px 0;
    border-top-color: #b8bfd9;
    transform-origin: center top;
}

.tippy-box[data-theme~='credibility'][data-placement^=top]>.tippy-arrow:after {
    bottom: -9px;
    left: 0;
    border-width: 12px 6px 0;
    border-top-color: #fff;
    transform-origin: center top;
}

.new-filter .credibility-snippets-caption,
.filter_bg .credibility-snippets-caption{
    text-align: left;
}
.new-filter .credibility-snippets-items,
.filter_bg .credibility-snippets-items{
    justify-content: start;
}