.matomo-widgets__browser-plugin__column {
    width: 16px;
}

.matomo-widgets__country-flag__column {
    width: 24px;
}

.matomo-widgets__country-flag__image {
    border: 1px solid #ccc;
}

.matomo-widgets__break-word {
    word-break: break-all;
}

/* For compatibility with TYPO3 v11 (uses text-right) and v12 (uses text-end) */
.matomo-widgets__text-end {
    text-align: end;
}

.matomo-widgets__table {
    width: 100%;
}

.matomo-widgets__table td,
.matomo-widgets__table th {
    padding: 10px;
}


.matomo-widgets__table tr:nth-child(even) {
    background-color: #f2f2f2
}

.matomo-widgets__table tbody tr {
    border-top: 1px solid #e0e0e0
}

.matomo-widgets__browsers-items {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}

.matomo-widgets__browsers-item {
    padding: 0 20px 10px 0;
}

.matomo-widgets__browsers-item img {
    margin-right: 5px;
    vertical-align: middle
}

.matomo_widgets__text-right {
    text-align: right;
}

.matomo_widgets__date-range {
    color: #666;
    font-size: 12px;
    font-weight: normal;
}

/* @todo Remove when compatibility with TYPO3 v12 is dropped */
.widget-content-main .matomo-widgets__widget-table-wrapper-v12 {
    margin-top: -20px;
}
