/* ARHIVA - wrapper */
.dt-archive-main { padding: 20px 0; }

/* KARTICA */
.daily-tip-card {
    margin-bottom: 20px;
    background: #1f1f1f;
    border-radius: 10px;
    padding: 20px;
    border-bottom: none;
}

/* GORNJI DEO KARTICE - slika levo, header desno */
.dt-card-top {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.dt-thumb {
    flex-shrink: 0;
    width: 300px;
    height: 200px;
    overflow: hidden;
    display: block;
    border-radius: 4px;
}
.dt-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dt-card-header {
    flex: 1;
}
.dt-title { margin-top: 0; }
.dt-meta {
    font-size: 0.7em;
    color: #888;
    margin-bottom: 8px;
}
.dt-cat-link {
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: var(--et_active-color);
  padding: 5px 15px;
  color: #fff;
}
.dt-cat-link:hover {
  color: #fff !important;
}

/* TEKST I READ MORE */
.dt-excerpt p { margin: 0 0 10px; }
.dt-readmore { 
font-weight: 600; 
font-size: 0.85em;
color: var(--et_active-color);
}

/* SINGLE */
.dt-single-thumb { margin: 15px 0; }
.dt-single-thumb img { width: 100%; height: auto; }
.dt-single-main {
    background: #1f1f1f;

}

/* DASHBOARD */
.dts-table { width: 100%; border-collapse: collapse; }
.dts-table th, .dts-table td {
    text-align: left;
    padding: 8px;
    border-bottom: 1px solid #333;
}

/* GLOBAL */
.logged-in-as { display: none !important; }

@media (max-width: 768px) {
    .dt-card-top { flex-direction: column; }
    .dt-thumb { width: 100%; height: 200px; }
}