.health-page{
  background:#f7faf7;
  padding-bottom:110px;
}

.health-top{
  height:360px;
  overflow:hidden;
}

.health-top img{
  width:100%;
  display:block;
}

.health-body{
  padding:12px 14px 120px;
}

.health-input-panel{
  background:#fff;
  border-radius:26px;
  padding:20px;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.input-section{
  padding-bottom:18px;
  margin-bottom:18px;
  border-bottom:1px solid #eee;
}

.input-section h2{
  margin:0 0 14px;
  font-size:20px;
  color:#111;
}

.input-section small{
  font-size:14px;
  color:#555;
}

.bp-row{
  display:flex;
  align-items:center;
  gap:10px;
}

.input-box{
  flex:1;
  background:#fff;
  border:1px solid #e5e5e5;
  border-radius:18px;
  padding:12px 8px;
  text-align:center;
  box-shadow:0 4px 12px rgba(0,0,0,.06);
}

.input-box label{
  display:block;
  font-size:14px;
  font-weight:700;
  color:#d33;
  margin-bottom:6px;
}

.input-box .blue-label{color:#1d5fbf}

.input-box input{
  width:100%;
  border:none;
  outline:none;
  text-align:center;
  font-size:30px;
  font-weight:600;
  background:transparent;
  color:#111;
}

.input-box span{
  display:block;
  font-size:13px;
  color:#333;
}

.slash{
  font-size:30px;
  font-weight:600;
  color:#555;
}

.single-input{
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:#fff;
  border:1px solid #e5e5e5;
  border-radius:18px;
  padding:12px 18px;
  box-shadow:0 4px 12px rgba(0,0,0,.06);
}

.single-input input{
  width:70%;
  border:none;
  outline:none;
  font-size:30px;
  font-weight:600;
  background:transparent;
  color:#111;
}

.single-input span{
  font-size:16px;
  color:#333;
}

.mood-row{
  display:flex;
  justify-content:space-between;
  gap:6px;
}

.mood-row button{
  flex:1;
  border:none;
  background:#f7faf7;
  border-radius:18px;
  padding:8px 4px;
  font-size:26px;
}

.mood-row button span{
  display:block;
  margin-top:4px;
  font-size:11px;
  color:#222;
}

textarea{
  width:100%;
  height:120px;
  border:1px solid #e5e5e5;
  border-radius:18px;
  padding:14px;
  font-size:16px;
  resize:none;
  outline:none;
}

.text-count{
  text-align:right;
  font-size:13px;
  color:#777;
  margin-top:6px;
}

.save-btn{
  width:100%;
  height:58px;
  border:none;
  border-radius:18px;
  background:#2eb765;
  color:#fff;
  font-size:20px;
  font-weight:700;
  box-shadow:0 6px 16px rgba(46,183,101,.35);
}

.safe-text{
  margin:12px 0 0;
  text-align:center;
  font-size:14px;
  color:#777;
}
