.template-option__label {
  background: transparent;
  color: inherit;
  transition: none;
}

.template-option__name,
.template-option__action {
  transition: none;
}

.template-option__action {
  color: inherit;
}

.template-option__button:hover .template-option__label,
.template-option__button:focus-visible .template-option__label,
.template-option:has(.template-option__radio:checked) .template-option__label {
  background: var(--blue-900);
  color: #fff;
}

.template-option:has(.template-option__radio:checked) .template-option__name {
  opacity: 0;
}

.template-option:has(.template-option__radio:checked) .template-option__action {
  opacity: 1;
}
