.dw-fbt {
  border: 1px solid #e5e5e5;
  padding: 16px;
  margin-top: 18px;
  border-radius: 8px;
}

.dw-fbt h3 {
  margin: 0 0 10px;
}

.dw-fbt__list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}

.dw-fbt__item {
  margin: 8px 0;
}

.dw-fbt__item label {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.dw-fbt__title {
  flex: 1;
}

.dw-fbt__price {
  white-space: nowrap;
}

.dw-fbt__msg {
  margin-top: 10px;
}