/* ========== About Page Styles ========== */
/* スリーケシステム 会社概要ページ - 洗練されたエレガントデザイン */

:root {
	--ths-about-text: #1a1a1a;
	--ths-about-text-sub: #4a4a4a;
	--ths-about-text-mute: #6a6a6a;
	--ths-about-line: rgba(0, 0, 0, 0.08);
	--ths-about-line-soft: rgba(0, 0, 0, 0.04);
}

/* ----- About Hero ----- */
.ths-section--about-hero {
	position: relative;
	background:
		radial-gradient(ellipse 70% 55% at 50% 0%, rgba(51, 136, 238, 0.18) 0%, transparent 65%),
		radial-gradient(ellipse 60% 50% at 100% 100%, rgba(0, 85, 204, 0.10) 0%, transparent 65%),
		linear-gradient(180deg, var(--ths-dark) 0%, var(--ths-dark-mid) 100%);
	color: var(--ths-text);
	padding: clamp(80px, 12vw, 160px) 0 clamp(60px, 8vw, 100px);
	text-align: center;
	overflow: hidden;
}
.ths-section--about-hero .ths-container {
	position: relative;
	z-index: 2;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
}
.ths-section--about-hero .ths-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: "Outfit", sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--ths-accent-light);
	margin-bottom: 28px;
}
.ths-section--about-hero .ths-eyebrow span {
	padding: 4px 12px;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-size: 0.75rem;
}
.ths-section--about-hero .ths-headline {
	font-size: clamp(2rem, 4.6vw, 3.4rem);
	font-weight: 800;
	line-height: 1.45;
	letter-spacing: 0.04em;
	color: var(--ths-text);
	margin: 0 0 32px;
	text-align: center;
}
.ths-section--about-hero .ths-headline-accent {
	color: var(--ths-accent-light);
	background: linear-gradient(transparent 60%, rgba(51, 136, 238, 0.25) 60%);
	padding: 0 6px;
}
.ths-section--about-hero .ths-lead {
	font-size: clamp(1rem, 1.25vw, 1.18rem);
	line-height: 2;
	color: var(--ths-text-sub);
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

/* ----- Message / 会社紹介 ----- */
.ths-about-message {
	position: relative;
	background: linear-gradient(180deg, #eef3fb 0%, #ffffff 100%);
	color: var(--ths-about-text);
	padding: clamp(70px, 9vw, 120px) 0 clamp(60px, 8vw, 100px);
	overflow: hidden;
}
.ths-about-message .ths-container {
	position: relative;
	z-index: 2;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 24px;
}
.ths-msg-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: "Outfit", sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--ths-accent);
	margin-bottom: 28px;
}
.ths-msg-eyebrow span {
	padding: 4px 12px;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-size: 0.75rem;
}
.ths-msg-greeting {
	max-width: 880px;
	margin: 0 0 clamp(40px, 5vw, 64px);
	font-size: clamp(1.02rem, 1.2vw, 1.15rem);
	line-height: 2.1;
	letter-spacing: 0.04em;
	color: var(--ths-about-text-sub);
}
.ths-msg-greeting p { margin: 0 0 20px; }
.ths-msg-greeting p:last-child { margin-bottom: 0; }

/* 代表者プロフィールカード */
.ths-profile-card {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: clamp(28px, 4vw, 56px);
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(0, 30, 90, 0.06);
	border-radius: 20px;
	padding: clamp(28px, 3.5vw, 48px);
	box-shadow: 0 18px 50px rgba(15, 30, 70, 0.08);
}
.ths-profile-photo {
	border-radius: 16px;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	box-shadow: 0 12px 30px rgba(15, 30, 70, 0.16);
}
.ths-profile-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.ths-profile-role {
	display: inline-block;
	padding: 4px 14px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--ths-accent) 0%, var(--ths-accent-light) 100%);
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 14px;
}
.ths-profile-name {
	font-size: clamp(1.6rem, 2.6vw, 2.1rem);
	font-weight: 800;
	letter-spacing: 0.06em;
	color: var(--ths-about-text);
	margin: 0;
	line-height: 1.2;
}
.ths-profile-en {
	font-family: "Outfit", sans-serif;
	font-size: 0.92rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ths-accent);
	margin: 4px 0 20px;
}
.ths-profile-bio {
	font-size: clamp(0.95rem, 1.05vw, 1.04rem);
	line-height: 1.95;
	letter-spacing: 0.03em;
	color: var(--ths-about-text-sub);
	margin: 0 0 22px;
}
.ths-profile-hobby {
	display: flex;
	align-items: baseline;
	gap: 14px;
	padding-top: 18px;
	border-top: 1px solid rgba(0, 30, 90, 0.08);
}
.ths-profile-hobby-label {
	flex-shrink: 0;
	font-weight: 800;
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	color: var(--ths-accent);
	position: relative;
	padding-left: 14px;
}
.ths-profile-hobby-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 14px;
	border-radius: 2px;
	background: linear-gradient(180deg, var(--ths-accent) 0%, var(--ths-accent-light) 100%);
}
.ths-profile-hobby-text {
	font-size: 0.95rem;
	color: var(--ths-about-text);
	font-weight: 500;
}

@media (max-width: 768px) {
	.ths-profile-card { grid-template-columns: 1fr; gap: 24px; text-align: center; }
	.ths-profile-photo { max-width: 240px; margin: 0 auto; }
	.ths-profile-hobby { justify-content: center; flex-wrap: wrap; gap: 8px 14px; }
	.ths-msg-eyebrow { justify-content: center; }
	.ths-about-message .ths-container { text-align: center; }
	.ths-msg-greeting { text-align: left; }
}

/* ----- About Main ----- */
.ths-section--about-main {
	position: relative;
	background: #ffffff;
	color: var(--ths-about-text);
	padding: clamp(80px, 10vw, 140px) 0 clamp(100px, 12vw, 160px);
	overflow: hidden;
}
/* Decorative diagonal lines on light background */
.ths-section--about-main::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(0, 30, 90, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 30, 90, 0.025) 1px, transparent 1px);
	background-size: 80px 80px;
	mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 90%);
	-webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 90%);
}
.ths-section--about-main::after {
	content: "ABOUT";
	position: absolute;
	top: 40px;
	right: -30px;
	font-family: "Outfit", sans-serif;
	font-size: clamp(6rem, 14vw, 12rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	color: rgba(51, 136, 238, 0.04);
	pointer-events: none;
	line-height: 0.85;
	z-index: 0;
}
.ths-section--about-main .ths-container {
	position: relative;
	z-index: 2;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 24px;
}

/* ----- About Content Wrapper ----- */
.ths-about-content {
	max-width: 880px;
	margin: 0 auto;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
	color: var(--ths-about-text);
	line-height: 2.05;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-size: clamp(1.1rem, 1.25vw, 1.2rem);
}

.ths-about-content > *:first-child { margin-top: 0; }
.ths-about-content > *:last-child { margin-bottom: 0; }

/* ----- Headings ----- */
.ths-about-content h1,
.ths-about-content h2 {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: clamp(1.5rem, 2.4vw, 1.9rem);
	font-weight: 800;
	line-height: 1.55;
	letter-spacing: 0.06em;
	color: #000000;
	margin: 72px 0 32px;
	padding: 0;
	background: none;
	border: none;
	text-align: center;
	position: relative;
}
.ths-about-content h1::before,
.ths-about-content h2::before {
	content: "";
	display: block;
	width: 48px;
	height: 2px;
	background: var(--ths-accent);
	margin: 0 auto 18px;
}
.ths-about-content h1::after,
.ths-about-content h2::after {
	display: none;
}
/* Optional English label above h2 if rendered with data-en attribute */
.ths-about-content h2[data-en]::before {
	content: attr(data-en);
	display: block;
	width: auto;
	height: auto;
	background: none;
	font-family: "Outfit", sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--ths-accent);
	margin: 0 0 14px;
}

.ths-about-content h3 {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: clamp(1.15rem, 1.6vw, 1.3rem);
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #000000;
	margin: 48px 0 20px;
	padding: 0 0 12px 0;
	background: none;
	border: none;
	border-bottom: 1px solid var(--ths-about-line);
	position: relative;
}
.ths-about-content h3::before,
.ths-about-content h3::after { display: none !important; }
.ths-about-content h3 {
	padding-left: 18px;
}
.ths-about-content h3::before {
	content: "" !important;
	display: block !important;
	position: absolute;
	left: 0;
	top: 0.4em;
	width: 4px;
	height: 1.1em;
	background: linear-gradient(180deg, var(--ths-accent) 0%, var(--ths-accent-light) 100%);
	border-radius: 2px;
}

.ths-about-content h4 {
	font-size: 1.1rem;
	font-weight: 700;
	color: #000000;
	margin: 36px 0 14px;
	background: none;
	padding: 0;
	border: none;
	letter-spacing: 0.04em;
}

/* ----- Paragraphs & basic text ----- */
.ths-about-content p {
	font-size: clamp(1.1rem, 1.25vw, 1.2rem);
	color: #000000;
	margin: 0 0 1.6em;
	line-height: 2.05;
}

.ths-about-content a {
	color: var(--ths-accent);
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(51, 136, 238, 0.3);
	padding-bottom: 1px;
	transition: color 0.3s, border-color 0.3s;
}
.ths-about-content a:hover {
	color: var(--ths-accent-light);
	border-color: var(--ths-accent-light);
}

.ths-about-content strong {
	color: #000000;
	font-weight: 800;
}
.ths-about-content em {
	font-style: normal;
	color: var(--ths-accent);
	font-weight: 700;
	background: linear-gradient(transparent 62%, rgba(51, 136, 238, 0.18) 62%);
	padding: 0 3px;
}

/* ----- Lists ----- */
.ths-about-content ul,
.ths-about-content ol {
	margin: 0 0 1.8em;
	padding-left: 0;
	list-style: none;
}
.ths-about-content ul li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 0.7em;
	font-size: clamp(1.1rem, 1.25vw, 1.2rem);
	color: #000000;
	line-height: 1.95;
}
.ths-about-content ul li::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 0.78em;
	width: 12px;
	height: 1.5px;
	background: linear-gradient(90deg, var(--ths-accent) 0%, var(--ths-accent-light) 100%);
	border-radius: 2px;
}
.ths-about-content ol {
	counter-reset: ths-ol;
}
.ths-about-content ol li {
	position: relative;
	padding-left: 38px;
	margin-bottom: 0.7em;
	counter-increment: ths-ol;
	font-size: clamp(1.1rem, 1.25vw, 1.2rem);
	color: #000000;
	line-height: 1.95;
}
.ths-about-content ol li::before {
	content: counter(ths-ol, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Outfit", sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--ths-accent);
	letter-spacing: 0.04em;
}

/* ----- Blockquote ----- */
.ths-about-content blockquote {
	margin: 40px 0;
	padding: 28px 32px 28px 56px;
	background: linear-gradient(135deg, rgba(51, 136, 238, 0.04) 0%, rgba(51, 136, 238, 0.01) 100%);
	border-left: 3px solid var(--ths-accent);
	border-radius: 0 14px 14px 0;
	color: #000000;
	font-style: normal;
	position: relative;
	font-size: 1.05rem;
	line-height: 1.95;
}
.ths-about-content blockquote::before {
	content: "“";
	position: absolute;
	left: 18px;
	top: 8px;
	font-family: "Outfit", "Georgia", serif;
	font-size: 3.5rem;
	font-weight: 900;
	line-height: 1;
	color: var(--ths-accent);
	opacity: 0.4;
}
.ths-about-content blockquote p:last-child { margin-bottom: 0; }

/* ----- Reset parent theme & wp-block borders on tables ----- */
.ths-about-content .wp-block-table,
.ths-about-content .wp-block-table > table,
.ths-about-content table,
.ths-about-content table tr,
.ths-about-content table th,
.ths-about-content table td,
.ths-about-content table thead,
.ths-about-content table tbody {
	border: none !important;
	border-top: none !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
	box-shadow: none;
}
.ths-about-content .wp-block-table { margin: 24px 0 !important; }
.ths-about-content figure.wp-block-table { background: transparent !important; }

/* ----- Tables (会社概要表 - スタイリッシュなカード型レイアウト) ----- */
.ths-about-content table {
	width: 100% !important;
	border-collapse: separate !important;
	border-spacing: 0 8px !important;
	margin: 24px 0 !important;
	background: transparent !important;
	font-size: clamp(1.05rem, 1.2vw, 1.18rem);
	border: none !important;
	box-shadow: none !important;
	overflow: visible !important;
}
.ths-about-content table tbody { background: transparent !important; }
.ths-about-content table thead { display: none; }

.ths-about-content table tr {
	background: #ffffff;
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s;
	box-shadow: 0 1px 0 rgba(0, 30, 90, 0.04);
}
.ths-about-content table tr:hover {
	transform: translateX(4px);
	box-shadow: 0 12px 30px rgba(0, 85, 204, 0.10);
}

.ths-about-content table th,
.ths-about-content table td {
	padding: 14px 32px !important;
	border: none !important;
	background: transparent !important;
	text-align: left;
	vertical-align: middle;
	line-height: 1.6;
	color: #000000 !important;
	font-size: clamp(1.05rem, 1.2vw, 1.18rem);
}

.ths-about-content table th {
	width: 220px;
	min-width: 200px;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif !important;
	font-weight: 800 !important;
	letter-spacing: 0.1em;
	color: #000000 !important;
	background:
		linear-gradient(135deg, rgba(51, 136, 238, 0.08) 0%, rgba(51, 136, 238, 0.02) 100%) !important;
	position: relative;
	border-radius: 12px 0 0 12px !important;
	border-right: 1px solid rgba(0, 30, 90, 0.06) !important;
}
.ths-about-content table th::before {
	content: "" !important;
	position: absolute !important;
	left: 0 !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 4px !important;
	height: 22px !important;
	background: linear-gradient(180deg, var(--ths-accent) 0%, var(--ths-accent-light) 100%) !important;
	border-radius: 0 4px 4px 0 !important;
	display: block !important;
}

.ths-about-content table td {
	background: #ffffff !important;
	border-radius: 0 12px 12px 0 !important;
	font-weight: 500;
}

/* ----- 会社名(社名)をブランドカラーのグラデーションで上品に強調 ----- */
.ths-about-content table tr:first-child td:last-child strong,
.ths-about-content table tr:first-child td:last-child .vk_inline-font-size {
	font-size: clamp(1.35rem, 2.6vw, 1.7rem) !important;
	font-weight: 800 !important;
	letter-spacing: 0.04em;
	line-height: 1.35;
	background: linear-gradient(135deg, var(--ths-accent) 0%, var(--ths-accent-light) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent !important;
}

/* First column rounding when only single column */
.ths-about-content table tr > th:only-child,
.ths-about-content table tr > td:only-child {
	border-radius: 12px !important;
}

/* Definition list fallback (in case page uses <dl> instead of <table>) */
.ths-about-content dl {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 8px 0;
	margin: 24px 0;
	font-size: clamp(1.05rem, 1.2vw, 1.18rem);
}
.ths-about-content dl dt,
.ths-about-content dl dd {
	background: #ffffff;
	padding: 14px 32px;
	color: #000000;
	line-height: 1.6;
}
.ths-about-content dl dt {
	font-weight: 800;
	letter-spacing: 0.1em;
	background:
		linear-gradient(135deg, rgba(51, 136, 238, 0.08) 0%, rgba(51, 136, 238, 0.02) 100%);
	border-radius: 12px 0 0 12px;
	border-right: 1px solid rgba(0, 30, 90, 0.06);
	position: relative;
}
.ths-about-content dl dt::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 22px;
	background: linear-gradient(180deg, var(--ths-accent) 0%, var(--ths-accent-light) 100%);
	border-radius: 0 4px 4px 0;
}
.ths-about-content dl dd {
	margin: 0;
	border-radius: 0 12px 12px 0;
	font-weight: 500;
}

/* ----- Images ----- */
.ths-about-content img,
.ths-about-content figure img {
	max-width: 100%;
	height: auto;
	border-radius: 14px;
	box-shadow: 0 16px 36px rgba(15, 30, 70, 0.12);
	margin: 16px 0;
}
.ths-about-content figure {
	margin: 24px 0;
	text-align: center;
}
.ths-about-content figure figcaption {
	font-size: 0.88rem;
	color: var(--ths-about-text-mute);
	margin-top: 12px;
	letter-spacing: 0.06em;
}

/* ----- WP Block Buttons ----- */
.ths-about-content .wp-block-button {
	margin: 32px 0;
}
.ths-about-content .wp-block-button .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: linear-gradient(135deg, var(--ths-accent) 0%, var(--ths-accent-light) 100%) !important;
	color: #ffffff !important;
	padding: 16px 40px;
	border-radius: 999px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-decoration: none;
	border: none;
	box-shadow: 0 12px 28px rgba(0, 85, 204, 0.3);
	transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
}
.ths-about-content .wp-block-button .wp-block-button__link:hover {
	transform: translateY(-3px);
	background: linear-gradient(135deg, #4ea3ff 0%, #7fc3ff 100%) !important;
	box-shadow: 0 18px 36px rgba(78, 163, 255, 0.45);
}

/* ----- VK Blocks Button (phone CTA) -----
   サイトのブルー基調に合わせつつ、主要な連絡先CTAとして強調する。
   VK Blocks の primary カラー(緑)を上書き。 */
/* 営業時間リストと同じ左づめに揃える(中央寄せを解除) */
.ths-about-content .vk_button {
	text-align: left !important;
}
.ths-about-content .vk_button_link.btn {
	background: linear-gradient(135deg, var(--ths-accent) 0%, var(--ths-accent-light) 100%) !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 999px;
	padding: 20px 48px;
	box-shadow: 0 14px 32px rgba(0, 85, 204, 0.32);
	transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
}
.ths-about-content .vk_button_link.btn:hover,
.ths-about-content .vk_button_link.btn:focus {
	transform: translateY(-3px);
	background: linear-gradient(135deg, #4ea3ff 0%, #7fc3ff 100%) !important;
	box-shadow: 0 20px 40px rgba(78, 163, 255, 0.45);
}
.ths-about-content .vk_button_link.btn .vk_button_link_txt strong {
	color: #ffffff !important;
	font-size: 1.25em;
	letter-spacing: 0.04em;
}
.ths-about-content .vk_button_link.btn .vk_button_link_subCaption {
	color: rgba(255, 255, 255, 0.85) !important;
	margin-top: 4px;
}
.ths-about-content .vk_button_link.btn .vk_button_link_before {
	color: #ffffff !important;
}

/* ----- HR Divider ----- */
.ths-about-content hr {
	border: none;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, var(--ths-about-line) 20%, var(--ths-about-line) 80%, transparent 100%);
	margin: 48px 0;
}

/* ----- Responsive ----- */
@media (max-width: 768px) {
	.ths-section--about-hero .ths-headline br { display: none; }
	.ths-section--about-hero .ths-lead br { display: none; }
	.ths-section--about-main::after { font-size: 5rem; top: 20px; }
	.ths-about-content { font-size: 1.02rem; line-height: 1.95; }

	.ths-about-content table { border-spacing: 0 10px !important; }
	.ths-about-content table tr {
		display: block;
		border-radius: 12px;
		overflow: hidden;
		box-shadow: 0 6px 18px rgba(0, 30, 90, 0.06);
	}
	.ths-about-content table th,
	.ths-about-content table td {
		display: block !important;
		width: 100% !important;
		padding: 14px 22px !important;
		border-radius: 0 !important;
	}
	.ths-about-content table th {
		padding-bottom: 6px !important;
		padding-top: 18px !important;
		border-right: none !important;
		font-size: 0.78rem !important;
		text-transform: uppercase;
		letter-spacing: 0.15em;
		color: var(--ths-accent) !important;
		background:
			linear-gradient(135deg, rgba(51, 136, 238, 0.08) 0%, rgba(51, 136, 238, 0.02) 100%) !important;
	}
	.ths-about-content table th::before {
		left: 0 !important;
		top: 18px !important;
		transform: none !important;
		height: 20px !important;
		width: 3px !important;
	}
	.ths-about-content table td {
		padding-top: 6px !important;
		padding-bottom: 18px !important;
		font-size: 1.05rem !important;
		font-weight: 600 !important;
	}

	.ths-about-content dl { grid-template-columns: 1fr; gap: 0; }
	.ths-about-content dl dt,
	.ths-about-content dl dd { border-radius: 0; padding: 14px 22px; }
	.ths-about-content dl dt {
		font-size: 0.78rem;
		padding-bottom: 6px;
		border-right: none;
		text-transform: uppercase;
		letter-spacing: 0.15em;
		color: var(--ths-accent);
	}
	.ths-about-content dl dd {
		padding-top: 6px;
		padding-bottom: 18px;
		font-size: 1.05rem;
		font-weight: 600;
	}
}
