/* 舒樂途 Suletu — additions on top of the Yoge template (loaded last). */
:root {
	--pbmit-body-typography-font-family: 'Roboto', 'Noto Sans TC', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
	--pbmit-heading-typography-font-family: 'Sora', 'Noto Sans TC', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
	--pbmit-btn-typography-font-family: 'Sora', 'Noto Sans TC', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
	--sl-ink: #26302b;
	--sl-muted: #5d6762;
	--sl-line: #dfe7e2;
	--sl-soft: #f3f7f4;
}
body { font-family: var(--pbmit-body-typography-font-family); }
h1, h2, h3, h4, h5, h6, .pbmit-title, .pbmit-tbar-title { font-family: var(--pbmit-heading-typography-font-family); }
.site-title { margin: 0; }
.site-title .logo-img { max-height: 56px; width: auto; }
.pbmit-footer-logo img { max-height: 64px; width: auto; }
.pbmit-tbar-title { font-size: 44px; line-height: 1.3; max-width: 980px; }
@media (max-width: 767px) { .pbmit-tbar-title { font-size: 28px; } }

/* long-form prose */
.sl-prose { color: var(--sl-ink); font-size: 17px; line-height: 1.9; }
.sl-prose p { margin: 0 0 1.1em; }
.sl-prose h2 { font-size: 28px; line-height: 1.4; margin: 1.8em 0 .7em; padding-top: .2em; scroll-margin-top: 110px; }
.sl-prose h3 { font-size: 21px; line-height: 1.45; margin: 1.5em 0 .5em; }
.sl-prose ul, .sl-prose ol { margin: 0 0 1.2em; padding-left: 1.4em; }
.sl-prose li { margin: .35em 0; }
.sl-prose a { color: var(--pbmit-global-color); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.sl-prose a:hover { color: var(--pbmit-blackish-color); }
.sl-prose strong { color: var(--pbmit-blackish-color); }
.pbmit-service_content.sl-prose > p:first-child, .sl-article .sl-prose > p:first-of-type { font-size: 19px; color: var(--pbmit-blackish-color); }
@media (max-width: 767px) { .sl-prose { font-size: 16px; } .sl-prose h2 { font-size: 23px; } }

.spec-table { width: 100%; border-collapse: collapse; margin: 1.2em 0 1.6em; font-size: 15.5px; line-height: 1.65; background: #fff; }
.spec-table th, .spec-table td { border: 1px solid var(--sl-line); padding: 10px 14px; vertical-align: top; text-align: left; }
.spec-table thead th { background: var(--pbmit-global-color); color: #fff; font-weight: 600; border-color: var(--pbmit-global-color); }
.spec-table tbody tr:nth-child(even) td { background: var(--sl-soft); }
.spec-table tbody th { background: var(--pbmit-light-color); color: var(--pbmit-blackish-color); }
.sl-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 1.2em 0 1.6em; }
.sl-table-wrap .spec-table { margin: 0; min-width: 560px; }

.callout { background: var(--pbmit-light-color); border-left: 4px solid var(--pbmit-global-color); padding: 18px 22px; margin: 1.4em 0; border-radius: 0 12px 12px 0; }
.callout p:last-child, .callout ul:last-child { margin-bottom: 0; }

.sl-toc { background: var(--sl-soft); border: 1px solid var(--sl-line); border-radius: 16px; padding: 18px 24px; margin: 0 0 1.8em; }
.sl-toc-title { font-weight: 700; color: var(--pbmit-blackish-color); margin: 0 0 .4em !important; font-size: 16px !important; }
.sl-toc ol { margin: 0; padding-left: 1.3em; columns: 2; column-gap: 32px; font-size: 15.5px; }
.sl-toc li { break-inside: avoid; margin: .2em 0; }
.sl-toc a { text-decoration: none; }
@media (max-width: 767px) { .sl-toc ol { columns: 1; } }

.sl-health-note { background: #fff8e6; border: 1px solid #f0dca4; border-radius: 14px; padding: 16px 20px; margin: 2em 0 0; font-size: 15px; line-height: 1.8; color: #5a4a1e; }
.sl-health-note p { margin: 0; }
.sl-health-note a { color: #8a5a00; }

.sl-figure { margin: 1.4em 0 2em; text-align: center; }
.sl-figure img { width: 100%; max-width: 900px; height: auto; border-radius: 18px; border: 1px solid var(--sl-line); background: #fff; }
.sl-figure figcaption { font-size: 14px; color: var(--sl-muted); margin-top: .6em; line-height: 1.7; }

.sl-section-title { font-size: 28px; margin: 0 0 24px; }
.sl-faq { margin-top: 2.4em; }
.sl-faq .accordion-body, .service-detail-accordion_box .accordion-body, .sl-faq-group .accordion-body { font-size: 16px; line-height: 1.85; color: var(--sl-ink); }
.sl-related { margin-top: 60px; }
.sl-related .pbmit-blog-style-1 { margin-bottom: 30px; }
.sl-back { margin-top: 10px; }
.sl-back a { color: var(--pbmit-global-color); font-weight: 600; }
.sl-card-summary { font-size: 15px; line-height: 1.7; color: var(--sl-muted); margin: 10px 0 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.pbmit-blog-style-1 .pbmit-post-title { font-size: 20px; line-height: 1.5; }
.pbmit-blog-style-1 .pbmit-featured-wrapper img { aspect-ratio: 1200 / 890; object-fit: cover; width: 100%; }
.sl-ads-desc { font-size: 15px; line-height: 1.7; margin-bottom: 18px; }
.pbmit-service-ads .pbmit-logo-img img { max-width: 160px; }
.recent-post-list .recent-post-thum img { aspect-ratio: 1 / 1; object-fit: cover; }
.pbmit-blog-meta-top .pbmit-meta { margin-right: 14px; }
.pbmit-meta-tags a { margin: 0 6px 6px 0; }

/* articles hub */
.sl-jump { padding: 40px 0 0; }
.sl-jump p { margin: 0; font-size: 16px; }
.sl-chip { display: inline-block; margin: 6px 8px 6px 0; padding: 6px 16px; border-radius: 30px; background: var(--pbmit-light-color); color: var(--pbmit-blackish-color); font-size: 15px; }
.sl-chip:hover { background: var(--pbmit-global-color); color: #fff; }
.sl-cluster { scroll-margin-top: 90px; }
.sl-cluster + .sl-cluster { padding-top: 0; }
.sl-cluster-head { margin-bottom: 30px; }
.sl-cluster-head .pbmit-title a { color: inherit; }
.sl-cluster-head .pbmit-heading-desc { max-width: 760px; }
.sl-cluster .pbmit-blog-style-1 { margin-bottom: 30px; }

/* home */
.pbmit-service-style-1 .pbmit-service-icon i.fa { font-size: 46px; color: var(--pbmit-global-color); }
.pbmit-service-style-1 .pbmit-service-title { font-size: 24px; line-height: 1.4; }
.sl-featured .pbmit-team-style-2 .pbmit-team-title { font-size: 34px; }
.sl-more { margin-top: 30px; }
.sl-latest .pbmit-blog-style-1 { margin-bottom: 30px; }
.ihbox-section_one a.pbmit-ihbox-headingicon { color: inherit; }
.counter-one_box .pbmit-fid sup { font-size: 16px; top: -1.2em; }
.counter-section_one .img_box img { border-radius: 30px; }

/* pillar */
.pbmit-ihbox-style-10 .pbmit-element-title { font-size: 21px; line-height: 1.45; }
.pbmit-ihbox-style-10 .pbmit-icon-wrapper i.fa { font-size: 40px; }
.pbmit-ihbox-style-6 .pbmit-icon-wrapper i.fa { font-size: 34px; }
.list-group_box .pbmit-animation-style7 img { border-radius: 30px; }
.service-list-group .pbmit-icon-list-text { line-height: 1.7; }
.pbmit-service-feature-image img { border-radius: 30px; aspect-ratio: 1200 / 890; object-fit: cover; }

/* about */
.sl-about-img { background-size: cover; background-position: center; min-height: 560px; border-radius: 30px; }
.sl-page-intro { max-width: 860px; margin: 0 auto 40px; }

/* generic pages */
.sl-page .sl-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin: 1.4em 0 2em; }
.sl-page .sl-card { border: 1px solid var(--sl-line); border-radius: 18px; padding: 22px 24px; background: #fff; }
.sl-page .sl-card h3 { margin-top: 0; font-size: 20px; }
.sl-page .sl-card p { margin-bottom: .6em; font-size: 16px; }
.sl-embed { width: 100%; min-height: 110px; font-family: 'Source Code Pro', Consolas, monospace; font-size: 13px; line-height: 1.6; padding: 12px; border: 1px solid var(--sl-line); border-radius: 10px; background: var(--sl-soft); color: var(--sl-ink); }
.sl-print-btn { border: 0; cursor: pointer; }

/* search */
.sl-search-form { display: flex; gap: 10px; margin: 0 0 24px; }
.sl-search-form input { flex: 1; min-width: 0; height: 56px; border: 1px solid var(--sl-line); border-radius: 30px; padding: 0 22px; font-size: 17px; }
.sl-search-form button { border: 0; border-radius: 30px; padding: 0 28px; background: var(--pbmit-global-color); color: #fff; font-weight: 600; }
.sl-results { list-style: none; padding: 0 !important; }
.sl-results li { border-bottom: 1px solid var(--sl-line); padding: 16px 0; margin: 0; }
.sl-results .sl-r-cat { font-size: 13px; color: var(--pbmit-global-color); font-weight: 600; }
.sl-results .sl-r-title { display: block; font-size: 19px; font-weight: 600; margin: 2px 0 4px; text-decoration: none; }
.sl-results p { margin: 0; font-size: 15px; color: var(--sl-muted); }

/* print: articles with printable cards/checklists */
@media print {
	.site-header, .pbmit-title-bar-wrapper, .site-footer, .sidebar, .blog-left-col, .sl-related, .post-navigation,
	.pbmit-author-box, .pbmit-featured-img-wrapper, .pbmit-blog-meta, .pbmit-blog-meta-bottom, .sl-toc, .sl-print,
	.pbmit-progress-wrap, .pbmit-search-overlay, .sl-faq { display: none !important; }
	.blog-right-col { flex: 0 0 100%; max-width: 100%; }
	body, .sl-prose { font-size: 12pt; color: #000; }
	.spec-table { font-size: 11pt; }
	.spec-table thead th { background: #eee !important; color: #000 !important; }
	a { color: #000 !important; text-decoration: none !important; }
	.sl-article::before { content: "舒樂途 Suletu・suletu.com"; display: block; font-weight: 700; margin-bottom: 8pt; }
}

/* title bar photo (generated by tools/build.py from the stock photos) */
.pbmit-title-bar-wrapper { background-image: url(../images/suletu/titlebar.jpg); background-size: cover; background-position: center; }
.pbmit-service-ads .pbmit-logo-img img.sl-logo-light { display: inline-block; }
