<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.card-inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 95%; 
}

.card-text {
  flex-grow: 1; 
}

.card-cta {
  margin-top: auto; 
} 
}</pre></body></html>