.yslg-consent-preferences-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.yslg-consent-pref-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.yslg-consent-pref-row input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
}

.yslg-consent-pref-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.yslg-consent-pref-label {
  font-size: 14px;
  font-weight: 600;
  color: inherit;
}

.yslg-consent-pref-desc {
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.75;
}

.ysleadgen-type-cookie-consent .yslg-consent-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.ysleadgen-type-cookie-consent .yslg-consent-btn {
  cursor: pointer;
  border: none;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
}

.ysleadgen-type-cookie-consent .yslg-consent-btn-secondary {
  background: transparent;
  border: 1px solid currentColor;
}
