
/* Care Circle diary: a single photo used to sit in a 16/8 slot with object-fit:cover,
   which cropped a 3:2 photograph top and bottom. Give it the picture's own ratio and
   a white mat so the whole frame shows. */
#page-care-circle .cd-photos.is-1 .cd-photo{
  box-sizing:border-box;
  aspect-ratio:3/2;
  background:#ffffff;
  padding:10px;
  border:1px solid rgba(18,33,58,.10);
  box-shadow:0 8px 24px rgba(36,52,71,.08);
}
#page-care-circle .cd-photos.is-1 .cd-photo img{ border-radius:14px; }
@media (max-width:600px){
  #page-care-circle .cd-photos.is-1 .cd-photo{ padding:7px; }
}
