/* Notice Message */
.easy-gpt-notice {
    padding: 20px;
    background: #fff8e1;
    border: 1px solid #ffc107;
    border-radius: 8px;
    margin-bottom: 20px;
}

.easy-gpt-notice h2 {
    margin-top: 0;
    color: #856404;
}

.easy-gpt-notice a {
    color: #0c5460;
    font-weight: bold;
}

/* Statistics Cards */
.easy-gpt-stats {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.easy-gpt-stats-card {
    flex: 1;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    min-width: 200px;
}

.easy-gpt-stats-card h3 {
    margin: 0 0 5px;
}

.easy-gpt-stats-card p {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}

/* Comments Table */
.easy-gpt-comments-table {
    margin-top: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.easy-gpt-comments-table thead {
    background: #fff;
}

.easy-gpt-comments-table tbody tr {
    transition: background 0.3s;
}

/* View Button */
.easy-gpt-view-btn {
    padding: 5px 16px;
    border: none;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
    width: 50px;
    text-align: center;
    font-weight: bold;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

/* Pagination */
.easy-gpt-pagination {
    display: flex;
    justify-content: right;
    gap: 10px;
    margin-top: 15px;
}
