.profile-update-card{
  margin:10px 0 12px 34px;
  max-width:88%;
  border:1px solid #CFE2FF;
  border-radius:14px;
  padding:12px;
  background:linear-gradient(135deg,#F5F9FF,#F2FCFA);
}

.profile-update-card small{
  display:block;
  margin-bottom:4px;
  color:#3B82F6;
  font-size:7px;
  font-weight:900;
  letter-spacing:.08em;
}

.profile-update-card strong{
  display:block;
  color:#0A1F44;
  font-size:10px;
  margin-bottom:5px;
}

.profile-update-card p{
  margin:0 0 8px;
  color:#64748B;
  font-size:8px;
  line-height:1.45;
}

.profile-update-facts{
  margin:7px 0 10px;
  padding:8px;
  border-radius:10px;
  background:#fff;
  border:1px solid #E5EAF2;
}

.profile-update-fact{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:4px 0;
  font-size:7.5px;
  border-top:1px solid #EEF2F6;
}

.profile-update-fact:first-child{
  border-top:0;
}

.profile-update-fact span{
  color:#64748B;
}

.profile-update-fact b{
  color:#0A1F44;
  text-align:right;
}

.profile-update-actions{
  display:flex;
  gap:6px;
}

.profile-update-primary,
.profile-update-secondary{
  border-radius:9px;
  padding:8px 10px;
  font-size:8px;
  font-weight:900;
  cursor:pointer;
}

.profile-update-primary{
  border:0;
  background:#0A1F44;
  color:#fff;
}

.profile-update-secondary{
  border:1px solid #D8E1EC;
  background:#fff;
  color:#64748B;
}

.profile-updated{
  border-color:#CDEDE6;
  background:#F3FBF8;
}

.profile-updated small{
  color:#16816A;
}
