.iy-product__chat-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  margin-top: 12px;
  padding: 14px 0 2px;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.iy-product__chat-link span {
  color: var(--accent);
  font-size: 19px;
}

.iy-product__chat-link:hover {
  color: var(--accent);
}

@media (max-width: 680px) {
  .crisp-client .cc-tlyw[data-full-view='true'] .cc-kxkl {
    bottom: 82px !important;
  }
}
