
/* Propozimi 5 v2.1 - Clean Mobile - 1 rresht */
.sh5m-wrapper{
  margin: 18px 0 26px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.sh5m-inner{
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 11px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.sh5m-top{
  display: flex;
  align-items: center;
  gap: 8px;
}

.sh5m-bar{
  width: 3px;
  height: 14px;
  background: #c8102e;
  display: inline-block;
  border-radius: 1px;
  flex-shrink: 0;
}

.sh5m-date{
  font-size: 13px;
  font-weight: 600;
  color: #111;
}

.sh5m-sep{
  color: #d0d0d0;
  margin: 0 1px;
}

.sh5m-cat{
  font-size: 11px;
  font-weight: 700;
  color: #c8102e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sh5m-bottom{
  font-size: 11.5px;
  color: #888;
  font-style: italic;
}

/* MOBILE - 1 RRESHT - Data majtas, Nga PressOnline djathtas */
@media(max-width: 768px){
  .sh5m-inner{
    flex-direction: row; /* MBETET NE 1 RRESHT */
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    gap: 10px;
    flex-wrap: nowrap;
  }

  .sh5m-top{
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
  }

  .sh5m-bar{
    height: 16px;
  }

  .sh5m-date{
    font-size: 13.5px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sh5m-sep,
  .sh5m-cat{
    display: none !important; /* Fsheh kategorine ne mobile */
  }

  .sh5m-bottom{
    margin: 0;
    padding: 0;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 11px;
    color: #777;
  }
}

@media(max-width: 380px){
  .sh5m-date{
    font-size: 12.5px;
  }
  .sh5m-bottom{
    font-size: 10px;
  }
}
