.work-header {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 6px;
}

.company-logo {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.work-role a {
    color: inherit;
    text-decoration: none;
}

.work-role a:hover {
    text-decoration: underline;
}
