.statistics_table td {
    word-break: break-all;
}

.statistics_my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.statistics_hr-margin-small {
    margin-top: 10px;
    margin-bottom: 10px;
}

#stats_domain_select {
    margin-bottom: 15px;
}

.statistics-pages-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-end;
    padding: 10px;
    border: 1px solid #d7dde3;
    border-radius: 4px;
    background: #f9fbfd;
    margin-bottom: 12px;
}

.statistics-pages-domain-filter {
    min-width: 280px;
    max-width: 460px;
    flex: 1 1 320px;
}

.statistics-pages-domain-filter label {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}

.statistics-pages-domain-filter small {
    display: block;
    margin-top: 4px;
    color: #66717d;
}

.statistics-pages-domain-filter #stats_domain_select {
    margin-bottom: 0;
}

#chart_visits_per_page {
    margin-bottom: 15px;
}

#rex-page-statistics-stats.modal-open {
    overflow: visible;
}

.statistics_week_kpis {
    margin-top: 10px;
}

.statistics-kpi-panel .panel-body {
    min-height: 86px;
}

.statistics_cards_row {
    margin-bottom: 14px;
}

.statistics_cards_heading {
    margin-top: 6px;
    margin-bottom: 12px;
}

.statistics-analysis-card {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #d7dde3;
    border-radius: 4px;
    background: #ffffff;
    padding: 12px;
    margin-bottom: 12px;
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.statistics-analysis-card:hover,
.statistics-analysis-card:focus {
    border-color: #5ca2de;
    box-shadow: 0 0 0 2px rgba(92, 162, 222, 0.15);
    outline: none;
}

.statistics-analysis-card__icon {
    width: 40px;
    min-width: 40px;
    text-align: center;
    color: #5ca2de;
    font-size: 24px;
}

.statistics-analysis-card__content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.statistics-analysis-card__title {
    font-weight: 600;
}

.statistics-analysis-card__desc {
    color: #66717d;
    font-size: 12px;
}

.statistics-ref-host-card,
.statistics-ref-top-card {
    display: block;
    border: 1px solid #d7dde3;
    border-radius: 6px;
    background: #fff;
    padding: 10px 12px;
    margin-bottom: 12px;
    color: inherit;
    text-decoration: none;
}

.statistics-ref-top-card:hover,
.statistics-ref-top-card:focus {
    border-color: #5ca2de;
    box-shadow: 0 0 0 2px rgba(92, 162, 222, 0.12);
    text-decoration: none;
    outline: none;
}

.statistics-ref-host-title,
.statistics-ref-top-url {
    font-size: 13px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4f5f6f;
}

.statistics-ref-host-count,
.statistics-ref-top-count {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 2px;
    margin-bottom: 6px;
}

.statistics-ref-meter {
    height: 6px;
    background: #eef2f6;
    border-radius: 999px;
    overflow: hidden;
}

.statistics-ref-meter-bar {
    height: 6px;
    background: #5ca2de;
}
