/* Sprint 7.5.18 - zorunlu/oneri ayrimi ve yayimlama guvenlik kapisi */
.s707-step-type {
  display: inline-flex;
  width: max-content;
  margin: 0 0 5px;
  padding: 2px 6px;
  border-radius: 999px;
  color: #174ea6;
  background: #e7f0ff;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.35;
}

.s706-phase.recommended .s707-step-type {
  color: #5f6472;
  background: #f0f1f4;
}

.s707-publish-safety {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-top: 1px solid #d8e9df;
  color: #174638;
  background: #f1fbf6;
}

.s707-safety-mark {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 50%;
  color: #087f5b;
  background: #d9f8e7;
  font-weight: 850;
}

.s707-publish-safety > span:last-child,
.s707-publish-safety strong,
.s707-publish-safety small {
  min-width: 0;
  overflow-wrap: anywhere;
}

.s707-publish-safety strong,
.s707-publish-safety small {
  display: block;
}

.s707-publish-safety strong {
  font-size: 11px;
}

.s707-publish-safety small {
  margin-top: 2px;
  color: #587166;
  font-size: 9px;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .s707-publish-safety {
    align-items: flex-start;
    padding: 12px 14px;
  }
}

