.businessterm-info-title {
    color: var(--grey-900, #020303);
    /* B3/Semi-bold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
#business-term-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-business-button-item {
    display: flex;
    padding: 6px 12px;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}
.sds-multiselection-filter-badge a {
    color: var(--sds-grey);
    cursor: pointer;
}
.business-terms-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;
}
.schema-properties_badges_container {
    display: flex;
    gap: var(--2xs, 8px);
    padding: 12px 0px;
    flex-wrap: wrap;
}
.business-terms-context-section {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
}
.business-term-selection {
    display: flex;
    padding: 0px var(--2xl, 10px);
    flex-direction: column;
    gap: var(--lg, 16px);
    align-self: stretch;
}
.business-term-column-details {
    padding: 24px 24px;
}
#businessterm-info .card-header {
    padding: 16px 24px;
}

.business-term-container {
    padding: 24px 0px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 16px;
}

.business-term-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.term-title {
    color: var(--Grey-900, #020303);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
}

.term-actions {
    display: flex;
    gap: 8px;
}

.edit-btn, .delete-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #333;
}

.term-tags {
    margin-top: 12px;
}

.tag {
    display: inline-block;
    background-color: #f1f1f1;
    padding: 6px 12px;
    border-radius: 16px;
    margin-right: 8px;
    font-size: 14px;
}

.remove-tag {
    margin-left: 4px;
    cursor: pointer;
    color: #777;
}

.term-divider {
    border: none;
    height:2px!important;
    border-top: 1px solid #DEE4E4;;
}
