/* 2行目は「都道府県・年齢・職業」。限界時は職業だけ折り返す。 */
.cpl-author-location .cpl-author-right {
    display:flex;
    justify-content:flex-end;
    align-items:baseline;
    flex-wrap:nowrap;
    gap:0 .35em;
    white-space:nowrap;
}
.cpl-author-location .cpl-author-right > span { flex:0 0 auto; }
.cpl-author-location .cpl-author-right.cpl-fit-wrap {
    flex-wrap:wrap;
    white-space:normal!important;
}
.cpl-author-location .cpl-author-right.cpl-fit-wrap .cpl-author-job {
    max-width:100%;
    white-space:normal;
    overflow-wrap:anywhere;
    text-align:right;
}
