/* 江東リンク サイトヘッダーロゴ（Neve + 会員ページ共通） */

.site-logo .brand {
    display: flex !important;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.site-logo .brand::before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.kotolink-site-logo,
.koto-site-brand__logo {
    display: block;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    object-fit: contain;
}

.koto-site-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: none;
}

.koto-site-brand__text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.koto-site-brand__title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.3;
    transition: color 0.15s ease;
}

.koto-site-brand__tagline {
    margin: 4px 0 0;
    font-size: 0.82rem;
    color: #5c5c5c;
    line-height: 1.5;
}

.koto-site-brand:hover .koto-site-brand__title {
    color: #2f5aae;
}

@media (max-width: 768px) {
    .kotolink-site-logo,
    .koto-site-brand__logo {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .koto-site-brand__title {
        font-size: 1.15rem;
    }

    .koto-site-brand__tagline {
        font-size: 0.78rem;
    }
}
