.msw-keep-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  visibility: visible !important;
  opacity: 1 !important;

  padding: 10px 18px !important;
  min-height: 40px !important;
  font-size: 14px !important;

  border-radius: 4px !important;
  font-weight: 600 !important;
  line-height: 1 !important;

  border: 1px solid transparent !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}

.msw-keep-toggle[data-state="0"] {
  background: #c6981e !important;
  border-color: #c6981e !important;
  color: #0a0a0a !important;
    font-size: clamp(0.5rem, 1.5vw, 0.9rem)!important;
}

.msw-keep-toggle[data-state="1"] {
  background: #0a0a0a !important;
  border-color: #0a0a0a !important;
  color: #fff8e8 !important;
    font-size: clamp(0.5rem, 1.5vw, 0.9rem)!important;
}

.msw-keep-toggle.is-busy {
  opacity: 0.75 !important;
  pointer-events: none !important;
}

@media (hover: none), (max-width: 1024px) {
  .msw-keep-toggle {
    display: inline-flex !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 5 !important;
  }

  /* Avada button wrappers sometimes get hidden/animated */
  .fusion-post-cards .fusion-button-wrapper,
  .fusion-post-cards .fusion-button,
  .fusion-post-card .fusion-button-wrapper,
  .fusion-post-card .fusion-button {
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
  }
}
.msw-edit-listing {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 18px !important;
  min-height: 40px !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  background: #fff8e8 !important;
  color: #0a0a0a !important;
}

.msw-edit-listing:hover {
  background: #c6981e !important;
  color: #0a0a0a !important;
}
