@charset "UTF-8";
/*
Theme Name: Shippo Life Cocoon Child
Description: A lightweight Cocoon child theme for a dog-and-rescue-cat affiliate blog.
Theme URI: https://example.com/
Author: Codex
Author URI: https://example.com/
Template: cocoon-master
Version: 1.0.0
Text Domain: shippo-life-cocoon-child
*/

:root {
  --shippo-ink: #2f3135;
  --shippo-muted: #626873;
  --shippo-line: #e5e0d8;
  --shippo-bg: #fffdfa;
  --shippo-soft: #f7f1e8;
  --shippo-mint: #dceee5;
  --shippo-coral: #d86f5f;
  --shippo-coral-dark: #b75245;
  --shippo-blue: #47748d;
  --shippo-green: #477b5e;
}

body {
  background: var(--shippo-bg);
  color: var(--shippo-ink);
  letter-spacing: 0;
}

a {
  color: var(--shippo-blue);
}

.entry-content {
  line-height: 1.9;
}

.entry-content h2 {
  border-left: 6px solid var(--shippo-coral);
  border-bottom: 1px solid var(--shippo-line);
  padding: 0.35em 0 0.35em 0.75em;
}

.entry-content h3 {
  border-bottom: 1px solid var(--shippo-line);
  padding-bottom: 0.35em;
}

.swm-ad-notice,
.swm-point,
.swm-review-card,
.swm-checklist,
.swm-profile-note {
  border: 1px solid var(--shippo-line);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
  margin: 18px 0;
}

.swm-ad-notice {
  background: var(--shippo-soft);
  color: var(--shippo-muted);
  font-size: 0.92rem;
}

.swm-point {
  background: var(--shippo-mint);
}

.swm-review-card {
  box-shadow: 0 8px 22px rgba(47, 49, 53, 0.06);
}

.swm-review-card__title {
  font-weight: 700;
  margin: 0 0 8px;
}

.swm-review-score {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 14px 0;
}

.swm-review-score span {
  border-radius: 8px;
  background: var(--shippo-soft);
  padding: 10px;
  text-align: center;
  font-size: 0.88rem;
}

.swm-pros-cons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}

.swm-pros-cons > div {
  border: 1px solid var(--shippo-line);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

.swm-pros-cons h4 {
  margin-top: 0;
}

.swm-cta-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0;
}

.swm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 14px;
}

.swm-btn:hover {
  color: #fff;
  opacity: 0.9;
}

.swm-btn--amazon {
  background: #c96a1c;
}

.swm-btn--rakuten {
  background: #bf3040;
}

.swm-btn--official {
  background: var(--shippo-green);
}

.swm-table-wrap {
  overflow-x: auto;
  margin: 18px 0;
}

.swm-table-wrap table {
  min-width: 720px;
}

.swm-checklist ul {
  margin-bottom: 0;
}

.swm-profile-note {
  background: #fff;
}

.swm-profile-note strong {
  color: var(--shippo-coral-dark);
}

@media (max-width: 720px) {
  .swm-review-score,
  .swm-pros-cons,
  .swm-cta-row {
    grid-template-columns: 1fr;
  }

  .swm-btn {
    width: 100%;
  }
}
