.altispay-section {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
}

.altispay-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.altispay-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  text-decoration: none;
  color: #111827;
  font-weight: 600;
  font-size: 0.85rem;
}

.altispay-message {
  background: #fff7ed;
  border: 1px solid #fdba74;
  color: #9a3412;
  border-radius: 12px;
  padding: 1rem 1.25rem;
}

.altispay-message p {
  margin: 0.5rem 0 0;
}

.altispay-placeholder {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 8px;
  border: 1px dashed #d1d5db;
  color: #6b7280;
}

.stat-icon.info {
  background: linear-gradient(135deg, #0ea5e9, #0284c7);
}

.altispay-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.altispay-page-header h1 {
  font-size: 1.75rem;
  margin: 0;
}

.altispay-page-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.altispay-filters {
  margin-bottom: 1.5rem;
}

.altispay-filters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  align-items: end;
}

.altispay-filters-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.altispay-muted {
  color: #6b7280;
  font-size: 0.85rem;
}

.altispay-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
}

.altispay-badge-success {
  background: #ecfdf3;
  color: #047857;
  border-color: #a7f3d0;
}

.altispay-badge-warning {
  background: #fff7ed;
  color: #b45309;
  border-color: #fed7aa;
}

.altispay-badge-danger {
  background: #fef2f2;
  color: #b91c1c;
  border-color: #fecaca;
}

.altispay-badge-info {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: #bfdbfe;
}

.altispay-badge-neutral {
  background: #f3f4f6;
  color: #374151;
  border-color: #e5e7eb;
}

.altispay-alert {
  padding: 0.75rem 1rem;
  border-radius: 10px;
  border: 1px solid;
  margin-bottom: 1rem;
}

.altispay-alert-success {
  background: #ecfdf3;
  border-color: #a7f3d0;
  color: #047857;
}

.altispay-alert-error {
  background: #fef2f2;
  border-color: #fecaca;
  color: #b91c1c;
}

.altispay-empty {
  padding: 1.5rem;
  text-align: center;
  color: #6b7280;
}

.altispay-pagination {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.altispay-pagination a,
.altispay-pagination span {
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  text-decoration: none;
  color: #374151;
  font-size: 0.85rem;
}

.altispay-pagination .current {
  background: #4f46e5;
  color: #ffffff;
  border-color: #4f46e5;
}

.altispay-checkout-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.altispay-product-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.altispay-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}

.altispay-product-image {
  border-radius: 12px;
  overflow: hidden;
  background: #f3f4f6;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  margin-bottom: 1rem;
}

.altispay-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.altispay-checkout-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.altispay-checkout-item {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1rem;
  background: #ffffff;
}
