/* Юридический блок согласий Skillbox. Поведенческие размеры синхронизированы с эталоном. */
.skb-consent__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  font-family: "Graphik", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #2b2b2b;
}

.skb-consent__item + .skb-consent__item,
.skb-consent__note {
  margin-top: 10px;
}

.skb-consent__box {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
}

.skb-consent__label {
  flex: 1 1 auto;
}

.skb-consent__note {
  font-family: "Graphik", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #2b2b2b;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.skb-consent a {
  color: #1a73e8;
  text-decoration: underline;
}

.skb-consent__item.skb-consent--error .skb-consent__label {
  color: #e0202a;
}

.skb-consent__item.skb-consent--error .skb-consent__box {
  accent-color: #e0202a;
  box-shadow: 0 0 0 2px #e0202a;
}

@media (max-width: 600px) {
  .skb-consent__item {
    gap: 10px;
    font-size: 14px;
    margin-block: 12px;
  }

  .skb-consent__box {
    width: 24px;
    height: 24px;
  }

  .skb-consent__note {
    font-size: 14px;
    margin-block: 12px;
  }
}
