.fo-categories-new-rank-grid,
.fo-categories-new-mom-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 12px;
}

.fo-categories-new-widget h4 {
  margin: 0 0 6px;
  font-size: 15px;
  color: rgba(232, 234, 240, 0.94);
}

#fo-categories-new-table-ars th,
#fo-categories-new-table-ars td,
#fo-categories-new-table-usd th,
#fo-categories-new-table-usd td,
#fo-categories-new-mom-table-ars th,
#fo-categories-new-mom-table-ars td,
#fo-categories-new-mom-table-usd th,
#fo-categories-new-mom-table-usd td {
  text-align: center;
}

#fo-categories-new-table-ars tbody td:nth-child(2),
#fo-categories-new-table-usd tbody td:nth-child(2),
#fo-categories-new-mom-table-ars tbody td:nth-child(3),
#fo-categories-new-mom-table-usd tbody td:nth-child(3) {
  font-weight: 600;
}

@media (max-width: 980px) {
  .fo-categories-new-rank-grid,
  .fo-categories-new-mom-grid {
    grid-template-columns: 1fr;
  }
}
