
.breadcrumbs-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap !important;
    gap: 15px;      
    width: 100%;
}

.breadcrumbs-search {
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .breadcrumbs-bar {
        flex-direction: column;
        align-items: flex-start;
    }
    .breadcrumbs-search {
        width: 100%;
        margin-top: 10px;
    }
    .breadcrumbs-search-field {
        width: 100%;
        display: flex;
    }
    .breadcrumbs-search-input {
        width: 100% !important;
    }
}


.proc-top-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    line-height: 1.3;
    margin-top: 20px;
}

.proc-id-badge {
    display: inline-block;
    background-color: #f0f2f5;
    color: #444;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: 800;
}

.proc-black-line {
    width: 100%;
    height: 3px;
    background-color: #000;
    margin-bottom: 40px;
    margin-top: 15px;
}

.proc-phase-container {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.proc-phase-container:last-child {
    border-bottom: none;
}

.proc-phase-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.proc-phase-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.proc-phase-content {
    display: block;
    padding-left: 15px;
}

.proc-inner-label {
    font-size: 14px;
    font-weight: bold;
    color: #555;
    margin-top: 20px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.proc-inner-text {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.file-link {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #007bff;
    font-size: 15px;
    font-weight: 500;
}

.file-link:hover {
    text-decoration: underline;
}

.file-icon {
    width: 32px;
    height: 32px;
}

.no-files-msg {
    font-style: italic;
    color: #999;
    font-size: 13px;
}