/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://example.com/
 Description:  Child theme for GeneratePress
 Author:       Your Name
 Template:     generatepress
 Version:      1.0.0
 Text Domain:  generatepress-child
*/
@import url("../generatepress/style.css");

.gp-child-header{
  background:#fffbeb;
  color:#0b1220;
  padding:8px 12px;
  text-align:center;
  font-size:14px;
}

.gp-tool-shell { margin: 1rem 0; padding: 1rem; border: 1px solid #e6e6e6; border-radius:6px; background:#fff; 
}
.gp-bmi-form label { display:block; margin-bottom:0.5rem; }
.gp-bmi-form input { width: 100%; max-width:200px; padding:6px; margin-top:4px; }
.gp-bmi-submit { margin-top:8px; padding:8px 12px; background:#1a73e8; color:#fff; border:none; 
border-radius:4px; cursor:pointer; }
.gp-bmi-result { margin-top:12px; font-size:1rem; }
.gp-tool-teaser { background:#fffbeb; padding:12px; border-radius:6px; }
.gp-tool-cta { background:#111827; color:#fff; padding:6px 10px; border-radius:4px; text-decoration:none; }

