
.source-info-title {
    color: var(--grey-900, #020303);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

#column-source-new-btn-text {
    color: #FFF;
    /* B5/Semi-bold */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
}

.add-new-source-button-item {
    display: flex;
    padding: 6px 12px;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

#columnsource-info .card-header {
    padding: 16px 24px;
}

.source-column-details {
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    gap: var(--lg, 16px);
    align-self: stretch;
}
.column-source-badges-container {
    display: flex;
    gap: var(--2xs, 8px);
    padding: 12px 0px;
    flex-wrap: wrap;
}
.column-properties-sources-table {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    color: var(--grey-900, #020303);
    /* B4/Medium */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    padding: 10px 0px 16px;
}
.column-properties-connection-header {
    color: var(--grey-900, #020303);
    /* B4/Medium */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    padding: 10px 0px 16px;
    border-bottom: 1px solid #DEE4E4;
}