.dyn-docs__link {
  color: #000000 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  text-decoration: none;
}

.dyn-docs__link:hover {
  text-decoration: underline;
}

[data-consent-slot] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dyn-consent__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}

.dyn-consent__checkbox {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 3px; /* чтобы чекбокс совпадал по высоте с первой строкой текста */
  accent-color: #7B61FF; /* фиолетовый под ваш сайт, поправьте под точный цвет при желании */
  cursor: pointer;
}

.dyn-consent__text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
}

.dyn-consent__link {
  color: #7B61FF;
  text-decoration: underline;
}

.dyn-consent__link:hover {
  text-decoration: none;
}