.cdeo-trust-badge {
display: inline-flex;
flex-wrap: wrap;
align-items: center;
gap: 8px;
max-width: 100%;
width: auto;
font-size: 14px;
line-height: 1.4;
color: #1d2327;
box-sizing: border-box;
}
.cdeo-trust-badge__label {
display: inline-block;
margin: 0;
padding: 4px 10px;
border-radius: 999px;
background: #f0f6fc;
border: 1px solid #8c8f94;
font-weight: 600;
white-space: normal;
word-break: break-word;
}
button.cdeo-trust-badge__why,
.cdeo-trust-badge .cdeo-trust-badge__why,
.cdeo-trust-badge.cdeo-trust-badge--panel .cdeo-trust-badge__why {
appearance: none;
-webkit-appearance: none;
display: inline-flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
border: 1px solid #50575e;
background: #fff;
color: #1d2327;
border-radius: 4px;
margin: 0;
padding: 0 16px;
height: 44px;
min-height: 44px;
min-width: 44px;
max-height: none;
line-height: 1.2;
font-size: 14px;
font-weight: 500;
white-space: nowrap;
cursor: pointer;
}
.cdeo-trust-badge__why:focus,
.cdeo-trust-badge__why:focus-visible {
outline: 2px solid #2271b1;
outline-offset: 2px;
}
.cdeo-trust-badge__panel {
flex-basis: 100%;
margin-top: 4px;
padding: 12px;
background: #fff;
border: 1px solid #8c8f94;
border-radius: 6px;
max-width: 100%;
}
.cdeo-trust-badge__about,
.cdeo-trust-badge__note {
margin: 0 0 8px;
}
.cdeo-trust-badge__list {
margin: 0 0 8px;
padding-left: 0;
list-style: none;
}
.cdeo-trust-badge__list li {
margin: 0 0 4px;
}
.cdeo-trust-badge--card,
.cdeo-trust-badge--search {
max-width: 100%;
}
.cdeo-trust-badge--card .cdeo-trust-badge__label,
.cdeo-trust-badge--search .cdeo-trust-badge__label {
font-size: 12px;
padding: 3px 8px;
}
.cdeo-trust-badge--panel {
display: flex;
width: 100%;
margin: 8px 0 12px;
}
@media (max-width: 768px) {
.cdeo-trust-badge--panel {
flex-direction: column;
align-items: stretch;
}
button.cdeo-trust-badge__why,
.cdeo-trust-badge .cdeo-trust-badge__why {
width: 100%;
height: 44px;
min-height: 44px;
}
}
@media (max-width: 412px) {
.cdeo-trust-badge {
font-size: 13px;
}
}
@media (max-width: 390px) {
button.cdeo-trust-badge__why,
.cdeo-trust-badge .cdeo-trust-badge__why {
height: 44px;
min-height: 44px;
}
}
@media (max-width: 320px) {
.cdeo-trust-badge {
font-size: 12px;
}
.cdeo-trust-badge__label {
padding: 4px 8px;
}
button.cdeo-trust-badge__why,
.cdeo-trust-badge .cdeo-trust-badge__why {
font-size: 13px;
height: 44px;
min-height: 44px;
}
}
@media (min-width: 1280px) {
.cdeo-trust-badge {
font-size: 15px;
}
}
.cdeo-trust-badge__feedback {
margin-top: 12px;
padding-top: 8px;
border-top: 1px solid #dcdcde;
}
.cdeo-trust-badge__feedback-q {
margin: 0 0 8px;
}
.cdeo-trust-badge__fb {
appearance: none;
display: inline-flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
min-height: 44px;
min-width: 44px;
margin: 0 8px 8px 0;
padding: 0 12px;
border: 1px solid #50575e;
background: #fff;
border-radius: 4px;
cursor: pointer;
}
.cdeo-trust-badge__fb:focus-visible {
outline: 2px solid #2271b1;
outline-offset: 2px;
}
.cdeo-trust-badge__feedback-thanks {
margin: 8px 0 0;
}
.cdeo-quality-graph {
display: flex;
align-items: flex-end;
gap: 12px;
min-height: 120px;
margin: 1em 0;
}
.cdeo-quality-graph__col {
flex: 1;
text-align: center;
min-width: 48px;
}
.cdeo-quality-graph__bar {
display: block;
width: 100%;
background: #2271b1;
min-height: 4px;
border-radius: 2px 2px 0 0;
}
.cdeo-quality-graph__bar--trust {
background: #00a32a;
margin-top: 2px;
}
.cdeo-quality-graph__label {
display: block;
font-size: 11px;
margin-top: 6px;
}