﻿/* ALLY_MYWORK_CLEANUP_V1 */

/* Hide the top Last workflow / Updated summary block */
#workSummary,
.work-summary,
.my-work-summary {
  display: none !important;
}

/* If the summary block does not have a stable class/id, hide any direct block that starts with Last workflow */
.ally-hide-last-workflow {
  display: none !important;
}

/* Give the cards a little more vertical room after hiding summary */
#myWorkList,
.my-work-list,
.work-list {
  margin-top: 4px !important;
}

/* Slightly compact My Work cards */
.work-card {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.work-card-title {
  font-size: 16px !important;
  line-height: 1.2 !important;
}

.work-card-meta {
  font-size: 13px !important;
  line-height: 1.2 !important;
}

.work-card-prompt {
  font-size: 13px !important;
  line-height: 1.35 !important;
}
