.business-properties-container {
    padding: 24px;
}

.business-properties-container .drop-down-container:not(:last-child) {
    padding-bottom: 16px
}

.business-properties-container .drop-down-container label {
    padding-bottom: 4px;
    color: var(--sds-grey-900, #020303);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.business-properties-container .drop-down-container .business-rules-steward-input {
    width: 100%;
    display: block;
    border-radius: 6px;
    border: 1px solid var(--sds-grey-500, #B6BFBF);
    background: var(-sds-grey-000, #FFF);
    height: 32px;
    padding: 6px 12px;
    cursor: pointer;

}

.business-properties-container .drop-down-container .business-rules-steward-input.text-gray {
    color: #999;

}

/* v24 */
#business-glossary-rules-properties .business-rules-properties-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#business-glossary-rules-properties .business-rules-properties-list .business-rules-list-item {
    padding: 19px 0;
}

#business-glossary-rules-properties .business-rules-properties-list .business-rules-list-item:first-child {
    padding-top: 0;
}

#business-glossary-rules-properties .business-rules-properties-list .business-rules-list-item:last-child {
    padding-bottom: 0;
}

#business-glossary-rules-properties .business-rules-properties-list .business-rules-list-item:not(:last-child) {
    border-bottom: 1px solid #DEE4E4
}

#business-glossary-rules-properties .business-rules-properties-list .business-rules-list-item .business-rules-list-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#business-glossary-rules-properties .business-rules-properties-list .business-rules-list-item .business-rules-list-item-wrapper h6 {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #020303;
    margin: 0;
}

#business-glossary-rules-properties .business-rules-properties-list .business-rules-list-item .business-rules-list-item-wrapper p {
    margin: 0;
}

#business-glossary-rules-properties .business-rules-properties-list .business-rules-list-item .cta-btn-grp {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

#business-glossary-rules-properties .business-rules-properties-list .business-rules-list-item .cta-btn-grp .btn {
    padding: 6px;
}

#business-glossary-rules-properties .business-rules-properties-list .business-rules-list-item .sds-badge {
    background: #E4D4FE;
    padding: 3px 8px;
    border-radius: 4px;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #440468;
}


#business-glossary-rules-properties .business-rules-properties-list .business-rules-list-item .sds-badge.sds-badge-calc-ind {
    background: #B9EDD1;
    color: #004526;
}

#business-glossary-rules-properties .business-rules-properties-list .business-rules-list-item .sds-badge.sds-badge-mng-rule  {
    background: #FFCDCD;
    color: #69271D;
}