/* Оплата / доставка / гарантия */
.emmet-pd-page {
  max-width: 960px;
}

.emmet-pd-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.5rem;
  padding: 0.35rem;
  background: #f5f5f5;
  border-radius: 12px;
}

.emmet-pd-nav__link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.emmet-pd-nav__link:hover {
  background: #fff;
  color: #1a1a1a;
}

.emmet-pd-nav__link.is-active {
  background: var(--emmet-accent, #f5c400);
  color: var(--emmet-accent-ink, #1a1a1a);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.emmet-pd-content {
  font-size: 1rem;
  line-height: 1.65;
  color: #333;
}

.emmet-pd-content h2,
.emmet-pd-content h3 {
  margin: 1.5rem 0 0.75rem;
  font-weight: 800;
  color: #1a1a1a;
}

.emmet-pd-content h2 {
  font-size: 1.25rem;
}

.emmet-pd-content h3 {
  font-size: 1.1rem;
}

.emmet-pd-content ul,
.emmet-pd-content ol {
  padding-left: 1.35rem;
  margin-bottom: 1rem;
}

.emmet-pd-content li + li {
  margin-top: 0.35rem;
}

.emmet-pd-content hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #e8e8e8;
}

.emmet-pd-cards {
  margin: 1.25rem 0 1.5rem;
}

.emmet-pd-cards__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .emmet-pd-cards__row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.emmet-pd-cards__item {
  margin: 0;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.35;
  color: #555;
}

.emmet-pd-cards__item img {
  display: block;
  width: 100%;
  max-width: 140px;
  height: auto;
  margin: 0 auto 0.35rem;
  border-radius: 6px;
}

.emmet-pd-docs {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 1rem 0 1.5rem;
}

.emmet-pd-docs__item {
  margin: 0;
  text-align: center;
}

.emmet-pd-docs__item img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #eee;
}

.emmet-pd-note {
  padding: 0.85rem 1rem;
  background: #fff8e6;
  border-left: 4px solid var(--emmet-accent, #f5c400);
  border-radius: 0 8px 8px 0;
}

.emmet-pd-note--small {
  font-size: 0.875rem;
  background: #f8f8f8;
  border-left-color: #ccc;
}

.emmet-pd-list-compact {
  font-size: 0.9375rem;
}

.emmet-pd-list-compact li + li {
  margin-top: 0.25rem;
}
