/* Give contact tools their own footer row instead of covering the workspace. */
[data-interface="redesigned"] > .tsp-contact-standing-tools {
  position: relative;
  inset: auto;
  order: 90;
  flex: 0 0 auto;
  align-self: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
  width: max-content;
  max-width: calc(100% - 24px);
  margin: 6px 12px;
  padding: 4px 6px;
  border: 1px solid var(--spark-line);
  border-radius: 10px;
  box-shadow: none;
  z-index: 38;
}
/* The phone number/copy control opens upward from the footer. */
.tsp-contact-standing-tools .tsp-phone-popover,
.tsp-contact-standing-tools .tsp-phone-tooltip {
  top: auto;
  bottom: 100%;
  right: 0;
  transform: none;
  max-width: calc(100vw - 36px);
}
@media (max-width: 767px) {
  [data-interface="redesigned"] > .tsp-contact-standing-tools {
    margin-bottom: calc(76px + env(safe-area-inset-bottom));
  }
}
