/* v0.47.10 - kết thúc so sánh và quay về màn hình chọn hồ sơ */
.customer-compare-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.customer-comparison-actions,.compare-run-actions{display:flex;flex-wrap:wrap;gap:10px}
@media (max-width:720px){
  .customer-compare-page-head{display:grid;grid-template-columns:1fr;gap:14px}
  .customer-compare-page-head .button{width:100%;justify-content:center;text-align:center}
  .customer-comparison-actions,.compare-run-actions{display:grid;grid-template-columns:1fr;width:100%}
  .customer-comparison-actions .button,.compare-run-actions .admin-button{width:100%;justify-content:center}
}
