.gt-cards__radio {
  display: none;
}

.gt-cards {
  margin-top: 50px;
}

.gt-cards__text {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 18px;
  color: #333;
}

.gt-cards__text::before {
  content: "";
  position: absolute;
  right: -25px;
  top: 0%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #666;
}

.gt-cards__radio:checked + div.gt-cards__text::before {
  background-color: var(--gt-color-6);
}

.gt-cards {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.gt-cards__label {
  width: 300px;
}

.gt-article-interactive-view .article-box-hidden {
  display: none;
}

.gt-button-link {
  border: none;
  padding: 10px;
  text-align: center;
  width: 270px;
  max-width: calc(100vw - 32px);
  font-size: 2rem;
  border-radius: 45px;
  background: #ffcbdc;
  margin: auto;
  display: block;
  text-decoration: none;
  color: black;
}
