html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(26, 115, 232, 0.45);
  outline-offset: 3px;
}

/* Generated page shared styles. Edit here for site-wide generated page UI changes. */
:root {
  --color-primary: #27ae60;
  --color-accent: #f39c12;
  --color-muted: #6b7280;
  --color-border: #e5e7eb;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  background: #fff;
  color: #1a1a1a;
  line-height: 1.6;
}
header {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.58) 0%, rgba(255,255,255,0.16) 30%, rgba(255,255,255,0.16) 70%, rgba(255,255,255,0.58) 100%),
    url("/assets/images/site-header.webp") center / cover no-repeat,
    linear-gradient(135deg, #e8f7ff 0%, #f8fcff 100%);
  color: #123f5a;
  padding: 68px 16px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 45%, rgba(255,255,255,0.34) 0%, rgba(255,255,255,0.10) 42%, transparent 68%);
  pointer-events: none;
}
header h1, header p, .header-nav {
  position: relative;
  z-index: 1;
}
header h1 { font-size: 2rem; font-weight: 900; margin-bottom: 10px; letter-spacing: 0; text-shadow: 0 2px 10px rgba(255,255,255,0.88); }
header p { color: #245266; font-size: 0.96rem; font-weight: 600; }
.header-nav {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 18px;
}
.header-nav a {
  color: #123f5a;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.84rem;
  border: 1px solid rgba(18,63,90,0.16);
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(255,255,255,0.72);
}
.breadcrumb {
  max-width: 880px;
  margin: 14px auto 0;
  padding: 0 16px;
  color: #666;
  font-size: 0.84rem;
  font-weight: 700;
}
.breadcrumb a { color: #1a73e8; text-decoration: none; }
.breadcrumb span { margin: 0 6px; color: #9ca3af; }
.notice {
  background: #fffaf0;
  border: 1px solid #f5c266;
  border-left: 4px solid #f39c12;
  margin: 22px auto 0;
  max-width: 880px;
  padding: 10px 16px;
  font-size: 0.8rem;
  color: #7a5000;
  border-radius: 8px;
  font-weight: 500;
}
main { max-width: 880px; margin: 0 auto; padding: 8px 16px 34px; }
.eyecatch {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin: 10px 0 18px;
  min-height: 230px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.12);
  background: #fff;
}
.eyecatch img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.eyecatch.eyecatch-contain {
  min-height: 0;
}
.eyecatch.eyecatch-contain img {
  height: auto;
  object-fit: contain;
}
.eyecatch::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12,28,22,0.58), rgba(12,28,22,0.12) 56%, rgba(12,28,22,0));
}
.eyecatch.eyecatch-no-label::after {
  display: none;
}
.eyecatch-label {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 1;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 0 3px 14px rgba(0,0,0,0.32);
}
.intro, .link-panel, .conversion-panel, .freshness-panel {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  padding: 18px;
  margin-bottom: 18px;
  border-top: 5px solid #27ae60;
}
.conversion-panel {
  border-top-color: #f39c12;
}
.freshness-panel {
  border-top-color: #1a73e8;
}
.intro h2, .link-panel h2, .conversion-panel h2, .freshness-panel h2 {
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 5px;
}
.intro p, .link-panel p, .conversion-panel p, .freshness-panel p { color: #555; font-size: 0.86rem; font-weight: 600; }
.conversion-panel-head, .freshness-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.conversion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.conversion-link {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-height: 62px;
  color: #1a73e8;
  text-decoration: none;
  background: #fff7ed;
  border: 1.5px solid #fed7aa;
  border-radius: 12px;
  padding: 10px 12px;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.12s ease;
}
.conversion-link.priority {
  background: #fffbeb;
  border-color: #fbbf24;
}
.conversion-link:hover {
  background: #fff;
  border-color: #f39c12;
  transform: translateY(-1px);
}
.conversion-link span {
  color: #92400e;
  font-size: 0.72rem;
  font-weight: 900;
}
.conversion-link strong {
  color: #1a73e8;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.35;
}
.ranking-summary, .seo-panel {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  padding: 18px;
  margin-bottom: 18px;
}
.ranking-summary {
  border-top: 5px solid #1a73e8;
}
.seo-panel {
  border-top: 5px solid #f39c12;
}
.ranking-summary h2, .seo-panel h2 {
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 5px;
}
.ranking-summary p, .seo-panel p {
  color: #555;
  font-size: 0.86rem;
  font-weight: 600;
}
.guide-article ul {
  margin: 8px 0 12px;
  padding-left: 1.4rem;
  list-style-position: outside;
}
.guide-article li {
  padding-left: 0.2rem;
  margin: 4px 0;
  line-height: 1.65;
}
.ranking-summary-head {
  margin-bottom: 14px;
}
.summary-grid, .seo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.hero-stats {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  margin: 14px 0 4px;
}
.summary-panel {
  border: 1.5px solid #dbeafe;
  border-radius: 12px;
  overflow: hidden;
}
.summary-panel > h2 {
  color: #1a73e8;
  font-size: 1.12rem;
  font-weight: 900;
  padding: 14px 14px 4px;
}
.summary-card {
  background: #fbfdff;
  border-top: 1px solid #e8f4fd;
  padding: 12px;
}
.summary-card span {
  display: block;
  color: #666;
  font-size: 0.76rem;
  font-weight: 900;
}
.summary-card strong {
  display: block;
  color: #1a73e8;
  font-size: 1.2rem;
  margin-top: 2px;
}
.opportunity-panel {
  margin: 18px auto;
  background: #fff;
  border-color: #bbf7d0;
  box-shadow: 0 8px 22px rgba(22, 101, 52, 0.08);
}
.opportunity-panel > p {
  padding: 4px 14px 12px;
  color: #31515f;
  font-size: 0.92rem;
}
.opportunity-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
}
.opportunity-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1.5px solid #dbeafe;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 13px;
}
.opportunity-card-image {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #eef2f7;
  aspect-ratio: 16 / 10;
  cursor: zoom-in;
}
.opportunity-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  display: block;
}
.opportunity-card-image.is-empty {
  display: flex;
  align-items: center;
  justify-content: center;
}
.opportunity-card-image.is-empty::after {
  content: "🎁";
  font-size: 1.8rem;
}
.opportunity-meta {
  display: inline-block;
  color: #15803d;
  font-size: 0.76rem;
  font-weight: 900;
  margin-bottom: 4px;
}
.opportunity-card h3 {
  background: transparent;
  padding: 0;
  color: #0f3f56;
  font-size: 0.96rem;
  line-height: 1.45;
}
.opportunity-card h3 a {
  color: inherit;
  text-decoration: none;
}
.opportunity-card h3 a:hover { text-decoration: underline; }
.opportunity-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 8px;
}
.opportunity-stats div {
  border: 1px solid #e8f4fd;
  border-radius: 9px;
  background: #fff;
  padding: 7px 8px;
}
.opportunity-stats dt {
  color: #64748b;
  font-size: 0.68rem;
  font-weight: 900;
}
.opportunity-stats dd {
  color: #0f3f56;
  font-size: 0.82rem;
  font-weight: 900;
}
.opportunity-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: auto;
}
.opportunity-actions .btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
}
.observed-search-panel {
  margin: 18px auto;
  background: #fff;
  border-color: #fed7aa;
}
.observed-search-panel > h2 {
  padding: 16px 18px 4px;
}
.observed-search-panel > p {
  color: #555;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.75;
  margin: 0;
  padding: 2px 18px 14px;
}
.summary-card-wide {
  text-align: left;
  grid-column: span 2;
}
.municipality-top-grid {
  margin-top: 12px;
}
.summary-panel h3 {
  background: #f0f8ff;
  color: #1a73e8;
  font-size: 0.92rem;
  font-weight: 900;
  padding: 9px 12px;
}
.summary-table {
  width: 100%;
  border-collapse: collapse;
}
.summary-table th, .summary-table td {
  border-top: 1px solid #e8f4fd;
  padding: 8px 10px;
  text-align: left;
  font-size: 0.80rem;
  vertical-align: top;
}
.summary-table th {
  color: #555;
  background: #fbfdff;
  font-weight: 900;
}
.summary-table td:first-child {
  color: #f39c12;
  font-weight: 900;
  white-space: nowrap;
}
.summary-table a {
  color: #1e40af;
  font-weight: 900;
  text-decoration: none;
}
.summary-table a:hover { text-decoration: underline; }
.top-five-table th:nth-child(3),
.top-five-table th:nth-child(4),
.top-five-table td:nth-child(3),
.top-five-table td:nth-child(4) {
  text-align: right;
  white-space: nowrap;
}
.top-five-table td:nth-child(2) {
  line-height: 1.5;
}
.top-five-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.top-five-name {
  flex: 1;
  min-width: 0;
}
.top-five-thumb-btn {
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: none;
  line-height: 0;
  cursor: zoom-in;
}
.top-five-thumb {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  object-fit: cover;
  display: block;
  background: #eef2f7;
}
.top-five-metric span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  border-radius: 999px;
  padding: 2px 8px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}
.deal-rate-metric {
  color: #c2410c;
  background: #fff7ed;
  border: 1px solid #fed7aa;
}
.savings-metric {
  color: #166534;
  background: #dcfce7;
  border: 1px solid #bbf7d0;
}
.table-subtext {
  display: block;
  color: #64748b;
  font-size: 0.70rem;
  font-weight: 800;
  line-height: 1.45;
  margin-top: 2px;
}
.municipality-affordable-panel {
  border: 1.5px solid #bbf7d0;
  border-radius: 14px;
  background: #f0fdf4;
  margin-top: 14px;
  overflow: hidden;
}
.municipality-affordable-head {
  padding: 12px 14px 10px;
  background: linear-gradient(90deg, #dcfce7 0%, #f0fdf4 100%);
  border-bottom: 1px solid #bbf7d0;
}
.municipality-affordable-head h3 {
  background: transparent;
  color: #166534;
  padding: 0;
  margin-bottom: 4px;
}
.municipality-affordable-head p {
  color: #3f5f4a;
  font-size: 0.82rem;
  font-weight: 700;
}
.municipality-affordable-table {
  background: #fff;
}
.seo-grid section {
  border: 1.5px solid #fef3c7;
  border-radius: 12px;
  padding: 12px;
  background: #fffdf8;
}
.seo-grid h3 {
  color: #a16207;
  font-size: 0.92rem;
  font-weight: 900;
  margin-bottom: 5px;
}
.seo-more-link {
  margin-top: 12px;
}
.seo-more-link a {
  color: #1e40af;
  font-weight: 900;
}
.compact-links {
  padding: 12px;
}
.link-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}
.panel-total {
  flex-shrink: 0;
  color: #27ae60;
  font-size: 0.82rem;
  font-weight: 900;
  background: #dcfce7;
  border-radius: 999px;
  padding: 4px 10px;
}
.link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.ranking-link-group {
  border: 1.5px solid #dbeafe;
  border-radius: 12px;
  background: #fbfdff;
  overflow: hidden;
  margin-top: 10px;
}
.ranking-link-group:first-of-type {
  margin-top: 0;
}
.ranking-link-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 46px;
  padding: 10px 12px;
  color: #1e40af;
  background: #f0f8ff;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 900;
  list-style: none;
}
.ranking-link-group summary::-webkit-details-marker {
  display: none;
}
.ranking-link-group summary::after {
  content: "開く";
  color: #166534;
  background: #dcfce7;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 0.72rem;
  font-weight: 900;
  white-space: nowrap;
}
.ranking-link-group[open] summary::after {
  content: "閉じる";
}
.ranking-link-group .link-grid {
  padding: 10px;
}
.compact-ranking-panel .ranking-nav-primary {
  margin-bottom: 10px;
}
.compact-ranking-panel .ranking-nav-groups {
  display: grid;
  gap: 10px;
  padding: 10px;
}
.compact-ranking-panel .ranking-nav-groups .ranking-link-group {
  margin-top: 0;
}
.link-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 40px;
  color: #1e40af;
  text-decoration: none;
  background: #f0f8ff;
  border: 1.5px solid #dbeafe;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 0.83rem;
  font-weight: 900;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.link-chip span:first-child {
  min-width: 0;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.link-chip:hover,
.link-chip:focus-visible {
  color: #1e40af;
  background: #f0f8ff;
  border-color: #93c5fd;
  box-shadow: 0 6px 16px rgba(39,174,96,0.16);
  transform: translateY(-1px);
}
.link-chip:focus-visible {
  outline: 3px solid rgba(243,156,18,0.35);
  outline-offset: 2px;
}
.link-chip.priority {
  background: #f0f8ff;
  border-color: #93c5fd;
  box-shadow: 0 3px 10px rgba(26,115,232,0.10);
}
.link-chip.priority:hover,
.link-chip.priority:focus-visible {
  background: #f0f8ff;
  border-color: #93c5fd;
  box-shadow: 0 6px 16px rgba(39,174,96,0.16);
}
.link-chip span:first-child + span {
  color: #166534;
  background: #dcfce7;
  border-radius: 999px;
  padding: 1px 7px;
  font-size: 0.72rem;
  white-space: nowrap;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.link-chip:hover span:first-child + span,
.link-chip:focus-visible span:first-child + span {
  color: #166534;
  background: #dcfce7;
}
.item-page section[aria-labelledby="itemRelatedTitle"] > .link-grid > .link-chip > span:first-child + span,
.item-page section[aria-labelledby="portalRouteTitle"] .link-chip > span:first-child + span,
.item-page section[aria-labelledby="portalRouteTitle"] .panel-total {
  display: none;
}
.item-page section[aria-labelledby="itemRelatedTitle"] > .link-grid > .link-chip,
.item-page section[aria-labelledby="portalRouteTitle"] .link-chip {
  justify-content: flex-start;
}
.item-page section[aria-labelledby="portalRouteTitle"] .link-chip > span:first-child {
  color: #1e40af;
  background: transparent;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  white-space: normal;
}
.plain-link-panel .link-chip {
  justify-content: flex-start;
}
.plain-link-panel .link-chip span:first-child + span {
  color: #1e40af;
  background: transparent;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  white-space: normal;
}
.plain-link-panel .link-chip:hover span:first-child + span,
.plain-link-panel .link-chip:focus-visible span:first-child + span {
  color: #1e40af;
  background: transparent;
}
.seo-grid .compact-links,
.link-panel .seo-grid .link-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.seo-grid .link-chip {
  align-items: flex-start;
}
.related-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 16px;
}
.related-product-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 10px;
  min-height: 118px;
  color: #12324d;
  background: #fff;
  border: 1.5px solid #dbeafe;
  border-radius: 12px;
  padding: 10px;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(26,115,232,0.08);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.related-product-card:hover,
.related-product-card:focus-visible {
  border-color: #93c5fd;
  box-shadow: 0 8px 18px rgba(39,174,96,0.16);
  transform: translateY(-1px);
}
.related-product-card:focus-visible {
  outline: 3px solid rgba(243,156,18,0.35);
  outline-offset: 2px;
}
.related-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 10px;
  background: #f8fbff;
  overflow: hidden;
}
.related-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.related-product-placeholder,
.related-product-image.is-empty::after {
  content: "画像";
  color: #1e40af;
  font-size: 0.76rem;
  font-weight: 900;
}
.related-product-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.related-product-meta {
  color: #64748b;
  font-size: 0.70rem;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-product-body strong {
  color: #12324d;
  font-size: 0.84rem;
  line-height: 1.45;
  font-weight: 900;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-product-price {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}
.related-product-price em {
  color: #64748b;
  font-size: 0.70rem;
  font-style: normal;
  font-weight: 900;
}
.related-product-price b {
  color: #27ae60;
  font-size: 0.86rem;
  font-weight: 900;
}
.related-product-status {
  align-self: flex-start;
  color: #166534;
  background: #dcfce7;
  border-radius: 999px;
  padding: 1px 7px;
  font-size: 0.70rem;
  font-weight: 900;
}
.count { font-size: 0.84rem; color: #666; margin: 2px 0 16px; font-weight: 700; }
.card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  margin-bottom: 18px;
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: 300px;
}
.rank-badge {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 2;
  background: #f39c12;
  color: #fff;
  font-weight: 900;
  border-radius: 999px;
  padding: 4px 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.16);
}
.rank-badge + .card-header {
  padding-right: 86px;
}
.rank-badge-crown {
  top: 8px;
  right: 10px;
  width: 64px;
  height: 64px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  line-height: 0;
}
.rank-badge-crown img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 3px 6px rgba(0,0,0,0.16));
}
.card-header {
  padding: 16px 20px;
  border-bottom: 1.5px solid #e8f4fd;
  display: flex;
  align-items: center;
  gap: 18px;
  background: linear-gradient(90deg, #f0f8ff 0%, #fff 100%);
}
.card-thumb, .card-thumb-placeholder {
  width: 208px;
  height: 208px;
  border-radius: 12px;
  flex-shrink: 0;
  background: #e8f5e9;
  box-shadow: 0 2px 8px rgba(26,115,232,0.10);
}
.card-thumb {
  object-fit: contain;
  background: #fff;
  border-radius: 0;
}
.thumb-button {
  display: block;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
  cursor: zoom-in;
}
.thumb-button:focus-visible {
  outline: 3px solid rgba(26,115,232,0.55);
  outline-offset: 3px;
}
.card-thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
}
.card-header-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.meta { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; flex-wrap: wrap; }
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.74rem;
  font-weight: 900;
  padding: 3px 10px;
  border-radius: 999px;
  white-space: nowrap;
}
.badge-municipality { background: #dbeafe; color: #1e40af; }
.badge-category { background: #e0f2fe; color: #0369a1; }
.badge-date { background: #eaf4ff; color: #0756bf; border: 1px solid #b9d8ff; }
.badge-stale { background: #fee2e2; color: #991b1b; }
.badge-saving { background: #fff7ed; color: #c2410c; }
.badge-trust { background: #f0fdf4; color: #166534; border: 1px solid #bbf7d0; }
.badge-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  stroke-width: 2.5;
}
.card h2 { font-size: 1.06rem; font-weight: 900; line-height: 1.48; padding-right: 58px; }
.card h2,
.card h2 a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card h2 a { color: #12324d; text-decoration: none; }
.card h2 a:hover { color: #0b7c3e; text-decoration: underline; text-underline-offset: 3px; }
@media (min-width: 1024px) {
  .card-header {
    align-items: flex-start;
  }
  .card-thumb,
  .card-thumb-placeholder {
    width: 232px;
    height: 232px;
  }
  .card-thumb {
    object-fit: contain;
    background: #fff;
  }
  .item-page .card-header {
    gap: 24px;
  }
  .item-page .thumb-button {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(26,115,232,0.14);
    overflow: hidden;
  }
  .item-page .card-thumb,
  .item-page .card-thumb-placeholder {
    width: clamp(320px, 32vw, 390px);
    height: clamp(320px, 32vw, 390px);
  }
  .item-page .card-thumb {
    display: block;
    box-shadow: none;
  }
}
.card-quick-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}
.card-quick-stats span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 46px;
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  padding: 7px 9px;
}
.card-quick-stats strong {
  color: #166534;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.25;
  font-variant-numeric: tabular-nums;
}
.card-quick-stats em {
  color: #64748b;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  margin-top: 1px;
}
.price-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.price-overview span {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  color: #c2410c;
  font-size: 0.74rem;
  font-weight: 900;
  padding: 3px 9px;
  font-variant-numeric: tabular-nums;
}
.price-overview span:first-child {
  background: #dcfce7;
  border-color: #86efac;
  color: #166534;
}
.price-overview span:nth-child(3) {
  background: #e0f2fe;
  border-color: #bae6fd;
  color: #0369a1;
}
.comparison-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.comparison-facts span {
  background: #eef8f2;
  color: #1f7a48;
  border: 1px solid #caead8;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 0.72rem;
  font-weight: 900;
}
.comparison-facts .trust-score {
  background: #ecfdf5;
  color: #047857;
  border-color: #86efac;
}
.comparison-summary {
  margin-top: 8px;
  color: #4b5563;
  font-size: 0.82rem;
  line-height: 1.55;
}
.comparison-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  padding: 10px 12px;
  background: #fff7ed;
  border: 1.5px solid #fed7aa;
  border-radius: 12px;
}
.comparison-help strong,
.comparison-help span {
  display: block;
}
.comparison-help strong {
  color: #92400e;
  font-size: 0.84rem;
  font-weight: 900;
}
.comparison-help span {
  color: #6b7280;
  font-size: 0.74rem;
  font-weight: 800;
}
.comparison-help a {
  flex-shrink: 0;
  color: #1a73e8;
  background: #fff;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  padding: 7px 10px;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 900;
  white-space: nowrap;
}
.application-hints {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
  order: 5;
}
.application-hints span {
  color: #7c2d12;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 0.72rem;
  font-weight: 900;
}
.precheck-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 12px 18px 10px;
  background: #fff;
  border-top: 1px solid #e8f4fd;
}
.precheck-item {
  border: 1px solid #dbeafe;
  border-radius: 10px;
  background: #f8fbff;
  padding: 8px 10px;
  min-height: 56px;
}
.precheck-label {
  display: block;
  color: #64748b;
  font-size: 0.70rem;
  font-weight: 900;
  margin-bottom: 2px;
}
.precheck-value {
  display: block;
  color: #166534;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.35;
}
.price-table { width: 100%; border-collapse: separate; border-spacing: 0; }
.price-table th, .price-table td {
  padding: 9px 16px;
  border-bottom: 1px solid #e8f4fd;
  font-size: 0.88rem;
  text-align: left;
}
.price-table th { background: #f0f8ff; color: #1a73e8; font-weight: 900; }
.price-table tr:last-child td { border-bottom: none; }
.price-table tbody tr.row-rakuten:not(.row-cheapest) td {
  background: #fff7f7;
}
.site-label { display: flex; align-items: center; gap: 7px; font-weight: 800; }
.site-favicon { width: 18px; height: 18px; border-radius: 50%; background: #fff; }
.tag-direct,
.tag-rakuten {
  display: inline-block;
  border-radius: 5px;
  padding: 2px 6px;
  font-size: 0.68rem;
  font-weight: 900;
}
.tag-direct {
  background: #f39c12;
  color: #fff;
}
.tag-rakuten {
  background: #fee2e2;
  color: #991b1b;
}
.price-cell { font-weight: 900; white-space: nowrap; font-variant-numeric: tabular-nums; }
.price-cell.cheapest { color: #27ae60; }
.price-cell.expensive { color: #999; }
.cheapest-badge, .status-label {
  display: inline-block;
  border-radius: 5px;
  padding: 2px 6px;
  margin-left: 7px;
  font-size: 0.70rem;
  font-weight: 900;
}
.cheapest-badge, .status-cheapest { background: #dcfce7; color: #166534; }
.status-pricier { background: #e5e7eb; color: #666; }
.status-pending { background: #fef3c7; color: #92400e; }
.diff-pricier { color: #6b7280; font-weight: 900; }
.diff-same { color: #166534; font-weight: 900; }
.diff-pending { color: #92400e; font-weight: 900; }
.offer-check-cell {
  min-width: 170px;
}
.offer-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-width: 230px;
}
.offer-checks span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-size: 0.70rem;
  font-weight: 900;
  padding: 2px 7px;
  white-space: nowrap;
}
.offer-checks .offer-check-primary {
  background: #dcfce7;
  border-color: #86efac;
  color: #166534;
}
.btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2c3e50;
  color: #fff !important;
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.80rem;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(44, 62, 80, 0.22);
  transition: background 0.15s ease, transform 0.12s ease, box-shadow 0.15s ease;
}
.btn-link:visited,
.btn-link:hover,
.btn-link:focus {
  color: #fff !important;
}
.btn-link:hover {
  background: #243444;
  transform: translateY(-1px);
  box-shadow: 0 9px 18px rgba(44, 62, 80, 0.28);
}
.btn-link.btn-direct {
  background: #27ae60;
  box-shadow: 0 6px 14px rgba(39, 174, 96, 0.24);
}
.btn-link.btn-rakuten,
.btn-link.rakuten-cta {
  background: #bf0000;
  box-shadow: 0 6px 14px rgba(191, 0, 0, 0.24);
}
.btn-link.btn-satofull {
  background: #ff6c00;
  box-shadow: 0 6px 14px rgba(255, 108, 0, 0.25);
}
.btn-link.btn-furunavi {
  background: #0066cc;
  box-shadow: 0 6px 14px rgba(0, 102, 204, 0.24);
}
.btn-link.btn-direct:hover { background: #219653; box-shadow: 0 9px 18px rgba(39, 174, 96, 0.30); }
.btn-link.btn-rakuten:hover,
.btn-link.rakuten-cta:hover { background: #990000; box-shadow: 0 9px 18px rgba(191, 0, 0, 0.30); }
.btn-link.btn-satofull:hover { background: #d95c00; box-shadow: 0 9px 18px rgba(255, 108, 0, 0.32); }
.btn-link.btn-furunavi:hover { background: #0052a3; box-shadow: 0 9px 18px rgba(0, 102, 204, 0.30); }
.btn-link.rakuten-cta.is-cheapest,
.btn-link.is-cheapest {
  box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.16), 0 6px 14px rgba(44, 62, 80, 0.18);
}
.card-proof {
  padding: 10px 18px 12px;
  color: #555;
  font-size: 0.82rem;
  font-weight: 600;
}
.card-proof summary {
  cursor: pointer;
  color: #1a73e8;
  font-weight: 900;
  list-style-position: inside;
}
.card-proof p { margin-top: 6px; }
.external-link-note {
  color: #6b7280;
  background: #fffdf8;
  border-top: 1px solid #fef3c7;
  padding: 9px 18px;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.6;
}
.card-actions {
  display: flex;
  justify-content: flex-end;
  padding: 0 18px 12px;
  background: #fbfdff;
}
.card-actions .btn-link {
  min-width: 140px;
}
.related-card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0 18px 12px;
  background: #fbfdff;
}
.related-card-links a {
  color: #1a73e8;
  text-decoration: none;
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 0.74rem;
  font-weight: 900;
}
.related-card-links a:hover {
  background: #e8f4ff;
  border-color: #1a73e8;
}
.more-list {
  margin-top: 8px;
}
.more-list summary {
  cursor: pointer;
  text-align: center;
  list-style: none;
  background: #fff;
  border: 2px solid #1a73e8;
  color: #1a73e8;
  border-radius: 12px;
  padding: 10px 16px;
  font-weight: 900;
  box-shadow: 0 3px 12px rgba(26,115,232,0.10);
}
.more-list summary::-webkit-details-marker { display: none; }
.more-list[open] summary { margin-bottom: 18px; }
.image-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15,23,42,0.78);
}
.image-modal[hidden] { display: none; }
.image-modal-img {
  max-width: min(920px, 94vw);
  max-height: 86vh;
  object-fit: contain;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 18px 60px rgba(0,0,0,0.35);
}
.image-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #1a1a1a;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 4px 18px rgba(0,0,0,0.22);
}
.site-promo-note {
  display: inline-block;
  max-width: 880px;
  margin: 14px auto 0;
  padding: 9px 14px;
  color: #5f4300;
  background: rgba(255, 250, 230, 0.92);
  border: 1px solid rgba(243, 156, 18, 0.38);
  border-left: 4px solid #f39c12;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 1;
}
.image-modal-close-icon::before {
  content: '\\00d7';
  display: block;
  line-height: 42px;
  text-align: center;
}
footer {
  background: #1a1a1a;
  color: #ddd;
  text-align: center;
  padding: 28px 16px;
  font-size: 0.82rem;
}
.footer-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 12px; }
.footer-nav a { color: #fff; text-decoration: none; font-weight: 800; }
@media (max-width: 720px) {
  header {
    background:
      linear-gradient(90deg, rgba(255,255,255,0.52) 0%, rgba(255,255,255,0.18) 30%, rgba(255,255,255,0.18) 70%, rgba(255,255,255,0.52) 100%),
      url("/assets/images/site-header-mobile.webp") center top / cover no-repeat,
      linear-gradient(135deg, #fff8ed 0%, #f8fcff 100%);
    padding: 56px 12px 44px;
  }
  header h1 { font-size: 1.22rem; line-height: 1.35; max-width: 340px; margin-left: auto; margin-right: auto; overflow-wrap: anywhere; }
  header p { font-size: 0.88rem; max-width: 340px; margin-left: auto; margin-right: auto; overflow-wrap: anywhere; }
  .header-nav { gap: 8px; max-width: 340px; margin-left: auto; margin-right: auto; }
  .header-nav a { font-size: 0.78rem; max-width: 100%; padding: 5px 10px; }
  main { max-width: 100%; padding: 8px 12px 28px; overflow-x: hidden; }
  .link-panel-head, .conversion-panel-head, .freshness-head { display: block; }
  .panel-total { display: inline-block; margin-top: 8px; }
  .link-grid, .conversion-grid { grid-template-columns: 1fr; }
  .related-product-grid { grid-template-columns: 1fr; gap: 8px; margin: 12px 0 14px; }
  .related-product-card {
    grid-template-columns: 72px minmax(0, 1fr);
    min-height: 96px;
    padding: 9px;
  }
  .related-product-image {
    width: 72px;
    height: 72px;
  }
  .related-product-body strong {
    font-size: 0.82rem;
    -webkit-line-clamp: 2;
  }
  .opportunity-card-grid { grid-template-columns: 1fr; padding: 12px; }
  .opportunity-stats { grid-template-columns: 1fr 1fr; }
  .summary-grid, .seo-grid { grid-template-columns: 1fr; }
  .summary-card-wide { grid-column: auto; }
  .summary-table thead { display: none; }
  .summary-table, .summary-table tbody, .summary-table tr, .summary-table td { display: block; width: 100%; }
  .summary-table tr { padding: 8px 10px; border-top: 1px solid #e8f4fd; }
  .summary-table td { border-top: none; padding: 2px 0; }
  .top-five-table th:nth-child(3),
  .top-five-table th:nth-child(4),
  .top-five-table td:nth-child(3),
  .top-five-table td:nth-child(4) {
    text-align: left;
    white-space: normal;
  }
  .top-five-metric span {
    min-height: 22px;
    padding: 1px 7px;
  }
  .summary-table td::before {
    content: attr(data-label);
    display: block;
    color: #666;
    font-size: 0.68rem;
    font-weight: 900;
  }
  .eyecatch { min-height: 180px; }
  .eyecatch img { height: 210px; }
  .eyecatch-label { left: 16px; bottom: 16px; font-size: 1.45rem; }
  .card-header {
    flex-direction: column;
    padding: 12px;
    gap: 10px;
    align-items: stretch;
    background: linear-gradient(180deg, #f0f8ff 0%, #fff 100%);
  }
  .thumb-button {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(26,115,232,0.10);
    overflow: hidden;
  }
  .card-thumb, .card-thumb-placeholder {
    width: 100%;
    height: clamp(220px, 68vw, 270px);
  }
  .card-thumb {
    display: block;
    object-fit: contain;
    box-shadow: none;
  }
  .card-thumb-placeholder { font-size: 1.8rem; }
  .meta { gap: 6px; margin-bottom: 6px; }
  .badge { white-space: normal; overflow-wrap: anywhere; }
  .card h2 { font-size: 0.98rem; line-height: 1.42; padding-right: 0; }
  .card h2,
  .card h2 a { -webkit-line-clamp: 2; }
  .card-quick-stats { grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 8px; }
  .card-quick-stats span { min-height: 42px; padding: 6px 8px; }
  .price-overview {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-top: 8px;
  }
  .price-overview span {
    justify-content: center;
    text-align: center;
    min-height: 32px;
  }
  .application-hints {
    order: 4;
    margin-top: 7px;
  }
  .application-hints span {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
  }
  .comparison-facts { gap: 5px; margin-top: 7px; }
  .comparison-summary { margin-top: 7px; }
  .comparison-help {
    align-items: stretch;
    flex-direction: column;
  }
  .comparison-help a {
    text-align: center;
  }
  .rank-badge { position: static; display: inline-block; margin: 12px 0 0 14px; }
  .rank-badge + .card-header { padding-right: 14px; }
  .rank-badge-crown { width: 56px; height: 56px; }
  .rank-badge-crown img { width: 56px; height: 56px; }
  .price-table, .price-table thead, .price-table tbody, .price-table tr, .price-table td { display: block; width: 100%; }
  .price-table thead { display: none; }
  .price-table tbody tr {
    margin: 0 0 8px;
    padding: 10px 12px;
    border: 1.5px solid #dbeafe;
    border-radius: 12px;
    background: #fff;
  }
  .price-table tbody tr:last-child { margin-bottom: 0; }
  .price-table td {
    border-bottom: none;
    padding: 4px 0;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
  }
  .price-table td > * { min-width: 0; max-width: 100%; }
  .price-table td::before { content: attr(data-label); color: #666; font-weight: 900; flex-shrink: 0; min-width: 84px; }
  .price-table td[data-label="確認する"] {
    display: block;
    padding-top: 8px;
  }
  .price-table td[data-label="確認する"]::before {
    display: block;
    margin-bottom: 6px;
  }
  .price-table .site-label {
    font-size: 0.86rem;
    line-height: 1.35;
  }
  .price-table .btn-link {
    width: 100%;
    min-height: 46px;
    border-radius: 10px;
    font-size: 0.84rem;
    white-space: normal;
    line-height: 1.35;
    text-align: center;
  }
  .offer-check-cell { min-width: 0; }
  .offer-checks { max-width: 100%; }
  .offer-checks span { white-space: normal; overflow-wrap: anywhere; }
  .precheck-list { grid-template-columns: 1fr 1fr; padding: 10px 12px; }
  .card-actions { padding: 0 12px 10px; }
  .related-card-links { padding: 0 12px 10px; }
  .card-proof { padding: 9px 12px 11px; font-size: 0.76rem; }
}
@media (max-width: 480px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .link-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    overflow: visible;
  }
  .ranking-link-group summary {
    align-items: flex-start;
  }
  .link-chip {
    min-width: 0;
    width: 100%;
    min-height: 44px;
    gap: 6px;
    padding: 9px 10px;
  }
  .conversion-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    overflow: visible;
  }
  .conversion-link {
    min-width: 0;
    width: 100%;
  }
  .summary-table td, .price-table td { align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Item conclusion and quick-apply blocks. */
.item-quick-apply {
  background: #fff;
  border: 2px solid #86efac;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(39,174,96,0.12);
  margin-bottom: 18px;
  overflow: hidden;
}
.item-quick-apply-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 14px;
  align-items: center;
  padding: 16px 18px 12px;
  background: linear-gradient(90deg, #f0fdf4 0%, #fff 100%);
  border-bottom: 1px solid #bbf7d0;
}
.item-quick-apply-head span {
  display: inline-block;
  color: #166534;
  background: #dcfce7;
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 0.74rem;
  font-weight: 900;
  margin-bottom: 8px;
}
.item-quick-apply-head h2 {
  color: #12324d;
  font-size: 1.08rem;
  line-height: 1.45;
  font-weight: 900;
}
.item-quick-apply-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.item-quick-apply-facts span {
  display: block;
  min-height: 58px;
  margin: 0;
  padding: 8px 9px;
  color: inherit;
  background: #fff;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
}
.item-quick-apply-facts em {
  display: block;
  color: #64748b;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  margin-bottom: 4px;
}
.item-quick-apply-facts strong {
  display: block;
  color: #166534;
  font-size: 0.84rem;
  line-height: 1.35;
  font-weight: 900;
  overflow-wrap: anywhere;
}
.item-quick-apply-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 18px 16px;
}
.item-quick-apply-actions .conclusion-cta {
  min-width: 180px;
}
.conclusion-box {
  background: #fff;
  border: 2px solid #bfdbfe;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(26,115,232,0.10);
  margin-bottom: 18px;
  overflow: hidden;
}
.conclusion-head {
  padding: 16px 18px 12px;
  background: linear-gradient(90deg, #eff6ff 0%, #fff 100%);
  border-bottom: 1px solid #dbeafe;
}
.conclusion-label {
  display: inline-block;
  color: #1e40af;
  background: #dbeafe;
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 0.74rem;
  font-weight: 900;
  margin-bottom: 8px;
}
.conclusion-head h2 {
  color: #12324d;
  font-size: 1.04rem;
  line-height: 1.65;
  font-weight: 900;
}
.conclusion-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 14px 18px 10px;
}
.conclusion-item {
  min-height: 64px;
  background: #f8fbff;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  padding: 9px 10px;
}
.conclusion-item span {
  display: block;
  color: #64748b;
  font-size: 0.70rem;
  font-weight: 900;
  margin-bottom: 4px;
}
.conclusion-item strong {
  display: block;
  color: #166534;
  font-size: 0.86rem;
  line-height: 1.35;
  font-weight: 900;
  overflow-wrap: anywhere;
}
.conclusion-note {
  margin: 0 18px 12px;
  color: #4b5563;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 10px;
  padding: 9px 11px;
  font-size: 0.82rem;
  line-height: 1.6;
  font-weight: 700;
}
.conclusion-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 18px 16px;
}
.conclusion-cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.conclusion-cta.secondary {
  background: #0f766e;
}
@media (max-width: 720px) {
  .item-quick-apply-head {
    grid-template-columns: 1fr;
    padding: 14px 14px 11px;
  }
  .item-quick-apply-head h2 { font-size: 0.98rem; }
  .item-quick-apply-facts { grid-template-columns: 1fr; }
  .item-quick-apply-facts span { min-height: 50px; }
  .item-quick-apply-actions { padding: 12px 12px 14px; gap: 8px; }
  .item-quick-apply-actions .conclusion-cta {
    width: 100%;
    min-width: 0;
    white-space: normal;
    line-height: 1.35;
    text-align: center;
  }
  .conclusion-head { padding: 14px 14px 11px; }
  .conclusion-head h2 { font-size: 0.96rem; line-height: 1.58; }
  .conclusion-grid { grid-template-columns: 1fr 1fr; padding: 12px 12px 8px; }
  .conclusion-item { min-height: 58px; padding: 8px; }
  .conclusion-item strong { font-size: 0.80rem; }
  .conclusion-note { margin: 0 12px 10px; font-size: 0.76rem; }
  .conclusion-actions { padding: 0 12px 12px; gap: 8px; }
  .conclusion-cta {
    width: 100%;
    white-space: normal;
    line-height: 1.35;
    text-align: center;
  }
}
