.wow-coach-mark {
  position: fixed;
  max-width: 260px;
  padding: 14px 16px 12px;
  border-radius: 10px;
  background: #111;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  z-index: 9999;
  direction: rtl;
  font-family: var(--wow-font-family, 'Assistant', sans-serif);
}

.wow-coach-mark__title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 6px 0;
}

.wow-coach-mark__body {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.wow-coach-mark__close {
  position: absolute;
  top: 6px;
  left: 8px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.wow-coach-mark__arrow {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #111;
  transform: rotate(45deg);
}
