.post-card {
    background-color: #101013;
    border-radius: 5px;
    margin: 0px 0 20px 0;
    padding: 15px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.post-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

.post-user-info {
    flex: 0 0 240px;
    text-align: center;
    background: #211a3700;
    border-radius: 10px;
    padding: 15px;
    color: #fff;
}

.post-avatar img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.post-username {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 15px;
}

.post-rank {
    font-size: 14px;
    color: #ffffff;
    margin-top: 15px;
    /* background: #0a071b9e; */
}

.post-user-stats {
    /* display: flex; */
    /* justify-content: center; */
    /* gap: 10px; */
    margin-top: 15px;
}

.post-user-meta {
  font-size: 0.85em;
  color: #ccc;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.post-content-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.post-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.85em;
  color: #bbb;
  margin-bottom: 10px;
}

.post-message {
    background: #2b244200;
    padding: 15px;
    border-radius: 7px;
    color: #eee;
    height: 100%;
}



.post-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.postbit_buttons {
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 768px) {
    .post-container {
        /* flex-direction: column; */
    }

  .post-user-info {
    flex: 1 1 100%;
  }

  .post-content-area {
    flex: 1 1 100%;
  }

  .post-actions {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}



span.liczba-wiado-stats {
    position: relative;
    font-size: 12px;
    background: #3b394d;
    color: #fff;
    padding: 10px 10px;
    border-radius: 50px;
    right: -15px;
    top: 18px;
    text-shadow: 0px 0px 2px #5138ee;
    margin-right: -13px;
}


.profile-pb-stats {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;

}

.block-stats-box {
    padding: 12px 22px;
    background: #2a263f;
    /* margin-right: 25px; */
    border-radius: 4px;
    border: 1px solid #37344a;
    text-align: start;
    font-weight: 600;
}



span.autorinfo_icon {
    padding: 10px;
    /* background: #0a071b; */
    border-radius: 50px;
    border: 1px solid #2a263f;
}


.icon_x {background: #7660ff;}
.icon_y { background: #119733; margin-right: 4px; }
.icon_z {background: #ff3939;}


.autorinfo_icon:before {

}

.profile-pb-stats-down {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 25px;
    margin-top: -15px;
}
























































		
		