.document-checklist-editor {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 497px;
    padding: 0;
    background: transparent;
}

.document-checklist-editor__group {
    width: 497px;
}

.document-checklist-editor__header {
    display: flex;
    width: 497px;
    height: 41px;
    min-height: 41px;
    align-items: center;
    justify-content: space-between !important;
    padding: 0 20px 0 16px;
    border: 0;
    border-radius: 10px;
    background: #ffffff;
    color: #542a80;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
    text-align: left;
}

.document-checklist-editor__title {
    min-width: 0;
    overflow: hidden;
    color: #542a80;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: none;
}

.document-checklist-editor__arrow {
    flex: 0 0 20px;
    width: 20px !important;
    height: 20px !important;
    color: #542a80 !important;
}

.document-checklist-editor__body {
    display: flex;
    flex-direction: column;
    width: 497px;
    margin-top: 3px;
    padding: 15px 0 9px;
    border-radius: 10px;
    background: #ffffff;
}

.document-checklist-editor__item {
    display: flex;
    width: 100%;
    height: 26px;
    min-height: 26px;
    align-items: center;
    justify-content: flex-start !important;
    gap: 7px;
    padding: 0 16px 0 9px;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

.document-checklist-editor__item:disabled {
    cursor: default;
}

.document-checklist-editor__checkbox {
    display: inline-flex;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    align-items: center;
    justify-content: center;
    border: 1px solid #542a80;
    border-radius: 3px;
    background: #ffffff;
    margin: 0;
}

.document-checklist-editor__checkbox--selected {
    background: #542a80;
}

.document-checklist-editor__check {
    width: 14px !important;
    height: 14px !important;
    color: #ffffff !important;
}

.document-checklist-editor__item-text {
    flex: 0 1 auto;
    color: #5d748a;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    white-space: nowrap;
}

.document-checklist-view {
    padding: 8px 16px;
    border-radius: 10px;
    background: #ffffff;
}

.document-checklist-view-item {
    color: #53687d;
    font-size: 15px;
    line-height: 1.35;
}
