/* Trust Indicators */
.aws-trust-indicators {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 10px 0;
}

.aws-trust-indicators--loop {
    gap: 8px;
    font-size: 12px;
}

.aws-trust-indicators__item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.aws-trust-indicators__icon {
    color: var(--aws-ti-color, #FFB800);
    display: flex;
    align-items: center;
}

.aws-trust-indicators__icon svg {
    width: 16px;
    height: 16px;
}

.aws-trust-indicators--loop .aws-trust-indicators__icon svg {
    width: 12px;
    height: 12px;
}

.aws-trust-indicators__value {
    font-weight: 600;
    color: #333;
}

.aws-trust-indicators__label {
    color: #666;
}

.aws-trust-indicators--loop .aws-trust-indicators__label {
    display: none;
}
