@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* AI WorkNavi logo */
.c-headLogo.-txt {
	line-height: 1;
}

.c-headLogo.-txt .c-headLogo__link {
	display: inline-flex;
	align-items: center;
	position: relative;
	gap: 11px;
	padding: 1px 0 0;
	color: #202b27;
	font-weight: 900;
	font-size: 1.42rem;
	letter-spacing: -.01em;
	line-height: .95;
	text-decoration: none;
}

.c-headLogo.-txt .c-headLogo__link::before {
	content: "";
	display: block;
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	border-radius: 7px;
	background:
		linear-gradient(#f7f6f1, #f7f6f1) 8px 8px / 3px 14px no-repeat,
		linear-gradient(#9edfd4, #9edfd4) 15px 12px / 3px 10px no-repeat,
		linear-gradient(#f7f6f1, #f7f6f1) 22px 6px / 3px 16px no-repeat,
		linear-gradient(135deg, #203a32 0%, #2f6f5f 100%);
	box-shadow: 0 8px 18px rgba(38, 63, 55, .16);
}

.c-headLogo.-txt .c-headLogo__link::after {
	content: "WORK NAVI";
	position: absolute;
	left: 42px;
	top: calc(100% + 3px);
	color: #7f6b4f;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1;
	white-space: nowrap;
}

.l-header__logo {
	padding-bottom: 8px;
}

.l-fixHeader .c-headLogo.-txt .c-headLogo__link::before {
	width: 26px;
	height: 26px;
	border-radius: 6px;
	background:
		linear-gradient(#f7f6f1, #f7f6f1) 7px 7px / 3px 12px no-repeat,
		linear-gradient(#9edfd4, #9edfd4) 13px 10px / 3px 9px no-repeat,
		linear-gradient(#f7f6f1, #f7f6f1) 19px 5px / 3px 14px no-repeat,
		linear-gradient(135deg, #203a32 0%, #2f6f5f 100%);
}

.l-fixHeader .c-headLogo.-txt .c-headLogo__link {
	font-size: 1.2rem;
}

.l-fixHeader .c-headLogo.-txt .c-headLogo__link::after {
	left: 36px;
	top: calc(100% + 2px);
	font-size: 7px;
}

@media (max-width: 599px) {
	.c-headLogo.-txt .c-headLogo__link {
		gap: 8px;
		font-size: 1.06rem;
		line-height: .94;
	}

	.c-headLogo.-txt .c-headLogo__link::before {
		width: 26px;
		height: 26px;
		border-radius: 6px;
		background:
			linear-gradient(#f7f6f1, #f7f6f1) 7px 7px / 3px 12px no-repeat,
			linear-gradient(#9edfd4, #9edfd4) 13px 10px / 3px 9px no-repeat,
			linear-gradient(#f7f6f1, #f7f6f1) 19px 5px / 3px 14px no-repeat,
			linear-gradient(135deg, #203a32 0%, #2f6f5f 100%);
	}

	.c-headLogo.-txt .c-headLogo__link::after {
		left: 34px;
		top: calc(100% + 2px);
		font-size: 6px;
		letter-spacing: .12em;
	}
}

/* AI WorkNavi global navigation */
.c-gnav > .menu-item > a {
	padding-inline: 14px;
	color: #252a28;
	font-size: .94rem;
	font-weight: 800;
	letter-spacing: 0;
}

.c-gnav > .menu-item > a .ttl {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	position: relative;
}

.c-gnav > .menu-item > a .ttl::before,
.p-spHeadMenu .menu-item > a span::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	flex: 0 0 auto;
	background: #2f6f5f;
	opacity: .9;
	transition: transform .18s ease, opacity .18s ease;
}

.c-gnav > .menu-item:hover > a .ttl::before,
.c-gnav > .current-menu-item > a .ttl::before,
.p-spHeadMenu .menu-item:hover > a span::before,
.p-spHeadMenu .current-menu-item > a span::before {
	opacity: 1;
	transform: translateY(-1px);
}

.c-gnav .menu-item-39 > a .ttl::before,
.p-spHeadMenu .menu-item-39 > a span::before {
	clip-path: polygon(50% 8%, 91% 42%, 82% 42%, 82% 88%, 58% 88%, 58% 62%, 42% 62%, 42% 88%, 18% 88%, 18% 42%, 9% 42%);
}

.c-gnav .menu-item-40 > a .ttl::before,
.p-spHeadMenu .menu-item-40 > a span::before {
	clip-path: polygon(17% 10%, 83% 10%, 83% 22%, 17% 22%, 17% 10%, 17% 42%, 83% 42%, 83% 54%, 17% 54%, 17% 42%, 17% 74%, 66% 74%, 66% 86%, 17% 86%, 17% 74%);
}

.c-gnav .menu-item-41 > a .ttl::before,
.p-spHeadMenu .menu-item-41 > a span::before {
	clip-path: polygon(10% 20%, 43% 20%, 50% 32%, 90% 32%, 90% 80%, 10% 80%);
}

.c-gnav > .menu-item > a::after {
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, #2f6f5f, #2da894);
}

.c-gnav > .current-menu-item > a {
	color: #1f3d34;
}

.p-spHeadMenu {
	gap: 4px;
}

.p-spHeadMenu .menu-item {
	font-weight: 800;
}

.p-spHeadMenu .menu-item > a {
	padding-inline: 13px;
}

.p-spHeadMenu .menu-item > a span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.p-spHeadMenu .menu-item.-current,
.p-spHeadMenu .current-menu-item {
	border-bottom-color: #2f6f5f;
}

/* AI WorkNavi sidebar */
@media (min-width: 960px) {
	#sidebar {
		padding-top: 2px;
	}
}

#sidebar .c-widget {
	margin-bottom: 28px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(38, 63, 55, .16);
}

#sidebar .c-widget:last-child {
	border-bottom: 0;
}

#sidebar .c-widget__title,
#sidebar .wp-block-heading {
	margin: 0 0 14px;
	padding: 0 0 0 12px !important;
	border-left: 3px solid #7f6b4f;
	border-bottom: 0 !important;
	background: transparent !important;
	color: #263f37;
	font-size: .98rem;
	line-height: 1.35;
	letter-spacing: 0;
}

#sidebar .c-widget__title::before,
#sidebar .c-widget__title::after,
#sidebar .wp-block-heading::before,
#sidebar .wp-block-heading::after {
	content: none !important;
	display: none !important;
}

#sidebar .wp-block-search {
	margin-bottom: 22px;
}

#sidebar .wp-block-search__label {
	display: block;
	margin-bottom: 9px;
	color: #263f37;
	font-size: .86rem;
	font-weight: 700;
}

#sidebar .wp-block-search__inside-wrapper {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 7px;
}

#sidebar .wp-block-search__input {
	min-height: 39px;
	border: 1px solid rgba(38, 63, 55, .18);
	border-radius: 4px;
	background: #fffdfa;
	color: #252a28;
	font-size: .9rem;
}

#sidebar .wp-block-search__button {
	min-height: 39px;
	border: 0;
	border-radius: 4px;
	background: #263f37;
	color: #fff;
	font-size: .86rem;
	font-weight: 700;
}

#sidebar .awn-side-note,
#sidebar .awn-side-links,
#sidebar .awn-side-policy {
	margin: 0 0 24px;
	padding: 18px 18px 17px;
	border: 1px solid rgba(38, 63, 55, .14);
	border-radius: 6px;
	background: rgba(255, 253, 250, .72);
}

#sidebar .awn-side-note {
	background: #fffdfa;
}

#sidebar .awn-side-note p {
	margin: 0;
	color: #4f5a55;
	font-size: .9rem;
	line-height: 1.78;
}

#sidebar .awn-side-links ul,
#sidebar .awn-side-policy ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .awn-side-links li,
#sidebar .awn-side-policy li {
	margin: 0;
	border-top: 1px solid rgba(38, 63, 55, .10);
}

#sidebar .awn-side-links li:first-child,
#sidebar .awn-side-policy li:first-child {
	border-top: 0;
}

#sidebar .awn-side-links a {
	display: block;
	padding: 9px 0;
	color: #263f37;
	font-size: .92rem;
	font-weight: 700;
	text-decoration: none;
}

#sidebar .awn-side-links a:hover {
	color: #7f6b4f;
}

#sidebar .awn-side-policy li {
	padding: 8px 0 8px 18px;
	color: #4f5a55;
	font-size: .88rem;
	line-height: 1.55;
	position: relative;
}

#sidebar .awn-side-policy li::before {
	content: "";
	position: absolute;
	top: 1.15em;
	left: 2px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #7f6b4f;
}

/* AI WorkNavi footer */
.l-footer {
	margin-top: 64px;
}

.l-footer__widgetArea {
	border-top: 1px solid rgba(255, 255, 255, .08);
	background: #202b27;
}

.l-footer .w-footer {
	gap: 28px;
}

.l-footer .c-widget {
	margin-bottom: 0;
}

.l-footer .awn-footer-box {
	color: rgba(245, 241, 232, .86);
	font-size: .92rem;
	line-height: 1.75;
}

.l-footer .awn-footer-box h3,
.l-footer .wp-block-heading {
	margin: 0 0 14px;
	padding: 0 0 0 12px !important;
	border-left: 3px solid #7f6b4f;
	background: transparent !important;
	color: #fff;
	font-size: 1rem;
	line-height: 1.35;
	letter-spacing: 0;
}

.l-footer .awn-footer-box p {
	margin: 0 0 16px;
}

.l-footer .awn-footer-box ul {
	display: grid;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.l-footer .awn-footer-box li {
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.l-footer .awn-footer-box a {
	display: block;
	padding: 7px 0;
	color: rgba(245, 241, 232, .9);
	text-decoration: none;
}

.l-footer .awn-footer-box a:hover {
	color: #8fe1d4;
}

.l-footer .wp-block-search__label {
	display: block;
	margin-bottom: 8px;
	color: #fff;
	font-weight: 700;
}

.l-footer .wp-block-search__inside-wrapper {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 7px;
}

.l-footer .wp-block-search__input {
	min-height: 39px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 4px;
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.l-footer .wp-block-search__input::placeholder {
	color: rgba(255, 255, 255, .56);
}

.l-footer .wp-block-search__button {
	min-height: 39px;
	border: 0;
	border-radius: 4px;
	background: #7f6b4f;
	color: #fff;
	font-weight: 700;
}

.l-footer__foot {
	border-top: 1px solid rgba(255, 255, 255, .08);
}

.l-footer__nav a {
	color: rgba(245, 241, 232, .82);
}


/* AI WorkNavi reference-inspired refinements */
#sidebar .awn-side-roadmap {
	margin: 0 0 18px;
}

#sidebar .awn-side-roadmap ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .awn-side-roadmap li {
	margin: 0;
	padding: 0;
}

#sidebar .awn-side-roadmap a {
	display: grid;
	grid-template-columns: 34px 1fr;
	align-items: center;
	gap: 10px;
	min-height: 48px;
	padding: 8px 12px;
	border: 1px solid rgba(38, 63, 55, .13);
	border-radius: 8px;
	background: linear-gradient(135deg, #fffdfa 0%, #f5f2e9 100%);
	color: #263f37;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

#sidebar .awn-side-roadmap a:hover {
	transform: translateY(-1px);
	border-color: rgba(45, 168, 148, .42);
	box-shadow: 0 12px 26px rgba(38, 63, 55, .09);
}

#sidebar .awn-side-roadmap span {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #2f6f5f;
	color: #fffdfa;
	font-size: .76rem;
	font-weight: 900;
	letter-spacing: .02em;
}

#sidebar .awn-side-policy ul li::marker {
	color: #2da894;
}

#sidebar .awn-side-note,
#sidebar .awn-side-policy {
	background: linear-gradient(180deg, #fffdfa, #f8f5ed);
	border: 1px solid rgba(38, 63, 55, .12);
	border-radius: 8px;
	padding: 18px;
}

/* AI WorkNavi SWELL post widgets */
#sidebar .widget_swell_new_posts,
#sidebar .widget_swell_popular_posts {
	overflow: hidden;
}

#sidebar .widget_swell_new_posts .p-postList,
#sidebar .widget_swell_popular_posts .p-postList {
	margin: 0;
	padding: 0;
}

#sidebar .widget_swell_new_posts .p-postList__item,
#sidebar .widget_swell_popular_posts .p-postList__item {
	box-sizing: border-box;
	max-width: 100%;
	border-color: rgba(38, 63, 55, .12);
}

#sidebar .widget_swell_new_posts .p-postList__link,
#sidebar .widget_swell_popular_posts .p-postList__link {
	color: #263f37;
}

#sidebar .widget_swell_new_posts .p-postList__title,
#sidebar .widget_swell_popular_posts .p-postList__title {
	font-size: .9rem;
	font-weight: 800;
	line-height: 1.55;
	letter-spacing: 0;
}

#sidebar .widget_swell_new_posts .p-postList__meta,
#sidebar .widget_swell_popular_posts .p-postList__meta {
	color: #6f766f;
	font-size: .76rem;
}

#sidebar .widget_swell_popular_posts .p-postList__thumb {
	max-width: 100%;
	border-radius: 7px;
	overflow: hidden;
}

#sidebar .widget_swell_popular_posts img {
	max-width: 100%;
	height: auto;
}

/* AI WorkNavi article components */
.post_content .awn-lead {
	font-size: 1.08rem;
	line-height: 2;
	color: #263f37;
	font-weight: 500;
}

.post_content .awn-article-summary,
.post_content .awn-point,
.post_content .awn-template,
.post_content .awn-promptbox,
.post_content .awn-final-check {
	margin: 28px 0;
	padding: 22px 24px;
	border: 1px solid rgba(38, 63, 55, .13);
	border-radius: 8px;
	background: linear-gradient(135deg, #fffdfa 0%, #f6f2e9 100%);
	box-shadow: 0 12px 28px rgba(38, 63, 55, .06);
}

.post_content .awn-article-summary__title,
.post_content .awn-point__label,
.post_content .awn-template__title {
	margin: 0 0 12px;
	color: #21685d;
	font-size: .86rem;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.post_content .awn-article-summary ul,
.post_content .awn-split ul {
	margin-bottom: 0;
}

.post_content .awn-template span {
	display: inline-block;
	min-width: 7em;
	border-bottom: 1px solid rgba(33, 104, 93, .32);
}

.post_content .awn-table table {
	border: 1px solid rgba(38, 63, 55, .14);
	border-radius: 8px;
	overflow: hidden;
}

.post_content .awn-table th {
	background: #21685d;
	color: #fffdfa;
}

.post_content .awn-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 28px 0;
}

.post_content .awn-split > div {
	padding: 20px;
	border: 1px solid rgba(38, 63, 55, .13);
	border-radius: 8px;
	background: #fffdfa;
}

.post_content .awn-split__title {
	margin: 0 0 10px;
	color: #263f37;
	font-weight: 900;
}

.post_content .awn-promptbox {
	background: #263f37;
	color: #fffdfa;
}

.post_content .awn-promptbox p,
.post_content .awn-promptbox li {
	color: #fffdfa;
}

.post_content .awn-final-check ol {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.post_content .awn-final-check li {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 14px;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid rgba(38, 63, 55, .1);
}

.post_content .awn-final-check li:last-child {
	border-bottom: 0;
}

.post_content .awn-final-check span {
	display: inline-grid;
	place-items: center;
	min-height: 34px;
	border-radius: 999px;
	background: #21685d;
	color: #fffdfa;
	font-size: .82rem;
	font-weight: 900;
}

.post_content figure.wp-block-image {
	margin-top: 30px;
	margin-bottom: 30px;
}

.post_content figure.wp-block-image img {
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(38, 63, 55, .08);
}

.post_content figcaption {
	color: #6f6047;
	font-size: .86rem;
	line-height: 1.6;
	text-align: left;
}

@media (max-width: 640px) {
	.post_content .awn-split,
	.post_content .awn-final-check li {
		grid-template-columns: 1fr;
	}

	.post_content .awn-article-summary,
	.post_content .awn-point,
	.post_content .awn-template,
	.post_content .awn-promptbox,
	.post_content .awn-final-check,
	.post_content .awn-split > div {
		padding: 18px;
	}
}

/* AI WorkNavi author profile */
.l-articleBottom__section.-author {
	margin-top: 56px;
}

.l-articleBottom__section.-author .p-authorBox {
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	padding: 24px;
	border: 1px solid rgba(38, 63, 55, .12);
	border-radius: 8px;
	background: linear-gradient(135deg, #fffdfa 0%, #f6f2e8 100%);
	box-shadow: 0 16px 34px rgba(38, 63, 55, .06);
}

.l-articleBottom__section.-author .p-authorBox__l {
	padding: 0;
	width: auto !important;
	border-right: 0;
}

.l-articleBottom__section.-author .p-authorBox__r {
	display: block !important;
	width: 100% !important;
	min-width: 0;
}

.l-articleBottom__section.-author .awn-author-avatar {
	width: 112px;
	height: 112px;
	border: 4px solid #fffdfa;
	border-radius: 50%;
	box-shadow: 0 10px 24px rgba(38, 63, 55, .12);
	object-fit: cover;
}

.l-articleBottom__section.-author .p-authorBox__name {
	margin-top: 12px;
	color: #263f37;
	font-weight: 900;
	letter-spacing: 0;
}

.l-articleBottom__section.-author .p-authorBox__desc {
	margin: 0;
	width: 100%;
	max-width: none;
	color: #3f4d47;
	font-size: .95rem;
	line-height: 1.85;
}

.l-articleBottom__section.-author .p-authorBox__iconList {
	margin-top: 14px;
	width: 100%;
	max-width: none;
}

@media (max-width: 640px) {
	.l-articleBottom__section.-author .p-authorBox {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 22px 18px;
	}

	.l-articleBottom__section.-author .p-authorBox__l {
		border-right: 0;
	}

	.l-articleBottom__section.-author .awn-author-avatar {
		width: 104px;
		height: 104px;
	}
}

/* Keep affiliate article tables readable on warm backgrounds. */
.post_content .awn-table table {
	background-color: #fff;
}

/* Prompt template block: make copy-ready prompts visually distinct without heavy AI styling. */
.post_content .awn-promptbox {
	position: relative;
	margin: 34px 0;
	padding: 66px 28px 26px 34px;
	border: 1px solid rgba(38, 63, 55, .18);
	border-left: 5px solid #2da894;
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 253, 250, .96), rgba(250, 247, 240, .98)),
		repeating-linear-gradient(0deg, rgba(38, 63, 55, .035) 0 1px, transparent 1px 34px);
	box-shadow: 0 16px 36px rgba(38, 63, 55, .08);
	color: #263f37;
	font-family: ui-monospace, "SFMono-Regular", "Menlo", "Consolas", "Hiragino Kaku Gothic ProN", "Yu Gothic", monospace;
	font-size: .96rem;
	line-height: 1.9;
}

.post_content .awn-promptbox::before {
	content: "コピペ用プロンプト";
	position: absolute;
	top: 18px;
	left: 22px;
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 13px;
	border-radius: 999px;
	background: #263f37;
	color: #fffdfa;
	font-family: var(--swl-font_family, sans-serif);
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .04em;
}

.post_content .awn-promptbox::after {
	content: "ChatGPT / Claude / Gemini 対応";
	position: absolute;
	top: 20px;
	right: 22px;
	color: #6f6047;
	font-family: var(--swl-font_family, sans-serif);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .02em;
}

.post_content .awn-promptbox p,
.post_content .awn-promptbox li {
	color: #263f37;
}

.post_content .awn-promptbox p {
	margin-bottom: .86em;
}

.post_content .awn-promptbox strong {
	color: #21685d;
	font-family: var(--swl-font_family, sans-serif);
	font-weight: 900;
}

.post_content .awn-promptbox ol,
.post_content .awn-promptbox ul {
	margin-top: .3em;
	margin-bottom: 1em;
	padding-left: 1.45em;
}

.post_content .awn-promptbox li::marker {
	color: #2da894;
	font-weight: 900;
}

@media (max-width: 640px) {
	.post_content .awn-promptbox {
		padding: 70px 18px 20px 22px;
		font-size: .9rem;
	}

	.post_content .awn-promptbox::before {
		left: 18px;
	}

	.post_content .awn-promptbox::after {
		top: 50px;
		left: 18px;
		right: auto;
		font-size: .72rem;
	}
}

/* Supplemental prompt cards: quieter than the main prompt box, but clearly reusable. */
.post_content .awn-template {
	position: relative;
	padding: 24px 24px 22px 58px;
	border: 1px solid rgba(38, 63, 55, .14);
	border-left: 4px solid #7f6b4f;
	border-radius: 8px;
	background: linear-gradient(135deg, #fffdfa 0%, #f8f4ea 100%);
	box-shadow: 0 10px 24px rgba(38, 63, 55, .055);
}

.post_content .awn-template::before {
	content: "";
	position: absolute;
	top: 23px;
	left: 22px;
	width: 22px;
	height: 22px;
	border-radius: 7px;
	background: #f3eadc;
	box-shadow: inset 0 0 0 1px rgba(127, 107, 79, .22);
}

.post_content .awn-template::after {
	content: "";
	position: absolute;
	top: 29px;
	left: 28px;
	width: 10px;
	height: 10px;
	background: #7f6b4f;
	clip-path: polygon(0 42%, 56% 42%, 56% 0, 100% 50%, 56% 100%, 56% 58%, 0 58%);
}

.post_content .awn-template__title {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	color: #6f5b3f;
	font-size: .9rem;
	font-weight: 900;
	letter-spacing: .04em;
}

.post_content .awn-template p:last-child {
	margin-bottom: 0;
}

@media (max-width: 640px) {
	.post_content .awn-template {
		padding: 22px 18px 20px 52px;
	}

	.post_content .awn-template::before {
		left: 18px;
	}

	.post_content .awn-template::after {
		left: 24px;
	}
}

/* Fine tune supplemental prompt icon vertical alignment. */
.post_content .awn-template::before {
	top: 28px;
}

.post_content .awn-template::after {
	top: 34px;
}

@media (max-width: 640px) {
	.post_content .awn-template::before {
		top: 28px;
	}

	.post_content .awn-template::after {
		top: 34px;
	}
}

/* Component label compatibility for newer article drafts. */
.post_content .awn-article-summary__label,
.post_content .awn-template__label,
.post_content .awn-final-check__label {
	margin: 0 0 12px;
	color: #21685d;
	font-size: .86rem;
	font-weight: 900;
	letter-spacing: .08em;
}

.post_content .awn-template__label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	font-size: .9rem;
	letter-spacing: .04em;
}

/* Keep supplemental prompt labels aligned with the left accent color. */
.post_content .awn-template__label {
	color: #6f5b3f;
}


/* Final-check boxes: plain ul lists should use the full card width. */
.post_content .awn-final-check ul {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.post_content .awn-final-check ul li {
	position: relative;
	display: block;
	grid-template-columns: none;
	width: 100%;
	padding: 13px 0 13px 32px;
	border-bottom: 1px solid rgba(38, 63, 55, .1);
	line-height: 1.8;
}

.post_content .awn-final-check ul li::before {
	content: "";
	position: absolute;
	top: 1.35em;
	left: 6px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #2da894;
	box-shadow: 0 0 0 5px #e5f6f2;
}

.post_content .awn-final-check ul li:last-child {
	border-bottom: 0;
}

/* AI WorkNavi sidebar need cards */
#sidebar .awn-side-needs {
	padding: 18px;
	background: linear-gradient(180deg, #fffdfa 0%, #f8f5ed 100%);
}

#sidebar .awn-side-needs ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .awn-side-needs li {
	margin: 0;
	padding: 0;
	border: 0;
}

#sidebar .awn-side-needs a {
	position: relative;
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) 16px;
	align-items: center;
	gap: 9px;
	min-height: 48px;
	padding: 9px 10px;
	border: 1px solid rgba(38, 63, 55, .12);
	border-radius: 8px;
	background: linear-gradient(135deg, #fffdfa 0%, #f4f8f5 100%);
	box-shadow: 0 8px 18px rgba(38, 63, 55, .045);
	color: #263f37;
	font-size: .88rem;
	font-weight: 800;
	line-height: 1.38;
	text-decoration: none;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

#sidebar .awn-side-needs a::before {
	content: "";
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	background: #e5f6f2;
	color: #2da894;
	font-size: .95rem;
	font-weight: 900;
}

#sidebar .awn-side-needs li:nth-child(1) a::before { content: "↗"; }
#sidebar .awn-side-needs li:nth-child(2) a::before { content: "⌘"; }
#sidebar .awn-side-needs li:nth-child(3) a::before { content: "✎"; }
#sidebar .awn-side-needs li:nth-child(4) a::before { content: "✓"; }

#sidebar .awn-side-needs a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
	justify-self: end;
	opacity: .42;
	transition: transform .18s ease, opacity .18s ease;
}

#sidebar .awn-side-needs a:hover,
#sidebar .awn-side-needs a:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(45, 168, 148, .45);
	background: linear-gradient(135deg, #ffffff 0%, #eef8f5 100%);
	box-shadow: 0 14px 28px rgba(38, 63, 55, .09);
	color: #1f665d;
}

#sidebar .awn-side-needs a:hover::before,
#sidebar .awn-side-needs a:focus-visible::before {
	background: #2f6f5f;
	color: #fffdfa;
}

#sidebar .awn-side-needs a:hover::after,
#sidebar .awn-side-needs a:focus-visible::after {
	transform: translateX(2px) rotate(45deg);
	opacity: .78;
}

/* AI WorkNavi sidebar box menu */
#sidebar .awn-side-boxmenu {
	padding: 18px;
	background: linear-gradient(180deg, #fffdfa 0%, #f8f5ed 100%);
}

#sidebar .awn-side-boxmenu__grid {
	--the-box-width--mb: 50%;
	--the-box-width--tab: 50%;
	--the-box-width--pc: 50%;
	--the-gap: 8px;
	--the-icon-size: 30px;
	--the-icon-color: #2f6f5f;
	margin-top: 2px;
}

#sidebar .awn-side-boxmenu__grid .swell-block-box-menu__inner {
	margin-left: calc(var(--the-gap) * -1);
	row-gap: var(--the-gap);
}

#sidebar .awn-side-boxmenu__grid .swell-block-box-menu__item {
	margin-left: var(--the-gap);
	width: calc(50% - var(--the-gap));
}

#sidebar .awn-side-boxmenu__grid .swell-block-box-menu__link {
	align-items: center;
	min-height: 112px;
	padding: 13px 8px 12px;
	border: 1px solid rgba(38, 63, 55, .12);
	border-radius: 8px;
	background: #fffdfa;
	box-shadow: 0 8px 18px rgba(38, 63, 55, .04);
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

#sidebar .awn-side-boxmenu__grid .swell-block-box-menu__figure {
	margin-bottom: 9px;
}

#sidebar .awn-side-boxmenu__icon {
	width: 48px;
	height: 48px;
	margin-inline: auto;
	border-radius: 14px;
	background: #e5f6f2;
	color: #2f6f5f;
}

#sidebar .awn-side-boxmenu__icon svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.1;
	stroke-linecap: round;
	stroke-linejoin: round;
}

#sidebar .awn-side-boxmenu__grid .swell-block-box-menu__text {
	display: block;
	width: 100%;
	font-size: .86rem;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
	text-align: center;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

#sidebar .awn-side-boxmenu__grid .swell-block-box-menu__text strong,
#sidebar .awn-side-boxmenu__grid .swell-block-box-menu__text small {
	display: block;
}

#sidebar .awn-side-boxmenu__grid .swell-block-box-menu__text small {
	margin-top: 4px;
	color: #6f7b76;
	font-size: .69rem;
	font-weight: 800;
}

#sidebar .awn-side-boxmenu__grid .swell-block-box-menu__link:hover,
#sidebar .awn-side-boxmenu__grid .swell-block-box-menu__link:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(45, 168, 148, .45);
	background: #f2fbf8;
	box-shadow: 0 13px 24px rgba(38, 63, 55, .085);
	color: #1f665d;
}

#sidebar .awn-side-boxmenu__grid .swell-block-box-menu__link:hover .awn-side-boxmenu__icon,
#sidebar .awn-side-boxmenu__grid .swell-block-box-menu__link:focus-visible .awn-side-boxmenu__icon {
	background: #2f6f5f;
	color: #fffdfa;
}


/* AI WorkNavi point box emphasis */
.post_content .awn-point {
	position: relative;
	padding: 24px 26px;
	border: 1px solid rgba(47, 111, 95, .55);
	border-left: 1px solid #2f6f5f;
	border-radius: 8px;
	background: #fffdfa;
	box-shadow: 0 14px 30px rgba(38, 63, 55, .055);
}

.post_content .awn-point__label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px;
	color: #21685d;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: .02em;
	text-transform: none;
}

.post_content .awn-point__label .awn-icon {
	width: 1.15em;
	height: 1.15em;
	color: currentColor;
	stroke-width: 2.15;
	flex: 0 0 auto;
}

.post_content .awn-point > p:last-child {
	margin-bottom: 0;
}

@media (max-width: 640px) {
	.post_content .awn-point {
		padding: 20px;
	}

	.post_content .awn-point__label {
		font-size: .96rem;
	}
}

/* AI WorkNavi reading time */
.awn-readtime {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #64706b;
	font-size: .78rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	white-space: nowrap;
}

.awn-readtime__icon {
	width: 1em;
	height: 1em;
	color: #2f6f5f;
	flex: 0 0 auto;
}

.awn-readtime--lead {
	display: flex;
	width: fit-content;
	max-width: 100%;
	margin: 0 0 22px;
	padding: 8px 12px;
	border: 1px solid rgba(47, 111, 95, .14);
	border-radius: 999px;
	background: #f7fbf8;
	color: #4d5b56;
	font-size: .86rem;
}

.p-postList__meta .awn-readtime--card,
.p-postList__times .awn-readtime--card {
	margin-left: 10px;
}

.p-postList__times .awn-readtime--card:first-child {
	margin-left: 0;
}

.awn-latest .awn-readtime--card {
	display: flex;
	width: fit-content;
	margin-top: 8px;
	color: #66736f;
	font-size: .74rem;
}

.awn-latest .awn-readtime__icon,
.p-postList__meta .awn-readtime__icon {
	color: #2f6f5f;
	opacity: .78;
}

@media (max-width: 600px) {
	.awn-readtime--lead {
		margin-bottom: 18px;
		font-size: .8rem;
	}

	.awn-latest .awn-readtime--card {
		margin-top: 6px;
		font-size: .7rem;
	}
}
