.ai-summary-container {
    overflow-x: auto;
    margin: 20px 0;
}

.ai-summary-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

.ai-summary-table th,
.ai-summary-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
}

.ai-summary-table th {
    background-color: #f4f4f4;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #333;
}

.ai-summary-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.ai-summary-table tr:hover {
    background-color: #f1f1f1;
}

/* Links styling */
.ai-summary-posts-link {
    color: #2271b1;
    text-decoration: none;
    transition: color 0.2s;
}

.ai-summary-posts-link:hover {
    color: #135e96;
    text-decoration: underline;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .ai-summary-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
