/**
 * Monbassador (Guide) Page Styles
 * モンバサダー説明ページ用スタイル（公式文書「モンバサダーの任命について」表示対応）
 * 適用を確実にするため #douyu-wrapper でスコープしています。
 */

#douyu-wrapper .ships-monbassador__action {
    margin-top: 2rem;
}

#douyu-wrapper .ships-monbassador__button {
    display: inline-block;
}

/* Default content (公式文書ベース) */
#douyu-wrapper .ships-monbassador__default {
    margin-bottom: 1.5rem;
}

#douyu-wrapper .ships-monbassador__meta {
    font-size: 0.9em;
    color: var(--ships-text-muted, #666);
    margin-bottom: 1rem;
    line-height: 1.6;
}

#douyu-wrapper .ships-monbassador__title {
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--ships-border, #e0e0e0);
}

#douyu-wrapper .ships-monbassador__body {
    margin-bottom: 1.5rem;
}

#douyu-wrapper .ships-monbassador__body p {
    margin-bottom: 0.75rem;
}

#douyu-wrapper .ships-monbassador__note {
    font-size: 0.9em;
    color: var(--ships-text-muted, #666);
}

#douyu-wrapper .ships-monbassador__items {
    margin-top: 1.5rem;
}

#douyu-wrapper .ships-monbassador__kiji {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

#douyu-wrapper .ships-monbassador__list {
    margin: 0 0 1rem;
}

#douyu-wrapper .ships-monbassador__list dt {
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.25rem;
}

#douyu-wrapper .ships-monbassador__list dt:first-child {
    margin-top: 0;
}

#douyu-wrapper .ships-monbassador__list dd {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

#douyu-wrapper .ships-monbassador__list a {
    word-break: break-all;
}

#douyu-wrapper .ships-monbassador__above {
    margin-top: 1rem;
    font-weight: 600;
    text-align: right;
}

/* 申請フォームへ button (same style as membership-guide お問い合わせフォーム) */
#douyu-wrapper .membership-application-link__center {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

#douyu-wrapper .membership-application-link__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    padding: 16px 40px;
    min-width: 280px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 16px;
    background: var(--ui-primary, #17A2B8);
    color: #fff;
    white-space: nowrap;
}

#douyu-wrapper .membership-application-link__button:hover {
    background: #138496;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
}

#douyu-wrapper .membership-application-link__button i {
    font-size: 16px;
    transition: transform 0.2s ease;
}

#douyu-wrapper .membership-application-link__button:hover i {
    transform: translateX(4px);
}

@media (max-width: 768px) {
    #douyu-wrapper .membership-application-link__button {
        min-width: 0;
        width: 100%;
        max-width: 360px;
        padding: 14px 24px;
        font-size: 14px;
    }
}
