.dila-empty-state {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    margin-top: 20px;
}

.dila-empty-state .dashicons {
    font-size: 80px;
    width: 80px;
    height: 80px;
    color: #00a32a;
    margin-bottom: 20px;
}

.dila-empty-state h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
}

.dila-empty-state p {
    color: #666;
    font-size: 14px;
}

.dila-broken-links-summary {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
}

.dila-summary-stat {
    display: inline-block;
}

.dila-summary-number {
    font-size: 48px;
    font-weight: bold;
    color: #2271b1;
}

.dila-summary-number.warning {
    color: #d63638;
}

.dila-summary-label {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.dila-broken-url {
    display: inline-block;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f8f9fa;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 12px;
}

.wp-list-table {
    margin-top: 20px;
}

@media (max-width: 782px) {
    .dila-broken-url {
        max-width: 150px;
    }
}
