
.business-glossary-info-card-label {
    align-self: stretch;
    color: var(--sds-grey-900);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.business-glossary-info-card-text {
    flex: 1 0 0;
    color: var(--sds-grey-900);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.business-glossary-info-card-container .card-body {
    padding:24px;
}
.business-glossary-info-card-container {
    /* min-width:260px; */
    width:100%;
}

/* Loader */
.sds-bussiness-glossary-badge-primary {
    color: var(--Primary-800, #003C46);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border-radius: 10px;
    background: var(--Primary-100, #E5F1F2); 
    height: 22px;
    padding: 3px 8px;
    align-items: center;
    gap: 6px;
    margin-right:10px;
    word-break: break-all;
    text-wrap: unset;
    height: auto;
    text-align: left;
}