.ks-authorized-container {
    display: inline-flex;
    gap: 4px;
}

.ks-authorized-seller {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    
    width: fit-content;
    margin-bottom: 0;
}

.ks-authorized-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
}