

/* Start:/local/assets/payment-delivery-refresh.css?17727144013038*/
.pdx-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 0 24px;
}

.pdx-hero {
  background: linear-gradient(135deg, #111826 0%, #263248 100%);
  color: #fff;
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  margin-bottom: 22px;
}

.pdx-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.pdx-title {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 8px;
}

.pdx-subtitle {
  margin: 0;
  font-size: 16px;
  opacity: 0.9;
}

.pdx-section {
  margin-bottom: 20px;
}

.pdx-section-title {
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 12px;
}

.pdx-section-title-sm {
  font-size: 22px;
}

.pdx-grid {
  display: grid;
  gap: 14px;
}

.pdx-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pdx-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pdx-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 12px rgba(10, 18, 33, 0.04);
}

.pdx-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.35;
}

.pdx-list {
  margin: 0;
  padding-left: 18px;
}

.pdx-list li {
  margin-bottom: 6px;
}

.pdx-list li:last-child {
  margin-bottom: 0;
}

.pdx-list-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pdx-list-chips li {
  margin: 0;
  padding: 7px 10px;
  border: 1px solid #dadada;
  border-radius: 999px;
  background: #fafafa;
  font-size: 14px;
}

.pdx-chips-center {
  justify-content: center;
}

.pdx-note {
  margin-top: 12px;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.45;
}

.pdx-note-ok {
  background: #edf8f0;
  border: 1px solid #bfe5c8;
  color: #17592b;
}

.pdx-note-warn {
  background: #fff7e8;
  border: 1px solid #ffe1a7;
  color: #775300;
}

.pdx-note-alert {
  background: #fff0f0;
  border: 1px solid #f9caca;
  color: #862323;
}

.pdx-muted {
  margin: 10px 0 0;
  color: #585858;
  font-size: 14px;
  line-height: 1.5;
}

.pdx-payments {
  text-align: center;
}

.pdx-contact {
  margin-top: 8px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #fff;
  padding: 18px;
  text-align: center;
}

.pdx-contact .pdx-muted {
  margin-top: 0;
}

.pdx-phone {
  display: inline-block;
  margin-top: 8px;
  font-size: 22px;
  font-weight: 600;
  color: #111826;
  text-decoration: none;
}

.pdx-phone:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .pdx-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .pdx-hero {
    border-radius: 10px;
    padding: 20px 14px;
  }

  .pdx-title {
    font-size: 26px;
  }

  .pdx-section-title {
    font-size: 22px;
  }

  .pdx-grid-3,
  .pdx-grid-2 {
    grid-template-columns: 1fr;
  }

  .pdx-card {
    padding: 14px;
  }

  .pdx-phone {
    font-size: 20px;
  }
}

/* End */
/* /local/assets/payment-delivery-refresh.css?17727144013038 */
