.grid-title-action-text{display:grid;grid-template-areas:"title" "text" "action";grid-template-columns:1fr}@media (min-width:1024px){.grid-title-action-text{grid-template-areas:"title action" "text text";grid-template-columns:1fr auto}}.g-title{grid-area:title}.g-action{grid-area:action}.g-text{grid-area:text}
