.card {
    background: #f9f9f9;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 15px;
    border-radius: 5px;
}

.card-header {
    font-size: 1.25em;
    margin-bottom: 10px;
    padding: .25rem 0.75rem;
    display: flex;
    align-items: center;
    width: 100%;
}

.card-header-icon {
    display: flex;
    align-items: center;
}

.card-header-icon img {
    margin-right: 15px;
    border-radius: 50%;
    object-fit: cover;
    height: 4rem;
    width: 4rem;
}

.card-header-icon .card-header {
    flex-grow: 1;
    word-wrap: break-word;
}

.card-header-icon a {
    color: inherit;
    text-decoration: none;
}

.card-header-icon a:hover {
    color: inherit;
    /*text-decoration: none;*/
}

.card-content {
    font-size: 0.95rem;
}

.card-link {
    text-decoration: none;
    color: var(--Vert3);
}

.card-list li {
    padding: 3px 0;
}

.card-list {
    margin: 0;
}