/**
 * Product Badges for WooCommerce - Admin Styles
 *
 * @package ProductBadgesFree
 */

/* Badge edit screen */
.post-type-spbfw_badge .form-table th {
  width: 200px;
  font-weight: 600;
}

.post-type-spbfw_badge .form-table td {
  padding: 15px 10px;
}

.post-type-spbfw_badge .form-table .description {
  margin-top: 5px;
  font-style: italic;
  color: #666;
}

/* Badge preview box */
.spbfw-badge-preview-container {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 4px;
}

/* Admin notices styling */
.notice.spbfw-notice {
  border-left-color: #7c3aed;
}

select option[disabled] {
  color: #999;
  font-style: italic;
}

/* Badge status indicator in list */
.spbfw-status-active {
  color: #22c55e;
  font-weight: 600;
}

.spbfw-status-inactive {
  color: #999;
}

/* Rule value examples */
.spbfw-rule-examples {
  background: #f0f0f0;
  padding: 10px;
  border-radius: 3px;
  margin-top: 5px;
  font-family: monospace;
  font-size: 12px;
}

/* Responsive admin */
@media (max-width: 782px) {
  .post-type-spbfw_badge .form-table th,
  .post-type-spbfw_badge .form-table td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
