html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    background: #f5f7fb;
    color: #172033;
}

.crm-admin {
    width: 100%;
    max-width: none;
    padding: 24px 32px;
}

.crm-admin .container-fluid,
.crm-admin .tab-content,
.crm-admin .tab-pane,
.crm-admin .card {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
}

.crm-admin .card {
    display: block !important;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 2px 14px rgba(15, 23, 42, 0.08);
}

.crm-admin .card-body {
    display: block !important;
    width: 100% !important;
}

.crm-tabs {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    width: 100%;
    gap: 8px;
    border-bottom: 1px solid #dee2e6;
}

.crm-tabs .nav-item {
    display: block;
    width: auto !important;
}

.crm-tabs .nav-link {
    width: auto !important;
    padding: 14px 22px;
    color: #64748b;
    font-weight: 600;
    border: 0;
    border-bottom: 3px solid transparent;
}

.crm-tabs .nav-link.active {
    color: #0d6efd;
    background: transparent;
    border-bottom-color: #0d6efd;
}

.crm-admin .row {
    display: flex !important;
    width: auto !important;
}

.crm-data-label {
    margin-bottom: 5px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.crm-data-value {
    color: #172033;
    font-size: 15px;
    overflow-wrap: anywhere;
}

.crm-history {
    max-height: 620px;
    padding-right: 10px;
    overflow-y: auto;
}

.crm-message {
    margin-bottom: 14px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-left: 4px solid #0d6efd;
    border-radius: 10px;
}

.crm-message.is-requester {
    border-left-color: #00a65a;
}

.crm-message-body {
    font-size: 15px;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

.crm-filter.active {
    color: #00a65a;
    background: #fff;
    border-color: #00a65a;
}

.crm-editor .wp-editor-wrap {
    overflow: hidden;
    border: 1px solid #ced4da;
    border-radius: 6px;
}

.crm-editor .wp-editor-container {
    border: 0;
}

.crm-editor .mce-toolbar-grp {
    background: #f8fafc;
}

.crm-editor iframe {
    min-height: 300px !important;
}

@media (max-width: 782px) {
    .crm-admin {
        padding: 16px;
    }

    .crm-tabs .nav-link {
        padding: 12px;
    }

    .crm-admin .card-body {
        padding: 18px !important;
    }
}
.crm-actions-group {
    width: 72px;
}

.crm-action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 31px;
    padding: 0;
}

.crm-auth-card {
    max-width: 430px;
}

.crm-fecomercio-brand {
    display: inline-flex;
    align-items: center;
}

.crm-fecomercio-brand img {
    display: block;
    width: 170px;
    height: auto;
}

.crm-fecomercio-brand--auth img {
    width: min(300px, 100%);
}
