/* Overlay */
.iihas-iap-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Popup */
.iihas-iap-popup {
  background: #ffffff;
  width: 92%;
  max-width: 380px;
  border-radius: 10px;
  padding: 18px 20px;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 14px;
  color: #1f2937;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Header */
.iihas-iap-header {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.iihas-iap-header h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #1a4ed8;
  flex: 1;
}

.iihas-iap-icon {
  font-size: 16px;
}

/* Close */
.iihas-iap-close {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #6b7280;
}

.iihas-iap-close:hover {
  color: #111827;
}

/* Subtitle */
.iihas-iap-subtitle {
  text-align: center;
  font-weight: 500;
  margin: 6px 0 12px;
}

/* Content */
.iihas-iap-content p {
  margin: 6px 0;
}

.iihas-iap-content ul {
  margin: 6px 0 10px 18px;
  padding: 0;
}

.iihas-iap-content ul li {
  margin-bottom: 5px;
}

/* Divider */
.iihas-iap-content hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 10px 0;
}

/* Warning */
.iihas-iap-warning {
  margin-top: 10px;
  padding: 8px 10px;
  background: #fff5f5;
  border-left: 3px solid #dc2626;
  font-size: 13px;
  font-weight: 500;
  color: #b91c1c;
}
