/* OutPlug Admin Styles */

#outplug-plugin-table {
  margin-top: 1.5em;
  width: 100%;
  border-collapse: collapse;
}

#outplug-plugin-table th {
  text-align: left;
  background: #f3f4f6;
  padding: 8px 12px;
  font-weight: 600;
  border-bottom: 2px solid #ccc;
}

#outplug-plugin-table td {
  padding: 8px 12px;
  border-bottom: 1px solid #e2e2e2;
}

#outplug-plugin-table tr:nth-child(even) td {
  background: #fafafa;
}

/* Highlight stale plugins */
#outplug-plugin-table tr.outplug-stale td {
  background: #fff4f4 !important;
  color: #b30000;
  font-weight: 500;
}

/* Success and info messages */
.updated.notice {
  border-left: 4px solid #46b450;
  padding: 10px 15px;
  margin-top: 10px;
  background: #f6fff8;
}

.updated.notice p {
  margin: 0;
  font-size: 14px;
}

/* Buttons and layout */
.wrap h1 {
  margin-bottom: 1em;
}

.wrap form {
  margin-bottom: 2em;
}

button.button-primary {
  background: #007cba;
  border-color: #007cba;
  color: #fff;
}

button.button-primary:hover {
  background: #006ba1;
  border-color: #006ba1;
}

button.button-secondary {
  background: #f3f4f6;
  border-color: #d0d0d0;
  color: #1d2327;
}

button.button-secondary:hover {
  background: #e6e6e6;
  border-color: #b0b0b0;
}