.block.block-page-title .label {
  text-transform: uppercase;
  width: fit-content;
  border: 1px solid var(--color-green-dark);
  margin: 0 auto;
  /* padding: 6px 28px; */
  padding: 6px 16px;
  border-radius: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block.block-page-title .label p.text-lg-regular {
  font-size: 16px;
}

.block.block-page-title h4 {
  color: #737373;
  font-weight: 600;
}
.block.block-page-title h1 {
  line-height: 1;
}
.block.block-page-title p {
  color: #737373;
  line-height: 1.7;
}
.block.block-page-title button {
  color: #ffffff;
  font-weight: 600;
  background-color: #000;
  border-radius: var(--size-5);
}

.block.block-page-title div:nth-child(2) button.ml-4 {
  color: #000000;
  background-color: #d5d5d5;
}

.block.block-page-title .tabs {
  background-color: #f9fafb;
  width: fit-content;
  border-radius: var(--size-2);
  border: 1px solid #f2f4f7;
}

.block.block-page-title .option-wrapper {
  cursor: pointer;
}

.block.block-page-title .option-wrapper.active {
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1),
    0px 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: var(--size-1-5);
}
.block.block-page-title .option-wrapper.active > p {
  color: #475569;
}
