.guided-continuous-note {
  margin: 12px 0 16px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

.guided-continuous-note span,
.guided-start-language-link span {
  display: block;
  margin-top: 3px;
  font-size: 0.88em;
  opacity: 0.82;
}

.guided-start-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.guided-start-language-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 6px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.guided-share-status {
  min-height: 1.5em;
  margin: 8px 0 0;
  color: rgba(246, 240, 230, 0.76);
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.guided-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 14px;
}

.guided-share-actions a,
.guided-share-actions button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border: 1px solid rgba(246, 240, 230, 0.34);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
  font: inherit;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 640px) {
  .guided-start-panel {
    max-height: calc(100svh - 24px);
    overflow-y: auto;
  }

  .guided-start-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .guided-start-actions button,
  .guided-start-language-link {
    width: 100%;
  }
}
