/* Simple Moves — overrides for new/changed elements only.
   Everything else comes from the mirrored original stylesheets. */

.quote-form__badges {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
  font-weight: 700;
  color: var(--primary);
}

.quote-form__badges li {
  display: flex;
  align-items: center;
}

.quote-form__frame {
  width: 100%;
}

.quote-trigger {
  cursor: pointer;
}
