/* Shared Activity Status card for non-HR portal pages. Matches the existing HR card proportions. */
.portal-activity-card{height:230px;display:flex;flex-direction:column;overflow:hidden;margin-top:18px}
.portal-activity-card h2{flex:0 0 auto}
.portal-activity-log{flex:1 1 auto;min-height:0;max-height:none;margin:4px 0 0;overflow-y:auto;overflow-x:auto;overscroll-behavior:contain;scrollbar-gutter:stable;white-space:pre-wrap;word-break:break-word}
@media(max-width:700px){.portal-activity-card{height:190px}}
