/* css/hunter/mobile-memory-result.css */

/* =========================
   Memory result action polish
   - final settlement should not show two buttons that both close the dialog
========================= */
.hunter-memory-result-actions.is-single-action {
    grid-template-columns: 1fr;
}

.hunter-memory-result-actions.is-single-action .hunter-memory-result-btn.primary {
    min-height: 44px;
}


