.wlcp-chatbox {
  position: relative;
  z-index: 2147483647;
}

.wlcp-chatbox .alert:before {
  display: none;
}

.wlcp-chatbox .btn-close {
  background: none;
}

.wlcp-chatbox #wlcp-close-button,
.wlcp-chatbox #wlcp-reduce-button {
    color: #fff;
}

.wlcp-chatbox h1,
.wlcp-chatbox h2,
.wlcp-chatbox h3,
.wlcp-chatbox h4,
.wlcp-chatbox h5,
.wlcp-chatbox h6,
.wlcp-chatbox ul {
    color: inherit !important;
}

.wlcp-chatbox .feedback-button {
    color: #aaa;
}

.wlcp-chatbox .mdc-icon-button {
    color: #575665;
}

.wlcp-chatbox .chat-input {
    border-color: transparent !important;
}

.wlcp-chatbox a {
  font-weight: 400;
  text-decoration: initial;
}

.wlcp-chatbox a:hover {
  text-decoration: underline;
}

.wlcp-chatbox a[target="_blank"]:after {
  display: none;
}

.wlcp-chatbox pre:not(.formatted) {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.wlcp-chatbox code[class*=language-], pre[class*=language-] {
    color: var(--message-system-color);
    background: var(--message-system-background);
    text-shadow: none;
}

.feature-notification {
    position: fixed;
    bottom: 120px;
    right: 50px;
    width: 350px;
    background-color: #ffffff;
    color: #141317;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    z-index: 10000;
    display: none; 
  }
  
  .feature-notification:after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 20px;
    width: 0;
    height: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
  }

  .feature-notification-header {
    padding: 5px 20px;
    color: #fff;
    background: #007b7c;
        border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .feature-notification-title {
    font-size: 18px;
    font-weight: 600;
  }
  
  .feature-notification-actions {
    padding: 0 20px 15px 20px;
  }

  .feature-notification-content {
    padding: 15px 20px;
  }

  .feature-notification-content p {
    margin: 0;
    line-height: 1.5;
  }
  
  @media (min-width: 768px) {
  .scroll-to-top {
    left: calc(100% - 150px);
  }
}

@media (max-width: 767px) {
  .scroll-to-top {
    bottom: 4.5rem;
  }
  
  .feature-notification {
    bottom: 80px;
    right: 8px;
  }
}