
.calc-pediatrica-container { background: #fdfbf7; border: 1px solid #e1dbd4; padding: 25px; border-radius: 8px; max-width: 600px; margin: 20px auto; font-family: sans-serif; color: #333; }
.calc-pediatrica-container h2 { color: #2c3e50; text-align: center; margin-bottom: 20px; }
.form-group { margin-bottom: 15px; }
.form-group label { display: block; margin-bottom: 5px; font-weight: bold; }
.form-group input, .form-group select { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; }
.btn-calcular { width: 100%; background: #27ae60; color: white; border: none; padding: 12px; font-size: 16px; border-radius: 4px; cursor: pointer; font-weight: bold; }
.btn-calcular:hover { background: #219653; }
.results-table { width: 100%; border-collapse: collapse; margin-top: 15px; }
.results-table th, .results-table td { border: 1px solid #ddd; padding: 10px; text-align: left; }
.results-table th { background-color: #f4f1ea; color: #2c3e50; }
.meta-info-grid { background: #f4f1ea; padding: 12px; border-radius: 4px; margin-bottom: 10px; font-size: 14px; line-height: 1.5; }
.meta-info-grid p { margin: 4px 0; }
