/* Contact Plugin Styles */
.honeypot {
    display: none;
}

.table-responsive {
    overflow-x: auto;
}

.contact-admin-table {
    width: 100%;
    border-collapse: collapse;
}

.contact-admin-table th {
    text-align: left;
    padding: 10px;
    border-bottom: 2px solid var(--form-border-color, #eee);
    font-weight: 600;
}

.contact-admin-table td {
    padding: 10px;
    border-bottom: 1px solid var(--form-border-color, #eee);
}

.white-space-nowrap {
    white-space: nowrap;
}

.message-content-scroll {
    max-height: 120px;
    overflow-y: auto;
    padding: 5px;
    background: var(--section-head-bg-color, #f8f9fa);
    border-radius: 4px;
    font-size: 0.95rem;
}