.topbar-actions {
  display: flex;
  gap: 6px;
}

.modal-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-heading h1 {
  margin: 0;
}

.icon-btn {
  border: 0;
  background: transparent;
  color: #596276;
  font-size: 2rem;
  line-height: 1;
  padding: 2px 6px;
}

.profile-card {
  max-height: calc(100dvh - 36px);
  overflow-y: auto;
}

.profile-identity {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0;
}

.profile-preview {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--profile-color);
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  box-shadow: 0 2px 8px #0003;
}

.field-caption {
  display: block;
  color: #6b7382;
  font-size: .8rem;
  margin-bottom: 2px;
}

.profile-card input[type="color"] {
  width: 100%;
  height: 52px;
  padding: 4px;
  cursor: pointer;
}

.profile-card fieldset {
  border: 1px solid #dce2ee;
  border-radius: 12px;
  padding: 12px;
  margin: 18px 0 0;
}

.profile-card legend {
  font-weight: 800;
  padding: 0 5px;
}

.profile-card legend span {
  color: #6b7382;
  font-size: .8rem;
  font-weight: 400;
}

.profile-card fieldset label + label {
  margin-top: 10px;
}

button:disabled {
  opacity: .6;
  cursor: wait;
}

.marker-controls {
  width: min(100%, 800px);
  margin: auto;
  padding: 0 12px 10px;
  text-align: center;
}

.marker-controls button {
  border: 0;
  border-radius: 9px;
  background: #1557d6;
  color: #fff;
  min-height: 42px;
  padding: 10px 18px;
  font-size: .95rem;
  font-weight: 800;
  box-shadow: 0 2px 7px #1557d655;
}

.marker-controls button span[aria-hidden] {
  margin-right: 4px;
  font-size: 1.1rem;
}

.hide-markers .badges {
  display: none;
}
