﻿/*
Theme Name: MinPlus
Theme URI: https://minplus.pe/
Author: MinPlus
Description: Theme de WordPress basado en el diseÃƒÂ±o React de MinPlus.
Version: 1.0.13
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: minplus
*/

/* Carga principal en assets/css/theme.css */

html,
body {
  margin: 0;
  padding: 0;
}

.entry-content {
  color: #1f2937;
  font-size: 1.25rem;
  line-height: 1.85;
}

.entry-content p {
  margin: 0 0 1.75rem;
  white-space: pre-line;
}

.entry-content .wp-block-paragraph {
  margin: 0 0 1.75rem;
  white-space: pre-line;
}

.entry-content p:last-child,
.entry-content .wp-block-paragraph:last-child {
  margin-bottom: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: #111827;
  font-weight: 700;
  line-height: 1.3;
}

.entry-content a {
  color: #0f172a;
  text-decoration: underline;
}

.entry-content blockquote {
  margin: 0;
  padding-left: 1rem;
  border-left: 4px solid #cbd5e1;
  font-style: italic;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.5rem;
}

.minplus-home-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.minplus-site-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}

.minplus-site-brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.minplus-site-brand .custom-logo {
  max-height: 84px;
  width: auto;
  height: auto;
}

.minplus-site-title-link {
  color: #fff;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.minplus-site-tagline {
  margin: 0;
  color: #cbd5e1;
  font-size: 0.95rem;
}
