.ask-recognition-note {
  margin: 0 0 18px;
  align-self: flex-start;
  color: rgba(247, 243, 235, 0.64);
  font-size: 0.98rem;
  line-height: 1.5;
  text-align: left;
}

.ask-recognition-note strong {
  color: #f7f3eb;
  font-weight: 800;
}

.ask-email-inline[hidden] {
  display: none;
}

.ask-has-site-access .ask-compose-bar {
  grid-template-columns: 1fr auto;
}

.ask-has-site-access .ask-compose-bar::before {
  content: "Access remembered";
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: rgba(247, 243, 235, 0.54);
  background: rgba(0, 0, 0, 0.14);
  font-size: 0.86rem;
  font-weight: 720;
  text-align: left;
}

@media (max-width: 760px) {
  .ask-has-site-access .ask-compose-bar::before {
    min-width: 0;
    padding: 0 13px;
    font-size: 0.78rem;
  }
}
