.dl-ios {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.dl-ios__card {
  width: 100%;
  max-width: 362px;
  padding: 20px 16px;
  border-radius: 26px;
  background: #fff;
}

.dl-ios__app-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.dl-ios__icon-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  min-height: 91px;
}

.dl-ios__steps {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.dl-ios__section-title {
  margin: 0;
  width: 100%;
  max-width: 362px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.43px;
  text-align: center;
}

.dl-ios__step-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.dl-ios__step-title {
  margin: 0;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.43px;
  text-align: center;
}

.dl-ios__step-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.dl-ios__step-text {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.43px;
  text-align: center;
}

.dl-ios__step-text strong { font-weight: 600; }

.dl-ios__system-icon {
  width: 24px;
  height: 24px;
  object-fit: cover;
  flex-shrink: 0;
}

.dl-ios__settings-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 0;
}

.dl-ios__settings-link:active { opacity: 0.7; }
