.fcr-participant__footer--host-actions {
  position: relative;
}

.fcr-participant__footer-measure {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: max-content;
  z-index: -1;
}

.fcr-participant__footer-measure-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.fcr-participant__footer-overflow-trigger-measure {
  flex-shrink: 0;
}

.fcr-participant__footer-visible-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.fcr-participant__footer-item {
  flex-shrink: 0;
  display: flex;
  flex: 1;
}

.fcr-participant__footer-overflow-trigger {
  flex-shrink: 0;
}

.fcr-participant__footer-overflow-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.fcr-participant__footer-overflow-row {
  display: flex;
  width: 100%;
  max-width: 130px;
  min-width: 0;
}

.fcr-participant__footer-overflow-row .fcr-participant__footer-item {
  flex: 1;
  min-width: 0;
  display: flex;
}

.fcr-participant__footer-overflow-row .fcr-participant__footer-item > * {
  flex: 1;
  min-width: 0;
}

.fcr-participant__footer-placeholder {
  flex: 30%;
}

.footer-more-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 1rem;
  height: 100%;
}

.fcr-participant__footer-creator button {
  flex: 1;
  padding: 0 !important;
}
