.agent-link {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
    color: black
}

.agent-link:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.025);
}

.agent-link > .top-container {
    display: flex;
    align-items: center;
}

.agent-link .name {
    font-size: 1.17rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 1rem;
}

.agent-link > .bottom-container {
    display: flex;
    align-items: flex-end;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.agent-link > .bottom-container > .see-more-link {
    color: #007aff;
    text-align: right;
    margin-left: auto;
}