/* o2c-workflow-entry-compact */
/* Reduce the article entry height while leaving the featured card unchanged. */
#o2c-announcements .o2c-workflow-entry-art:has(.apt-selected){padding-top:8px}
#o2c-announcements .o2c-workflow-entry .apt-selected{--apt-selected-height:213px}
#o2c-announcements .o2c-workflow-entry-copy{padding:18px 36px;gap:8px}
#o2c-announcements .o2c-workflow-entry-action{margin-top:4px;padding-top:10px}
@media(max-width:540px){
 #o2c-announcements .o2c-workflow-entry .apt-selected{--apt-selected-height:240px}
 #o2c-announcements .o2c-workflow-entry-copy{padding:18px 22px}
}

