.credits-flex-table {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    margin-top: 1em;
}
.credits-flex-row {
    display: flex;
    align-items: center;
    gap: 1em;
}
.credited-image {
    width: 100px; 
    height: 100px;
    object-fit: cover;
    border-radius: 10px; 
    border: 2px solid #757575;
}
.credited-text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.credited-name {
    font-size: 1.2em;
    margin: 0;
}
.credited-description {
    font-size: 0.95em;
    margin: 0;
}