﻿.directory-crest {
    border-radius: 50%;
    object-fit: contain;    
    border: 1px solid var(--border-input);
    padding: 1px;
    flex-shrink: 0;
}

.directory-crest--16 {
    width: 16px;
    height: 16px;
}

.directory-crest--24 {
    width: 24px;
    height: 24px;
}

.directory-crest--32 {
    width: 32px;
    height: 32px;
}

.directory-crest--48 {
    width: 48px;
    height: 48px;
}

.directory-crest--64 {
    width: 64px;
    height: 64px;
}

.directory-crest--100 {
    width: 100px;
    height: 100px;
}
