a.blantershow-chat {  background-color: #075e54 !important;   color: white !important;  border: none;  position: fixed;  display: flex;  align-items: center;  gap: 10px;  font-weight: 500;  font-size: 15px;  padding: 12px 20px;  bottom: 40px;  right: 30px;  z-index: 9999999;  border-radius: 30px;  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);  transition: all 0.3s ease;}a.blantershow-chat:hover {  background-color: #1ebe5d !important; /* etwas dunkleres Grün beim Hover */  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);  transform: scale(1.05);}a.blantershow-chat svg {  width: 20px;  height: 20px;}a.blantershow-chat svg path {  #ffffffcc}@media screen and (min-width: 769px) {  a.blantershow-chat {    bottom: 60px !important;  }}