.dseop-seo-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background: #f9f9f9;
  border-radius: 6px;
  margin-bottom: 8px;
  font-size: 14px;
}

.dseop-seo-status a {
  text-decoration: none;
  font-weight: bold;
  flex-grow: 1;
  margin-left: 10px;
}

.dseop-seo-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C9404D;
  box-shadow: 0px 0px 4px 1px #C9404D;
  border: 1px solid #000;
  flex-shrink: 0;
}

.dseop-seo-count {
  font-size: 16px;
  font-weight: bold;
  min-width: 30px;
  text-align: center;
}

.dseop-loading {
  text-align: center;
  padding: 10px;
  color: #666;
}

.dseop-new-badge {
  background-color: #0a875a;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 11px;
  margin-right: 5px;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
}

/*# sourceMappingURL=dseop-admin-dashboard-style.css.map */
