/* =====================================================
   /philosophy/ 固定ページ専用スタイル
   oc-phc-* の共通レイアウトは page-hotel-child.css に依存
   ===================================================== */

/* プロフィールウィジェット */
.oc-phil-profile__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.oc-phil-profile__avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--oc-primary-50);
    color: var(--oc-primary-600);
    display: grid;
    place-items: center;
    border: 2px solid var(--oc-primary-100);
}

.oc-phil-profile__avatar svg {
    width: 40px;
    height: 40px;
}

.oc-phil-profile__dl {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.oc-phil-profile__row {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 0 8px;
    font-size: 12px;
    line-height: 1.5;
}

.oc-phil-profile__row dt {
    color: var(--oc-ink-400);
    font-weight: 500;
}

.oc-phil-profile__row dd {
    margin: 0;
    color: var(--oc-ink-700);
    font-weight: 500;
}

/* 引用ボックス風（.wp-block-group など既存装飾クラス） */
#phil-content .post_content .wp-block-group {
    border-radius: 10px;
    background: var(--oc-primary-50);
    padding: 16px;
    border: 1px solid var(--oc-primary-100);
}
