/* Settings Page Preview Container */
#fourhundredx-preview-container {
  border: 1px solid #bfbfbf;
  padding: 20px;
  background: #f3f4f9;
  margin-bottom: 25px;
  border-radius: 4px;
}

.fourhundredx-preview-label {
  margin-top: 0;
  margin-bottom: 15px;
  color: #555;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85em;
}

.fourhundredx-preview-card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  max-width: 900px;
  margin: 0 auto;
}

.fourhundredx-preview-title {
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 0.5em;
  margin-top: 0;
}

.fourhundredx-preview-meta {
  color: #666;
  font-family: monospace;
  margin-bottom: 20px;
  background: #f5f5f5;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 3px;
}

.fourhundredx-preview-status {
  padding: 15px;
  background: #fff3cd;
  border-left: 5px solid #ffeeba;
  color: #856404;
  margin-bottom: 20px;
}

.fourhundredx-preview-body {
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

/* Mock Author Section */
.fourhundredx-preview-author {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fourhundredx-preview-author-label {
  font-weight: bold;
  font-size: 1.1em;
}

.fourhundredx-preview-actions {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.fourhundredx-mock-button {
  display: inline-block;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.9em;
  cursor: pointer;
}

.fourhundredx-btn-primary {
  background-color: #007bff;
  color: white;
  border: 1px solid #007bff;
}

.fourhundredx-btn-secondary {
  background-color: #f8f9fa;
  color: #333;
  border: 1px solid #ddd;
}

/* Entry List Styles - Highlight Auto-Redirects */
.fourhundredx-auto-redirect {
  background-color: #f0f8ff !important;
}

/* Active Chain (301 Redirect) - Light Green */
.fourhundredx-status-chain {
  background-color: #e6ffec !important;
}

/* Unpublished (403) - Light Yellow-Orange */
.fourhundredx-status-unpublished {
  background-color: #fff8e1 !important;
}

/* Deleted (410) - Light Red */
.fourhundredx-status-deleted {
  background-color: #ffebee !important;
}

/* Warning Message in Forms */
.fourhundredx-auto-warning {
  padding: 15px;
  background: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
  margin-bottom: 15px;
  font-weight: bold;
  border-radius: 4px;
}
