/* 長い作者情報は省略せず、必要なときだけ自動縮小する。 */
.cpl-author-name-line { min-width:0; }
.cpl-author-name-line .cpl-author-identity {
    width:100%;
    overflow:visible;
}
.cpl-author-identity .cpl-name {
    flex:0 0 auto;
    overflow:visible;
    text-overflow:clip;
}
.cpl-author-location {
    grid-template-columns:0 minmax(0,1fr);
    gap:0;
    min-width:0;
}
.cpl-author-location .cpl-author-right {
    display:block;
    width:100%;
    min-width:0;
    overflow:visible;
    text-overflow:clip;
}
.cpl-fit-wrap {
    white-space:normal!important;
    overflow-wrap:anywhere;
}
