@import '~styles/config';

.dl {
  @include reset-all;

  margin-bottom: 25px;

  &__dt {
    margin-bottom: 5px;

    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;

    color: #bdbdbd;
  }

  &__dd {
    @include reset-all;
  }

  &__tag {
    @include reset-all;

    display: inline-flex;

    margin-left: auto;
    margin-right: 25px;
    padding: 6px 14px;

    font-weight: 600;
    font-size: 16px;

    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: $color-white;
  }
}
