.logwatch-wrap {
    margin: 20px 20px 0 0;
}

.logwatch-container {
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    margin-top: 20px;
}

.logwatch-header {
    padding: 20px;
    border-bottom: 1px solid #ccd0d4;
    background: #f9f9f9;
}

.logwatch-header p {
    margin: 0;
    color: #646970;
}

.logwatch-content {
    padding: 20px;
}

/* Table columns */
.column-type { width: 12%; }
.column-message { width: 40%; }
.column-file { width: 25%; }
.column-count { width: 8%; text-align: center; }
.column-last-seen { width: 15%; }
.column-hidden-date { width: 15%; }
.column-hidden-by { width: 12%; }
.column-actions { width: 10%; }

/* No items message */
.wp-list-table .no-items td {
    text-align: center;
    padding: 40px 20px;
    color: #646970;
}

/* Error type badges */
.logwatch-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.logwatch-badge-error {
    background: #d63638;
    color: #fff;
}

.logwatch-badge-warning {
    background: #dba617;
    color: #fff;
}

.logwatch-badge-notice {
    background: #2271b1;
    color: #fff;
}

.logwatch-badge-deprecated {
    background: #646970;
    color: #fff;
}

.logwatch-badge-info {
    background: #72aee6;
    color: #fff;
}

/* Count badge */
.logwatch-count {
    display: inline-block;
    background: #f0f0f1;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 13px;
}

/* ThickBox modal content styling */
.logwatch-modal-inner {
    padding: 20px;
}

.logwatch-modal-inner h3 {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 1.5;
}

.logwatch-modal-inner h4 {
    margin: 20px 0 10px 0;
    font-size: 14px;
    font-weight: 600;
}

.logwatch-stacktrace {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 3px;
    overflow-x: auto;
    max-height: 400px;
    font-size: 12px;
    line-height: 1.5;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 0;
}

.logwatch-view-details {
    margin-top: 8px;
}

/* Help page styling */
.logwatch-help-content {
    padding: 20px;
    line-height: 1.6;
}

.logwatch-help-content h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.logwatch-help-content h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.logwatch-help-content ul,
.logwatch-help-content ol {
    margin-left: 20px;
}

.logwatch-help-content pre {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
    overflow-x: auto;
}

/* Premium Page Styling */
.logwatch-premium-banner {
    background: #fff;
    margin-top: 20px;
}

.logwatch-premium-cta {
    background: #f9f9f9;
    border: 1px solid #ccd0d4;
    padding: 30px;
    margin-bottom: 30px;
}

.logwatch-premium-cta__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.logwatch-premium-cta__summary h2 {
    margin: 0 0 10px 0;
    font-size: 28px;
}

.logwatch-premium-cta__summary p {
    margin: 0;
    color: #646970;
    font-size: 16px;
}

.logwatch-feat-table__title {
    margin: 30px 0 20px 0;
    padding: 0 20px;
    font-size: 24px;
}

.logwatch-feat-table {
    margin-bottom: 30px;
}

.logwatch-feat-table td {
    padding: 15px;
}

.logwatch-feat-table .logwatch-feat-col {
    text-align: center;
    width: 150px;
}

.logwatch-feat-table .dashicons {
    font-size: 24px;
    width: 24px;
    height: 24px;
}

.logwatch-feat-table .dashicons-yes {
    color: #00a32a;
}

.logwatch-feat-table .dashicons-no-alt {
    color: #d63638;
}

@media (max-width: 782px) {
    .logwatch-premium-cta__top {
        flex-direction: column;
        text-align: center;
    }
}

/* Pro Banner on Logs Page */
.logwatch-pro-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 20px 25px;
    margin: 0;
    border-bottom: 1px solid #ccd0d4;
}

.logwatch-pro-banner__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.logwatch-pro-banner__text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.logwatch-pro-banner__text strong {
    font-size: 16px;
    font-weight: 600;
}

.logwatch-pro-banner__text span {
    font-size: 14px;
    opacity: 0.95;
}

.logwatch-pro-banner__action .button {
    background: #fff;
    color: #667eea;
    border: none;
    font-weight: 600;
    padding: 8px 20px;
    height: auto;
}

.logwatch-pro-banner__action .button:hover {
    background: #f0f0f1;
    color: #667eea;
}

@media (max-width: 782px) {
    .logwatch-pro-banner__content {
        flex-direction: column;
        text-align: center;
    }
}
