/**
 * @link http://evmi.ru
 * @copyright Copyright (c) Sudakov Evgeniy 2019
 * @author Sudakov Evgeniy <s@evmi.ru>
 * @version 1.0.0
 * @updatedate 11.03.2019
 */
.prev-next-work {
  width: 100%;
  min-height: 30px;
  padding: 15px;
  /*
  a {
    color: #fff;
    display: block;
    text-decoration: none;
    &:hover {
      text-decoration: none;
      color: #fcff4e;
      span {
        color: rgb(255,255,255);
      }
    }
    span {
      display: block;
      color: rgba(255,255,255,0.7);
      font-style: italic;
    }
  }*/
}
.prev-next-work:before,
.prev-next-work:after {
  display: table;
  content: " ";
}
.prev-next-work:after {
  content: '';
  clear: both;
}
