.cm-contact-widgets {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 55;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cm-contact-bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 48px;
  height: 48px;
  border: 1px solid #cbb98f;
  background: #fffdf8;
  color: #2f2719;
  border-radius: 999px;
  padding: 0;
  font: 700 13px Arial, Helvetica, sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.cm-contact-bubble:hover {
  transform: translateY(-1px);
}

.cm-contact-bubble svg {
  width: 22px;
  height: 22px;
  display: block;
}
