.slds-card__header {
    background-color: var(--lwc-colorBackground);
}

.attachment-tile {
    display: flex; 
    align-items: center;
    gap: 0.5rem; 
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.tile-title {
    color: #004f9e;
}

.custom-link {
    color: #004f9e; 
    text-decoration: none;
    cursor: pointer; 
}

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