.org-meta-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 2px;
}

.org-meta {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    margin-top: 2px;
    width: fit-content;
}

.org-meta-name {
    background-color: #ecf0f1;
    color: #2c3e50;
}

.org-meta-type {
    background-color: #27ae60;
    color: #fff;
}
