:root {
  --asa-gold: #f6c400;
  --asa-pink: #ff4f9a;
  --asa-blue: #3478f6;
  --asa-text: #222;
  --asa-muted: #666;
  --asa-border: #e8e8e8;
  --asa-bg: #fffdf4;
  --asa-card: #fff;
}

.entry-content .asa-breadcrumb,
.asa-breadcrumb {
  font-size: 13px;
  color: var(--asa-muted);
  margin: 8px 0 18px;
}
.asa-breadcrumb a { color: inherit; text-decoration: none; }
.asa-breadcrumb span { margin: 0 8px; }

.asa-hero {
  background: linear-gradient(135deg, #fff8d7, #ffffff);
  border: 1px solid var(--asa-border);
  border-radius: 16px;
  padding: 28px 22px;
  margin: 0 0 28px;
}
.asa-hero__label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  background: var(--asa-gold);
  color: #111;
  padding: 5px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.asa-hero h2 {
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.35;
  margin: 0 0 12px;
}
.asa-hero p {
  font-size: 16px;
  color: var(--asa-text);
  margin: 0;
}

.asa-top-grid,
.asa-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 32px;
}
.asa-top-card,
.asa-card {
  background: var(--asa-card);
  border: 1px solid var(--asa-border);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 4px 14px rgba(0,0,0,.04);
}
.asa-top-card h3,
.asa-card h3 {
  margin-top: 0;
  font-size: 18px;
}
.asa-top-card ul { margin-bottom: 0; }

.asa-cta {
  border: 2px solid var(--asa-gold);
  background: var(--asa-bg);
  padding: 18px;
  margin: 28px 0;
  border-radius: 14px;
  text-align: center;
}
.asa-cta--pink {
  border-color: var(--asa-pink);
  background: #fff4f9;
}
.asa-cta--blue {
  border-color: var(--asa-blue);
  background: #f4f8ff;
}
.asa-cta__note {
  margin: 0 0 12px !important;
  font-weight: 700;
  color: var(--asa-text);
}
.entry-content .asa-cta__button,
.asa-cta__button {
  display: block !important;
  width: 100%;
  box-sizing: border-box;
  background: var(--asa-gold);
  color: #111 !important;
  font-weight: 800;
  text-decoration: none !important;
  padding: 14px 18px;
  border-radius: 10px;
  line-height: 1.4;
}
.asa-cta--pink .asa-cta__button { background: var(--asa-pink); color: #fff !important; }
.asa-cta--blue .asa-cta__button { background: var(--asa-blue); color: #fff !important; }
.entry-content .asa-cta__button::before,
.entry-content .asa-cta__button::after { content: none !important; display: none !important; }

.asa-compare {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0 32px;
  background: #fff;
  border: 1px solid var(--asa-border);
}
.asa-compare th,
.asa-compare td {
  border: 1px solid var(--asa-border);
  padding: 12px;
  vertical-align: top;
}
.asa-compare th {
  background: #fafafa;
  font-weight: 800;
}

.asa-link-card {
  margin: 18px 0;
}
.asa-link-card a {
  display: block;
  border: 1px solid var(--asa-border);
  background: #fafafa;
  border-radius: 12px;
  padding: 14px 16px;
  text-decoration: none !important;
  color: var(--asa-text) !important;
}
.asa-link-card strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}
.asa-link-card span {
  display: block;
  color: var(--asa-muted);
  font-size: 14px;
}

.asa-faq {
  border-left: 5px solid var(--asa-gold);
  background: #fffdf2;
  padding: 14px 16px;
  margin: 18px 0;
  border-radius: 8px;
}
.asa-faq__q {
  font-size: 17px;
  margin: 0 0 8px !important;
}
.asa-faq__a {
  margin: 0 !important;
}

.asa-check-list {
  border: 1px solid var(--asa-border);
  background: #fff;
  padding: 16px 18px 16px 38px;
  border-radius: 12px;
}
.asa-check-list li { margin: 8px 0; }

.asa-ranking-item {
  border: 1px solid var(--asa-border);
  border-radius: 14px;
  padding: 18px;
  margin: 20px 0;
  background: #fff;
}
.asa-ranking-label {
  display: inline-block;
  background: var(--asa-gold);
  color: #111;
  font-weight: 800;
  border-radius: 999px;
  padding: 4px 10px;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .asa-top-grid,
  .asa-card-grid {
    grid-template-columns: 1fr;
  }
  .asa-hero {
    padding: 22px 16px;
  }
  .asa-compare,
  .asa-compare tbody,
  .asa-compare tr,
  .asa-compare th,
  .asa-compare td {
    display: block;
    width: 100%;
  }
  .asa-compare th {
    border-bottom: none;
  }
}
