/*
 * Notely Detail Page Styles
 * Targeted utility styles for SEO deep-dive content.
 */

.notely-seo-color {
  font-weight: 700;
}

.notely-seo-color--urgent {
  color: #f96743;
}

.notely-seo-color--approved {
  color: #2ecc71;
}

.notely-seo-color--handoff {
  color: #3498db;
}

.notely-seo-screenshot {
  width: 100%;
  border-radius: 12px;
  margin: 2rem 0;
  display: block;
}
