@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 3.0
*/

/* ==========================================================================
   WIRED Style - Clean White / Thin Lines / Flat Grid
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Base / Reset
   -------------------------------------------------------------------------- */
body {
  background-color: #ffffff !important;
  color: #111;
  font-family: "Noto Sans JP", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  letter-spacing: 0;
}

.dfont {
  font-family: "Noto Sans JP", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}

a {
  color: #111;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
a:hover {
  opacity: 0.7;
}

/* --------------------------------------------------------------------------
   2. Global: 角丸を全て除去
   -------------------------------------------------------------------------- */
*,
*::before,
*::after {
  border-radius: 0 !important;
}

/* --------------------------------------------------------------------------
   3. Global: シャドウを全て除去
   -------------------------------------------------------------------------- */
.c_linkto_wrap,
.c_linkto,
.sidelong__article,
.post,
.entry,
.widget,
.sidebar .widget,
.my_profile,
.like_box,
.author-info,
.cta,
.related-posts li,
.recommended a,
.catpost-cards .c_linkto_wrap,
.header,
.breadcrumb,
.pagination,
.comment,
#comments,
.searchform,
.fixed-menu ul,
.totop,
.btn,
.raised,
article,
.nofound-img,
.cat-name,
.newmark,
.wp-block-button__link,
.wp-block-sgb-btn,
[class*="sgb-"],
[class*="sng-"] {
  box-shadow: none !important;
}

:root {
  --wp--custom--shadow--large: none !important;
  --wp--custom--shadow--large-hover: none !important;
  --wp--custom--shadow--medium: none !important;
  --wp--custom--shadow--medium-hover: none !important;
  --wp--custom--shadow--solid: none !important;
  --wp--custom--shadow--solid-hover: none !important;
  --wp--custom--shadow--small: none !important;
  --wp--custom--rounded--medium: 0 !important;
  --wp--custom--rounded--small: 0 !important;
}

/* --------------------------------------------------------------------------
   4. Global: ホバーアニメーション除去
   -------------------------------------------------------------------------- */
.c_linkto_wrap:hover,
.c_linkto:hover,
.sidelong__article:hover,
.sidelong__link:hover,
.related-posts a:hover,
.recommended a:hover,
.my-widget a:hover,
.raised:hover,
.btn:hover,
.wp-block-button__link:hover,
article:hover {
  transform: none !important;
  box-shadow: none !important;
}

.home #container .header,
#divheader,
.sidelong__article:first-child,
.sidelong__article:nth-child(2),
.cardtype__article,
.sidelong__article,
.fab-btn,
#header-image,
.post-tab,
.mobile-nav ul,
.wp-block-sgb-hero .header-image {
  animation: none !important;
}

/* --------------------------------------------------------------------------
   5. Header
   -------------------------------------------------------------------------- */
.header {
  background-color: #ffffff !important;
  border-bottom: 1px solid #e5e5e5 !important;
  box-shadow: none !important;
  margin-bottom: 0;
}

#logo a {
  color: #111 !important;
  font-weight: 900;
  font-size: 1.3em;
  letter-spacing: -0.02em;
}

#logo img {
  filter: none;
}

.desktop-nav li a {
  color: #111 !important;
  font-weight: 700;
  font-size: 0.9em;
  letter-spacing: 0.02em;
}
.desktop-nav li:after {
  background: #111 !important;
}
.desktop-nav li a:hover {
  opacity: 0.6;
}

#drawer__open {
  color: #111 !important;
}

.header-info a {
  background: #111 !important;
  color: #fff !important;
}

.header-search__open {
  color: #111 !important;
}

.drawer__title {
  background-color: #111 !important;
  color: #fff !important;
}

/* --------------------------------------------------------------------------
   6. Navigation / Breadcrumb
   -------------------------------------------------------------------------- */
.breadcrumb {
  background: transparent;
  padding: 0.8em 0;
  font-size: 0.8em;
  color: #999;
  border-bottom: none;
}
.breadcrumb a {
  color: #999;
}
.breadcrumb a:hover {
  color: #111;
}

/* --------------------------------------------------------------------------
   7. Content Area
   -------------------------------------------------------------------------- */
#content {
  background: transparent;
}

.inner-content,
#inner-content {
  background: transparent;
}

.entry-content {
  color: #222;
  line-height: 1.9;
}
.entry-content h2 {
  font-weight: 900;
  border: none;
  padding: 0;
  margin: 2em 0 1em;
  font-size: 1.5em;
  color: #111;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.4em;
}
.entry-content h3 {
  font-weight: 700;
  border: none;
  padding: 0;
  margin: 1.8em 0 0.8em;
  font-size: 1.25em;
  color: #111;
}
.entry-content h4 {
  font-weight: 700;
  color: #111;
}

/* --------------------------------------------------------------------------
   8. Cards / Post Grid
   -------------------------------------------------------------------------- */

.c_linkto_wrap {
  background: transparent;
  border: none;
  box-shadow: none !important;
  transition: none;
  overflow: hidden;
}
.c_linkto_wrap:hover {
  transform: none !important;
  box-shadow: none !important;
}
.c_linkto_wrap:hover .c_linkto_text h2 {
  color: #666;
}
.c_linkto_wrap:hover .c_linkto_img_wrap img {
  transform: scale(1.05);
}

.c_linkto {
  box-shadow: none !important;
}

.c_linkto_img_wrap {
  overflow: hidden;
}
.c_linkto_img_wrap img {
  transition: transform 0.3s ease;
}

.c_linkto_text {
  padding: 0.8em 0;
}
.c_linkto_text h2 {
  font-weight: 700;
  font-size: 0.95em;
  line-height: 1.5;
  color: #111;
  transition: color 0.15s ease;
  margin: 0;
}

/* 日付 */
.sng-link-time,
.entry-time,
.pubdate,
.updated {
  color: #999;
  font-size: 0.8em;
  font-weight: 400;
}

/* カテゴリーラベル（テキストスタイル — 色は動的CSS） */
.cat-name {
  color: #111 !important;
  background: transparent !important;
  font-size: 0.7em;
  font-weight: 700;
  padding: 0 !important;
  letter-spacing: 0.03em;
}

/* NEWマーク */
.newmark {
  background: #111 !important;
  color: #fff !important;
  font-size: 0.65em;
  font-weight: 700;
  padding: 1px 6px !important;
}

/* 横長カード */
.sidelong__article {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 1em 0;
  box-shadow: none !important;
}
.sidelong__article:hover {
  transform: none !important;
  background: transparent;
}
.sidelong__article-info h2 {
  font-weight: 700;
  font-size: 0.95em;
  color: #111;
}

/* --------------------------------------------------------------------------
   9. Single Post
   -------------------------------------------------------------------------- */
.post,
article.entry {
  background: #fff;
  border: none;
  box-shadow: none !important;
}

.entry-header .page-title,
.entry-header h1 {
  font-weight: 900;
  font-size: 1.8em;
  line-height: 1.4;
  color: #111;
  letter-spacing: -0.01em;
}

.post-thumbnail img {
  border-radius: 0 !important;
}

.article-footer {
  border-top: 1px solid #e5e5e5;
  margin-top: 2em;
  padding-top: 1.5em;
}

/* --------------------------------------------------------------------------
   10. Page
   -------------------------------------------------------------------------- */
.page-content {
  background: transparent;
}
.page-forfront .entry-content {
  background: transparent;
}

/* --------------------------------------------------------------------------
   11. Sidebar
   -------------------------------------------------------------------------- */
.sidebar .widget {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: none !important;
  margin-bottom: 0;
  padding: 20px 0;
}

.widgettitle,
.sidebar .wp-block-group h2,
.drawer .wp-block-group h2 {
  color: #111 !important;
  background-color: transparent !important;
  font-weight: 700;
  font-size: 0.88em;
  padding: 0 0 0.5em 0 !important;
  border-bottom: none;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sidebar .widget ul li a {
  color: #333;
  border-bottom: none;
  padding: 0.4em 0;
}
.sidebar .widget ul li a:hover {
  color: #111;
}

.my-widget li {
  border-bottom: 1px solid #f0f0f0;
}
.my-widget li a {
  padding: 0.6em 0;
}
.my-widget__text {
  font-weight: 500;
  font-size: 0.85em;
  color: #222;
}
.rank {
  background: #111 !important;
  color: #fff !important;
}
.rank.accent-bc {
  background: #111 !important;
}

/* --------------------------------------------------------------------------
   12. Author Info / Profile
   -------------------------------------------------------------------------- */
.author-info {
  background: #fff !important;
  border: none;
  border-top: 1px solid #e5e5e5;
  box-shadow: none !important;
}
.author-info .pastel-bc {
  background: #fff !important;
}

.my_profile {
  box-shadow: none !important;
  border: none;
  background: transparent;
}
.my_profile .yourname {
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   13. Related Posts
   -------------------------------------------------------------------------- */
.related-posts li {
  box-shadow: none !important;
}
.related-posts a {
  color: #111;
}
.related-posts a:hover {
  transform: none !important;
  box-shadow: none !important;
  opacity: 0.7;
}
.related-posts .rep p {
  font-weight: 700;
  font-size: 0.9em;
}
.related_title {
  font-weight: 700;
  color: #111;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.4em;
}
.h-undeline {
  border: none !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

/* --------------------------------------------------------------------------
   14. SNS Share Buttons
   -------------------------------------------------------------------------- */
.sns-btn {
  border: none;
}
.sns-btn__title {
  color: #111;
  font-weight: 700;
}
.sns-btn ul li a {
  background: transparent;
  border: 1px solid #ddd;
  color: #555 !important;
}
.sns-btn ul li a:hover {
  background: #111;
  border-color: #111;
  color: #fff !important;
}
.sns-btn ul li.tw a,
.sns-btn ul li.fb a,
.sns-btn ul li.hatebu a,
.sns-btn ul li.line a {
  background: transparent !important;
  border: 1px solid #ddd !important;
  color: #555 !important;
}
.sns-btn ul li.tw a:hover,
.sns-btn ul li.fb a:hover,
.sns-btn ul li.hatebu a:hover,
.sns-btn ul li.line a:hover {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}

/* --------------------------------------------------------------------------
   15. Comments
   -------------------------------------------------------------------------- */
.comments-title {
  font-weight: 700;
  color: #111;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.4em;
}
#comments .comment-author {
  font-weight: 500;
}
.comment-reply-link {
  border: 1px solid #ddd;
  background: transparent;
  color: #555;
}
.comment-reply-link:hover {
  background: #111;
  color: #fff;
}

/* --------------------------------------------------------------------------
   16. Pagination
   -------------------------------------------------------------------------- */
.pagination .page-numbers {
  background: #fff;
  border: 1px solid #ddd;
  color: #555;
  font-weight: 700;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  background: #111;
  border-color: #111;
  color: #fff;
}

/* --------------------------------------------------------------------------
   17. Search
   -------------------------------------------------------------------------- */
.searchform {
  width: 100%;
}
.searchform > div {
  display: flex;
  width: 100%;
}
.searchform__input {
  flex: 1;
  border: 1px solid #ddd !important;
  border-right: none !important;
  background: #fff;
  padding: 12px 14px;
  font-size: 0.9em;
  min-width: 0;
}
.searchform__submit {
  background: #111 !important;
  color: #fff !important;
  padding: 12px 20px;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  line-height: 1;
  flex-shrink: 0;
}
.search-title {
  font-weight: 700;
  color: #111;
}

/* --------------------------------------------------------------------------
   18. Footer
   -------------------------------------------------------------------------- */
.footer {
  background-color: #fff !important;
  color: #333 !important;
  border-top: 1px solid #e5e5e5;
}
.footer a {
  color: #333 !important;
}
.footer .widget ul li a {
  color: #333 !important;
}
.ft_title {
  font-weight: 700;
  color: #111 !important;
}

#footer-menu {
  background-color: #111 !important;
}
#footer-menu a {
  color: #fff !important;
  font-weight: 500;
}
.copyright {
  color: #fff !important;
}

/* --------------------------------------------------------------------------
   19. Mobile Fixed Footer Menu
   -------------------------------------------------------------------------- */
.fixed-menu ul {
  background: #fff !important;
  border-top: 1px solid #e5e5e5;
  box-shadow: none !important;
}
.fixed-menu a {
  color: #999 !important;
}
.fixed-menu .current-menu-item a,
.fixed-menu ul li a.active {
  color: #111 !important;
}

/* --------------------------------------------------------------------------
   20. Go Top Button
   -------------------------------------------------------------------------- */
.totop {
  background: #111 !important;
  color: #fff;
  box-shadow: none !important;
}

/* --------------------------------------------------------------------------
   21. CTA
   -------------------------------------------------------------------------- */
.cta {
  background: #fff !important;
  border: 1px solid #e5e5e5;
  box-shadow: none !important;
}
.cta h3 {
  color: #111 !important;
  font-weight: 700;
}
.cta .cta-btn a {
  background: #111 !important;
  color: #fff;
}

/* --------------------------------------------------------------------------
   22. Like Box / Follow Box
   -------------------------------------------------------------------------- */
.like_box {
  box-shadow: none !important;
  border: none;
  background: transparent;
}

/* --------------------------------------------------------------------------
   23. Buttons
   -------------------------------------------------------------------------- */
.raised,
.btn,
.raised.accent-bc,
.raised.main-bc {
  background: #111 !important;
  color: #fff !important;
  box-shadow: none !important;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.raised:hover,
.btn:hover {
  background: #333 !important;
  transform: none !important;
  box-shadow: none !important;
}

.wp-block-button__link {
  background: #111 !important;
  color: #fff !important;
  box-shadow: none !important;
}
.wp-block-button__link:hover {
  background: #333 !important;
  transform: none !important;
}

/* --------------------------------------------------------------------------
   24. Tab
   -------------------------------------------------------------------------- */
.post-tab {
  background: transparent !important;
  border-bottom: 1px solid #e5e5e5;
}
.post-tab > div {
  color: #999 !important;
  font-weight: 700;
}
.post-tab > div.tab-active {
  color: #111 !important;
  background: transparent !important;
  border-bottom: 2px solid #111;
}

/* --------------------------------------------------------------------------
   25. 404
   -------------------------------------------------------------------------- */
.notfound .nofound-title {
  font-weight: 700;
  color: #111;
}

/* --------------------------------------------------------------------------
   26. Archive Header
   -------------------------------------------------------------------------- */
.archive-header {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #e5e5e5 !important;
  box-shadow: none !important;
}
.archive-header h1 {
  font-weight: 900;
  color: #111;
}

/* --------------------------------------------------------------------------
   27. Box Menu Widget
   -------------------------------------------------------------------------- */
.widget-menu__title {
  background-color: #111 !important;
  color: #fff !important;
}
.widget-menu li a {
  border: none;
}
.widget-menu li a:hover {
  background: #fafafa;
}

/* --------------------------------------------------------------------------
   28. Gutenberg Blocks Override
   -------------------------------------------------------------------------- */
[class*="sgb-block-box"] {
  box-shadow: none !important;
  border-radius: 0 !important;
}

[class*="sgb-block-say"] {
  box-shadow: none !important;
}

.wp-block-table {
  border-collapse: collapse;
}
.wp-block-table td,
.wp-block-table th {
  border: 1px solid #e5e5e5;
}

/* --------------------------------------------------------------------------
   29. Accent Color Override
   -------------------------------------------------------------------------- */
.accent-bc {
  background-color: #111 !important;
  color: #fff !important;
}
.main-bc {
  background-color: #111 !important;
  color: #fff !important;
}
.main-c {
  color: #111 !important;
}
.pastel-bc {
  background-color: #fafafa !important;
}

/* --------------------------------------------------------------------------
   30. Typography Fine-tuning
   -------------------------------------------------------------------------- */
body,
p,
li,
td,
th,
dd,
dt,
span,
a,
input,
textarea,
select,
button,
.dfont {
  letter-spacing: -0.01em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.02em;
}

h1,
.entry-header h1,
.entry-header .page-title {
  letter-spacing: -0.03em;
}

.entry-content,
.entry-content p {
  letter-spacing: -0.01em;
}

.c_linkto_text h2,
.sidelong__article-info h2,
.my-widget__text,
.related-posts .rep p {
  letter-spacing: -0.02em;
}

.widgettitle,
.ft_title,
.related_title,
.comments-title,
.search-title {
  letter-spacing: 0.02em;
}

.desktop-nav li a,
#footer-menu a,
.fixed-menu a,
.breadcrumb {
  letter-spacing: 0;
}

.cat-name,
.newmark,
.raised,
.btn,
.wp-block-button__link,
.sns-btn__title,
.pagination .page-numbers {
  letter-spacing: 0;
}

strong, b, .strong {
  font-weight: 700;
}

.c_linkto_text h2,
.sidelong__article-info h2 {
  font-weight: 700;
}

.entry-count {
  background: #f5f5f5;
  color: #666;
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   31. Flat White Layout（ボーダー区切り）
   -------------------------------------------------------------------------- */

#main {
  background: #fff;
  padding: 0;
}

.sidebar {
  background: transparent;
}

.catpost-cards .c_linkto_wrap {
  border: none;
  background: transparent;
}

.post,
article.entry {
  background: #fff;
  padding: 24px;
}

.related-posts {
  background: #fff;
  padding: 24px 0;
  border-top: 1px solid #e5e5e5;
}

#comments {
  background: #fff;
  padding: 24px 0;
  border-top: 1px solid #e5e5e5;
}

.cta {
  margin-top: 0;
}

.pagination {
  padding: 20px 0;
}

.author-info {
  padding: 24px 0;
}

.sns-btn {
  padding: 16px 0;
}

.sidebar .wp-block-group {
  background: transparent;
  padding: 20px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
}

.widget-menu li a {
  border: none;
}

.post-tab {
  background: transparent !important;
  border-bottom: none;
}

@media (min-width: 769px) {
  #inner-content.wrap {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .post,
  article.entry {
    padding: 16px;
  }
  .sidebar .widget {
    padding: 16px 0;
  }
}

/* ==========================================================================
   32. Category Navigation Bar
   ========================================================================== */
.cat-nav {
  background: #111;
  border-bottom: none;
  position: sticky;
  top: 0;
  z-index: 999;
}
.cat-nav__inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 12px 20px;
  background: transparent;
}
.cat-nav__list {
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  justify-content: flex-start;
}
.cat-nav__list::-webkit-scrollbar {
  display: none;
}
.cat-nav__list li {
  flex-shrink: 0;
}
.cat-nav__list li a {
  display: block;
  padding: 0;
  font-size: 0.82em;
  font-weight: 700;
  color: rgba(255,255,255,0.65);
  white-space: nowrap;
  transition: color 0.15s ease;
  letter-spacing: 0;
}
.cat-nav__list li a:hover {
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cat-nav__list li a {
    font-size: 0.78em;
  }
  .cat-nav__list {
    gap: 16px;
  }
}

/* ==========================================================================
   33. Homepage Sections
   ========================================================================== */

/* Section wrapper */
.home-section {
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.home-section--featured {
  margin-bottom: 0;
  margin-top: 0;
}

.home-section__inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 32px 20px;
  background: transparent;
}

/* Section heading */
.home-section__heading {
  font-size: 0.82em;
  font-weight: 900;
  color: #111;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0;
  border: none;
}

/* Section header with "more" link */
.home-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.home-section__header .home-section__heading {
  margin-bottom: 0;
}
.home-section__more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.82em;
  font-weight: 700;
  color: #999;
}
.home-section__more:hover {
  color: #111;
  opacity: 1;
}
.home-section__more .material-symbols-outlined {
  font-size: 16px;
}

/* カテゴリセクションの見出し装飾 */
.home-section--category .home-section__header {
  justify-content: center;
  margin-bottom: 28px;
  padding: 16px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: inherit;
  position: relative;
}
.home-section--category .home-section__heading {
  font-size: 1em;
  letter-spacing: 0.1em;
  text-align: center;
}
.home-section--category .home-section__more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.home-section--category .home-section__more:hover {
  opacity: 0.7;
}

/* --- Featured Layout (slider + sidebar) --- */
.featured-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  align-items: start;
}
.featured-layout__main {
  min-width: 0;
}
.featured-layout__side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.featured-side__search {
  margin-bottom: 4px;
}
.featured-side__search .searchform {
  display: flex;
}
.featured-side__search .searchform__input {
  flex: 1;
}
.featured-side__heading {
  font-size: 0.78em;
  font-weight: 900;
  color: #111;
  margin: 0 0 12px;
  padding: 0;
  border: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.featured-side__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
}
.featured-side__tag {
  display: inline-block;
  background: transparent;
  color: #666;
  font-size: 0.75em;
  font-weight: 500;
  padding: 3px 0;
  letter-spacing: 0;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.featured-side__tag::before {
  content: '#';
  color: #ccc;
  margin-right: 1px;
}
.featured-side__tag:hover {
  color: #111;
  border-bottom-color: #111;
  opacity: 1;
}
@media (max-width: 768px) {
  .featured-layout {
    grid-template-columns: 1fr;
  }
}

/* --- Hero Slider --- */
.hero-slide {
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.hero-slide:hover {
  opacity: 1;
}
.hero-slide__img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f5f5f5;
}
.hero-slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}
.hero-slide:hover .hero-slide__img img {
  opacity: 0.85;
}
.hero-slide__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 48px 36px 28px;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.3) 60%, transparent 100%);
  color: #fff;
}
.hero-slide__cat {
  display: inline-block;
  background: transparent;
  color: rgba(255,255,255,0.85);
  font-size: 0.7em;
  font-weight: 700;
  padding: 0;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.hero-slide__title {
  font-size: 1.8em;
  font-weight: 900;
  line-height: 1.35;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.03em;
  border: none;
  padding: 0;
}
.hero-slide__meta {
  font-size: 0.8em;
  color: rgba(255,255,255,0.75);
  display: flex;
  gap: 12px;
  align-items: center;
}
.hero-slide__meta .avatar {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 50% !important;
}
.hero-slide__author {
  font-weight: 700;
  color: rgba(255,255,255,0.9);
}

/* Splide overrides */
#hero-slider .splide__arrow {
  background: rgba(255,255,255,0.9);
  width: 36px;
  height: 36px;
  opacity: 1;
  border: none;
}
#hero-slider .splide__arrow:hover {
  background: #fff;
}
#hero-slider .splide__arrow svg {
  fill: #111;
  width: 18px;
  height: 18px;
}
#hero-slider .splide__pagination {
  bottom: 12px;
}
#hero-slider .splide__pagination__page {
  background: rgba(255,255,255,0.4);
  width: 6px;
  height: 6px;
  margin: 0 3px;
  border: none;
  opacity: 1;
}
#hero-slider .splide__pagination__page.is-active {
  background: #fff;
  transform: none;
}

/* --- Card Grid --- */
.card-grid {
  display: grid !important;
  gap: 0;
  width: 100%;
}
.card-grid--auto {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
}
.card-grid--2col {
  grid-template-columns: repeat(2, 1fr) !important;
}
.card-grid--3col {
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 32px 24px !important;
}
.card-grid--3col > .card-item {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .card-grid--3col {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px 20px !important;
  }
}
@media (max-width: 480px) {
  .card-grid--2col,
  .card-grid--3col {
    grid-template-columns: 1fr !important;
    gap: 20px 0 !important;
  }
  .card-grid--auto {
    grid-template-columns: 1fr !important;
  }
  .card-grid--auto .card-item__link {
    display: flex;
    flex-direction: row;
    gap: 12px;
  }
  .card-grid--auto .card-item__img {
    width: 120px;
    min-width: 120px;
    aspect-ratio: 1 / 1;
  }
  .card-grid--auto .card-item__body {
    flex: 1;
    padding: 4px 0;
  }
  .card-grid--auto .card-item__title {
    font-size: 0.85em;
    margin-bottom: 6px;
  }
}

/* --- Card Item --- */
.card-item {
  background: transparent;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.card-item__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #111;
}
.card-item__link:hover {
  opacity: 1;
}
.card-item__link:hover .card-item__title,
.card-item__link:hover .card-item__author,
.card-item__link:hover .card-item__meta time {
  color: var(--cat-color, #666);
}
.card-item__link:hover .card-item__img img {
  transform: scale(1.05);
}
.card-item__img {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f5f5f5;
}
.card-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

/* カテゴリ（タイトル上にテキスト表示） */
.card-item__cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #111;
  margin-bottom: 4px;
}

/* タグ（画像右下に残す） */
.card-item__tags {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: flex;
  gap: 4px;
  z-index: 1;
}
.card-item__tag {
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 0.62em;
  font-weight: 500;
  padding: 2px 6px;
  letter-spacing: 0;
}
.card-item__body {
  padding: 12px 0 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-item__title {
  font-size: 0.92em;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
  border: none;
  padding: 0;
  transition: color 0.15s ease;
}
.card-item__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75em;
  color: #999;
  margin-top: auto;
}
.card-item__meta .avatar {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50% !important;
}
.card-item__author {
  font-weight: 700;
  color: #666;
}

/* Mobile */
@media (max-width: 768px) {
  .home-section__inner {
    padding: 24px 16px;
  }
  .hero-slide__img {
    aspect-ratio: 16 / 10;
  }
  .hero-slide__body {
    padding: 24px 20px 20px;
  }
  .hero-slide__title {
    font-size: 1.2em;
  }
  .card-item__body {
    padding: 10px 0 0;
  }
}

/* ==========================================================================
   34. sng_normal_card Author & Tags
   ========================================================================== */

.c_linkto_author {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-size: 0.78em;
  color: #999;
}
.c_linkto_author .avatar {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50% !important;
}
.c_linkto_author-name {
  font-weight: 700;
  color: #666;
}
.c_linkto_author .sng-link-time {
  color: #999;
  font-size: 0.95em;
}

.c_linkto_img_wrap {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f5f5f5;
}
.c_linkto_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.c_linkto_tags {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: flex;
  gap: 4px;
  z-index: 1;
}
.c_linkto_tag {
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 0.62em;
  font-weight: 500;
  padding: 2px 6px;
  letter-spacing: 0;
}

.sidelong__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-size: 0.78em;
  color: #999;
}
.sidelong__meta .avatar {
  width: 16px;
  height: 16px;
  object-fit: cover;
  border-radius: 50% !important;
}
.sidelong__author {
  font-weight: 700;
  color: #666;
}

/* ==========================================================================
   35. Pagination Fix
   ========================================================================== */
.pagination .page-numbers {
  background: transparent !important;
  border: none !important;
  color: #999;
  font-weight: 700;
  padding: 6px 10px;
  display: inline-block;
  transition: color 0.15s ease;
}
.pagination .page-numbers:hover {
  background: transparent !important;
  color: #111;
}
.pagination .page-numbers.current {
  background: transparent !important;
  color: #111;
  font-weight: 900;
  border-bottom: 1px solid #111 !important;
}
.pagination .page-numbers.dots {
  background: transparent !important;
  border: none !important;
  color: #ddd;
  cursor: default;
  padding: 6px 4px;
}
.pagination .page-numbers.dots:hover {
  background: transparent !important;
  color: #ddd;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
  background: transparent !important;
  border: none !important;
  color: #999;
}
.pagination .prev.page-numbers:hover,
.pagination .next.page-numbers:hover {
  background: transparent !important;
  color: #111;
}

/* ==========================================================================
   36. Material Symbols Icon Overrides
   ========================================================================== */
.fa-chevron-left::before,
.fa-chevron-right::before,
.fa-chevron-up::before,
.fa-search::before,
.fa-tag::before,
.fa-bars::before,
.fa-home::before,
.fa-list::before,
.fa-tint::before,
.fa-check-circle::before,
.fa-caret-right::before,
.fa-star::before,
.fa-star-half-alt::before,
.fa-star-half-o::before,
.fa-bookmark::before,
.fa-code::before,
.fa-rss::before {
  font-family: 'Material Symbols Outlined' !important;
  font-weight: 300 !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
}
.fa-chevron-left::before { content: '\e5cb' !important; }
.fa-chevron-right::before { content: '\e5cc' !important; }
.fa-chevron-up::before { content: '\e5ce' !important; }
.fa-search::before { content: '\e8b6' !important; }
.fa-tag::before { content: '\f05b' !important; }
.fa-bars::before { content: '\e5d2' !important; }
.fa-home::before { content: '\e88a' !important; }
.fa-list::before { content: '\e241' !important; }
.fa-tint::before { content: '\e798' !important; }
.fa-check-circle::before { content: '\e86c' !important; }
.fa-caret-right::before { content: '\e5df' !important; }
.fa-star::before { content: '\e838' !important; }
.fa-star-half-alt::before,
.fa-star-half-o::before { content: '\e839' !important; }
.fa-bookmark::before { content: '\e866' !important; }
.fa-code::before { content: '\e86f' !important; }
.fa-rss::before { content: '\e0e5' !important; }

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}

/* ==========================================================================
   37. Comments Disabled
   ========================================================================== */
#comments,
.comments-area,
.comment-respond,
.comment-reply-link,
.comments-link {
  display: none !important;
}

/* ==========================================================================
   38. Content Width Override
   ========================================================================== */
.wrap {
  max-width: 1380px !important;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ==========================================================================
   39. Thumbnail Aspect Ratio
   ========================================================================== */

.c_linkto_img_wrap {
  aspect-ratio: 16 / 9;
}
.c_linkto_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.my-widget__img {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.my-widget__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-posts li img {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ==========================================================================
   40. Archive / Tag / Search Page
   ========================================================================== */

.archive-page {
  padding: 0;
}
.archive-page__inner {
  background: transparent;
  padding: 32px 20px 48px;
  max-width: 1380px;
  margin: 0 auto;
}

.archive-page #breadcrumb {
  margin-bottom: 16px;
  font-size: 0.82em;
  color: #999;
}
.archive-page #breadcrumb a {
  color: #999;
}
.archive-page #breadcrumb a:hover {
  color: #111;
}

.archive-header {
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.archive-header__title {
  font-size: 1.3em;
  font-weight: 900;
  color: #111;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.archive-header__title .material-symbols-outlined {
  font-size: 1.1em;
}
.archive-header__desc {
  margin: 8px 0 0;
  font-size: 0.88em;
  color: #666;
  line-height: 1.6;
}

.archive-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 40px;
  align-items: start;
}

.card-grid--2col {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 0 24px !important;
}

.archive-layout__side {
  position: sticky;
  top: 72px;
  border-left: 1px solid #e5e5e5;
  padding-left: 24px;
}
.archive-side__block {
  margin-bottom: 28px;
}
.archive-side__block .search-form {
  display: flex;
  gap: 0;
}
.archive-side__block .search-form .search-field {
  flex: 1;
  border: 1px solid #ddd;
  padding: 10px 14px;
  font-size: 0.9em;
  background: #fff;
  outline: none;
}
.archive-side__block .search-form .search-submit {
  background: #111;
  color: #fff;
  border: 1px solid #111;
  padding: 10px 24px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.archive-side__block .search-form .search-submit:hover {
  opacity: 0.7;
}
.archive-side__heading {
  font-size: 0.78em;
  font-weight: 900;
  color: #111;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.archive-side__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
}
.archive-side__tag {
  display: inline-block;
  padding: 3px 0;
  font-size: 0.78em;
  font-weight: 500;
  color: #666;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.archive-side__tag::before {
  content: '#';
  color: #ccc;
  margin-right: 1px;
}
.archive-side__tag:hover {
  color: #111;
  border-bottom-color: #111;
  opacity: 1;
}

.archive-layout__main .pagination {
  margin-top: 40px;
  text-align: center;
}

.archive-noresult {
  padding: 60px 0;
  text-align: center;
  font-size: 1em;
  color: #999;
}

@media (max-width: 768px) {
  .archive-page__inner {
    padding: 20px 16px 36px;
  }
  .archive-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .card-grid--2col {
    grid-template-columns: 1fr !important;
  }
  .archive-layout__side {
    position: static;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 24px;
  }
  .archive-header__title {
    font-size: 1.1em;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .archive-layout {
    grid-template-columns: 1fr 220px;
    gap: 28px;
  }
}

/* ==========================================================================
   41. Profile & Career Section (Dark Theme)
   ========================================================================== */
.home-section--team {
  background: #fff;
  padding: 0;
  margin: 0;
}
.team-section__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 20px 56px;
}
.team-section__header {
  text-align: center;
  padding: 16px 0;
  background: #111;
  margin-bottom: 48px;
}
.team-section__heading {
  font-size: 1em;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
  border: none;
  padding: 0;
}

/* --- Team Member Block --- */
.home-section--team .team-member {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #e5e5e5;
}
.home-section--team .team-member:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* --- Profile (Left) --- */
.team-member__profile {
  flex-shrink: 0;
  width: 200px;
}
.team-member__photo {
  width: 200px;
  height: 200px;
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 12px;
}
.team-member__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-member__role {
  display: block;
  font-size: 0.72em;
  font-weight: 700;
  color: #999;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
}
.team-member__name {
  font-size: 1.15em;
  font-weight: 900;
  color: #111;
  margin: 0;
  border: none;
  padding: 0;
}
.team-member__name-en {
  display: block;
  font-size: 0.7em;
  font-weight: 500;
  color: #999;
  letter-spacing: 0.03em;
  margin-top: 2px;
}

/* --- Body (Right) --- */
.team-member__body {
  flex: 1;
  min-width: 0;
}
.team-member__text {
  font-size: 0.88em;
  line-height: 1.9;
  color: #444;
  margin: 0 0 1em;
  margin-top: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .team-section__inner {
    padding: 36px 16px 40px;
  }
  .team-section__header {
    margin-bottom: 32px;
  }
  .home-section--team .team-member {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .team-member__profile {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  .team-member__photo {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
  }
  .team-member__text {
    font-size: 0.85em;
  }
}

/* ==========================================================================
   42. Single Post Page
   ========================================================================== */
.single-page {
  padding: 0;
}
.single-page__inner {
  background: transparent;
  padding: 32px 20px 48px;
  max-width: 1380px;
  margin: 0 auto;
}
.single-page #breadcrumb {
  margin-bottom: 16px;
  font-size: 0.82em;
  color: #999;
}
.single-page #breadcrumb a {
  color: #999;
}
.single-page #breadcrumb a:hover {
  color: #111;
}

.single-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 40px;
  align-items: start;
}
.single-layout__main {
  min-width: 0;
}
.single-layout__side {
  position: sticky;
  top: 72px;
  border-left: 1px solid #e5e5e5;
  padding-left: 24px;
}

.single-article {
  background: transparent;
  border: none;
  box-shadow: none !important;
  padding: 0;
  margin: 0;
}
.single-article__cat {
  display: inline-block;
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.single-article__title {
  font-size: 2em;
  font-weight: 900;
  line-height: 1.35;
  color: #111;
  margin: 0 0 20px;
  letter-spacing: -0.03em;
  border: none;
  padding: 0;
}
.single-article__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.single-article__meta .avatar {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50% !important;
}
.single-article__meta-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.single-article__author {
  font-size: 0.85em;
  font-weight: 700;
  color: #111;
}
.single-article__date {
  font-size: 0.78em;
  color: #999;
}

.single-article__thumbnail {
  margin-bottom: 32px;
}
.single-article__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.single-article__content {
  margin-bottom: 0;
}
.single-article__content.entry-content {
  padding: 0;
}

/* 記事フッター: カテゴリ + タグ */
.single-article__footer {
  border-top: 1px solid #e5e5e5;
  padding-top: 24px;
  margin-top: 48px;
}
.single-article__terms {
  margin-bottom: 16px;
}
.single-article__terms:last-child {
  margin-bottom: 0;
}
.single-article__terms-label {
  display: block;
  font-size: 0.7em;
  font-weight: 900;
  color: #999;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.single-article__terms-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
}
.single-article__terms-list a {
  font-size: 0.82em;
  font-weight: 500;
  color: #555;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.single-article__terms-list a:hover {
  color: #111;
  border-bottom-color: #111;
  opacity: 1;
}

/* 著者情報ボックス */
.single-author {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 28px 0;
  margin-top: 28px;
  border-top: 1px solid #e5e5e5;
}
.single-author__avatar .avatar {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50% !important;
}
.single-author__info {
  flex: 1;
}
.single-author__label {
  display: block;
  font-size: 0.68em;
  font-weight: 900;
  color: #999;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.single-author__name {
  font-size: 1em;
  font-weight: 900;
  color: #111;
  margin: 0 0 8px;
  border: none;
  padding: 0;
}
.single-author__bio {
  font-size: 0.82em;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

@media (max-width: 768px) {
  .single-page__inner {
    padding: 20px 16px 36px;
  }
  .single-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .single-layout__side {
    position: static;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 24px;
  }
  .single-article__title {
    font-size: 1.5em;
  }
  .single-article__meta {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .single-layout {
    grid-template-columns: 1fr 220px;
    gap: 28px;
  }
}

/* ==========================================================================
   43. Post Navigation (Prev / Next)
   ========================================================================== */
.post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #e5e5e5;
}
.post-nav__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0;
  color: #111;
  transition: opacity 0.15s ease;
}
.post-nav__item:hover {
  opacity: 1;
}
.post-nav__item:hover .post-nav__title {
  color: #666;
}
.post-nav__item--empty {
  pointer-events: none;
}
.post-nav__item--next {
  text-align: right;
  align-items: flex-end;
}
.post-nav__label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72em;
  font-weight: 700;
  color: #999;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.post-nav__label .material-symbols-outlined {
  font-size: 16px;
}
.post-nav__title {
  font-size: 0.92em;
  font-weight: 700;
  color: #111;
  line-height: 1.5;
  transition: color 0.15s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 480px) {
  .post-nav {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .post-nav__item {
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .post-nav__item--next {
    text-align: left;
    align-items: flex-start;
  }
}

/* Hide parent theme prev/next if it somehow appears */
.prnx_box {
  display: none !important;
}

/* ==========================================================================
   44. Child Footer (Copyright Only)
   ========================================================================== */
.child-footer {
  border-top: 1px solid #e5e5e5;
  padding: 28px 0;
  text-align: center;
  background: #fff;
}
.child-footer__copyright {
  font-size: 0.78em;
  color: #999;
  margin: 0;
  letter-spacing: 0.02em;
}

/* Hide parent footer elements if they leak through */
.footer {
  display: none !important;
}

/* ==========================================================================
   45. Breadcrumb Last-Item Arrow Fix
   ========================================================================== */
#breadcrumb li:last-child i,
#breadcrumb li:last-child .fa,
#breadcrumb li:last-child [class*="fa-"],
#breadcrumb li:last-child::after,
.breadcrumb li:last-child i,
.breadcrumb li:last-child .fa,
.breadcrumb li:last-child [class*="fa-"],
.breadcrumb li:last-child::after {
  display: none !important;
  content: none !important;
}

/* ==========================================================================
   46. Page Links (Paginated Posts)
   ========================================================================== */
.page-links {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
  font-size: 0.85em;
  color: #999;
}
.page-links__label {
  font-weight: 700;
  margin-right: 8px;
}
.page-links a {
  display: inline-block;
  padding: 4px 10px;
  margin: 0 2px;
  color: #555;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.page-links a:hover {
  color: #111;
  border-bottom-color: #111;
  opacity: 1;
}
.page-links > span {
  display: inline-block;
  padding: 4px 10px;
  margin: 0 2px;
  font-weight: 700;
  color: #111;
  border-bottom: 1px solid #111;
}

/* ==========================================================================
   47. Sidebar Posts List (Single Page)
   ========================================================================== */
.side-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-posts__item {
  border-bottom: 1px solid #f0f0f0;
}
.side-posts__item:last-child {
  border-bottom: none;
}
.side-posts__link {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 0;
  color: #111;
}
.side-posts__link:hover {
  opacity: 1;
}
.side-posts__link:hover .side-posts__title {
  color: #666;
}
.side-posts__img {
  width: 72px;
  min-width: 72px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f5f5f5;
}
.side-posts__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.side-posts__title {
  font-size: 0.82em;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
  transition: color 0.15s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
