/* WP Care - WordPress Schema / Rich Results Checker */
.wpc-serp {
  font-family: Arial, sans-serif;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px 18px 18px;
  margin: 4px 0 16px;
  max-width: 652px;
}
.wpc-serp-label {
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
  margin: 0 0 10px;
}
.wpc-serp-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.wpc-serp-favicon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #eef2ff;
  color: #3730a3;
  font-size: 12px;
  font-weight: 800;
  display: grid;
  place-items: center;
  flex: 0 0 26px;
}
.wpc-serp-sitename {
  font-size: 14px;
  color: #202124;
  line-height: 1.2;
}
.wpc-serp-url {
  font-size: 14px;
  color: #006621;
  line-height: 1.45;
  word-break: break-word;
}
.wpc-serp-title {
  margin: 4px 0 6px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #1a0dab;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wpc-serp-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.58;
  color: #4d5156;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wpc-serp-stars {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-size: 13px;
  color: #4d5156;
}
.wpc-serp-stars .stars {
  color: #e37400;
  letter-spacing: 1px;
  font-size: 14px;
}
.wpc-serp-product {
  margin-top: 6px;
  font-size: 14px;
  color: #202124;
}
.wpc-serp-product .price {
  font-weight: 700;
}
.wpc-serp-empty {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

.wpc-sch-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}
.wpc-sch-chip {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eef2ff;
  color: #3730a3;
}
.wpc-sch-chip.is-dead {
  background: #fffbeb;
  color: #92400e;
}
.wpc-sch-chip.is-ok {
  background: #ecfdf5;
  color: #065f46;
}

.wpc-sch-dead {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 12px;
  padding: 14px 16px;
  margin: 0 0 16px;
}
.wpc-sch-dead h4 {
  margin: 0 0 4px;
  font-size: 15px;
  color: #92400e;
}
.wpc-sch-dead p {
  margin: 0;
  font-size: 13px;
  color: #78350f;
  line-height: 1.5;
}

.wpc-sch-google {
  margin: 10px 0 0;
  font-size: 13px;
}
.wpc-sch-google a {
  color: #4f46e5;
  font-weight: 700;
}

@media (max-width: 720px) {
  .wpc-serp {
    padding: 14px 12px 16px;
    border-radius: 16px;
  }
  .wpc-serp-title {
    font-size: 18px;
  }
}
