.pscallbackbutton-fixed {
  position: fixed;
  right: 30px;
  bottom: 95px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  margin: 0 !important;
  padding: 12px 18px !important;
  overflow: hidden;
  border-radius: 24px;
  background: #f7f3ef;
  color: #000 !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18); */
  transition: all 0.2s linear;
}

.pscallbackbutton-fixed:hover,
.pscallbackbutton-fixed:focus,
.pscallbackbutton-fixed:focus-visible {
  color: #000 !important;
  text-decoration: none !important;
  opacity: 0.96;
}

.pscallbackbutton-fixed .material-icons {
  flex: 0 0 20px;
  font-size: 20px;
  line-height: 1;
}

.pscallbackbutton-label {
  max-width: 220px;
  overflow: hidden;
  opacity: 1;
  transition: max-width 0.2s linear, opacity 0.2s linear, margin 0.2s linear;
}

.pscallbackbutton-fixed.pscallbackbutton-logo-only {
  width: 48px;
  padding-right: 14px !important;
  padding-left: 14px !important;
  gap: 0;
  border-radius: 50%;
}

.pscallbackbutton-fixed.pscallbackbutton-logo-only .pscallbackbutton-label {
  max-width: 0;
  margin: 0;
  opacity: 0;
}

@media (max-width: 767px) {
  .pscallbackbutton-fixed {
    right: 16px;
    bottom: 16px;
    padding: 12px 16px !important;
    font-size: 11px;
  }

  .pscallbackbutton-fixed.pscallbackbutton-logo-only {
    width: auto;
    padding-right: 16px !important;
    padding-left: 16px !important;
    gap: 8px;
    border-radius: 999px;
  }

  .pscallbackbutton-fixed.pscallbackbutton-logo-only .pscallbackbutton-label {
    max-width: 220px;
    opacity: 1;
  }
}
