.single-post .entry-content table::-webkit-scrollbar {
  height: 8px;
}

.single-post .entry-content table::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 20px;
}

/* Servisne informacije - tabele iz crawler objava */
.single-post .entry-content table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  white-space: normal;
}

.single-post .entry-content table tbody,
.single-post .entry-content table tr {
  width: 100%;
}

.single-post .entry-content table td,
.single-post .entry-content table th {
  padding: 8px 10px;
  vertical-align: top;
  word-break: break-word;
  overflow-wrap: anywhere;
  font-size: 14px;
  line-height: 1.45;
}

/* Malo suzi prve dve kolone */
.single-post .entry-content table td:nth-child(1),
.single-post .entry-content table th:nth-child(1) {
  min-width: 90px;
}

.single-post .entry-content table td:nth-child(2),
.single-post .entry-content table th:nth-child(2) {
  min-width: 85px;
}

.single-post .entry-content table td:nth-child(3),
.single-post .entry-content table th:nth-child(3) {
  min-width: 260px;
}

/* Mobilni prikaz */
@media (max-width: 768px) {
  .single-post .entry-content table td,
  .single-post .entry-content table th {
    font-size: 12px;
    padding: 6px 8px;
  }

  .single-post .entry-content table td:nth-child(1),
  .single-post .entry-content table th:nth-child(1) {
    min-width: 75px;
  }

  .single-post .entry-content table td:nth-child(2),
  .single-post .entry-content table th:nth-child(2) {
    min-width: 70px;
  }

  .single-post .entry-content table td:nth-child(3),
  .single-post .entry-content table th:nth-child(3) {
    min-width: 220px;
  }
}
