.landing-section-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #32c5d2;
    margin-bottom: 6px;
}

.landing-section-value {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.landing-docs-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #32c5d2;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.landing-divider {
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 24px 0;
}

.doc-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.doc-item {
    background: #f8f9fa;
    border: 1px solid #eef1f5;
    border-radius: 4px;
    padding: 5px 12px;
    font-size: 12px;
    color: #5d6f82;
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    transition: all 0.2s;
}

.doc-item:hover {
    background: #e9ecef;
}

.doc-item i {
    margin-right: 6px;
}

.doc-item i.fa-file-pdf-o {
    color: #e74c3c;
}

.doc-item i.fa-file-image-o {
    color: #27ae60;
}

.doc-item i.fa-download {
    margin-left: 8px;
    margin-right: 0;
    font-size: 11px;
    color: #a9a9a9;
}
