/* Leads Admin Page */
.authyo-chatlead-lead-detail {
    max-width: 800px;
    margin-top: 20px;
}

.authyo-chatlead-lead-detail .form-table th {
    width: 200px;
    font-weight: 600;
}

.authyo-chatlead-lead-detail pre {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 4px;
    overflow-x: auto;
}

/* Verified Icons */
.authyo-chatlead-verified-icon {
    color: #00a32a;
    font-weight: bold;
    font-size: 16px;
    margin-left: 5px;
}

.authyo-chatlead-verified-badge {
    display: inline-block;
    background: #00a32a;
    color: white;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
}

/* Table Filters */
.tablenav .actions input[type="date"],
.tablenav .actions select {
    margin-right: 5px;
}

/* Responsive */
@media screen and (max-width: 782px) {
    .authyo-chatlead-lead-detail .form-table th {
        width: auto;
    }
}