body.echurch-children-enhanced-ready .content > :not(#echurch-children-enhanced),
body.echurch-children-enhanced-ready .content.px-3 > :not(#echurch-children-enhanced) {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
}
#echurch-children-enhanced { margin-top: 1rem; margin-bottom: 1.5rem; clear: both; position: relative; z-index: 20; }
body.echurch-children-enhanced-ready #echurch-children-enhanced { display: block !important; }
body.echurch-children-enhanced-ready .echurch-children-native-hidden {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
  opacity: 0 !important;
}
.echurch-children-section-tabs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1rem; }
.echurch-children-section-tabs button {
  border: 1px solid #adc2cb; background: #fff; color: #164e63;
  padding: 0.5rem 0.875rem; border-radius: 9999px; font-size: 0.875rem;
  font-weight: 600; cursor: pointer;
}
.echurch-children-section-tabs button.active,
.echurch-children-section-tabs button:hover { background: #164e63; color: #fff; border-color: #164e63; }
.echurch-children-card { background: #fff; border-radius: 0.75rem; box-shadow: 0 1px 3px rgba(0,0,0,.08); overflow: hidden; margin-bottom: 1.25rem; }
.echurch-children-card__header { background: linear-gradient(to right,#164e63,#1e6f8a); color: #fff; padding: 0.75rem 1rem; font-weight: 600; }
.echurch-children-table { width: 100%; border-collapse: collapse; font-size: 0.875rem; }
.echurch-children-table th { background: #adc2cb; color: #164e63; text-align: left; padding: 0.75rem; font-size: 0.75rem; text-transform: uppercase; font-weight: 700; }
.echurch-children-table td { padding: 0.75rem; border-bottom: 1px solid #e5e7eb; vertical-align: middle; }
.echurch-children-table tr.age-12plus td { background: #fffbeb; }
.echurch-children-table tr.age-16plus td { background: #f0fdf4; }
.echurch-status-badge { display: inline-block; padding: 0.15rem 0.6rem; border-radius: 9999px; font-size: 0.75rem; font-weight: 600; }
.echurch-status-badge--yarakiriwe { background: #dcfce7; color: #166534; }
.echurch-status-badge--ntarakirwa { background: #fee2e2; color: #991b1b; }
.echurch-status-badge--yarabatijwe { background: #dbeafe; color: #1e40af; }
.echurch-children-actions { display: flex; flex-wrap: wrap; gap: 0.35rem; position: relative; z-index: 2; }
.echurch-children-actions button { border: none; border-radius: 0.375rem; padding: 0.35rem 0.6rem; font-size: 0.75rem; font-weight: 600; cursor: pointer; pointer-events: auto; touch-action: manipulation; user-select: none; }
.echurch-children-actions button:disabled { opacity: 0.65; cursor: wait; }
.echurch-btn-edit { background: #ecfdf5; color: #047857; }
.echurch-btn-promote { background: #164e63; color: #fff; }
.echurch-children-native-hidden { display: none !important; visibility: hidden !important; height: 0 !important; overflow: hidden !important; margin: 0 !important; padding: 0 !important; pointer-events: none !important; }
.echurch-children-loading { padding: 2rem 1rem; text-align: center; color: #64748b; font-size: 0.9rem; }
.echurch-children-empty { padding: 2rem 1rem; text-align: center; color: #64748b; }
#echurch-child-edit-modal { position: fixed; inset: 0; z-index: 100001; background: rgba(0,0,0,.45); display: flex; align-items: center; justify-content: center; padding: 16px; }
.echurch-child-modal-box { background: #fff; border-radius: 12px; width: 100%; max-width: 520px; max-height: 90vh; overflow: auto; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.echurch-child-modal-box header { background: linear-gradient(to right,#164e63,#1e6f8a); color: #fff; padding: 16px 20px; }
.echurch-child-modal-box header h3 { margin: 0; font-size: 18px; }
.echurch-child-modal-body { padding: 20px; }
.echurch-child-modal-body label { display: block; font-size: 13px; font-weight: 600; color: #374151; margin-bottom: 4px; }
.echurch-child-modal-body input, .echurch-child-modal-body select { width: 100%; padding: 10px; border: 1px solid #d1d5db; border-radius: 8px; margin-bottom: 12px; font-size: 14px; box-sizing: border-box; }
.echurch-child-modal-footer { padding: 12px 20px 20px; display: flex; gap: 10px; justify-content: flex-end; border-top: 1px solid #e5e7eb; }
.echurch-child-modal-footer button { padding: 10px 18px; border-radius: 8px; font-weight: 600; cursor: pointer; }
.echurch-child-modal-cancel { background: #fff; border: 1px solid #d1d5db; }
.echurch-child-modal-save { background: #164e63; color: #fff; border: none; }
.echurch-profile-promote-btn { background: #164e63; color: #fff; border: none; border-radius: 6px; padding: 4px 10px; font-size: 11px; font-weight: 600; cursor: pointer; margin-top: 4px; }
.echurch-profile-children-block { margin: 0.5rem 0 1rem; position: relative; z-index: 2; }
.echurch-profile-children-toolbar { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.35rem 0.75rem; margin-bottom: 0.65rem; padding: 0.5rem 0.65rem; background: #f0f9ff; border: 1px solid #bae6fd; border-radius: 0.5rem; }
.echurch-profile-children-title { font-size: 0.875rem; font-weight: 700; color: #164e63; }
.echurch-profile-children-hint { font-size: 0.75rem; color: #64748b; }
.echurch-profile-children-table { margin-top: 0.25rem; }
.echurch-profile-children-native-hidden { display: none !important; visibility: hidden !important; pointer-events: none !important; }
.echurch-child-promote-banner { background: #ecfdf5; border: 1px solid #6ee7b7; color: #065f46; padding: 0.75rem 1rem; border-radius: 0.5rem; margin: 0.75rem 0; font-size: 0.875rem; }
.echurch-godparent-block { border-top: 1px solid #e5e7eb; margin-top: 8px; padding-top: 8px; }

/* Mobile card layout — Edit & Promote always visible without horizontal scroll */
.echurch-children-mobile-list { display: flex; flex-direction: column; gap: 10px; padding: 12px; }
.echurch-child-mobile-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
.echurch-child-mobile-card.age-12plus { border-left: 4px solid #f59e0b; background: #fffbeb; }
.echurch-child-mobile-card.age-16plus { border-left: 4px solid #22c55e; background: #f0fdf4; }
.echurch-child-mobile-card__head { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 8px; }
.echurch-child-mobile-card__no { font-size: 12px; font-weight: 700; color: #64748b; min-width: 1.5rem; }
.echurch-child-mobile-card__name { flex: 1; font-size: 16px; color: #0f172a; }
.echurch-child-mobile-card__meta { font-size: 13px; color: #64748b; margin-bottom: 4px; word-break: break-word; }
.echurch-child-mobile-card .echurch-children-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
  position: relative;
  z-index: 5;
}
.echurch-child-mobile-card .echurch-children-actions button {
  width: 100%;
  min-height: 48px;
  font-size: 15px;
  padding: 12px 16px;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(22, 78, 99, 0.15);
}
@media (max-width: 768px) {
  #echurch-child-edit-modal { align-items: flex-end; padding: 0; }
  #echurch-child-edit-modal .echurch-child-modal-box {
    max-width: none;
    width: 100%;
    max-height: 92vh;
    border-radius: 16px 16px 0 0;
  }
  .echurch-child-modal-body input,
  .echurch-child-modal-body select { font-size: 16px; min-height: 44px; }
  .echurch-child-modal-footer { flex-direction: column-reverse; gap: 8px; }
  .echurch-child-modal-footer button { width: 100%; min-height: 48px; font-size: 15px; }
  .echurch-profile-children-block .echurch-children-mobile-list { padding: 0; }
}
