/* =====================================================================
   FP徳島（S08）デザイン刷新 2026-07-15
   方針: emanon-pro のブログ然とした素の見た目を、余白・タイポグラフィ・
         カード・アクセントで整えたミニマルな編集デザインに刷新する。
   パレット: 文字 #2f3a44 / 補助 #7c8b96 / ティール #0e88ab / 淡枠 #e5ecf1 / 地 #f6f9fb
   本文コンテナ: emanon-pro は .article-body（互換のため .entry-content も併記）
   ===================================================================== */

/* ---------- ベース ---------- */
body.l-body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #2f3a44;
	background-color: #fbfcfd;
}
.article-body p,
.entry-content p {
	line-height: 2.0;
}

/* ---------- トップのメインビジュアル（記事スライダー）を廃止 ---------- */
.home .slide-content.splide {
	display: none;
}

/* ---------- ヘッダー ---------- */
.l-header {
	background: #ffffff;
	box-shadow: 0 1px 10px rgba(47, 58, 68, .07);
}
.l-header .site-title,
.l-header .header-site-branding a {
	color: #2f3a44;
	font-weight: 700;
	letter-spacing: .02em;
}
.header-menu a {
	color: #4a5a66;
	font-weight: 500;
	transition: color .15s;
}
.header-menu a:hover {
	color: #0e88ab;
}

/* ---------- 記事カード（アーカイブ一覧） ---------- */
.archive-list__item,
.archive-list article {
	border: 1px solid #e5ecf1;
	border-radius: 14px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 2px 12px rgba(47, 58, 68, .05);
	transition: transform .18s ease, box-shadow .18s ease;
}
.archive-list__item:hover,
.archive-list article:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(47, 58, 68, .10);
}
/* カテゴリバッジ */
.cat-name {
	background: rgba(14, 136, 171, .92) !important;
	color: #ffffff !important;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .04em;
	border-radius: 0 0 10px 0;
	padding: 5px 12px;
}
/* カード内タイトル・抜粋・日付 */
.archive-list .entry-title,
.archive-list__title {
	color: #2f3a44;
	font-weight: 700;
	line-height: 1.6;
}
.archive-list .entry-summary,
.archive-list__excerpt {
	color: #5f6f7a;
	line-height: 1.8;
}
.archive-list time,
.archive-list .posted-on {
	color: #93a2ac;
	font-size: 12px;
}

/* ---------- サイドバー ---------- */
.sidebar .widget {
	background: #ffffff;
	border: 1px solid #e5ecf1;
	border-radius: 12px;
	padding: 20px 20px 16px;
	margin-bottom: 22px;
	box-shadow: 0 2px 12px rgba(47, 58, 68, .04);
}
/* ウィジェット見出し: 素の太字→下線＋ティールアクセント */
.sidebar .widget h3,
.sidebar .widget .widget-title {
	font-size: 15px;
	font-weight: 700;
	color: #2f3a44;
	line-height: 1.5;
	padding: 0 0 10px 0;
	margin-bottom: 14px;
	border-bottom: 2px solid #e5ecf1;
	position: relative;
	background: none;
}
.sidebar .widget h3::after,
.sidebar .widget .widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 44px;
	height: 2px;
	background: #0e88ab;
}
/* サイドのテキストリンク */
.sidebar .widget a {
	color: #33556b;
	text-decoration: none;
	transition: color .15s;
}
.sidebar .widget a:hover {
	color: #0e88ab;
	text-decoration: underline;
}
.sidebar .widget p {
	line-height: 1.8;
	margin-bottom: 8px;
}
/* リンクリストを整った行に（ul>li>a と p>a の両構造に対応） */
.sidebar .widget .textwidget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar .widget .textwidget ul li,
.sidebar .widget .textwidget p {
	margin: 0;
	border-bottom: 1px solid #f0f5f8;
	line-height: 1.7;
}
.sidebar .widget .textwidget ul li:last-child,
.sidebar .widget .textwidget p:last-child {
	border-bottom: none;
}
.sidebar .widget .textwidget ul li > a,
.sidebar .widget .textwidget p > a {
	display: block;
	position: relative;
	padding: 9px 4px 9px 18px;
	font-size: 13.5px;
	line-height: 1.7;
}
.sidebar .widget .textwidget ul li > a::before,
.sidebar .widget .textwidget p > a::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-right: 2px solid #0e88ab;
	border-bottom: 2px solid #0e88ab;
	transform: translateY(-50%) rotate(-45deg);
}
.sidebar .widget .textwidget ul li > a:hover,
.sidebar .widget .textwidget p > a:hover {
	background: #f0f8fb;
	text-decoration: none;
	color: #0e88ab;
}

/* ---------- ページネーション ---------- */
.pagination .page-numbers {
	border: 1px solid #e5ecf1;
	border-radius: 8px;
	background: #ffffff;
	color: #33556b;
	transition: all .15s;
}
.pagination .page-numbers.current {
	background: #0e88ab;
	border-color: #0e88ab;
	color: #ffffff;
}
.pagination .page-numbers:hover {
	background: #f0f8fb;
	color: #0e88ab;
}

/* ---------- 記事ページの見出し ---------- */
.article-body h2,
.entry-content h2 {
	background: none;
	color: #2f3a44;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	padding: 0 0 12px 0;
	margin: 48px 0 24px;
	border: none;
	border-bottom: 2px solid #e5ecf1;
	border-radius: 0;
	position: relative;
}
.article-body h2::after,
.entry-content h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 56px;
	height: 2px;
	background: #0e88ab;
}
.article-body h3,
.entry-content h3 {
	background: none;
	color: #2f3a44;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.6;
	border: none;
	border-left: 4px solid #0e88ab;
	border-radius: 0;
	padding: 2px 0 2px 14px;
	margin: 36px 0 18px;
}
.article-body h4,
.entry-content h4 {
	color: #2f3a44;
	font-weight: 700;
	margin: 28px 0 14px;
}
/* 記事内テーブル */
.article-body table,
.entry-content table {
	border-collapse: collapse;
	border: none;
}
.article-body th,
.article-body td,
.entry-content th,
.entry-content td {
	border: 1px solid #e5ecf1;
	padding: 10px 14px;
}
/* 表の見出し行の体裁。本文中の表は見出し行も <td> で書かれているため、
   1行目を見出しとみなして着色している（<th>/<thead> があればそちらが優先的に該当） */
.article-body th,
.article-body tr:first-child td,
.entry-content th,
.entry-content tr:first-child td {
	background: #f6f9fb;
	color: #4a5a66;
	font-weight: 600;
}

/* ---------- 1行目が見出しではない表のオプトアウト（2026-08-04） ----------
   銀行名を3列で並べたグリッドのように「1行目＝ただのデータ」の表まで
   見出し風に着色されてしまうため、打ち消しの手段を用意する。

   ① table に class="no-headrow" が付いている場合（生成側=Cowork が付与する正式な方法）
   ② 1行目セルにインラインで白背景が指定されている場合（Coworkが個別ページに施した
      暫定対応との互換。次回リライトで①へ置き換わったら自然に不要になる）

   背景だけでなく色・太さも戻すこと。背景を白にしても font-weight:600 が残ると
   見出しのように見えてしまい、対処として不完全なため（実ページで確認済み）。 */
.article-body table.no-headrow tr:first-child td,
.entry-content table.no-headrow tr:first-child td,
.article-body tr:first-child td[style*="#ffffff"],
.entry-content tr:first-child td[style*="#ffffff"],
.article-body tr:first-child td[style*="#fff;"],
.entry-content tr:first-child td[style*="#fff;"] {
	background: transparent;
	color: inherit;
	font-weight: inherit;
}
/* 引用 */
.article-body blockquote,
.entry-content blockquote {
	background: #f6f9fb;
	border-left: 4px solid #cfdfe8;
	border-radius: 0 10px 10px 0;
	color: #5f6f7a;
}

/* ---------- フッター ---------- */
.l-footer .footer-top {
	background: #f6f9fb;
	border-top: 1px solid #e5ecf1;
}
.l-footer__inner {
	background: #f6f9fb;
	color: #7c8b96;
}
.l-footer__inner a {
	color: #5f6f7a;
	text-decoration: none;
}
.l-footer__inner a:hover {
	color: #0e88ab;
	text-decoration: underline;
}
/* SNSフォローバー（Feedly） */
.footer-sns,
.l-footer .sns-follow {
	background: #eef4f8;
}
.footer-sns a,
.l-footer .sns-follow a {
	color: #4a5a66;
}

/* ---------- CTAフッター（巨大なサイト名バンド）を控えめなブランド帯に ---------- */
.cta-footer {
	background: #f6f9fb;
	border-top: 1px solid #e5ecf1;
	padding: 26px 16px;
}
.cta-footer__site-name p,
.cta-footer__site-name a {
	color: #4a5a66;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.5;
	margin: 0;
}
.cta-footer__site-name a:hover {
	color: #0e88ab;
}

/* ---------- テーマのアクセントカラー変数をパレットへ統一 ----------
   emanon-pro は --ema-main-color（現: #00b7e0）/--ema-sub-color（現: #ccc）で
   見出し・ボタン等の色を制御しているため、変数ごと差し替える */
.l-body {
	--ema-main-color: #0e88ab;
	--ema-sub-color: #eef4f8;
}

/* ---------- 記事見出しの形状上書き ----------
   テーマはバリアントクラス（.is-h2-style-border-left-background 等）で
   グレー帯＋左ボーダーを高詳細度で適用しているため、同詳細度セレクタで後勝ちさせる */
.l-body .article-body h2.wp-block-heading:not(.is-style-none) {
	background: none;
	background-color: transparent;
	color: #2f3a44;
	padding: 0 0 12px 0;
	border: none;
	border-bottom: 2px solid #e5ecf1;
	border-radius: 0;
	position: relative;
}
.l-body .article-body h2.wp-block-heading:not(.is-style-none)::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 56px;
	height: 2px;
	background: #0e88ab;
	transform: none;
}
.l-body .article-body h3.wp-block-heading:not(.is-style-none) {
	background: none;
	background-color: transparent;
	color: #2f3a44;
	padding: 2px 0 2px 14px;
	border: none;
	border-left: 4px solid #0e88ab;
	border-radius: 0;
}
.l-body .article-body h4.wp-block-heading:not(.is-style-none) {
	color: #2f3a44;
	background: none;
}

/* ---------- 目次（TOC+ #toc_container）: S07と同じ流儀の淡色カード ---------- */
body #toc_container {
	background: #f6f9fb;
	border: 1px solid #e5ecf1;
	border-radius: 12px;
	padding: 18px 22px;
	margin-bottom: 28px;
	width: 100%;
	box-sizing: border-box;
	display: block;
	font-size: 100%;
}
body #toc_container p.toc_title {
	text-align: left;
	color: #2f3a44;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	padding-left: 10px;
	border-left: 4px solid #0e88ab;
	margin-bottom: 12px;
}
body #toc_container .toc_toggle { font-size: 11px; font-weight: 400; }
body #toc_container .toc_toggle a { color: #93a2ac; text-decoration: none; }
body #toc_container .toc_toggle a:hover { color: #0e88ab; text-decoration: underline; }
body #toc_container span.toc_brackets { color: #c8d4dc; }
body #toc_container ul.toc_list { margin: 0; }
body #toc_container ul li { line-height: 1.9; margin-bottom: 2px; }
body #toc_container ul li a {
	color: #33556b;
	text-decoration: none;
	transition: color .15s;
}
body #toc_container ul li a:hover { color: #0e88ab; text-decoration: underline; }
body #toc_container span.toc_number { color: #0e88ab; font-weight: 700; margin-right: 3px; }
body #toc_container ul ul { margin-left: 1.4em; }
body #toc_container ul ul li { font-size: 92%; }

/* =====================================================================
   2026-07-15 第2弾: 見違えるレイアウトへ（ヒーロー/特集カード/ダークフッター）
   ===================================================================== */

/* 地色を一段深くして白カードを立たせる */
body.l-body {
	background-color: #f3f6f9;
}

/* ---------- ヒーローセクション（フロントのみ・mu-pluginで注入） ---------- */
.fp-hero {
	position: relative;
	overflow: hidden;
	border-radius: 18px;
	/* 建築の光と影（gpt-image-1.5生成）＋トーン統一用の薄いオーバーレイ
	   画像左側がほぼ黒のためオーバーレイはごく薄く、ティールを少しだけ乗せる */
	background:
		linear-gradient(115deg, rgba(8, 22, 34, .50) 0%, rgba(10, 40, 54, .22) 50%, rgba(12, 60, 78, .10) 100%),
		url(fp-hero-bg.jpg) center / cover no-repeat;
	color: #ffffff;
	padding: 46px 44px 44px;
	margin: 0 0 36px;
	box-shadow: 0 14px 34px rgba(20, 50, 74, .22);
}
/* 装飾: 淡い光の円 */
.fp-hero::before,
.fp-hero::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}
.fp-hero::before {
	width: 380px; height: 380px;
	right: -120px; top: -160px;
	background: radial-gradient(circle, rgba(120, 210, 235, .28) 0%, rgba(120, 210, 235, 0) 70%);
}
.fp-hero::after {
	width: 260px; height: 260px;
	left: -80px; bottom: -140px;
	background: radial-gradient(circle, rgba(255, 255, 255, .12) 0%, rgba(255, 255, 255, 0) 70%);
}
.fp-hero__inner { position: relative; }
.fp-hero__eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	color: #8fd8ef;
	border: 1px solid rgba(143, 216, 239, .45);
	border-radius: 999px;
	padding: 5px 14px;
	margin: 0 0 18px;
}
.fp-hero__title {
	font-size: 34px;
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: .01em;
	margin: 0 0 14px;
	color: #ffffff;
}
.fp-hero__lead {
	font-size: 14.5px;
	line-height: 2.0;
	color: rgba(255, 255, 255, .82);
	margin: 0 0 26px;
}
.fp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.fp-hero__btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 15px 26px;
	border-radius: 999px;
	text-decoration: none;
	transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.fp-hero__btn.is-primary {
	background: #ffffff;
	color: #14324a;
	box-shadow: 0 6px 16px rgba(0, 0, 0, .18);
}
.fp-hero__btn.is-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(0, 0, 0, .24);
	color: #0e88ab;
	text-decoration: none;
}
.fp-hero__btn.is-ghost {
	border: 1px solid rgba(255, 255, 255, .55);
	color: #ffffff;
}
.fp-hero__btn.is-ghost:hover {
	background: rgba(255, 255, 255, .12);
	transform: translateY(-2px);
	color: #ffffff;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.fp-hero { padding: 32px 22px 30px; border-radius: 14px; }
	.fp-hero__title { font-size: 24px; }
	.fp-pc-only { display: none; }
}

/* ---------- セクション見出し（新着記事） ---------- */
.fp-section-title {
	font-size: 22px;
	font-weight: 700;
	color: #2f3a44;
	line-height: 1.5;
	padding: 0 0 10px 0;
	margin: 0 0 22px;
	border-bottom: 2px solid #e5ecf1;
	position: relative;
}
.fp-section-title::after {
	content: "";
	position: absolute;
	left: 0; bottom: -2px;
	width: 56px; height: 2px;
	background: #0e88ab;
}

/* ---------- 特集カード: フロント一覧の1件目を横型フルワイドに ---------- */
@media screen and (min-width: 768px) {
	.home .l-content__main .u-row-wrap > .archive-list:first-child,
	.blog .l-content__main .u-row-wrap > .archive-list:first-child {
		width: 100%;
	}
	.home .l-content__main .u-row-wrap > .archive-list:first-child .archive-list__link,
	.blog .l-content__main .u-row-wrap > .archive-list:first-child .archive-list__link {
		display: grid;
		grid-template-columns: 44% 1fr;
		grid-template-rows: auto auto 1fr;
		column-gap: 26px;
	}
	/* サムネイル以外の直下要素はすべて右カラムへ（日付等の取りこぼし防止） */
	.home .l-content__main .u-row-wrap > .archive-list:first-child .archive-list__link > *:not(.post-thumbnail),
	.blog .l-content__main .u-row-wrap > .archive-list:first-child .archive-list__link > *:not(.post-thumbnail) {
		grid-column: 2;
		padding-right: 22px;
	}
	.home .l-content__main .u-row-wrap > .archive-list:first-child .post-thumbnail,
	.blog .l-content__main .u-row-wrap > .archive-list:first-child .post-thumbnail {
		grid-column: 1;
		grid-row: 1 / span 3;
		height: 100%;
	}
	.home .l-content__main .u-row-wrap > .archive-list:first-child .post-thumbnail img,
	.blog .l-content__main .u-row-wrap > .archive-list:first-child .post-thumbnail img {
		height: 100%;
		object-fit: cover;
	}
	.home .l-content__main .u-row-wrap > .archive-list:first-child .archive-header,
	.blog .l-content__main .u-row-wrap > .archive-list:first-child .archive-header {
		grid-column: 2;
		padding-top: 22px;
		padding-right: 22px;
	}
	.home .l-content__main .u-row-wrap > .archive-list:first-child .archive-header-title,
	.blog .l-content__main .u-row-wrap > .archive-list:first-child .archive-header-title {
		font-size: 21px;
		line-height: 1.55;
	}
	.home .l-content__main .u-row-wrap > .archive-list:first-child .article-excerpt,
	.blog .l-content__main .u-row-wrap > .archive-list:first-child .article-excerpt {
		grid-column: 2;
		padding-right: 22px;
	}
	/* テーマは日付(.post-meta)をカード左下にabsolute配置するため、特集カードでは通常フローに戻す */
	.home .l-content__main .u-row-wrap > .archive-list:first-child .post-meta,
	.blog .l-content__main .u-row-wrap > .archive-list:first-child .post-meta {
		position: static;
		margin-top: 12px;
	}
}

/* ---------- カードの質感を強化 ---------- */
.archive-list__item,
.archive-list article,
.archive-list {
	border-radius: 16px;
}
.archive-list .post-thumbnail {
	overflow: hidden;
}
.archive-list .post-thumbnail img {
	transition: transform .35s ease;
}
.archive-list:hover .post-thumbnail img {
	transform: scale(1.045);
}
.archive-list .archive-header-title {
	transition: color .15s;
}
.archive-list:hover .archive-header-title {
	color: #0e88ab;
}
/* カテゴリバッジをフローティングのピルに */
.cat-name {
	border-radius: 999px !important;
	margin: 10px 0 0 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
}

/* ---------- グローバルナビ: ホバーで下線がスライド ---------- */
.header-menu a {
	position: relative;
	padding-bottom: 6px;
}
.header-menu a::after {
	content: "";
	position: absolute;
	left: 0; right: 0; bottom: 0;
	height: 2px;
	background: #0e88ab;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .2s ease;
}
.header-menu a:hover::after {
	transform: scaleX(1);
}

/* ---------- フッターをダークトーンに ---------- */
.cta-footer {
	background: #16283a;
	border-top: none;
	padding: 34px 16px;
}
.cta-footer__site-name p,
.cta-footer__site-name a {
	color: #dfe8ef;
	font-size: 17px;
	font-weight: 700;
}
.cta-footer__site-name a:hover { color: #8fd8ef; }
.l-footer .footer-top {
	background: #16283a;
	border-top: none;
}
.footer-sns,
.l-footer .sns-follow {
	background: #16283a;
}
.footer-sns a,
.l-footer .sns-follow a {
	color: #9fb2c0;
}
.footer-sns a:hover,
.l-footer .sns-follow a:hover {
	color: #8fd8ef;
}
.l-footer__inner {
	background: #101e2c;
	color: #8296a5;
}
.l-footer__inner a {
	color: #b5c4cf;
}
.l-footer__inner a:hover {
	color: #8fd8ef;
}

/* ---------- SP: サイトタイトルがハンバーガーメニューと重なる対策 ---------- */
@media screen and (max-width: 767px) {
	.site-title .header-site-branding__link {
		font-size: 15px;
		line-height: 1.4;
		letter-spacing: .02em;
	}
	/* ハンバーガーボタンの幅ぶん右側に逃げを作る（長いタイトルでも下に潜らない） */
	.header-site-branding {
		padding-right: 56px;
		box-sizing: border-box;
	}
}

/* ---------- 執筆・監修者ボックス（fp-eeat.php が記事末尾に出力） ---------- */
.fp-supervisor {
	margin: 44px 0 8px;
	padding: 22px 24px;
	background: #f6f9fb;
	border: 1px solid #e5ecf1;
	border-top: 3px solid #0e88ab;
	border-radius: 8px;
}
.fp-supervisor__label {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	color: #0e88ab;
}
.fp-supervisor__name {
	margin: 0 0 8px;
	font-size: 19px;
	font-weight: 700;
	color: #2f3a44;
	line-height: 1.4;
}
.fp-supervisor__kana {
	margin-left: 6px;
	font-size: 12px;
	font-weight: 400;
	color: #93a2ac;
}
.fp-supervisor__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
}
.fp-supervisor__badges li {
	padding: 3px 12px;
	font-size: 12px;
	font-weight: 600;
	color: #33556b;
	background: #ffffff;
	border: 1px solid #cfe0e9;
	border-radius: 999px;
}
.fp-supervisor__bio {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.8;
	color: #4a5a66;
}
.fp-supervisor__more {
	margin: 0;
	font-size: 14px;
}
.fp-supervisor__more a {
	font-weight: 700;
	color: #0e88ab;
	text-decoration: none;
}
.fp-supervisor__more a::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 6px;
	border-right: 2px solid #0e88ab;
	border-bottom: 2px solid #0e88ab;
	transform: rotate(-45deg) translateY(-2px);
}
.fp-supervisor__more a:hover {
	text-decoration: underline;
}
.fp-supervisor__badges li::before,
.fp-supervisor__badges li::marker {
	content: none;
}
.fp-supervisor__badges li {
	list-style: none;
	margin: 0;
}

/* テーマ標準の著者ボックス（「この記事を書いた人／サイト管理人」汎用アバター）は
   fp-eeat.php の監修者ボックスと重複するため非表示 */
.single .author-profile {
	display: none;
}

/* 監修者ボックス: 顔写真付きレイアウト */
.fp-supervisor__row {
	display: flex;
	align-items: flex-start;
	gap: 18px;
}
.fp-supervisor__photo {
	flex: 0 0 auto;
	width: 84px;
	height: 84px;
	object-fit: cover;
	object-position: 50% 30%;
	border-radius: 50%;
	border: 2px solid #ffffff;
	box-shadow: 0 1px 4px rgba(47, 58, 68, .18);
}
.fp-supervisor__main {
	min-width: 0;
}
@media screen and (max-width: 480px) {
	.fp-supervisor__row {
		gap: 14px;
	}
	.fp-supervisor__photo {
		width: 64px;
		height: 64px;
	}
}
