/* styles begin */
.zent-link[data-cp-zv="v2.3.1"] {
  font-size: 14px;
  line-height: 20px;
  color: #155bd4;
  color: var(--theme-primary-bg, var(--theme-primary-4, #155bd4));
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 2px;
}
.zent-link[data-cp-zv="v2.3.1"]:link, .zent-link[data-cp-zv="v2.3.1"]:visited, .zent-link[data-cp-zv="v2.3.1"]:focus {
  color: #155bd4;
  color: var(--theme-primary-bg, var(--theme-primary-4, #155bd4));
}
.zent-link[data-cp-zv="v2.3.1"]:hover {
  color: #356fd4;
  color: var(--theme-primary-hover-bg, var(--theme-primary-5, #356fd4));
  background-color: #f7f7f7;
  background-color: var(--theme-body-bg, var(--theme-stroke-7, #f7f7f7));
}
.zent-link[data-cp-zv="v2.3.1"]:active {
  color: #114bae;
  color: var(--theme-primary-active-bg, var(--theme-primary-3, #114bae));
  background-color: #f7f7f7;
  background-color: var(--theme-body-bg, var(--theme-stroke-7, #f7f7f7));
}
.zent-link[data-cp-zv="v2.3.1"].zent-link__disabled {
  color: #ccc;
  color: var(--theme-disabled-color, var(--theme-stroke-4, #ccc));
  cursor: not-allowed;
}
