.numbered-card {
  background: #fff;
  position: relative;
  padding: 12px 12px 30px 12px;
  border: 1px solid var(--primary);
  text-align: left;
}

.numbered-card .number {
  background: var(--primary);
  display: flex;
  padding: 12px;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 50px;
  border-bottom-left-radius: 35px;
  border-top-right-radius: 35px;
  margin: 0;
}

.numbered-card .components-button-custom {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
