/* Settings Page Styles */
.toolszu-admin-wrap { max-width: 1050px; margin-top: 20px; }
.toolszu-header { display: flex; align-items: center; margin-bottom: 20px; }
.toolszu-layout { display: flex; gap: 20px; align-items: flex-start; flex-wrap: wrap; }
.toolszu-main-col { flex: 1; min-width: 500px; }
.toolszu-sidebar-col { width: 340px; flex-shrink: 0; }

.toolszu-card { background: #fff; border: 1px solid #ccd0d4; border-radius: 8px; padding: 25px; box-shadow: 0 1px 3px rgba(0,0,0,.04); margin-bottom: 20px; }
.toolszu-card h2 { margin-top: 0; padding-bottom: 10px; border-bottom: 1px solid #eee; font-size: 1.2em; }

.toolszu-cta-banner { background: #f0f6fc; border-left: 4px solid #2271b1; padding: 15px 20px; margin-bottom: 20px; border-radius: 4px; box-shadow: 0 1px 1px rgba(0,0,0,.04); }
.toolszu-cta-banner p { margin: 0; font-size: 14px; }
.toolszu-cta-banner a { font-weight: 600; text-decoration: none; }
.toolszu-cta-banner a:hover { text-decoration: underline; }

.toolszu-input-wide { width: 100%; max-width: 100%; padding: 8px; border-radius: 4px; border: 1px solid #8c8f94; }
.toolszu-live-preview-box { margin-top: 15px; padding: 12px; background: #f0f0f1; border-left: 4px solid #2271b1; font-family: monospace; font-size: 14px; color: #3c434a; }

.toolszu-sidebar-content p { font-size: 13px; line-height: 1.5; color: #50575e; }
.toolszu-sidebar-content ul { list-style-type: disc; margin-left: 15px; font-size: 13px; color: #50575e; }
.toolszu-sidebar-content ul li { margin-bottom: 8px; }

.toolszu-notice-box { background: #fff8e5; border-left: 4px solid #f0b849; padding: 12px 15px; margin-top: 20px; border-radius: 3px; }
.toolszu-notice-box p { margin: 0; font-size: 12px; color: #50575e; line-height: 1.5; }

/* Post List Column Styles */
.column-toolszu_link { width: 18%; }
.toolszu-link-wrapper input { width: 100%; font-size: 11px; margin-bottom: 4px; background: #f0f0f1; border: 1px solid #8c8f94; border-radius: 3px; padding: 2px 5px; }
.toolszu-action-group { display: flex; gap: 4px; }
.toolszu-copy-btn, .toolszu-generate-btn { font-size: 11px !important; padding: 0 8px !important; min-height: 24px !important; line-height: 22px !important; }
.toolszu-unlink-btn { padding: 0 4px !important; min-height: 24px !important; line-height: 22px !important; }
.toolszu-unlink-btn .dashicons { font-size: 14px; width: 14px; height: 14px; line-height: 22px; color: #d63638; }