﻿.trust-box {
}
.trust-orange {
    color: var()--bs-orange-custom);
}
.check-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
}

.trust-badge-container {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fff;
}

.sub-text {
    font-size: 0.75rem;
    color: #6c757d;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .trust-box {
        position: relative;
        left: 50%;
        transform: translate(-50%, 50%);
        width: 75%;
    }
}
