/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

/* ===== SOPNAVI 有料診断サマリー ===== */
.sn-card-summary {
  margin-bottom: 24px;
}

.sn-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.sn-summary-item {
  background: #faf8f3;
  border: 1px solid #e7e2d8;
  border-radius: 14px;
  padding: 14px 16px;
}

.sn-summary-item-full {
  grid-column: 1 / -1;
}

.sn-summary-label {
  display: block;
  font-size: 12px;
  color: #7b7268;
  margin-bottom: 6px;
}

.sn-summary-value {
  display: block;
  font-size: 16px;
  color: #2f2a24;
  line-height: 1.6;
}

.sn-summary-link {
  font-size: 14px;
  color: #2F80ED;
  text-decoration: none;
}

.sn-summary-link:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .sn-summary-grid {
    grid-template-columns: 1fr;
  }

  .sn-summary-item-full {
    grid-column: auto;
  }
}


/* ===== 総合判定ヒーロー ===== */
.sn-card-hero {
  background: linear-gradient(135deg, #fff7ec, #fff);
  border: 1px solid #f0d9b5;
  border-radius: 18px;
  padding: 26px 22px;
  margin-bottom: 24px;
  text-align: center;
}

.sn-hero-property {
  font-size: 14px;
  color: #7a6a58;
  margin-bottom: 8px;
}

.sn-hero-main-title {
  font-size: 20px;
  margin-bottom: 14px;
  color: #2f2a24;
}

.sn-hero-overall {
  font-size: 16px;
  line-height: 1.8;
  color: #2f2a24;
  margin-bottom: 16px;
}

.sn-hero-risk {
  margin-top: 10px;
}

.sn-hero-risk-label {
  font-size: 12px;
  color: #888;
  margin-bottom: 6px;
}

.sn-hero-risk-value {
  font-size: 18px;
  font-weight: bold;
  color: #d35400;
}

