@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 最後のパンくず（記事タイトル）だけ調整 */
.single .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
    display: block !important;       /* ブロック表示で折り返し */
    opacity: 1 !important;           /* 半透明を解除 */
    white-space: pre-wrap !important;/* 長いタイトルを折り返す */
    font-weight: 500;                 /* お好みで太さ調整 */
}

/* 親要素の透明度も念のためリセット */
.single .p-breadcrumb__item:last-child {
    opacity: 1 !important;
}