/* Block 174: readable native select groups and compact encryption note. */
.demo-field select optgroup {
  color: #f3dfaa;
  background: #202321;
  font-weight: 750;
}

.demo-field select option {
  color: #12211b;
  background: #f4efe5;
  font-weight: 500;
}

.deploy-security-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  max-width: 100%;
  margin: 28px auto 0;
  color: rgba(238, 242, 238, 0.76);
  font-size: 0.84rem;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

.deploy-security-note::before {
  content: "";
  width: 22px;
  height: 1px;
  flex: 0 0 22px;
  background: #cbb77f;
}

.deploy-security-note strong {
  color: #f2eee4;
  font-weight: 720;
}

@media (max-width: 620px) {
  .deploy-security-note {
    display: block;
    max-width: 34rem;
    margin-top: 24px;
    text-align: left;
  }

  .deploy-security-note::before {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
}
