.dokumenti-box {
    background: #fff;
    padding: 25px 30px;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.doc-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.doc-item:last-child {
    border-bottom: none;
}

.doc-icon {
    width: 34px;
    height: 34px;
}

.doc-item a {
    text-decoration: none;
    color: #005bbb;
    font-size: 16px;
    transition: 0.2s;
}

.doc-item a:hover {
    color: #003f88;
    text-decoration: underline;
}
