.wp-block-columns.is-style-corps-stat-row,
.wp-block-advgb-columns.is-style-corps-stat-row {
  --shield-w: clamp(84px, 7.5vw, 108px);
  --shield-h: clamp(94px, 8.5vw, 120px);
  --shield-left: clamp(-20px, -1.2vw, -8px);
  --shield-top: clamp(-20px, -1.2vw, -6px);
}

.is-style-corps-stat-row .wp-block-column.corps-stat,
.is-style-corps-stat-row .wp-block-advgb-column.corps-stat,
.is-style-corps-stat-row .advgb-column.corps-stat {
  position: relative;
  overflow: visible;
  flex: 1 1 200px;
}

.is-style-corps-stat-row .wp-block-column.corps-stat::before,
.is-style-corps-stat-row .wp-block-advgb-column.corps-stat::before,
.is-style-corps-stat-row .advgb-column.corps-stat::before {
  content: "";
  position: absolute;
  left: var(--shield-left);
  top: var(--shield-top);
  width: var(--shield-w);
  height: var(--shield-h);
  pointer-events: none;
  z-index: 0;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='108' height='120' viewBox='0 0 108 120' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M52.2492 1.0354C53.7291 -0.301505 54.5832 -0.367457 56.0743 0.975889C63.7581 7.89944 72.9779 10.9648 83.1655 11.4888C90.1771 11.8497 96.9275 10.5862 103.503 8.25358C105.209 7.64886 106.036 7.91121 106.425 9.91164C108.14 18.7536 108.311 27.6372 107.622 36.5835C106.827 46.9079 104.62 56.93 100.967 66.5853C96.4643 78.4839 89.9144 89.1895 81.3519 98.6195C73.9446 106.777 65.4201 113.567 56.0701 119.354C54.7842 120.15 53.8161 120.257 52.4253 119.411C34.3097 108.388 20.0535 93.7461 10.8387 74.5135C3.73131 59.6784 0.35585 43.9303 0 27.4051C0 21.5991 0.551358 16.7944 1.97129 9.9833C2.41663 7.84772 2.71147 7.51957 4.78437 8.25944C11.998 10.8341 19.4194 12.0694 27.0536 11.402C36.4961 10.5763 45.1092 7.48516 52.2492 1.0354Z' fill='%23E9E4F7'/></svg>")
    no-repeat center / contain;
}

.is-style-corps-stat-row .corps-stat > *,
.is-style-corps-stat-row .corps-stat > .advgb-column-inner {
  position: relative;
  z-index: 1;
}

.is-style-corps-stat-row .corps-stat p {
  font-family: 'futura-pt';
  font-size: clamp(18px, 2vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  color: var(--tarleton-purple, #4f2d7f);
}
