@charset "UTF-8";
:root {
  --mf-orange: #ef9052;
  --mf-orange-light: #ffb74a;
  --mf-orange-pale: #fff8ec;
  --mf-brown-dark: #875f41;
  --mf-brown: #b97e51;
  --mf-brown-mid: #8b5e3c;
  --mf-beige: #fff5e8;
  --mf-beige-dark: #e8d9c4;
  --mf-white: #fffcf8;
  --mf-text: #3d2b1f;
  --mf-text-muted: #8c6f5a;
  --mf-border: rgba(139, 94, 60, 0.15);
  --sponsor-bg: #fff8ec;
  --sponsor-border: #f0d090;
  --sponsor-label: #b8860b;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.site-wrapper {
  background: var(--mf-white);
  max-width: 900px;
  margin: 0 auto;
  font-size: 14px;
  color: var(--mf-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.sponsor-zone {
  background: var(--sponsor-bg);
  border-top: 1px solid var(--sponsor-border);
  border-bottom: 1px solid var(--sponsor-border);
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
}
.sponsor-zone.slim {
  padding: 8px 20px;
}

.sponsor-label {
  font-size: 10px;
  color: var(--sponsor-label);
  font-weight: 600;
  letter-spacing: 0.08em;
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 4px;
}

.sponsor-banner-wrap {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.banner-full {
  width: 100%;
  height: 80px;
  border-radius: 8px;
  border: 1.5px dashed var(--sponsor-border);
  background: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  gap: 14px;
  color: var(--sponsor-label);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.banner-full:hover {
  background: #fff3d0;
}
.banner-full.banner-sample-1 {
  background: linear-gradient(90deg, #1a3a5c 0%, #2563a8 100%);
  border: none;
  color: white;
  gap: 14px;
}
.banner-full.banner-sample-1:hover {
  opacity: 0.92;
}
.banner-full.banner-sample-2 {
  background: linear-gradient(90deg, #2d6a2d 0%, #4a9e4a 100%);
  border: none;
  color: white;
  gap: 14px;
}
.banner-full.banner-sample-2:hover {
  opacity: 0.92;
}

.banner-icon-box {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  flex-shrink: 0;
}

.banner-copy {
  text-align: left;
}

.banner-copy-main {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.banner-copy-sub {
  font-size: 11px;
  opacity: 0.85;
  margin-top: 2px;
}

.banner-cta {
  margin-left: auto;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: white;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 16px;
  white-space: nowrap;
  flex-shrink: 0;
}

.banner-half {
  flex: 1;
  height: 72px;
  border-radius: 8px;
  border: 1.5px dashed var(--sponsor-border);
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--sponsor-label);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.15s;
  min-width: 0;
}
.banner-half:hover {
  opacity: 0.88;
}

.banner-half-icon {
  font-size: 22px;
}

.banner-half-text {
  text-align: left;
}

.banner-half-main {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.banner-half-sub {
  font-size: 10px;
  opacity: 0.85;
}

.banner-empty-label {
  font-size: 11px;
  color: var(--sponsor-label);
  display: flex;
  align-items: center;
  gap: 5px;
}

.site-header {
  background: var(--mf-orange);
}

.header-top {
  background: var(--mf-brown-dark);
  padding: 6px 20px;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  align-items: center;
}
.header-top a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

.header-main {
  padding: 16px 20px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-icon {
  width: 50px;
  height: 50px;
  background: var(--mf-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.logo-text {
  color: var(--mf-white);
}
.logo-text h1 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.logo-text p {
  font-size: 11px;
  opacity: 0.85;
  letter-spacing: 0.08em;
}

.header-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.header-search i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
.header-search input {
  background: none;
  border: none;
  color: white;
  font-size: 13px;
  width: 150px;
  outline: none;
}
.header-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.header-search input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.global-nav {
  background: var(--mf-brown);
  padding: 0 20px;
  display: flex;
  align-items: center;
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.5) rgba(0, 0, 0, 0.3);
}
.global-nav::-webkit-scrollbar {
  height: 6px;
}
.global-nav::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
}
.global-nav::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 3px;
}
.global-nav::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.8);
}
.global-nav a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 12px;
  padding: 9px 12px;
  white-space: nowrap;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 4px;
  transition: background 0.15s;
}
.global-nav a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.global-nav a.active {
  background: var(--mf-orange);
  color: white;
}
.global-nav a:hover:not(.active) {
  background: rgba(255, 255, 255, 0.1);
}

.nav-wrapper {
  position: relative;
}
.nav-wrapper .nav-scroll-hint {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 52px;
  background: linear-gradient(to right, transparent, rgba(122, 79, 40, 0.92) 55%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  pointer-events: auto;
  cursor: pointer;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.25s ease;
}
.nav-wrapper .nav-scroll-hint:hover {
  background: linear-gradient(to right, transparent, rgba(100, 60, 20, 0.97) 55%);
}
.nav-wrapper .nav-scroll-hint i {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  -webkit-animation: nav-hint-bounce 1.4s ease-in-out infinite;
          animation: nav-hint-bounce 1.4s ease-in-out infinite;
}
.nav-wrapper.is-end .nav-scroll-hint {
  opacity: 0;
  pointer-events: none;
}

@-webkit-keyframes nav-hint-bounce {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}

@keyframes nav-hint-bounce {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}
.hero-banner {
  background: var(--mf-beige);
  border-bottom: 3px solid var(--mf-beige-dark);
  display: grid;
  grid-template-columns: 1fr 270px;
  min-height: 240px;
}

.hero-main {
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--mf-orange);
  color: white;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 12px;
  margin-bottom: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hero-main h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--mf-brown-dark);
  line-height: 1.5;
  margin-bottom: 8px;
}
.hero-main p {
  font-size: 12px;
  color: var(--mf-text-muted);
  line-height: 1.7;
  margin-bottom: 12px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--mf-orange);
  color: white;
  padding: 7px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hero-side {
  background: var(--mf-beige-dark);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.hero-side-item {
  display: flex;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(139, 94, 60, 0.12);
  align-items: flex-start;
  cursor: pointer;
}
.hero-side-item:last-child {
  border-bottom: none;
}

.hero-side-img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.hero-side-img.img-orange {
  background: #fad5b2;
}
.hero-side-img.img-teal {
  background: #b2e0d4;
}
.hero-side-img.img-pink {
  background: #f5c8d4;
}

.hero-side-info {
  flex: 1;
  min-width: 0;
}

.hero-side-cat {
  font-size: 10px;
  color: var(--mf-orange);
  font-weight: 600;
  margin-bottom: 2px;
}

.hero-side-title {
  font-size: 12px;
  font-weight: 500;
  color: var(--mf-text);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero-side-date {
  font-size: 10px;
  color: var(--mf-text-muted);
  margin-top: 2px;
}

.ticker-bar {
  background: var(--mf-orange-pale);
  border-bottom: 1px solid var(--mf-beige-dark);
  padding: 7px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ticker-label {
  background: var(--mf-orange);
  color: white;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 10px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.ticker-track {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.ticker-items {
  display: flex;
  gap: 40px;
  white-space: nowrap;
}

.ticker-rail {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  white-space: nowrap;
  will-change: transform;
}

.ticker-item {
  font-size: 12px;
  color: var(--mf-brown-dark);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.ticker-dot {
  width: 5px;
  height: 5px;
  background: var(--mf-orange-light);
  border-radius: 50%;
  flex-shrink: 0;
}

.main-layout {
  display: grid;
  grid-template-columns: 1fr 224px;
}

.main-content {
  padding: 18px;
  border-right: 1px solid var(--mf-border);
}

.sidebar {
  padding: 18px 14px;
  background: var(--mf-beige);
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--mf-orange);
}

.section-heading-icon {
  width: 28px;
  height: 28px;
  background: var(--mf-orange);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 15px;
}

.section-heading h2 {
  font-size: 15px;
  font-weight: 700;
  color: var(--mf-brown-dark);
}

.section-heading-more {
  margin-left: auto;
  font-size: 11px;
  color: var(--mf-orange);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 3px;
}

.articles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 22px;
}

.article-card {
  background: white;
  border: 1px solid var(--mf-border);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.15s;
}
.article-card:hover {
  box-shadow: 0 2px 12px rgba(92, 61, 30, 0.12);
}

.article-card-img {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  overflow: hidden;
}
.article-card-img img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 80px;
  max-height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.article-card-body {
  padding: 9px 11px;
}

.article-card-cat {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 8px;
  margin-bottom: 5px;
}

.cat-dog {
  background: #fde8d0;
  color: #a0521a;
}

.cat-cat {
  background: #f5c8d4;
  color: #9b3a52;
}

.cat-kumamoto {
  background: #d0ecd9;
  color: #2e7547;
}

.cat-hogosha {
  background: #d4e8f5;
  color: #1a5f8a;
}

.cat-interview {
  background: #e8d5f5;
  color: #6b3a8a;
}

.cat-pr {
  background: #f5ebd0;
  color: #8a6820;
}

.article-card-title {
  font-size: 12px;
  font-weight: 500;
  color: var(--mf-text);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}

.article-card-meta {
  font-size: 10px;
  color: var(--mf-text-muted);
  display: flex;
  align-items: center;
  gap: 5px;
}

.article-list-item {
  display: flex;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--mf-border);
  cursor: pointer;
  align-items: flex-start;
  transition: background 0.1s;
}
.article-list-item:hover {
  background: var(--mf-orange-pale);
}

.article-list-img {
  width: 76px;
  min-height: 60px;
  border-radius: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  overflow: hidden;
}
.article-list-img img {
  display: block;
  width: 76px;
  height: auto;
  min-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.article-list-info {
  flex: 1;
  min-width: 0;
}

.article-list-title {
  font-size: 13px;
  font-weight: 500;
  color: var(--mf-text);
  margin-bottom: 4px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-list-excerpt {
  font-size: 11px;
  color: var(--mf-text-muted);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 4px;
}

.article-list-meta {
  font-size: 10px;
  color: var(--mf-text-muted);
  display: flex;
  align-items: center;
  gap: 6px;
}

.sidebar-widget {
  margin-bottom: 20px;
}

.sidebar-heading {
  font-size: 13px;
  font-weight: 700;
  color: var(--mf-brown-dark);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--mf-orange);
}
.sidebar-heading i {
  color: var(--mf-orange);
  font-size: 15px;
}

.category-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 8px;
  border-radius: 7px;
  cursor: pointer;
  text-decoration: none;
  font-size: 11px;
  color: var(--mf-text);
  border: 1px solid transparent;
  transition: all 0.1s;
}
.category-item:hover {
  background: white;
  border-color: var(--mf-beige-dark);
  color: var(--mf-orange);
}

.category-item-left {
  display: flex;
  align-items: center;
  gap: 7px;
}

.category-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.category-count {
  background: var(--mf-beige-dark);
  color: var(--mf-text-muted);
  font-size: 10px;
  padding: 1px 6px;
  border-radius: 7px;
}

.category-sub {
  padding-left: 22px;
}
.category-sub .category-dot {
  width: 5px;
  height: 5px;
  background: var(--mf-beige-dark) !important;
}

.popular-list {
  display: flex;
  flex-direction: column;
}

.popular-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid var(--mf-border);
  cursor: pointer;
}

.popular-num {
  width: 18px;
  font-size: 16px;
  font-weight: 700;
  color: var(--mf-beige-dark);
  flex-shrink: 0;
  line-height: 1.2;
}
.popular-num.top {
  color: var(--mf-orange);
}

.popular-title {
  font-size: 11px;
  color: var(--mf-text);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sns-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.sns-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 7px 6px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  border: none;
  color: white;
  transition: opacity 0.15s;
}
.sns-btn:hover {
  opacity: 0.85;
}

.sns-instagram {
  background: #e1306c;
}

.sns-line {
  background: #06c755;
}

.sns-x {
  background: #1da1f2;
}

.sns-note {
  background: #41c9b4;
}

.sidebar-banner {
  width: 100%;
  height: 100px;
  border-radius: 8px;
  border: 1.5px dashed var(--sponsor-border);
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--sponsor-label);
  font-size: 11px;
  cursor: pointer;
  margin-bottom: 8px;
  transition: opacity 0.15s;
}
.sidebar-banner:hover {
  opacity: 0.88;
}

.sidebar-banner-sub {
  font-size: 10px;
  opacity: 0.85;
  font-weight: 400;
}

.sidebar-banner-empty-icon {
  font-size: 22px;
  color: var(--sponsor-border);
}

.prefooter-zone {
  background: var(--sponsor-bg);
  border-top: 1px solid var(--sponsor-border);
  border-bottom: 1px solid var(--sponsor-border);
  padding: 12px 20px;
}
.prefooter-zone__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 4px;
}
.prefooter-zone__grid .banner-half {
  flex: none;
  width: auto;
  min-width: 0;
  height: 72px;
}

.site-footer {
  background: var(--mf-brown-dark);
  color: rgba(255, 255, 255, 0.8);
  padding: 26px 20px 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 22px;
  margin-bottom: 22px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: white;
}

.footer-logo-icon {
  width: 34px;
  height: 34px;
  background: var(--mf-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.footer-logo span {
  font-size: 15px;
  font-weight: 700;
}

.footer-desc {
  font-size: 11px;
  line-height: 1.7;
  opacity: 0.7;
}

.footer-col h4 {
  font-size: 12px;
  font-weight: 600;
  color: var(--mf-orange-light);
  margin-bottom: 8px;
}
.footer-col a {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  margin-bottom: 5px;
  transition: color 0.1s;
}
.footer-col a:hover {
  color: var(--mf-orange-light);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copyright {
  font-size: 10px;
  opacity: 0.5;
}

.footer-links {
  display: flex;
  gap: 14px;
}
.footer-links a {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.footer-links a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb {
  padding: 10px 20px;
  background: var(--mf-beige);
  border-bottom: 1px solid var(--mf-beige-dark);
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.breadcrumb a, .breadcrumb span {
  font-size: 11px;
  color: var(--mf-text-muted);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.breadcrumb a:hover {
  color: var(--mf-orange);
  text-decoration: underline;
}
.breadcrumb .sep {
  opacity: 0.4;
  font-size: 10px;
}
.breadcrumb .current {
  color: var(--mf-text);
  font-weight: 500;
}

.page-header {
  background: white;
  border-bottom: 3px solid var(--mf-beige-dark);
  padding: 24px 20px 20px;
  color: var(--mf-brown-dark);
  display: flex;
  align-items: flex-end;
  gap: 14px;
}
.page-header__icon {
  width: 48px;
  height: 48px;
  background: var(--mf-beige);
  border: 2px solid var(--mf-beige-dark);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}
.page-header__label {
  font-size: 10px;
  color: var(--mf-text-muted);
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.page-header__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--mf-brown-dark);
}
.page-header__desc {
  font-size: 12px;
  color: var(--mf-text-muted);
  margin-top: 5px;
  line-height: 1.6;
}
.page-header--dog {
  background: #a0521a;
  border-bottom-color: #7a3c10;
  color: white;
}
.page-header--dog .page-header__icon {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.25);
}
.page-header--dog .page-header__label {
  color: rgba(255, 255, 255, 0.7);
}
.page-header--dog .page-header__title {
  color: white;
}
.page-header--dog .page-header__desc {
  color: rgba(255, 255, 255, 0.8);
}
.page-header--cat {
  background: #9b3a52;
  border-bottom-color: #762b3e;
  color: white;
}
.page-header--cat .page-header__icon {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.25);
}
.page-header--cat .page-header__label {
  color: rgba(255, 255, 255, 0.7);
}
.page-header--cat .page-header__title {
  color: white;
}
.page-header--cat .page-header__desc {
  color: rgba(255, 255, 255, 0.8);
}
.page-header--kumamoto {
  background: #2e7547;
  border-bottom-color: #1f5432;
  color: white;
}
.page-header--kumamoto .page-header__icon {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.25);
}
.page-header--kumamoto .page-header__label {
  color: rgba(255, 255, 255, 0.7);
}
.page-header--kumamoto .page-header__title {
  color: white;
}
.page-header--kumamoto .page-header__desc {
  color: rgba(255, 255, 255, 0.8);
}
.page-header--hogosha {
  background: #1a5f8a;
  border-bottom-color: #114466;
  color: white;
}
.page-header--hogosha .page-header__icon {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.25);
}
.page-header--hogosha .page-header__label {
  color: rgba(255, 255, 255, 0.7);
}
.page-header--hogosha .page-header__title {
  color: white;
}
.page-header--hogosha .page-header__desc {
  color: rgba(255, 255, 255, 0.8);
}
.page-header--interview {
  background: #6b3a8a;
  border-bottom-color: #4e2866;
  color: white;
}
.page-header--interview .page-header__icon {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.25);
}
.page-header--interview .page-header__label {
  color: rgba(255, 255, 255, 0.7);
}
.page-header--interview .page-header__title {
  color: white;
}
.page-header--interview .page-header__desc {
  color: rgba(255, 255, 255, 0.8);
}
.page-header--column {
  background: #2a8a7a;
  border-bottom-color: #1d6558;
  color: white;
}
.page-header--column .page-header__icon {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.25);
}
.page-header--column .page-header__label {
  color: rgba(255, 255, 255, 0.7);
}
.page-header--column .page-header__title {
  color: white;
}
.page-header--column .page-header__desc {
  color: rgba(255, 255, 255, 0.8);
}
.page-header--health {
  background: #1a5f8a;
  border-bottom-color: #114466;
  color: white;
}
.page-header--health .page-header__icon {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.25);
}
.page-header--health .page-header__label {
  color: rgba(255, 255, 255, 0.7);
}
.page-header--health .page-header__title {
  color: white;
}
.page-header--health .page-header__desc {
  color: rgba(255, 255, 255, 0.8);
}

.cat-index-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 20px;
}

.cat-index-card {
  background: white;
  border: 1px solid var(--mf-border);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: var(--mf-text);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.15s, transform 0.15s;
}
.cat-index-card:hover {
  box-shadow: 0 4px 16px rgba(92, 61, 30, 0.14);
  transform: translateY(-2px);
}

.cat-index-card__header {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}

.cat-index-card__body {
  padding: 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cat-index-card__name {
  font-size: 13px;
  font-weight: 700;
  color: var(--mf-brown-dark);
}

.cat-index-card__desc {
  font-size: 11px;
  color: var(--mf-text-muted);
  line-height: 1.6;
}

.cat-index-card__count {
  font-size: 10px;
  color: var(--mf-orange);
  font-weight: 600;
  margin-top: 4px;
}

.archive-header {
  padding: 16px 20px 12px;
  border-bottom: 1px solid var(--mf-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.archive-header__meta {
  font-size: 12px;
  color: var(--mf-text-muted);
}

.archive-header__count {
  font-size: 12px;
  color: var(--mf-text-muted);
}
.archive-header__count span {
  color: var(--mf-orange);
  font-weight: 700;
}

.archive-sort {
  display: flex;
  gap: 6px;
}

.archive-sort__btn {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 12px;
  border: 1px solid var(--mf-beige-dark);
  background: white;
  color: var(--mf-text-muted);
  cursor: pointer;
  transition: all 0.1s;
}
.archive-sort__btn.active, .archive-sort__btn:hover {
  background: var(--mf-orange);
  color: white;
  border-color: var(--mf-orange);
}

.archive-list {
  padding: 0 20px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 22px 20px;
}

.pagination__btn {
  min-width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid var(--mf-beige-dark);
  background: white;
  color: var(--mf-text-muted);
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.1s;
}
.pagination__btn:hover {
  border-color: var(--mf-orange);
  color: var(--mf-orange);
}
.pagination__btn.active {
  background: var(--mf-orange);
  border-color: var(--mf-orange);
  color: white;
  font-weight: 700;
}
.pagination__btn.disabled {
  opacity: 0.35;
  pointer-events: none;
}

.article-single {
  padding: 22px 22px 32px;
}

.article-single__eyecatch {
  width: 100%;
  min-height: 160px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  margin-bottom: 18px;
  overflow: hidden;
}
.article-single__eyecatch img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.article-single__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.article-single__date {
  font-size: 11px;
  color: var(--mf-text-muted);
  display: flex;
  align-items: center;
  gap: 4px;
}

.article-single__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--mf-brown-dark);
  line-height: 1.55;
  margin-bottom: 16px;
}

.article-single__lead {
  font-size: 13px;
  color: var(--mf-text-muted);
  line-height: 1.8;
  border-left: 4px solid var(--mf-orange);
  padding-left: 14px;
  margin-bottom: 22px;
}

.article-body {
  font-size: 14px;
  line-height: 1.9;
  color: var(--mf-text);
}
.article-body h2 {
  font-size: 17px;
  font-weight: 700;
  color: var(--mf-brown-dark);
  border-left: 4px solid var(--mf-orange);
  padding-left: 12px;
  margin: 28px 0 14px;
}
.article-body h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--mf-brown-dark);
  margin: 22px 0 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.article-body h3::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--mf-orange);
  border-radius: 50%;
}
.article-body p {
  margin-bottom: 16px;
}
.article-body ul, .article-body ol {
  margin: 0 0 16px 1.4em;
}
.article-body ul li, .article-body ol li {
  margin-bottom: 6px;
  line-height: 1.8;
}
.article-body .note-box {
  background: var(--mf-beige);
  border: 1px solid var(--mf-beige-dark);
  border-radius: 10px;
  padding: 14px 16px;
  margin: 20px 0;
  font-size: 13px;
  line-height: 1.8;
}
.article-body .note-box__title {
  font-weight: 700;
  color: var(--mf-brown-dark);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.article-body .article-img-wrap {
  margin: 20px 0;
  border-radius: 10px;
  overflow: hidden;
  background: var(--mf-beige);
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  border: 1px solid var(--mf-beige-dark);
}

.share-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 16px 0;
  border-top: 1px solid var(--mf-border);
  border-bottom: 1px solid var(--mf-border);
  margin: 24px 0;
}

.share-buttons__label {
  font-size: 11px;
  color: var(--mf-text-muted);
  font-weight: 600;
}

.share-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  color: white;
  border: none;
  transition: opacity 0.15s;
}
.share-btn:hover {
  opacity: 0.82;
}
.share-btn.x {
  background: #1da1f2;
}
.share-btn.facebook {
  background: #1877f2;
}
.share-btn.line {
  background: #06c755;
}
.share-btn.copy-link {
  background: var(--mf-brown-mid);
}

.author-box {
  background: var(--mf-beige);
  border: 1px solid var(--mf-beige-dark);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
}

.author-box__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--mf-beige-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  flex-shrink: 0;
}

.author-box__label {
  font-size: 10px;
  color: var(--mf-text-muted);
  margin-bottom: 2px;
}

.author-box__name {
  font-size: 13px;
  font-weight: 700;
  color: var(--mf-brown-dark);
  margin-bottom: 5px;
}

.author-box__bio {
  font-size: 11px;
  color: var(--mf-text-muted);
  line-height: 1.7;
}

.related-articles {
  margin-top: 28px;
}

.page-content {
  padding: 24px 22px 36px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 600px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--mf-brown-dark);
  display: flex;
  align-items: center;
  gap: 6px;
}

.form-required {
  background: var(--mf-orange);
  color: white;
  font-size: 9px;
  padding: 1px 5px;
  border-radius: 4px;
  font-weight: 500;
}

.form-optional {
  background: var(--mf-beige-dark);
  color: var(--mf-text-muted);
  font-size: 9px;
  padding: 1px 5px;
  border-radius: 4px;
}

.form-input,
.form-select,
.form-textarea {
  border: 1px solid var(--mf-beige-dark);
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 13px;
  color: var(--mf-text);
  background: white;
  outline: none;
  font-family: inherit;
  transition: border-color 0.15s;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--mf-orange);
  box-shadow: 0 0 0 2px rgba(233, 121, 58, 0.12);
}
.form-input::-moz-placeholder, .form-select::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: var(--mf-text-muted);
  opacity: 0.6;
}
.form-input::placeholder,
.form-select::placeholder,
.form-textarea::placeholder {
  color: var(--mf-text-muted);
  opacity: 0.6;
}

.form-textarea {
  resize: vertical;
  min-height: 130px;
  line-height: 1.7;
}

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.form-note {
  font-size: 11px;
  color: var(--mf-text-muted);
  line-height: 1.6;
}

.form-checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.form-checkbox-group input[type=checkbox] {
  margin-top: 2px;
  accent-color: var(--mf-orange);
  flex-shrink: 0;
}
.form-checkbox-group label {
  font-size: 12px;
  color: var(--mf-text);
  line-height: 1.6;
  cursor: pointer;
}
.form-checkbox-group a {
  color: var(--mf-orange);
}

.btn-submit {
  align-self: flex-start;
  background: var(--mf-orange);
  color: white;
  border: none;
  padding: 11px 32px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
  transition: opacity 0.15s;
}
.btn-submit:hover {
  opacity: 0.85;
}

.is-style-box-caution,
.is-style-box-point,
.is-style-box-memo,
.is-style-box-danger,
.is-style-box-check,
.is-style-box-mofumofu {
  border-left: 4px solid;
  padding: 14px 14px 14px 44px;
  position: relative;
  margin: 1.5em 0;
  border-radius: 0;
  line-height: 1.7;
  font-size: 14px;
}
.is-style-box-caution::before,
.is-style-box-point::before,
.is-style-box-memo::before,
.is-style-box-danger::before,
.is-style-box-check::before,
.is-style-box-mofumofu::before {
  position: absolute;
  left: 12px;
  top: 14px;
  font-size: 17px;
  line-height: 1;
  font-family: "tabler-icons";
  font-style: normal;
}

.is-style-box-caution {
  background: #fff8f0;
  border-color: #e9793a;
  color: #3a2010;
}
.is-style-box-caution::before {
  content: "\ea06";
  color: #e9793a;
}

.is-style-box-point {
  background: #edf4fc;
  border-color: #2e72b8;
  color: #0d2a45;
}
.is-style-box-point::before {
  content: "\ea51";
  color: #2e72b8;
}

.is-style-box-memo {
  background: #f5f5f3;
  border-color: #888780;
  color: #2c2c2a;
}
.is-style-box-memo::before {
  content: "\ea6f";
  color: #888780;
}

.is-style-box-danger {
  background: #fdf0f0;
  border-color: #c93030;
  color: #3a0f0f;
}
.is-style-box-danger::before {
  content: "\ecc6";
  color: #c93030;
}

.is-style-box-check {
  background: #f0f7e8;
  border-color: #4a8a1a;
  color: #172e06;
}
.is-style-box-check::before {
  content: "\ea67";
  color: #4a8a1a;
}

.is-style-box-mofumofu {
  background: #fdf5ec;
  border-color: #b97e51;
  color: #3a2010;
}
.is-style-box-mofumofu::before {
  content: "\eff9";
  color: #b97e51;
}

.static-content {
  padding: 24px 22px 40px;
  max-width: 660px;
}
.static-content h2 {
  font-size: 16px;
  font-weight: 700;
  color: var(--mf-brown-dark);
  border-left: 4px solid var(--mf-orange);
  padding-left: 11px;
  margin: 28px 0 12px;
}
.static-content h2:first-child {
  margin-top: 0;
}
.static-content h3 {
  font-size: 13px;
  font-weight: 700;
  color: var(--mf-brown-dark);
  margin: 18px 0 8px;
}
.static-content p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--mf-text);
  margin-bottom: 14px;
}
.static-content ul, .static-content ol {
  margin: 0 0 14px 1.4em;
}
.static-content ul li, .static-content ol li {
  font-size: 13px;
  line-height: 1.85;
  margin-bottom: 5px;
  color: var(--mf-text);
}
.static-content a {
  color: var(--mf-orange);
}
.static-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  margin-bottom: 18px;
}
.static-content table th, .static-content table td {
  border: 1px solid var(--mf-beige-dark);
  padding: 9px 12px;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
}
.static-content table th {
  background: var(--mf-beige);
  font-weight: 600;
  color: var(--mf-brown-dark);
  width: 30%;
  white-space: nowrap;
}
.static-content table td {
  color: var(--mf-text);
}
.static-content .last-updated {
  font-size: 11px;
  color: var(--mf-text-muted);
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.ad-plan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 20px 0;
}

.ad-plan-card {
  border: 1px solid var(--mf-beige-dark);
  border-radius: 12px;
  overflow: hidden;
  background: white;
}
.ad-plan-card.recommended {
  border-color: var(--mf-orange);
}

.ad-plan-card__head {
  padding: 14px;
  background: var(--mf-beige);
  border-bottom: 1px solid var(--mf-beige-dark);
  display: flex;
  align-items: center;
  gap: 10px;
}
.recommended .ad-plan-card__head {
  background: linear-gradient(135deg, var(--mf-orange), var(--mf-brown));
  color: white;
}

.ad-plan-card__icon {
  font-size: 22px;
}

.ad-plan-card__name {
  font-size: 13px;
  font-weight: 700;
  color: var(--mf-brown-dark);
}
.recommended .ad-plan-card__name {
  color: white;
}

.ad-plan-card__badge {
  margin-left: auto;
  background: white;
  color: var(--mf-orange);
  font-size: 9px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 8px;
}

.ad-plan-card__body {
  padding: 14px;
}

.ad-plan-card__price {
  font-size: 20px;
  font-weight: 700;
  color: var(--mf-brown-dark);
  margin-bottom: 10px;
}
.ad-plan-card__price span {
  font-size: 11px;
  font-weight: 400;
  color: var(--mf-text-muted);
}

.ad-plan-card__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ad-plan-card__features li {
  font-size: 11px;
  color: var(--mf-text);
  display: flex;
  align-items: center;
  gap: 6px;
}
.ad-plan-card__features li::before {
  content: "✓";
  color: var(--mf-orange);
  font-weight: 700;
}

@media (max-width: 768px) {
  .header-top {
    display: none;
  }
  .header-main {
    padding: 12px 16px 10px;
    gap: 10px;
  }
  .logo-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .logo-text h1 {
    font-size: 17px;
  }
  .logo-text p {
    font-size: 10px;
  }
  .header-search input {
    width: 110px;
    font-size: 12px;
  }
  .global-nav {
    padding: 0 12px;
    scrollbar-width: none;
  }
  .global-nav a {
    padding: 8px 10px;
    font-size: 11px;
  }
  .global-nav::-webkit-scrollbar {
    display: none;
  }
  .nav-wrapper .nav-scroll-hint {
    display: flex;
  }
  .sponsor-zone {
    padding: 8px 14px;
  }
  .banner-full {
    height: 68px;
    gap: 10px;
  }
  .banner-copy-main {
    font-size: 13px;
  }
  .banner-copy-sub {
    font-size: 10px;
  }
  .banner-half {
    height: 60px;
  }
  .hero-banner {
    grid-template-columns: 1fr;
  }
  .hero-side {
    display: none;
  }
  .hero-main {
    padding: 18px 16px;
  }
  .hero-main h2 {
    font-size: 16px;
  }
  .hero-main p {
    font-size: 12px;
  }
  .main-layout {
    grid-template-columns: 1fr;
  }
  .main-content {
    padding: 14px 14px;
    border-right: none;
  }
  .sidebar {
    padding: 14px;
    border-top: 3px solid var(--mf-beige-dark);
  }
  .articles-grid {
    gap: 10px;
  }
  .article-card-img {
    font-size: 28px;
  }
  .article-card-title {
    font-size: 11px;
  }
  .archive-header {
    padding: 12px 14px;
  }
  .archive-list {
    padding: 0 14px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .page-header {
    padding: 18px 14px 16px;
  }
  .page-header__title {
    font-size: 18px;
  }
  .cat-index-grid {
    padding: 14px;
    gap: 10px;
  }
  .page-content {
    padding: 18px 14px 28px;
  }
  .static-content {
    padding: 18px 14px 30px;
    max-width: 100%;
  }
  .ad-plan-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .breadcrumb {
    padding: 8px 14px;
  }
  .article-single {
    padding: 16px 14px 24px;
  }
  .article-single__eyecatch {
    font-size: 56px;
  }
  .article-single__title {
    font-size: 17px;
  }
  .prefooter-zone {
    padding: 10px 14px;
  }
}
@media (max-width: 480px) {
  .header-main {
    padding: 10px 12px 8px;
  }
  .logo-icon {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  .logo-text h1 {
    font-size: 15px;
  }
  .logo-text p {
    display: none;
  }
  .header-search {
    padding: 5px 10px;
  }
  .header-search input {
    width: 80px;
    font-size: 11px;
  }
  .sponsor-zone {
    padding: 7px 12px;
  }
  .banner-full {
    height: auto;
    min-height: 58px;
    padding: 8px 12px;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .banner-icon-box {
    width: 40px;
    height: 40px;
    font-size: 20px;
    flex-shrink: 0;
  }
  .banner-copy-main {
    font-size: 12px;
  }
  .banner-copy-sub {
    display: none;
  }
  .banner-cta {
    display: none;
  }
  .sponsor-banner-wrap {
    flex-direction: column;
    gap: 6px;
  }
  .banner-half {
    height: 52px;
    flex: none;
    width: 100%;
  }
  .banner-half-sub {
    display: none;
  }
  .hero-main {
    padding: 14px 12px;
  }
  .hero-main h2 {
    font-size: 15px;
  }
  .main-content {
    padding: 12px 12px;
  }
  .sidebar {
    padding: 12px;
  }
  .articles-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .article-card-img {
    font-size: 36px;
  }
  .article-list-img {
    width: 64px;
    font-size: 24px;
  }
  .article-list-title {
    font-size: 12px;
  }
  .archive-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .archive-list {
    padding: 0 12px;
  }
  .pagination {
    gap: 4px;
    padding: 16px 12px;
  }
  .pagination__btn {
    min-width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .cat-index-grid {
    grid-template-columns: 1fr;
    padding: 12px;
  }
  .sns-buttons {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  .page-header {
    padding: 14px 12px 12px;
    gap: 10px;
  }
  .page-header__icon {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
  .page-header__title {
    font-size: 16px;
  }
  .page-header__desc {
    font-size: 11px;
  }
  .cat-index-grid {
    padding: 12px;
    gap: 8px;
  }
  .ad-plan-grid {
    grid-template-columns: 1fr;
  }
  .page-content {
    padding: 14px 12px 24px;
  }
  .static-content {
    padding: 14px 12px 24px;
  }
  .contact-form {
    gap: 14px;
  }
  .btn-submit {
    width: 100%;
    justify-content: center;
  }
  .article-single {
    padding: 12px 12px 20px;
  }
  .article-single__eyecatch {
    font-size: 48px;
  }
  .article-single__title {
    font-size: 15px;
  }
  .article-single__lead {
    font-size: 12px;
  }
  .article-body {
    font-size: 13px;
  }
  .article-body h2 {
    font-size: 15px;
  }
  .article-body h3 {
    font-size: 13px;
  }
  .author-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .breadcrumb {
    padding: 7px 12px;
    font-size: 10px;
    gap: 4px;
  }
  .prefooter-zone {
    padding: 8px 12px;
  }
  .section-heading h2 {
    font-size: 13px;
  }
  .ticker-bar {
    padding: 6px 12px;
    gap: 8px;
  }
  .ticker-label {
    padding: 3px 8px;
    font-size: 10px;
  }
  .ticker-item {
    font-size: 11px;
  }
}
.banner-slideshow {
  width: 100%;
  min-width: 0;
  position: relative;
}
.banner-slideshow__track {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner-slideshow__slide {
  display: none;
  width: 100%;
}
.banner-slideshow__slide .banner-full {
  width: 100%;
}
.banner-slideshow__slide.is-active {
  display: block;
  -webkit-animation: slide-fade 0.45s ease;
          animation: slide-fade 0.45s ease;
}
.banner-slideshow__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 7px 0 2px;
}
.banner-slideshow__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: none;
  background: rgba(233, 121, 58, 0.25);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.banner-slideshow__dot.is-active {
  background: var(--mf-orange);
  transform: scale(1.3);
}
.banner-slideshow__dot:hover {
  background: var(--mf-orange-light);
}

@-webkit-keyframes slide-fade {
  from {
    opacity: 0;
    transform: translateX(8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-fade {
  from {
    opacity: 0;
    transform: translateX(8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.contact-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 18px 20px 0;
}
.contact-steps__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  opacity: 0.4;
  transition: opacity 0.2s;
}
.contact-steps__item.is-active {
  opacity: 1;
}
.contact-steps__item.is-done {
  opacity: 0.7;
}
.contact-steps__item.is-done .contact-steps__num {
  background: var(--mf-beige-dark);
  color: var(--mf-brown-mid);
}
.contact-steps__num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--mf-orange);
  color: white;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-steps__label {
  font-size: 11px;
  color: var(--mf-text-muted);
  font-weight: 500;
}
.contact-steps__arrow {
  font-size: 18px;
  color: var(--mf-beige-dark);
  margin-top: -12px;
}

.contact-body {
  padding: 20px 24px 0;
}

.contact-intro {
  font-size: 13px;
  color: var(--mf-text-muted);
  line-height: 1.8;
  margin-bottom: 22px;
}
.contact-intro a {
  color: var(--mf-orange);
}

.contact-form-table .form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.contact-form-table .form-row label {
  font-size: 12px;
  font-weight: 600;
  color: var(--mf-brown-dark);
  display: flex;
  align-items: center;
  gap: 6px;
}
.contact-form-table .form-row label .required {
  background: var(--mf-orange);
  color: white;
  font-size: 9px;
  padding: 1px 5px;
  border-radius: 4px;
  font-weight: 500;
}
.contact-form-table .form-row input[type=text],
.contact-form-table .form-row input[type=email],
.contact-form-table .form-row input[type=tel],
.contact-form-table .form-row textarea,
.contact-form-table .form-row select {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid var(--mf-beige-dark);
  border-radius: 8px;
  font-size: 13px;
  font-family: inherit;
  color: var(--mf-text);
  background: white;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.contact-form-table .form-row input[type=text]:focus,
.contact-form-table .form-row input[type=email]:focus,
.contact-form-table .form-row input[type=tel]:focus,
.contact-form-table .form-row textarea:focus,
.contact-form-table .form-row select:focus {
  border-color: var(--mf-orange);
  box-shadow: 0 0 0 2px rgba(239, 144, 82, 0.12);
}
.contact-form-table .form-row input[type=text]::-moz-placeholder, .contact-form-table .form-row input[type=email]::-moz-placeholder, .contact-form-table .form-row input[type=tel]::-moz-placeholder, .contact-form-table .form-row textarea::-moz-placeholder, .contact-form-table .form-row select::-moz-placeholder {
  color: var(--mf-text-muted);
  opacity: 0.6;
}
.contact-form-table .form-row input[type=text]::placeholder,
.contact-form-table .form-row input[type=email]::placeholder,
.contact-form-table .form-row input[type=tel]::placeholder,
.contact-form-table .form-row textarea::placeholder,
.contact-form-table .form-row select::placeholder {
  color: var(--mf-text-muted);
  opacity: 0.6;
}
.contact-form-table .form-row textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.7;
}
.contact-form-table .form-row .wpcf7-radio {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 2px;
}
.contact-form-table .form-row .wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}
.contact-form-table .form-row .wpcf7-radio .wpcf7-list-item input[type=radio] {
  accent-color: var(--mf-orange);
  width: 16px;
  height: 16px;
}
.contact-form-table .form-row .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 13px;
  color: var(--mf-text);
}
.contact-form-table .form-row select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238c6f5a' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
}
.contact-form-table .privacy-box {
  background: var(--mf-beige);
  border: 1px solid var(--mf-beige-dark);
  border-radius: 10px;
  padding: 14px 16px;
  margin: 20px 0;
}
.contact-form-table .privacy-text {
  font-size: 12px;
  color: var(--mf-text-muted);
  line-height: 1.8;
  margin-bottom: 10px;
}
.contact-form-table .form-row-privacy {
  margin-bottom: 0;
}
.contact-form-table .form-row-privacy .wpcf7-acceptance {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.contact-form-table .form-row-privacy .wpcf7-acceptance input[type=checkbox] {
  accent-color: var(--mf-orange);
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}
.contact-form-table .form-row-privacy .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 12px;
  color: var(--mf-text);
  line-height: 1.6;
}
.contact-form-table .form-row-privacy .wpcf7-acceptance a {
  color: var(--mf-orange);
}
.contact-form-table .cf-turnstile {
  margin: 16px 0;
}
.contact-form-table .form-submit {
  margin-top: 22px;
  margin-bottom: 0;
}
.contact-form-table .form-submit input[type=submit],
.contact-form-table .form-submit .wpcf7-submit {
  background: var(--mf-orange);
  color: white;
  border: none;
  padding: 12px 36px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.15s;
}
.contact-form-table .form-submit input[type=submit]:hover,
.contact-form-table .form-submit .wpcf7-submit:hover {
  opacity: 0.85;
}
.contact-form-table .wpcf7-not-valid-tip {
  font-size: 11px;
  color: #c0392b;
  margin-top: 4px;
  display: block;
}
.contact-form-table .wpcf7-response-output {
  margin: 14px 0 0;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
}
.contact-form-table .wpcf7-response-output.wpcf7-validation-errors {
  border-color: #e74c3c;
  background: #fdf0ef;
  color: #c0392b;
}
.contact-form-table .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #2e7547;
  background: #edf7f1;
  color: #2e7547;
}

.contact-confirm-table {
  border: 1px solid var(--mf-beige-dark);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 22px;
}

.confirm-row {
  display: flex;
  border-bottom: 1px solid var(--mf-beige-dark);
}
.confirm-row:last-child {
  border-bottom: none;
}

.confirm-label {
  width: 180px;
  flex-shrink: 0;
  background: var(--mf-beige);
  padding: 12px 14px;
  font-size: 12px;
  font-weight: 600;
  color: var(--mf-brown-dark);
  border-right: 1px solid var(--mf-beige-dark);
  display: flex;
  align-items: flex-start;
}

.confirm-value {
  flex: 1;
  padding: 12px 14px;
  font-size: 13px;
  color: var(--mf-text);
  line-height: 1.7;
  word-break: break-word;
  white-space: pre-wrap;
}

.confirm-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.confirm-actions input[type=button].wpcf7ms-previous-btn,
.confirm-actions .wpcf7ms-previous-btn {
  background: white;
  color: var(--mf-text-muted);
  border: 1px solid var(--mf-beige-dark);
  padding: 10px 24px;
  border-radius: 24px;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.15s;
}
.confirm-actions input[type=button].wpcf7ms-previous-btn:hover,
.confirm-actions .wpcf7ms-previous-btn:hover {
  border-color: var(--mf-brown-mid);
  color: var(--mf-brown-dark);
}
.confirm-actions input[type=submit],
.confirm-actions .wpcf7-submit {
  background: var(--mf-orange);
  color: white;
  border: none;
  padding: 12px 32px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: opacity 0.15s;
}
.confirm-actions input[type=submit]:hover,
.confirm-actions .wpcf7-submit:hover {
  opacity: 0.85;
}

.thanks-box {
  background: white;
  border: 1px solid var(--mf-beige-dark);
  border-radius: 14px;
  padding: 36px 28px;
  text-align: center;
  margin-top: 8px;
}
.thanks-box__icon {
  font-size: 52px;
  margin-bottom: 14px;
}
.thanks-box__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--mf-brown-dark);
  margin-bottom: 16px;
}
.thanks-box__text {
  font-size: 13px;
  color: var(--mf-text);
  line-height: 1.9;
  margin-bottom: 14px;
}
.thanks-box__note {
  font-size: 11px;
  color: var(--mf-text-muted);
  line-height: 1.8;
  background: var(--mf-beige);
  border-radius: 8px;
  padding: 10px 14px;
  text-align: left;
  margin-bottom: 24px;
}
.thanks-box__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--mf-orange);
  color: white;
  padding: 11px 28px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.15s;
}
.thanks-box__btn:hover {
  opacity: 0.85;
}

@media (max-width: 480px) {
  .contact-body {
    padding: 16px 14px 0;
  }
  .confirm-label {
    width: 100px;
    font-size: 11px;
    padding: 10px 10px;
  }
  .confirm-value {
    padding: 10px 10px;
    font-size: 12px;
  }
  .confirm-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .confirm-actions input,
.confirm-actions .wpcf7ms-previous-btn,
.confirm-actions .wpcf7-submit {
    width: 100%;
    justify-content: center;
  }
  .thanks-box {
    padding: 24px 16px;
  }
  .thanks-box__title {
    font-size: 16px;
  }
}
.contact-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 20px 0;
}
.contact-steps__item {
  display: flex;
  align-items: center;
  gap: 7px;
  opacity: 0.38;
}
.contact-steps__item.is-active {
  opacity: 1;
}
.contact-steps__item.is-active .contact-steps__num {
  background: var(--mf-orange);
  color: white;
  border-color: var(--mf-orange);
}
.contact-steps__item.is-active .contact-steps__label {
  color: var(--mf-orange);
  font-weight: 700;
}
.contact-steps__item.is-done {
  opacity: 0.65;
}
.contact-steps__item.is-done .contact-steps__num {
  background: var(--mf-beige-dark);
  border-color: var(--mf-beige-dark);
  color: var(--mf-text-muted);
}
.contact-steps__num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid var(--mf-beige-dark);
  background: white;
  color: var(--mf-text-muted);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-steps__label {
  font-size: 12px;
  color: var(--mf-text-muted);
}
.contact-steps__arrow {
  color: var(--mf-beige-dark);
  font-size: 18px;
  line-height: 1;
}

.contact-body {
  padding: 20px 20px 40px;
}

.contact-intro {
  font-size: 13px;
  color: var(--mf-text-muted);
  line-height: 1.8;
  margin-bottom: 24px;
  padding: 14px 16px;
  background: var(--mf-beige);
  border-left: 4px solid var(--mf-orange);
  border-radius: 0 8px 8px 0;
}
.contact-intro a {
  color: var(--mf-orange);
}

.contact-form-table .form-row {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 10px 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--mf-border);
  margin: 0;
}
.contact-form-table .form-row label {
  font-size: 13px;
  font-weight: 600;
  color: var(--mf-brown-dark);
  padding-top: 8px;
  line-height: 1.5;
}
.contact-form-table .form-row label .required {
  display: inline-block;
  background: var(--mf-orange);
  color: white;
  font-size: 10px;
  font-weight: 500;
  padding: 1px 5px;
  border-radius: 4px;
  margin-left: 6px;
  vertical-align: middle;
}
.contact-form-table .form-row input[type=text],
.contact-form-table .form-row input[type=email],
.contact-form-table .form-row input[type=tel],
.contact-form-table .form-row select,
.contact-form-table .form-row textarea {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid var(--mf-beige-dark);
  border-radius: 8px;
  font-size: 13px;
  font-family: inherit;
  color: var(--mf-text);
  background: white;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.contact-form-table .form-row input[type=text]:focus,
.contact-form-table .form-row input[type=email]:focus,
.contact-form-table .form-row input[type=tel]:focus,
.contact-form-table .form-row select:focus,
.contact-form-table .form-row textarea:focus {
  border-color: var(--mf-orange);
  box-shadow: 0 0 0 3px rgba(239, 144, 82, 0.12);
}
.contact-form-table .form-row input[type=text]::-moz-placeholder, .contact-form-table .form-row input[type=email]::-moz-placeholder, .contact-form-table .form-row input[type=tel]::-moz-placeholder, .contact-form-table .form-row select::-moz-placeholder, .contact-form-table .form-row textarea::-moz-placeholder {
  color: var(--mf-text-muted);
  opacity: 0.55;
}
.contact-form-table .form-row input[type=text]::placeholder,
.contact-form-table .form-row input[type=email]::placeholder,
.contact-form-table .form-row input[type=tel]::placeholder,
.contact-form-table .form-row select::placeholder,
.contact-form-table .form-row textarea::placeholder {
  color: var(--mf-text-muted);
  opacity: 0.55;
}
.contact-form-table .form-row textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.7;
}
.contact-form-table .form-row select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238c6f5a' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}
.contact-form-table .form-row .wpcf7-radio {
  display: flex;
  gap: 20px;
  padding-top: 8px;
  flex-wrap: wrap;
}
.contact-form-table .form-row .wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}
.contact-form-table .form-row .wpcf7-radio .wpcf7-list-item input[type=radio] {
  accent-color: var(--mf-orange);
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.contact-form-table .form-row .wpcf7-radio .wpcf7-list-item label {
  font-weight: 400;
  padding-top: 0;
  cursor: pointer;
}
.contact-form-table .form-row .wpcf7-not-valid-tip {
  color: #c0392b;
  font-size: 11px;
  margin-top: 4px;
  display: block;
}
.contact-form-table .privacy-box {
  background: var(--mf-beige);
  border: 1px solid var(--mf-beige-dark);
  border-radius: 10px;
  padding: 16px;
  margin: 20px 0;
}
.contact-form-table .privacy-text {
  font-size: 12px;
  color: var(--mf-text-muted);
  line-height: 1.8;
  margin-bottom: 10px;
}
.contact-form-table .form-row-privacy {
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  grid-template-columns: none;
}
.contact-form-table .form-row-privacy .wpcf7-acceptance {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.contact-form-table .form-row-privacy .wpcf7-acceptance input[type=checkbox] {
  accent-color: var(--mf-orange);
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.contact-form-table .form-row-privacy a {
  color: var(--mf-orange);
}
.contact-form-table .cf-turnstile {
  margin: 16px 0;
}
.contact-form-table .form-submit {
  margin: 0;
  padding: 24px 0 0;
  text-align: center;
  border: none;
  grid-template-columns: none;
  display: flex;
  justify-content: center;
}
.contact-form-table .form-submit input[type=submit],
.contact-form-table .form-submit .wpcf7-submit {
  background: var(--mf-orange);
  color: white;
  border: none;
  padding: 12px 48px;
  border-radius: 28px;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.15s;
}
.contact-form-table .form-submit input[type=submit]:hover,
.contact-form-table .form-submit .wpcf7-submit:hover {
  opacity: 0.85;
}
.contact-form-table .form-submit input[type=submit]:disabled,
.contact-form-table .form-submit .wpcf7-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.contact-confirm-table {
  border: 1px solid var(--mf-beige-dark);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 28px;
}
.contact-confirm-table .confirm-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-bottom: 1px solid var(--mf-beige-dark);
}
.contact-confirm-table .confirm-row:last-child {
  border-bottom: none;
}
.contact-confirm-table .confirm-label {
  background: var(--mf-beige);
  padding: 13px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--mf-brown-dark);
  border-right: 1px solid var(--mf-beige-dark);
  display: flex;
  align-items: flex-start;
}
.contact-confirm-table .confirm-value {
  padding: 13px 16px;
  font-size: 13px;
  color: var(--mf-text);
  line-height: 1.7;
  background: white;
  white-space: pre-wrap;
  word-break: break-all;
}

.confirm-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 8px 0 32px;
}
.confirm-actions input[type=button].wpcf7-previous,
.confirm-actions .wpcf7-previous {
  background: white;
  color: var(--mf-brown-mid);
  border: 2px solid var(--mf-beige-dark);
  padding: 10px 28px;
  border-radius: 28px;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.15s;
}
.confirm-actions input[type=button].wpcf7-previous:hover,
.confirm-actions .wpcf7-previous:hover {
  border-color: var(--mf-brown-mid);
  background: var(--mf-beige);
}
.confirm-actions input[type=submit].wpcf7-submit,
.confirm-actions .wpcf7-submit {
  background: var(--mf-orange);
  color: white;
  border: none;
  padding: 12px 40px;
  border-radius: 28px;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: opacity 0.15s;
}
.confirm-actions input[type=submit].wpcf7-submit:hover,
.confirm-actions .wpcf7-submit:hover {
  opacity: 0.85;
}

.contact-thanks {
  text-align: center;
  padding: 48px 24px 60px;
}
.contact-thanks__icon {
  font-size: 56px;
  margin-bottom: 16px;
  line-height: 1;
}
.contact-thanks__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--mf-brown-dark);
  margin-bottom: 12px;
}
.contact-thanks__text {
  font-size: 14px;
  color: var(--mf-text-muted);
  line-height: 1.9;
  margin-bottom: 32px;
}
.contact-thanks__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--mf-orange);
  color: white;
  text-decoration: none;
  padding: 11px 32px;
  border-radius: 28px;
  font-size: 14px;
  font-weight: 700;
  transition: opacity 0.15s;
}
.contact-thanks__btn:hover {
  opacity: 0.85;
}

.wpcf7 .wpcf7-spinner {
  margin-left: 12px;
  vertical-align: middle;
}

.wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 13px;
  border: none !important;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #d0ecd9;
  color: #2e7547;
}
.wpcf7-response-output.wpcf7-mail-sent-ng, .wpcf7-response-output.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-spam-blocked {
  background: #fde8d0;
  color: #a0521a;
}

@media (max-width: 768px) {
  .contact-form-table .form-row,
.contact-confirm-table .confirm-row {
    grid-template-columns: 1fr;
  }
  .contact-form-table .form-row label {
    padding-top: 0;
  }
  .contact-confirm-table .confirm-label {
    border-right: none;
    border-bottom: 1px solid var(--mf-beige-dark);
  }
  .contact-steps {
    gap: 5px;
  }
  .contact-steps__label {
    display: none;
  }
}
.toc {
  background: var(--mf-beige);
  border: 1px solid var(--mf-beige-dark);
  border-left: 4px solid var(--mf-orange);
  border-radius: 0 10px 10px 0;
  margin: 24px 0;
  overflow: hidden;
}
.toc__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid var(--mf-beige-dark);
  cursor: pointer;
}
.toc__title {
  font-size: 13px;
  font-weight: 700;
  color: var(--mf-brown-dark);
  display: flex;
  align-items: center;
  gap: 6px;
}
.toc__title i {
  color: var(--mf-orange);
}
.toc__toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--mf-text-muted);
  font-size: 11px;
  font-family: inherit;
  padding: 0;
}
.toc__toggle:hover {
  color: var(--mf-orange);
}
.toc__toggle-icon {
  font-size: 14px;
  transition: transform 0.25s ease;
}
.toc.is-closed .toc__body {
  display: none;
}
.toc.is-closed .toc__toggle-icon {
  transform: rotate(180deg);
}
.toc__body {
  padding: 12px 16px 14px;
}
.toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: toc-counter;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.toc__item {
  counter-increment: toc-counter;
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 13px;
}
.toc__item::before {
  content: counter(toc-counter);
  min-width: 20px;
  height: 20px;
  background: var(--mf-orange);
  color: white;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.toc__item--h3 {
  padding-left: 28px;
  counter-increment: none;
}
.toc__item--h3::before {
  content: "";
  width: 5px;
  height: 5px;
  min-width: 5px;
  background: var(--mf-orange-light);
  border-radius: 50%;
  margin-top: 2px;
}
.toc__link {
  color: var(--mf-text);
  text-decoration: none;
  line-height: 1.6;
  transition: color 0.15s;
}
.toc__link:hover {
  color: var(--mf-orange);
  text-decoration: underline;
}
.toc__link.is-active {
  color: var(--mf-orange);
  font-weight: 600;
}

@media (max-width: 480px) {
  .toc {
    border-radius: 0 8px 8px 0;
  }
  .toc__item {
    font-size: 12px;
  }
}
.banner-img-wrap {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.15s;
}
.banner-img-wrap:hover {
  opacity: 0.88;
}
.banner-img-wrap--half {
  height: 80px;
  min-width: 0;
}
.banner-img-wrap--sidebar {
  height: auto;
  margin-bottom: 10px;
}

.banner-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background: var(--mf-beige);
}

.banner-img-wrap--half .banner-img {
  height: 80px;
}

.banner-img-wrap--sidebar .banner-img {
  height: auto;
}

.banner-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--mf-beige);
  border: 1.5px dashed var(--sponsor-border);
  border-radius: 8px;
  color: var(--sponsor-label);
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
  min-height: 60px;
  text-decoration: none;
}
.banner-empty i {
  font-size: 16px;
}
/*# sourceMappingURL=style.css.map */