.paymentRules h2 {
  margin: 28px 0 12px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  color: #000;
}

.paymentRules ul {
  margin: 0 0 14px 0;
  padding: 0;
  list-style: disc !important;
  list-style-position: inside !important;
}

.paymentRules li {
  margin: 0 0 10px;
}

body.theme-new .paymentRules ul > li {
  list-style: disc !important;
  list-style-position: inside !important;
  position: static !important;
  padding-left: 0 !important;
}

body.theme-new .paymentRules ul > li::before {
  content: none !important;
  display: none !important;
}

.paymentRules__cardsFigure {
  margin: 24px 0 28px;
}

.paymentRules__cardsFigure img {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

.paymentRules__tableWrap {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 12px;
}

.paymentRules__table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.paymentRules__table th,
.paymentRules__table td {
  border: 1px solid #e5e7eb;
  padding: 12px 14px;
  vertical-align: top;
  text-align: left;
}

.paymentRules__table th {
  width: 36%;
  background: #f8fafc;
  font-weight: 500;
}

.paymentRules__note {
  margin: 0;
  font-size: 14px;
  color: #4b5563;
}

@media (max-width: 768px) {
  .paymentRules h2 {
    font-size: 22px;
    line-height: 1.35;
  }

  .paymentRules__cardsFigure img {
    max-width: 100%;
  }
}
