/**
 * @File
 * Layout styles for (Instrument) Delta entities
 */

/**
 * Blocks
 */
.instrument--indicator--list--wrapper {
  display: flex;
  justify-content: space-between;
  display: grid;
  grid-gap: 2px;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  margin: 0 0 var(--rw-gutter, 24px) 0;

  /* @TODO: Add responsive queries and float fallback */
}
/* Top Indicators */
