.toile-core-widget-no-refund {
  width: 100%;
}

.toile-no-refund {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  color: #0a0a0a;
}

.toile-no-refund__icon {
  --toile-no-refund-icon: url("../../images/no-refund.svg");
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-color: currentColor;
  -webkit-mask-image: var(--toile-no-refund-icon);
  mask-image: var(--toile-no-refund-icon);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.toile-no-refund__label {
  font-weight: 600;
  line-height: 1.3;
}

.toile-no-refund__value {
  line-height: 1.3;
}
