@import '~@/components/styles/widget.scss';

.resource-cost {
  @include widget;

  display: flex;
  flex-wrap: wrap;
  flex: 1;

  .amount {
    justify-content: center;
  }
}
