textarea{
    resize: none;
}

#address{
    height: 108px;
}

#uploadPhoto{
    width: 245px;
    height: 245px;
}

/* ── Toast slide-in (used by notifications.js) ──────────── */
@keyframes careToastIn {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Urgent notification badge pulse (used by notifications.js) ── */
@keyframes careUrgentPulse {
    0%   { box-shadow: 0 0 0 0 rgba(226, 75, 74, 0.7); }
    70%  { box-shadow: 0 0 0 7px rgba(226, 75, 74, 0); }
    100% { box-shadow: 0 0 0 0 rgba(226, 75, 74, 0); }
}