.document-card {
    width: 250px;
    height: 200px;
    padding: var(--earth-source-card-padding);
    background-color: white;
    border-radius: var(--earth-source-card-border-radius);

    color: inherit;
    text-decoration: none;
}

.document-card-title {
    font-weight: bold;
}