.cxb-svg {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  height: 150px;
}

.cxb-svg > svg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.cxb-text {
  fill: currentColor;
  stroke: none;
}

.cxs-text-anchor-middle {
  text-anchor: middle;
}

.cxs-text-anchor-right {
  text-anchor: end;
}