.method-compare {
  margin: 0 0 25px 0;
  padding: 24px 28px 22px;
  background: #f7f9fb;
  border: 1px solid #d8e2ea;
  border-radius: 6px;
}

.method-compare__title {
  margin: 0 0 8px 0 !important;
  font-size: 22px !important;
}

.method-compare__intro {
  margin: 0 0 18px 0 !important;
  color: #555;
  font-size: 16px;
  line-height: 1.55;
}

.method-compare__scenarios {
  margin: 0 0 20px 0;
}

.method-compare__label {
  display: block;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 600;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.method-compare__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.method-compare__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 2px solid #c5d4e0;
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s, box-shadow 0.15s;
}

.method-compare__chip:hover {
  border-color: #06a0f0;
}

.method-compare__chip[aria-pressed="true"] {
  border-color: #4a6786;
  background: #4a6786;
  color: #fff;
  box-shadow: 0 2px 6px rgba(74, 103, 134, 0.35);
}

.method-compare__chip-mark {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.method-compare__chip[aria-pressed="true"] .method-compare__chip-mark {
  background: rgba(255, 255, 255, 0.22);
}

.method-compare__table-wrap {
  overflow-x: auto;
  margin: 0 0 16px 0;
}

.method-compare__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #d8e2ea;
  border-radius: 4px;
  overflow: hidden;
}

.method-compare__table th,
.method-compare__table td {
  padding: 14px 16px;
  text-align: center;
  border-bottom: 1px solid #e8eef3;
  vertical-align: middle;
}

.method-compare__table th {
  background: #eef3f7;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  max-width: 180px;
}

.method-compare__table th .method-compare__row-hint {
  font-weight: 400;
}

.method-compare__table th.method-compare__method--highlight {
  background: #e3f4fc;
  color: #055a82;
}

.method-compare__table td:first-child,
.method-compare__table th:first-child {
  text-align: left;
}

.method-compare__table tr:last-child td {
  border-bottom: none;
}

.method-compare__row-label {
  font-weight: 600;
  color: #333;
}

.method-compare__row-hint {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 400;
  color: #777;
  line-height: 1.35;
}

.method-compare__status {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transition: background 0.2s, color 0.2s, transform 0.2s, opacity 0.2s;
}

.method-compare__status--yes {
  background: #e6f6ec;
  color: #1a8a45;
}

.method-compare__status--no {
  background: #fdecea;
  color: #c0392b;
  transform: scale(0.92);
  opacity: 0.85;
}

.method-compare__cell--dead {
  background: #fafafa;
}

.method-compare__cell--dead.method-compare__cell--highlight {
  background: #f5fbfe;
}

.method-compare__summary {
  margin: 0 !important;
  padding: 12px 16px;
  background: #fff;
  border-left: 4px solid #06a0f0;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.method-compare__summary strong {
  color: #055a82;
}

.method-compare__reset {
  display: inline-block;
  margin-top: 12px;
  padding: 0;
  border: none;
  background: none;
  color: #06a0f0;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
}

.method-compare__reset:hover {
  color: #055a82;
}
