/* Small card */
.amwal-epp-box {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 20px;
  margin-top: 15px;
  background: #fff;
}

.amwal-epp-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.amwal-epp-text {
  font-size: 18px;
  line-height: 1.6;
  color: #1f2937;
}

.amwal-epp-btn {
  background: #3f97dc !important;
  border: none !important;
  color: #fff !important;
  border-radius: 12px !important;
  padding: 12px 30px !important;
  font-weight: 600;
  min-width: 150px;
}

/* =========================
   MODAL BACKDROP
========================= */
.amwal-epp-modal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.45);
  padding: 40px 15px;
  align-items: center;
  justify-content: center;
}

/* =========================
   MODAL BOX (SCROLL FIX HERE)
========================= */
.amwal-epp-modal-content {
  width: 100%;
  max-width: 900px;
  background: #fff;
  border-radius: 24px;
  padding: 30px;
  position: relative;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Close button */
.amwal-epp-close {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 42px;
  height: 42px;
  background: #f2f4f7;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  font-size: 24px;
  cursor: pointer;
}

/* Headings */
.amwal-epp-modal-content h2 {
  margin: 0 0 25px;
  font-size: 34px;
  font-weight: 700;
}

.amwal-epp-modal-content h3,
.amwal-epp-modal-content h4 {
  margin-bottom: 12px;
  font-weight: 700;
}

/* Sections */
.amwal-epp-section {
  background: #f8fafc;
  border: 1px solid #dde4ee;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 18px;
}

.amwal-epp-section ul,
.amwal-epp-section ol {
  margin: 0;
  padding-left: 20px;
}

.amwal-epp-section li {
  margin-bottom: 12px;
}

.amwal-epp-section p {
  margin: 0 0 12px;
  line-height: 1.8;
}

/* Important box */
.amwal-epp-important {
  background: #fff7e6;
  border-left: 4px solid #f5a623;
  border-radius: 12px;
  padding: 16px;
  font-size: 15px;
}

/* Prevent body scroll when modal open */
body.amwal-epp-open {
  overflow: hidden;
}
