.elementor-1072 .elementor-element.elementor-element-251fc9f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}#elementor-popup-modal-1072 .dialog-widget-content{animation-duration:2s;border-style:solid;border-color:#012286;border-radius:20px 20px 20px 20px;}#elementor-popup-modal-1072{background-color:#101010CC;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1072 .dialog-message{width:800px;height:auto;}#elementor-popup-modal-1072 .dialog-close-button{display:flex;font-size:18px;}#elementor-popup-modal-1072 .dialog-close-button i{color:#012286;}#elementor-popup-modal-1072 .dialog-close-button svg{fill:#012286;}/* Start custom CSS for html, class: .elementor-element-a35cacc *//* Container Frame */
.chf-premium-popup {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding: 35px 30px;
  background: #ffffff;
  max-width: 720px;
  margin: 0 auto;
  border-radius: 16px;
}

/* Header Styling */
.chf-header-zone {
  text-align: center;
  margin-bottom: 35px;
}

.chf-title {
  color: #002d85; /* Exact Brand Blue */
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 10px 0;
}

.chf-subtitle {
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
  max-width: 500px;
  margin: 0 auto;
}

/* Layout Grid */
.chf-grid-wrapper {
  display: flex;
  gap: 24px;
}

/* Luxury Info Cards */
.chf-card {
  flex: 1;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 45, 133, 0.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chf-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 45, 133, 0.05);
}

/* Modern Minimalist Badges */
.chf-badge {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 6px 12px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 25px;
}

.naira-badge {
  background: #f0f5ff;
  color: #002d85;
  border-left: 3px solid #002d85;
}

.dollar-badge {
  background: #f0fdf4;
  color: #166534;
  border-left: 3px solid #166534;
}

/* Rows and Meta Elements */
.chf-meta-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.chf-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.chf-label {
  color: #94a3b8;
  font-weight: 500;
}

.chf-val {
  color: #1e293b;
  font-weight: 500;
}

.chf-val.font-bold {
  font-weight: 600;
  color: #0f172a;
}

/* Beautiful Interactive Account Box */
.num-highlight {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 6px 10px;
  border-radius: 6px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  color: #0f172a;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.copy-action-text {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  background: #e2e8f0;
  color: #64748b;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 700;
}

/* Hover & Active Copy States */
.chf-copy-trigger {
  cursor: pointer;
}

.chf-copy-trigger:hover .num-highlight {
  border-color: #002d85;
  background: #f0f5ff;
}

.chf-copy-trigger:hover .copy-action-text {
  background: #002d85;
  color: #ffffff;
}

/* Success Script Styles */
.num-highlight.copied-success {
  background: #dcfce7 !important;
  border-color: #22c55e !important;
  color: #166534 !important;
}
.num-highlight.copied-success .copy-action-text {
  background: #22c55e !important;
  color: #ffffff !important;
}

/* Universal Divider inside Cards */
.chf-card-divider {
  height: 1px;
  background: #f1f5f9;
  margin: 20px 0;
}

/* Clean Responsiveness for Mobile Devices */
@media (max-width: 640px) {
  .chf-grid-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .chf-premium-popup {
    padding: 25px 15px;
  }
}/* End custom CSS */