/*
Theme Name: Clean Blog - Tema WP SEO Minimalista
Theme URI: https://autoblogexpress.com/themes/minimal-seo-clean-blog
Author: AutoblogEXPRESS
Author URI: https://autoblogexpress.com
Description: Um tema minimalista, clean, ultra-rápido e focado em SEO e GSC. Desenvolvido para alta performance e Core Web Vitals.
Version: 1.0.11
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: clean-blog-wp-seo
Tags: one-column, accessibility-ready, custom-colors, custom-menu, editor-style, featured-images
*/

/* 
  Estilos gerenciados via Tailwind CSS. 
  Este arquivo contém apenas as informações obrigatórias do tema WordPress.
*/

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* Post Content Typography */
.post-content h2 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  line-height: 1.25;
  scroll-margin-top: 6rem;
}

.post-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.25;
}

.post-content p {
  margin-bottom: 1.5rem;
}

.post-content p:first-of-type {
  font-size: 1.25rem;
  font-weight: 500;
  color: #405160;
}

.dark .post-content p:first-of-type {
  color: #e5e7eb;
}

.post-content blockquote {
  border-left: 4px solid #137fec;
  padding-left: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-style: italic;
  font-size: 1.25rem;
  background-color: #f6f7f8;
  border-radius: 0 0.5rem 0.5rem 0;
}

.dark .post-content blockquote {
  background-color: rgba(31, 41, 55, 0.5);
  color: #fff;
}

.post-content ul,
.post-content ol {
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}

.post-content ul {
  list-style-type: disc;
}

.post-content ol {
  list-style-type: decimal;
}

.post-content li {
  margin-bottom: 0.75rem;
}

.post-content a {
  color: #137fec;
  text-decoration: underline;
}

.post-content a:hover {
  text-decoration: none;
}