.truncate-text {
    display: block;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis; 
    max-width: 100%; 
}

.atk-data-url {
    max-width: 80%;
}

.widefat .check-column {
    vertical-align: middle!important;
    padding: 0 0 0 3px!important;
}

.wp-list-table .column-action_type  { width: 25% !important; } 
.wp-list-table .column-user_ip_address { width: 150px!important; }
.wp-list-table .column-action { width: 120px!important; }
.wp-list-table .column-action_url   { width: 132px!important; }
.wp-list-table .column-logs_ai   { width: 148px!important; }

.atk-ipv4-tooltip-wrap {
    position: relative;
    display: inline-block;
}

.atk-ipv4-tooltip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%);
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    white-space: nowrap;
    pointer-events: none;
    transition: opacity 0.2s ease;
    background-color: #075985;
    color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.atk-ipv4-tooltip-arrow {
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 8px;
    height: 8px;
    background: inherit;
    transform: translateX(-50%) rotate(45deg);
}

.atk-ipv4-tooltip-wrap:hover .atk-ipv4-tooltip,
.atk-ipv4-tooltip-wrap:focus-within .atk-ipv4-tooltip {
    visibility: visible;
    opacity: 1;
}

.atk-country-tooltip-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.atk-country-tooltip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%);
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    background-color: #075985;
    color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-align: center;
    inline-size: max-content;
    max-inline-size: 16rem;
    white-space: normal;
    word-break: break-word;
}

.atk-country-tooltip-arrow {
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 8px;
    height: 8px;
    background: inherit;
    transform: translateX(-50%) rotate(45deg);
}

.atk-country-tooltip-wrap:hover .atk-country-tooltip,
.atk-country-tooltip-wrap:focus-within .atk-country-tooltip {
    visibility: visible;
    opacity: 1;
}
