/*
 Theme Name: GeneratePress PetMX Child
 Template: generatepress
 Version: 1.0
*/

 /* estilos base del child */
body {
  background: #f5f7fb;
  color: #1a1a1a;
}

.petmx-blog-container {
  max-width: 920px;
  margin: 40px auto;
  background: #fff;
  padding: 36px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.entry-title {
  color: #1a1a1a;
  font-size: 2.2rem;
  font-weight:700;
  line-height:1.15;
}

a { color: #006CFF; }
