/**
 * 外部ページ埋め込み（data-fetch / 埋め込みモーダル）用のベーススタイル。
 * 取得先ページ固有の見た目は案件ごとに本ファイルを上書き・追記する。
 */

/* 埋め込みモーダル */
#embed-page-modal .embed-page-modal-content {
    padding: 0;
}

#embed-page-modal-body img {
    max-width: 100%;
    height: auto;
    display: block;
}

#embed-page-modal-body section {
    padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1rem, 3vw, 1.5rem);
}

#embed-page-modal-body li {
    list-style: none;
}

/* カスタムタブ（fetch 描画エリア） */
#custom1-tab,
#custom2-tab,
#custom3-tab {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#custom1-tab #custom1-fetch,
#custom2-tab #custom2-fetch,
#custom3-tab #custom3-fetch {
    display: block;
    width: 100%;
}

#custom1-tab img,
#custom2-tab img,
#custom3-tab img,
#embed-page-modal-body img {
    max-width: 100%;
    height: auto;
}

#custom1-tab a,
#custom2-tab a,
#custom3-tab a,
#embed-page-modal-body a {
    color: inherit;
}
