/*
 * 「美容のプロ」記事一覧ページ
 */

/* 関連リンクが増えた分のレイアウト調整 */
.block_blog_profile-professional .texts .name {
    white-space: nowrap;
}

.block_blog_profile-professional .texts .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 20px;
    max-width: 70%;
}

.block_blog_profile-professional .texts .links .color {
    text-align: end;
    width: 88px;
}

.block_blog_profile-professional .texts .links .icon_eternal_color {
    margin-left: 0;
}
