.di-documents {
    list-style: none;
    padding-left: 0;
    margin-top: 1em;
}

.di-documents li {
    background: #f9f9f9;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-left: 4px solid #0073aa;
    display: flex;
    flex-direction: column;
}

.doc-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.doc-meta {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 10px;
}

.doc-preview,
.doc-download {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 12px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 0.9em;
    transition: background 0.3s ease;
}

.doc-preview:hover,
.doc-download:hover {
    background: #005a87;
}

.iskljucenje-vode-wrap,
.dotok-vode-wrap,
.raspored-cisterni-wrap {
    margin-bottom: 30px;
}

.opis {
    margin-top: 10px;
    margin-bottom: 10px;
}
