.verdocs-flag {
  position: absolute;
  left: 100%;
  width: 110px;
  height: 24px;
  padding-left: 14px;
  background-color: #13a10e;
  clip-path: polygon(0px 50%, 14px 0, 100% 0, 100% 100%, 14px 100%);
  display: flex;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
}
.verdocs-flag:hover {
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
  transform: translateX(-1px);
}
.verdocs-flag.variant-next {
  clip-path: none;
  border-radius: 0;
  margin-left: 14px;
  width: 96px;
  padding-left: 0;
}
.verdocs-flag .label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 4px;
}
.verdocs-flag .link {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 400;
}
.verdocs-flag .link:hover {
  text-decoration: none;
}