/* 採用ロゴの比率を維持し、既存ヘッダーの高さに収める。 */
.brand .dosojin-logo{display:block;width:auto;height:44px;max-width:160px;object-fit:contain;flex-shrink:0}
.site-nav .brand{display:flex;align-items:center}
@media(max-width:760px){.brand .dosojin-logo{height:36px;max-width:125px}}

/* ロゴ横でサイトの目的を示す。狭い画面では二行に収める。 */
.brand .brand-tagline{display:block;color:#334c69;font-size:12px;font-weight:500;letter-spacing:.025em;line-height:1.5;white-space:nowrap}
.brand-tagline>span{display:inline}
.site-nav .brand{gap:12px}
@media(max-width:760px){.brand .brand-tagline{font-size:10px}.brand-tagline>span{display:block}.site-nav .brand{gap:7px}}
@media(max-width:420px){.site-header{padding-left:8px;padding-right:8px;column-gap:4px}.site-header .brand{gap:5px}.site-header .dosojin-logo{height:26px}.site-header .brand-tagline{font-size:9px;letter-spacing:0}.site-header .header-right{gap:4px}.site-header .panel-toggle{padding-left:6px;padding-right:6px}}

/* 一時的に入口だけ非表示。既存の絞り込み・履歴ロジックは維持。 */
.site-header #panel-toggle[hidden],.site-header #history-back[hidden]{display:none!important}
.site-header .account-link.is-signed-in{width:auto;max-width:180px;min-width:0}
.site-header .account-link.is-signed-in svg{flex-shrink:0}
.site-header .account-link.is-signed-in span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:760px){.site-header .account-link.is-signed-in{max-width:130px;font-size:11px}}
@media(max-width:359px){.site-header .account-link.is-signed-in{max-width:100px}}
