/* COLORS */
/* FONTS */
*::selection {
  background-color: #137104 !important;
  color: #fff; }

.article-body-video .play-button {
  width: 32px;
  height: 32px;
  border: 1px solid #137104;
  background: #fff;
  background-image: url("../../../img/play-video.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px; }

.article-body-video .play-button.paused {
  background-image: url("../../../img/pause-video.svg"); }

.article-body-video .videoTime {
  background-color: #fff; }
  .article-body-video .videoTime label {
    color: #159D00; }

.article-body-video .article-body-video-title-wrapper {
  background-color: white; }
  .article-body-video .article-body-video-title-wrapper .article-body-video-title {
    color: #0D322D;
    font-family: "Asap";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */ }

/*# sourceMappingURL=articleVideo.css.map*/