/* ==============================
   70 Theme: Care (Homecare)
   ============================== */
.theme-care{
  --primary:#22c55e;
  --primary-pressed:#16a34a;
  --ring:0 0 0 4px rgba(34,197,94,.20);
}

/* inputs: white bg for care */
.theme-care input[type="text"],
.theme-care input[type="tel"],
.theme-care input[type="number"],
.theme-care input[type="search"],
.theme-care input[type="email"],
.theme-care input[type="url"],
.theme-care input[type="month"],
.theme-care input[type="date"],
.theme-care select,
.theme-care textarea{
  background:#fff;
  color:#0b1220;
  border:1px solid #dbe0e6;
  border-radius:10px;
  padding:10px 12px;
  line-height:1.5;
  box-shadow:none;
  font-size:16px;
  min-height:44px;
}

.theme-care ::placeholder{ color:#94a3b8 }

.theme-care input:focus,
.theme-care select:focus,
.theme-care textarea:focus{
  outline:0;
  border-color:#60a5fa;
  box-shadow:0 0 0 3px rgba(96,165,250,.25);
}
