/*
Theme Name: RDM Wordpress Theme
Theme URI: https://github.com/seu-usuario/rdm-theme
Author: José Lucas Martins Prest
Author URI: https://seusite.com.br
Description: Tema profissional desenvolvido com arquitetura modular e auxílio de IA.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
Text Domain: rdm-theme
*/

/* Base tipográfica e layout mínimo */
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	color: #333;
	background: #fff;
}

a {
	color: inherit;
}

.entry-content {
	margin-top: 16px;
}
/* Cards de listagem (index/archive/search) */
.rdm-card {
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 18px;
	margin-bottom: 18px;
	background: #fff;
}

.rdm-card .entry-title {
	margin: 0 0 8px;
}

.rdm-card .entry-meta {
	opacity: 0.85;
	font-size: 0.9rem;
}

