.post-reading-time {
  display: flex;
  height: 45px;
}

.post-reading-time .icon__clock {
  width: 18px;
  height: 18px;
  padding-top: 10px;
  padding-bottom: 17px;
}

.post-reading-time .field__item:before, .post-reading-time  .field__unit:before  {
  content: "\00a0";
}

.post-reading-time .field__item {
  display: flex;
  font-weight: 200 !important;
  color: black;
}

.post-reading-time .field__label {
  color: black;
}

.post-reading-time .field__unit {
  font-size: 14px;
  font-weight: 200 !important;
  color: black;
  font-style: normal;
  padding-top: 9px;
  padding-bottom: 17px;
}

.post-reading-time .field--name-field-reading-time {
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  padding-top: 9px;
  padding-bottom: 17px;
  padding-left: 8px;
}

#post-reading-time--scroll {
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  height: 8px;
  width: 0;
  z-index: 999;
  background-color: #013A68;
  display: none;
}

#post-reading-time--scroll-wrapper {
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  height: 8px;
  width: 100%;
  z-index: 998;
  background-color: rgba(99, 107, 113, 0.10);
  display: none;
}
