CSS Demo: :last-of-type

dt {
font-weight: bold;
}

dd {
margin: 3px;
}

dd:last-of-type {
border: 2px solid orange;
}

Output