.crm-customer-title-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    flex-wrap: wrap;
}

.crm-customer-history-button,
.crm-customer-notes-button {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.crm-customer-history-button {
    border-color: #9dcce7;
    background: #edf7fd;
    color: #176b9c;
}

.crm-history-modal > header small {
    display: block;
    margin-top: 4px;
    color: #607180;
    font-size: 11px;
}

@media (max-width: 700px) {
    .crm-customer-title-actions {
        justify-content: flex-start;
    }
}
