.elementor-582 .elementor-element.elementor-element-5e28fbf{--display:flex;--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-582 .elementor-element.elementor-element-5e28fbf{--content-width:1400px;}}/* Start custom CSS for html, class: .elementor-element-d2331c3 */.merula-confirmation-page {
  max-width: 760px;
  margin: 0 auto;
}

.confirmation-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 0 24px rgba(0, 170, 170, 0.14);
  text-align: center;
}

.confirmation-card h2 {
  color: #00a7a7;
  margin-bottom: 12px;
}

.confirmation-card p {
  color: #667085;
  font-size: 17px;
}

.status-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 18px;
}

.status-icon.success {
  background: #ecfdf3;
  color: #067647;
}

.status-icon.pending {
  background: #f6ffff;
  color: #00a7a7;
}

.status-icon.warning {
  background: #fff7ed;
  color: #c2410c;
}

.confirmation-detail {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: #f6ffff;
  border-radius: 14px;
  padding: 16px;
  margin-top: 14px;
  text-align: left;
}

.confirmation-detail span {
  color: #667085;
}

.confirmation-detail strong {
  color: #1f2933;
}

.merula-primary-link {
  display: inline-block;
  margin-top: 24px;
  background: #2db8b8;
  color: #ffffff;
  padding: 14px 26px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
}

.merula-primary-link:hover {
  background: #009f9f;
  color: #ffffff;
}

.small-note {
  margin-top: 18px;
  font-size: 14px;
}

@media (max-width: 700px) {
  .confirmation-card {
    padding: 24px;
  }

  .confirmation-detail {
    flex-direction: column;
  }
}/* End custom CSS */