.kriptom-article-time{
  margin:10px 0 18px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border:1px solid rgba(148,163,184,.22);
  border-radius:999px;
  background:rgba(15,23,42,.62);
  color:rgba(226,232,240,.84);
  font-size:13px;
  line-height:1.35;
}
.kriptom-article-time strong{
  color:#facc15;
  font-weight:700;
}
.kriptom-article-time time{
  color:#fff;
  font-weight:700;
}
@media(max-width:760px){
  .kriptom-article-time{
    font-size:12px;
    border-radius:14px;
    padding:7px 10px;
  }
}
