.document-card {
    background: #fff;
    border: 1px solid #e3e6f0;
    border-radius: 0.5rem;
    padding: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.06);
}

.document-card .doc-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.35rem;
    background: rgba(78, 115, 223, 0.12);
    color: #4e73df;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.document-card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #3a3b45;
    margin-bottom: 0.35rem;
    line-height: 1.4;
}

.document-card .doc-meta {
    font-size: 0.8rem;
    color: #858796;
    margin-bottom: 1.25rem;
    flex-grow: 1;
}

.document-card .btn-download {
    align-self: flex-start;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 10rem;
    padding: 0.45rem 1.1rem;
    color: #4e73df;
    border: 1px solid #4e73df;
    background: transparent;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.document-card .btn-download:hover {
    background: #4e73df;
    color: #fff;
    text-decoration: none;
}

.document-section-title {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.document-section-title:first-of-type {
    margin-top: 1.5rem;
}

.document-section-intro {
    margin-bottom: 0.5rem;
}
