._card_x5c65_1 {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: var(--radius-md);
  padding: 16px;
  box-shadow: var(--shadow-xs);
  border: 1px solid var(--color-border-light);
  flex: 1;
  overflow-y: scroll;
}
._card__header_x5c65_12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
}
._card--hoverable_x5c65_18 {
  transition: all 0.2s ease;
}
._card--hoverable_x5c65_18:hover {
  border: 1px solid var(--color-border-dark);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
  cursor: pointer;
}