.editor-view .footer {
  background: linear-gradient(180deg, #fff9fc 0%, #fff2f7 100%) !important;
  border-top: 1px solid #efbfd3;
  box-shadow: 0 -10px 24px rgba(42, 29, 36, 0.12);
}

.editor-view .footer .footer__container,
.editor-view .footer .actions,
.editor-view .footer .actions.actions--primary {
  background: transparent !important;
}

.editor-view .footer .actions.actions--primary {
  padding: 10px 14px;
  gap: 10px;
}

.editor-view .footer .w-dropdown-button,
.editor-view .footer .w-dropdown {
  display: inline-flex;
  align-items: stretch;
  gap: 8px;
}

.editor-view .footer .w-dropdown-button > .button.button-longrunning {
  border-radius: 14px;
  min-height: 42px;
  padding-inline: 18px;
  background: linear-gradient(135deg, #c03a6a, #f2a3c1);
  border-color: transparent;
  color: #fff !important;
  box-shadow: 0 10px 20px rgba(240, 114, 154, 0.26);
  cursor: pointer;
}

.editor-view .footer .w-dropdown-button > .button.button-longrunning:hover,
.editor-view .footer .w-dropdown-button > .button.button-longrunning:focus-visible {
  background: linear-gradient(135deg, #b23361, #ea8db1);
  color: #fff !important;
}

.editor-view .footer .w-dropdown-button > .button.button-longrunning em,
.editor-view .footer .w-dropdown-button > .button.button-longrunning .button-longrunning__icon,
.editor-view .footer .w-dropdown-button > .button.button-longrunning .icon {
  color: #fff !important;
}

.editor-view .footer .w-dropdown__toggle {
  width: 42px;
  min-width: 42px;
  min-height: 42px;
  border-radius: 12px;
  border: 1px solid #0a5b69;
  background: #0e6b7c;
  color: #f5fbfd !important;
  box-shadow: 0 8px 16px rgba(14, 107, 124, 0.24);
  cursor: pointer;
}

.editor-view .footer .w-dropdown__toggle:hover,
.editor-view .footer .w-dropdown__toggle:focus-visible {
  background: #0b5d6c;
  border-color: #094f5c;
  color: #ffffff !important;
}

.editor-view .footer .w-dropdown__toggle .w-dropdown__toggle-icon,
.editor-view .footer .w-dropdown__toggle .icon {
  color: inherit !important;
}

.editor-view .footer .w-dropdown__content {
  border: 1px solid #f2d7e4;
  border-radius: 14px;
  background: #fffafc;
  box-shadow: 0 14px 30px rgba(42, 29, 36, 0.16);
  overflow: hidden;
}

.editor-view .footer .w-dropdown__content .button {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  border-radius: 0;
  min-height: 52px;
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid #f0dbe6;
  background: #fffafc;
  box-shadow: none;
  color: #2a1d24 !important;
  cursor: pointer;
  transition: background-color 140ms ease, color 140ms ease;
}

.editor-view .footer .w-dropdown__content .button:last-child {
  border-bottom: 0;
}

.editor-view .footer .w-dropdown__content .button:hover,
.editor-view .footer .w-dropdown__content .button:focus-visible {
  background: #b13361;
  color: #fff !important;
}

.editor-view .footer .w-dropdown__content .button:hover .icon,
.editor-view .footer .w-dropdown__content .button:focus-visible .icon,
.editor-view .footer .w-dropdown__content .button:hover svg,
.editor-view .footer .w-dropdown__content .button:focus-visible svg {
  color: #fff !important;
  fill: currentColor;
}
