/* .verb-audio-btn{
  position: relative;
  font-size: 32px;
  top: -17px !important;
  cursor: pointer;
  color: rgba(14,42,34,.55);
  margin-left: -7px;
}

.verb-audio-btn:hover{
  color: #44CC80;
} */

/* Кнопка озвучки глагола */
.verb-audio-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 16px;
  height: 16px;
  position: relative; 
  top: -10px !important;
  margin-left: 0px;

  border-radius: 50%;
  /* background-color: rgba(68, 204, 128, 0.15); */

  /* color: #44CC80; */
  font-size: 18px;

  cursor: pointer;
  transition: background-color .15s ease,
              color .15s ease,
              transform .05s ease;
}

/* Hover */
/* .verb-audio-btn:hover{
  background-color: rgba(68, 204, 128, 0.25);
  color: #2ba967;
} */

/* Active (нажатие) */
/* .verb-audio-btn:active{
  transform: scale(0.92);
} */

/* Для клавиатуры / accessibility */
/* .verb-audio-btn:focus{
  outline: none;
  box-shadow: 0 0 0 2px rgba(68, 204, 128, 0.35);
} */

/* Не оставлять кнопку "нажатой" */
/* .verb-audio-btn{
  -webkit-tap-highlight-color: transparent;
  outline: none;
} */

/* active — только короткая анимация */
/* .verb-audio-btn:active{
  transform: scale(0.92);
} */

/* НЕ оставляем стиль после клика */
/* .verb-audio-btn:focus,
.verb-audio-btn:focus-visible{
  outline: none;
  box-shadow: none;
} */

.table-row {
  position: relative;
  top: 5px;
}