.post .post-author {
  position: relative;
}

.post .post-author li.pa-shkala {
    list-style: none;
    display: block;
    width: calc(100% + 1px);
    margin: 0;
    padding: 0;
    position: absolute;
    left: -1px;
    top: 471px;
    z-index: -2;
}

.post .post-author .pa-shkala .shkala-line {
    position: relative;
    height: 40px;
    border-radius: 0 0 14px 14px;
    overflow: hidden;
    border: var(--profile-sub-bord);
}

.post .post-author .pa-shkala .shkala-line-track {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.08);
}

.post .post-author .pa-shkala .shkala-line-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  opacity: .95;
  border-radius: 0 12px 12px 12px;
}

.post .post-author .pa-shkala .shkala-line-icon {
    position: absolute;
    left: 4px;
    bottom: 0px;
    width: 22px;
    height: 22px;
    z-index: 3;
}

.post .post-author .pa-shkala .shkala-line-icon img {
  width: 22px !important;
  height: 22px !important;
  display: block;
}

.post .post-author .pa-shkala .shkala-line-pct {
    position: absolute;
    right: 10px;
    bottom: 8px;
    z-index: 3;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    line-height: 1;
    color: var(--controls-1);
}

.post .post-author .pa-shkala .shkala-line-label {
  display: none;
}

.post .post-author li.pa-ip {
  position: absolute;
  z-index: 3;
}

@media (max-width: 540px) {
  .post .post-author li.pa-shkala {
	left: -1px;
	top: 282px;
	margin: 0;
}

  .post .post-author .pa-shkala .shkala-line {
    height: 56px;
  }

  .post .post-author .pa-shkala .shkala-line-icon {
    left: 8px;
    bottom: 6px;
    width: 20px;
    height: 20px;
  }

  .post .post-author .pa-shkala .shkala-line-icon img {
    width: 20px !important;
    height: 20px !important;
  }

  .post .post-author .pa-shkala .shkala-line-pct {
    right: 8px;
    bottom: 8px;
    font-size: 11px;
  }

  .post .post-author li.pa-ip {
    z-index: 3;
  }
}