.company-context-modal .modal-header {
    border-bottom: 1px solid #e5edf6;
    padding: 1.4rem 1.5rem;
}

.company-context-modal .modal-title {
    color: #172033;
    font-weight: 900;
}

.company-context-modal .modal-body {
    padding: 1.25rem 1.5rem;
}

.company-context-list {
    display: grid;
    gap: .75rem;
}

.company-context-choice {
    align-items: center;
    background: #fff;
    border: 1px solid #dde5ef;
    border-radius: 10px;
    cursor: pointer;
    display: grid;
    gap: .8rem;
    grid-template-columns: auto 42px minmax(0, 1fr);
    margin: 0;
    padding: .85rem 1rem;
}

.company-context-choice:has(input:checked) {
    background: #f1f0ff;
    border-color: #6554e8;
}

.company-context-choice input {
    height: 17px;
    width: 17px;
}

.company-context-icon {
    align-items: center;
    background: #eef0ff;
    border-radius: 8px;
    color: #5947e8;
    display: inline-flex;
    font-size: 1.2rem;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.company-context-choice strong,
.company-context-choice small {
    display: block;
}

.company-context-choice strong {
    color: #172033;
    font-weight: 900;
}

.company-context-choice small {
    color: #728197;
    font-weight: 700;
    margin-top: .15rem;
}

.company-context-modal .modal-footer {
    border-top: 1px solid #e5edf6;
    padding: 1rem 1.5rem;
}
