/* Keep actions aligned even when support-card descriptions have different lengths. */
body.ot-page-slug-support .ot-support-action-grid article {
    justify-content: flex-start !important;
}

body.ot-page-slug-support .ot-support-action-grid article > :is(a, button) {
    margin-top: auto !important;
}
