/**
 * EarlySEO Article Styles
 *
 * Mirrors the web app's .article-markdown / .earlyseo-article styles
 * so articles published via EarlySEO look consistently styled inside
 * any WordPress theme.
 */

.earlyseo-article {
  color: #1f2937;
  font-size: 16px;
  line-height: 1.75;
  word-wrap: break-word;
}

.earlyseo-article > :first-child {
  margin-top: 0;
}

.earlyseo-article > :last-child {
  margin-bottom: 0;
}

.earlyseo-article h1,
.earlyseo-article h2,
.earlyseo-article h3,
.earlyseo-article h4,
.earlyseo-article h5,
.earlyseo-article h6 {
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  font-weight: 700;
  line-height: 1.3;
  color: #111827;
}

.earlyseo-article h1 {
  font-size: 2rem;
}

.earlyseo-article h2 {
  font-size: 1.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e5e7eb;
}

.earlyseo-article h3 {
  font-size: 1.25rem;
}

.earlyseo-article h4 {
  font-size: 1.05rem;
}

.earlyseo-article p,
.earlyseo-article ul,
.earlyseo-article ol,
.earlyseo-article dl,
.earlyseo-article table,
.earlyseo-article blockquote,
.earlyseo-article pre,
.earlyseo-article figure {
  margin-top: 0;
  margin-bottom: 1rem;
}

.earlyseo-article a {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.earlyseo-article a:hover {
  text-decoration-thickness: 2px;
}

.earlyseo-article ul,
.earlyseo-article ol {
  padding-left: 1.5rem;
}

.earlyseo-article li + li {
  margin-top: 0.3rem;
}

.earlyseo-article li > p {
  margin-bottom: 0.4rem;
}

.earlyseo-article blockquote {
  margin-left: 0;
  padding: 0.25rem 1rem;
  color: #6b7280;
  border-left: 4px solid #e5e7eb;
}

.earlyseo-article code {
  padding: 0.12rem 0.35rem;
  border-radius: 0.375rem;
  background: #f3f4f6;
  font-size: 0.88em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

.earlyseo-article pre {
  overflow: auto;
  padding: 1rem;
  border-radius: 0.75rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

.earlyseo-article pre code {
  background: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 0.9em;
  line-height: 1.55;
}

.earlyseo-article table {
  display: table;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.earlyseo-article th,
.earlyseo-article td {
  padding: 0.55rem 0.75rem;
  border: 1px solid #e5e7eb;
  text-align: left;
}

.earlyseo-article th {
  font-weight: 600;
  background: #f3f4f6;
}

.earlyseo-article img {
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
}

.earlyseo-article hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #e5e7eb;
}

.earlyseo-article .task-list-item {
  list-style: none;
}

.earlyseo-article input[type="checkbox"] {
  margin-right: 0.45rem;
}

.earlyseo-article .youtube-embed-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  overflow: hidden;
}

.earlyseo-article .youtube-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
